/** Shopify CDN: Minification failed

Line 1007:0 Unexpected "}"
Line 1131:0 Unexpected "}"

**/
.footer {
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 10;
}

.footer .link {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  font-size: var(--font-footer-link-size);
}

.footer--border {
  border-top: 0.1rem solid rgba(var(--color-border));
}

.footer__content-top {
  display: block;
  padding-block: 5rem;
}
@media screen and (min-width: 1200px) {
  .footer__content-top {
    padding-block: 6.4rem;
    padding-bottom: 4.8rem;
  }
}

.footer__blocks-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (mix-width: 990px) {
  .footer__blocks-wrapper {
    gap: 1.8rem;
  }
}

.footer-block--menu {
  display: none;
  max-width: 17rem;
}
@media screen and (min-width: 1200px) {
  .footer-block--menu:last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 1360px) {
  .footer-block--menu {
    max-width: 40rem;
  }
}

.footer__text {
  font-size: 1.2rem;
}

.footer__bottom-menu .link {
  font-size: var(--font-footer-bottom-link-size);
}

@media screen and (min-width: 990px) {
  .footer__content-top {
    padding-block: 6.4rem;
    padding-bottom: 4rem;
  }
  .footer__blocks-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem 3.2rem;
  }
  .footer-block--menu {
    display: block;
  }
}
@media screen and (min-width: 990px) {
  .footer-block--logo {
    width: 100%;
    max-width: 21rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer-block--logo {
    max-width: 24rem;
  }
}

.footer-block:nth-last-child(2).footer-block--menu:not(.footer-block--subscribe) {
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .footer-block--logo:first-child {
    flex: none;
  }
  .footer__blocks-wrapper {
    gap: 3rem 3.6rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer__blocks-wrapper {
    gap: 3rem 4.8rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer__blocks-wrapper {
    gap: 3rem 7.7rem;
  }
}
.footer__logo-link {
  text-decoration: none;
  word-wrap: break-word;
  max-width: 100%;
}
.footer__logo-link + .footer-block__text {
  margin-top: 1.2rem;
}

.footer__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__content-middle {
  border-top: 0.1rem solid rgb(var(--color-border));
  border-bottom: 0.1rem solid rgb(var(--color-border));
}

.footer__content-middle-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-block: 4.8rem;
}

.footer__content-middle-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .footer__content-middle-main--3-columns {
    display: grid;
    grid-template-columns: minmax(25rem, 1fr) auto minmax(25rem, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .footer__content-middle-main--3-columns .footer__column--social {
    justify-self: flex-end;
  }
}

.footer__bottom-menu .list-menu__item {
  padding: 0;
  font-size: var(--font-footer-bottom-link-size);
}

.footer__bottom-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.8rem;
  margin-top: 0;
}

.footer__column--localization {
  width: 100%;
  max-width: 100%;
  flex: none;
}
.footer__column--payment .label, .footer__column--social .label {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 16px;
  color: rgba(var(--color-foreground), 0.4);
}
.footer__column .footer__payment {
  align-items: center;
}
.footer__column--social {
  width: auto;
  max-width: 100%;
}

.localization-form__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.footer__column {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .footer__column--localization {
    width: auto;
  }
  .footer__content-middle-main {
    gap: 3.6rem;
  }
  .footer__content-middle-container {
    padding-block: 4.8rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer__content-middle-main {
    gap: 3rem 7.7rem;
  }
}
.accordion:empty + .footer-block {
  margin-top: 0;
}

.footer .accordion {
  margin-top: 0;
}
.footer .accordion .footer-block__heading {
  padding-block: 0.5rem;
  margin-bottom: 0;
}

.footer .newsletter__form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
  max-width: 100%;
  width: auto;
}
@media screen and (min-width: 750px) {
  .footer .newsletter__form {
    flex-direction: row;
    min-width: 42rem;
  }
}
@media screen and (min-width: 990px) {
  .footer .newsletter__form {
    margin-top: 0;
    min-width: 40rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer .newsletter__form {
    min-width: 42rem;
  }
}
.footer .newsletter__form .field {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .footer .newsletter__form .field {
    min-height: 6rem;
  }
}
.footer .newsletter__form .field__input {
  transition: background var(--duration-default), border var(--duration-default);
  color: rgb(var(--color-foreground));
}
.footer .newsletter__form .field__input::placeholder {
  color: rgb(var(--color-foreground), 0.4);
  font-weight: var(--font-body-weight);
}
.footer .newsletter__form .field:hover:not(:focus) .field__input::placeholder {
  color: rgb(var(--color-foreground), 0.3);
}
@media screen and (min-width: 750px) {
  .footer .newsletter__form .field input {
    padding: 1.6rem 13.4rem 1.6rem 2rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer .newsletter__form .field input {
    padding: 1.6rem 13.4rem 1.6rem 2.4rem;
  }
}
.footer .newsletter__form .newsletter__title {
  margin-top: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 990px) {
  .footer .newsletter__form .newsletter__title {
    margin: 0;
  }
}
.footer .newsletter__form .newsletter__title + .newsletter__text {
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.footer .newsletter__form .newsletter__text {
  max-width: 37rem;
}
.footer .newsletter__form .newsletter__text--additional {
  margin-top: 1.6rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.6);
}
.footer .newsletter__form .newsletter__text--additional a {
  transition: color var(--duration-default), text-decoration var(--duration-default);
}
.footer .newsletter__form .newsletter__text--additional a:hover {
  color: rgba(var(--color-foreground), 0.7);
  text-decoration-color: rgba(var(--color-foreground), 0.7);
}
.footer .newsletter__form .newsletter-form {
  width: 100%;
}
.footer .newsletter__form .newsletter-form__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
  border-radius: 1.2rem;
  background: transparent;
}
@media screen and (min-width: 750px) {
  .footer .newsletter__form .newsletter-form__inner {
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .newsletter__form .newsletter-form__inner {
    flex-wrap: nowrap;
  }
}
.footer .newsletter__form .newsletter__button {
  min-width: unset;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .footer .newsletter__form .newsletter__button {
    position: absolute;
    top: 50%;
    right: 0.6rem;
    transform: translateY(-50%);
    width: auto;
  }
}
.footer .newsletter-form__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media (min-width: 990px) {
  .footer .newsletter-form__inner {
    flex-direction: row;
  }
}
.footer .newsletter-form__field-wrapper {
  flex: 1;
  width: 100%;
  position: relative;
}
@media (min-width: 990px) {
  .footer .newsletter-form__field-wrapper {
    width: auto;
  }
}
.footer .newsletter-form__message {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .footer .newsletter-form__message {
    justify-content: flex-start;
  }
}
.footer .newsletter-form__message--success {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .footer .newsletter-form__message--success {
    width: 100%;
  }
}
.footer .newsletter-form__button {
  margin-left: 1.4rem;
}
.footer .accordion:not(.footer-block--logo + .accordion):not(.contacts + .accordion) {
  border-top: none;
}
.footer .footer-block--logo + .accordion {
  margin-top: 2.4rem;
}
@media screen and (min-width: 990px) {
  .footer .footer-block--logo + .accordion {
    margin-top: 0;
  }
}
.footer__menu-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
}
@media screen and (min-width: 1360px) {
  .footer__menu-bottom {
    gap: 1.2rem 2.4rem;
  }
}
.footer__menu-bottom li a {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.6);
  transition: var(--duration-default);
}
.footer__menu-bottom li a:hover {
  color: rgba(var(--color-foreground), 1);
}

@media screen and (min-width: 990px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}
.footer-block:empty {
  display: none;
}

.footer-block__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  font-weight: var(--font-additional-weight);
  color: rgb(var(--color-foreground-title));
}

.footer__list-social:empty {
  display: none;
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}

.footer__list-social.list-social {
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
@media screen and (min-width: 990px) {
  .footer__list-social.list-social {
    margin-top: unset;
    margin-left: unset;
    margin-right: -0.8rem;
    justify-content: flex-end;
  }
}
.footer__list-social.list-social .list-social__item {
  width: 4.4rem;
  height: 4.4rem;
}
.footer__list-social.list-social .list-social__item:hover .icon {
  opacity: 0.6;
}
.footer__list-social.list-social .list-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 990px) {
  .footer__content-middle-container {
    flex-direction: row;
  }
}
.footer__localization {
  display: flex;
  gap: 1.6rem;
}
.footer__localization .label {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  color: rgba(var(--color-foreground), 0.4);
}

localization-form {
  display: block;
}

.localization-form {
  width: 100%;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
}

.footer__localization h2,
.footer__payment h2 {
  margin: 0 0 1.5rem 0;
  color: rgba(var(--color-foreground));
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}
.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
  flex: none;
}

@media screen and (max-width: 989px) {
  .localization-form .button {
    word-break: break-all;
  }
}
noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 990px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
  noscript .localization-form__select + .button {
    margin-top: 0.8rem;
  }
}
.footer .localization-selector.link {
  position: relative;
  padding: 0.8rem 1.6rem;
  min-height: 4.8rem;
  color: rgb(var(--color-foreground));
  border-radius: var(--border-radius-button);
  border: 0.1rem solid rgb(var(--color-border-input));
  background-color: rgb(var(--color-background-input));
  font-weight: var(--font-body-weight);
  letter-spacing: calc(var(--font-body-letter-spacing) * 0.1);
}
.footer .localization-selector.link .disclosure__list {
  border: 0.1rem solid rgb(var(--color-border-input));
  background-color: rgb(var(--color-background-input));
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.footer .localization-selector + .disclosure__list {
  background-color: rgb(var(--color-background-input));
}

.localization-selector + .disclosure__list {
  position: absolute;
  bottom: 100%;
  max-width: 22rem;
  min-width: 100%;
  width: max-content;
  min-height: 8.2rem;
  max-height: 19rem;
  border: none;
  transform: translateY(-1rem);
  animation: animateLocalization var(--duration-default) ease;
  opacity: 1;
  z-index: 3;
  overflow-y: auto;
}

@media screen and (min-width: 990px) {
  footer .accordion {
    display: none;
  }
}
@keyframes appear-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer details[open] summary ~ * {
  animation: appear-down var(--duration-default) ease;
}

.footer-block__details-content {
  margin-bottom: 2rem;
}

.footer-block__details-content li:first-child .link {
  padding-top: 3rem;
}

@media screen and (min-width: 990px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer-block__details-content li:first-child .link {
    padding-top: 0;
  }
  .footer-block__details-content li:last-child .link {
    padding-bottom: 0;
  }
  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }
  .accordion:first-child + .footer-block:last-child li,
  .footer-block:only-child li {
    display: inline;
  }
}
.footer-block__details-content .list-menu__item--link {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  text-decoration-color: rgb(var(--color-foreground-secondary));
  color: rgba(var(--color-foreground), 0.6);
}
.footer-block__details-content .list-menu__item--active {
  color: rgba(var(--color-foreground), 0.7);
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link,
  .copyright__content a,
  .footer__bottom-menu .list-menu__item {
    position: relative;
    display: inline-flex;
  }
  .footer__column--menu,
  .footer__column--payment {
    width: auto;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-block: 0.6rem;
  }
  .footer-block__details-content .list-menu__item--link:hover,
  .footer__bottom-menu .list-menu__item:hover,
  .copyright__content a:hover {
    color: rgba(var(--color-foreground), 1);
  }
}
@media screen and (min-width: 990px) {
  .footer__column--social {
    width: 17.2rem;
    max-width: 17.2rem;
  }
}
@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-flex;
  }
  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}
@media screen and (min-width: 1360px) {
  .footer .footer-block--logo {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer .footer-block--logo {
    margin-right: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-block:first-child.contacts {
    margin-right: auto;
  }
}
.footer .contacts {
  max-width: 20rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 990px) {
  .footer .contacts {
    margin-top: 0;
  }
}
.footer .contacts__text {
  line-height: var(--font-heading-line-height);
}
.footer .contacts__info {
  margin: 0;
}
.footer .contacts__info a {
  display: block;
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: color var(--duration-default);
}
.footer .contacts__info a:hover {
  color: rgb(var(--color-foreground), 0.6);
}
.footer .contacts__info p {
  margin-bottom: 1rem;
}

.copyright__content a {
  transition: color var(--duration-default);
  text-decoration: none;
}

.footer .header__heading-logo--overlay {
  display: none;
}
.footer__content-bottom {
  padding-top: 4.8rem;
  padding-bottom: 6.4rem;
}
.footer__content-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .footer__content-bottom-wrapper--3-columns {
    display: grid;
    grid-template-columns: minmax(25rem, 1fr) auto minmax(25rem, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .footer__content-bottom-wrapper--3-columns .footer__policies {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 750px) {
  .footer__follow-on-shop {
    text-align: right;
  }
}
.footer .follow-icon-wrapper:before {
  transition: background var(--duration-default);
}
.footer__copyright, .footer__policies {
  margin: 0;
  font-weight: var(--font-footer-menu-weight);
  color: rgba(var(--color-foreground), 0.6);
}
.footer__copyright .copyright__content a, .footer__policies .copyright__content a {
  font-weight: var(--font-footer-menu-weight);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration-color: rgba(var(--color-foreground), 0.6);
  transition: color var(--duration-default), text-decoration var(--duration-default);
}
.footer__copyright .copyright__content a:hover, .footer__policies .copyright__content a:hover {
  color: rgba(var(--color-foreground), 1);
  text-decoration-color: rgba(var(--color-foreground), 1);
}
.footer__policies .copyright__content a {
  text-transform: capitalize;
}

.footer__policies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
}
@media screen and (min-width: 1360px) {
  .footer__policies {
    gap: 1.2rem 2.4rem;
  }
}
.footer__policies a {
  text-decoration: none;
}
.footer__policies a:hover {
  color: rgb(var(--color-foreground), 0.7);
}

.footer.footer--align-center .footer__blocks-wrapper {
  justify-content: center;
}
.footer.footer--align-center .footer__blocks-wrapper .footer-block--menu {
  max-width: 25rem;
}
.footer.footer--align-center .footer__blocks-wrapper .footer-block--logo {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .footer.footer--align-center .footer__blocks-wrapper .footer-block--menu:last-child {
    margin-right: unset;
  }
}
.footer.footer--align-center .footer-block:nth-last-child(2).footer-block--menu:not(.footer-block--subscribe) {
  margin-right: unset;
}
.footer.footer--align-center .footer__content-middle-main {
  justify-content: center;
}
@media screen and (max-width: 990px) {
  .footer.footer--align-center .footer__content-middle-main .footer__column {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 990px) {
  .footer.footer--align-center .footer__content-middle-main .footer__column--social {
    width: 25rem;
    max-width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer.footer--align-center .footer__content-middle-main--3-columns .footer__column {
    justify-self: center;
  }
}
.footer.footer--align-center .footer__content-middle-main .footer__list-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer.footer--align-center .footer__content-middle-main .list-payment {
  justify-content: center;
}
.footer.footer--align-center .footer__content-bottom-wrapper {
  justify-content: center;
}
.footer.footer--align-center .footer__content-bottom-wrapper .footer__policies {
  justify-content: center;
}

.footer.footer--align-right .footer__blocks-wrapper {
  justify-content: flex-end;
}
.footer.footer--align-right .footer__blocks-wrapper .footer-block--logo {
  display: flex;
  justify-content: flex-end;
}
.footer.footer--align-right .footer-block:nth-last-child(2).footer-block--menu:not(.footer-block--subscribe) {
  margin-right: unset;
}
.footer.footer--align-right .footer__content-middle-main {
  justify-content: flex-end;
}
@media screen and (max-width: 990px) {
  .footer.footer--align-right .footer__content-middle-main .footer__column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer.footer--align-right .footer__content-middle-main .footer__column .footer__list-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .footer.footer--align-right .footer__content-middle-main .footer__column .list-payment {
    justify-content: flex-end;
  }
}
.footer.footer--align-right .footer__content-bottom-wrapper {
  justify-content: flex-end;
}
.footer.footer--align-right .footer__content-bottom-wrapper .footer__policies {
  justify-content: flex-end;
}

/* Override: footer mai "strâns" jos */
.footer__content-bottom {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}

/* Mai puțin spațiu sus (newsletter) */
.footer__content-top {
  padding-block: 3.2rem;
}

/* Fix aliniere newsletter pe mobil */
@media (max-width: 750px) {
  .footer .newsletter__form {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    width: 100%;
    gap: 1.2rem;
  }

  .footer .newsletter-form__inner {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .footer .newsletter-form__field-wrapper {
    width: 100%;
  }

  .footer .field__input {
    text-align: center;
    width: 100%;
  }

  .footer .newsletter__button {
    width: 100%;
    position: static !important;
    transform: none !important;
  }
}

  /* copyright centrat pe rând separat */
  .footer__copyright {
    grid-column: 1 / -1;
    text-align: center;
  }

  /* scoatem wrapper-ul de UL, punem doar LI în grid */
  .footer__menu-bottom,
  .footer__policies {
    display: contents !important;
    margin: 0;
    padding: 0;
  }

  .footer__menu-bottom li,
  .footer__policies li {
    list-style: none;
    white-space: nowrap;
  }

  /* STÂNGA – aliniere spre axă (dreapta) */
  .footer__menu-bottom li:nth-child(1),
  .footer__policies li:nth-child(odd) {
    grid-column: 1;
    justify-self: end;        /* aliniere pe dreapta coloanei stângi */
    text-align: right;
    padding-right: 0.4rem;
  }

  /* DREAPTA – aliniere spre axă (stânga) */
  .footer__menu-bottom li:nth-child(2),
  .footer__policies li:nth-child(even) {
    grid-column: 2;
    justify-self: start;      /* aliniere pe stânga coloanei drepte */
    text-align: left;
    padding-left: 0.4rem;
  }
}

/* Newsletter centrat, dar MAI ÎNGUST pe tabletă */
@media (min-width: 751px) and (max-width: 990px) {

  .footer .footer-block--subscribe,
  .footer .newsletter__form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
  }

  .footer .newsletter__title,
  .footer .newsletter__text {
    text-align: center !important;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  /* containerul input+buton, centrat, dar nu full-width */
  .footer .newsletter-form__inner {
    width: 100%;
    max-width: 400px;        /* mai îngust decât înainte */
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem;
  }

  .footer .newsletter-form__field-wrapper {
    width: 100%;
  }

  /* input: text și placeholder ALINIATE LA STÂNGA */
  .footer .field__input {
    width: 100%;
    text-align: left !important;
  }

  /* buton la fel de lat ca input-ul */
  .footer .newsletter__button {
    width: 100%;
    max-width: none;
    position: static !important;
    transform: none !important;
  }
}

/* === Newsletter Desktop Fix === */
@media (min-width: 991px) {

  /* Îngustăm zona totală */
  .footer .newsletter-form__inner {
    max-width: 560px; /* Ajustabil între 520–620px */
    margin-left: auto;
    margin-right: auto;
  }

  /* Input-ul să nu fie full-width ci controlat */
  .footer .newsletter-form__field-wrapper {
    flex: 1;
  }

  .footer .field__input {
    width: 100%;
  }

  /* Butonul rămâne fix și nu se suprapune */
  .footer .newsletter__button {
    margin-left: 1rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    white-space: nowrap;
  }

  /* Aliniem textul explicativ la centru */
  .footer .newsletter__title,
  .footer .newsletter__text {
    text-align: center !important;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}

  /* Copyright centrat */
  .footer__copyright {
    margin: 0;
    text-align: center;
    width: 100%;
  }

  /* Meniul de jos (Despre noi | Contact, Portofoliu) centrat pe un rând */
  .footer__menu-bottom {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 1.6rem;
    margin: 0;
    padding: 0;
  }

  .footer__menu-bottom li {
    list-style: none;
  }

  /* Politicile – centrate, spațiu egal */
  .footer__policies {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem 1.6rem;
    margin: 0;
    padding: 0;
  }

  .footer__policies li {
    list-style: none;
  }
}
