/** Shopify CDN: Minification failed

Line 382:0 Unexpected "{"
Line 1790:0 Comments in CSS use "/* ... */" instead of "//"

**/
.overflow-hidden-region .shopify-section-group-footer-group {
  z-index: 20;
}

.footer {
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 10;
}
@media screen and (min-width: 990px) {
  .home_page_slider .footer:not(.footer--center_subscribe) {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
  }
}
.footer-block__text {
  max-width: 32rem;
}
.footer--mid-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  order: 2;
}
.footer--mid-wrapper .link-hover-line:after {
  bottom: 2px;
}
@media screen and (min-width: 990px) {
  .footer--mid-wrapper {
    flex-direction: row;
    order: initial;
    gap: inherit;
  }
}
@media screen and (min-width: 990px) {
  .footer--mid-wrapper .footer-block,
  .footer--mid-wrapper .footer__column--social {
    min-width: 28%;
  }
}
@media screen and (min-width: 1100px) {
  .footer--mid-wrapper .footer-block,
  .footer--mid-wrapper .footer__column--social {
    min-width: unset;
  }
}
.footer__localization {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
  gap: 0.8rem;
}
@media screen and (min-width: 750px) {
  .footer__localization {
    display: flex;
  }
}
.footer__localization--language + .footer__localization::before {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(var(--color-foreground), 0.7);
  margin: 0 8px;
  transition: var(--duration-default);
}
.footer__localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__localization .disclosure {
  position: relative;
}
.footer__localization .disclosure__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 5rem;
  padding-inline: 0.4rem;
}
.footer__localization .disclosure__button:hover, .footer__localization .disclosure__button:focus {
  box-shadow: none;
}
.footer__localization .localization-selector.link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-family: var(--font-header-menu-family);
  font-style: var(--font-header-menu-style);
  font-weight: var(--font-header-menu-weight);
  text-transform: var(--font-header-menu-text-transform);
  font-size: calc(var(--font-header-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-header-menu-letter-spacing) * 0.1);
}
.footer__localization .localization-selector.link .icon-caret {
  position: static;
  margin: 0;
  flex: none;
  transform: rotate(0deg);
  transition: all var(--duration-default) ease-in;
}
.footer__localization .localization-selector.link .currency-country {
  flex: none;
}
.footer__localization .localization-selector.link[aria-expanded=true] .icon-caret {
  transform: rotate(180deg);
}
.footer__localization .localization-selector + .disclosure__list {
  position: absolute;
  bottom: 100%;
  right: 0;
  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;
}
.footer__blocks-container {
  padding-bottom: 0 !important;
}
.footer__blocks-container--left {
  padding-top: 0 !important;
}
.footer__blocks-container--center .footer__logo-link {
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .footer__blocks-container--center .footer__logo-link {
    display: none;
  }
  .footer__blocks-container--center .footer__logo-link + .footer-block__text {
    margin-top: 0;
  }
}
.footer__content-middle {
  margin-left: 0;
}
@media screen and (min-width: 990px) {
  .footer__content-middle {
    margin-left: auto;
    display: none;
  }
}
.footer__content-middle .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 990px) {
  .footer__content-middle .container {
    padding-left: 2rem;
  }
}
.footer .list-payment__item svg {
  height: auto;
}
.footer__blocks-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
  .footer__blocks-container--center .footer__blocks-wrapper {
    flex-wrap: nowrap;
  }
  .footer__blocks-container--center .footer__blocks-wrapper .footer-block--logo {
    max-width: 24.9rem;
    text-align: left;
  }
  .footer__blocks-container--center .footer__blocks-wrapper .footer--mid-wrapper .footer-block,
  .footer__blocks-container--center .footer__blocks-wrapper .footer--mid-wrapper .footer__column--social {
    min-width: unset;
  }
}
@media screen and (min-width: 990px) {
  .footer__blocks-wrapper {
    flex-direction: row;
    gap: 3rem 2rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer__blocks-wrapper {
    flex-wrap: nowrap;
    gap: 3rem 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer__blocks-wrapper {
    gap: 5rem 8rem;
  }
}
.footer__blocks-wrapper.with-padding {
  padding-bottom: 6.5rem;
}
.footer__blocks-wrapper .footer__copyright--middle {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 990px) {
  .footer__blocks-wrapper .footer__copyright--middle {
    display: flex;
  }
}
@media screen and (min-width: 1100px) {
  .footer__blocks-wrapper .footer__copyright--middle {
    gap: 3rem 2rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer__blocks-wrapper .footer__copyright--middle {
    gap: 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer__blocks-wrapper .footer__copyright--middle {
    gap: 3rem 4rem;
  }
}
@media screen and (min-width: 1800px) {
  .footer__blocks-wrapper .footer__copyright--middle {
    gap: 3rem 7.7rem;
  }
}
.footer__content-bottom-wrapper .footer__copyright--middle {
  display: flex;
}
@media screen and (min-width: 990px) {
  .footer__content-bottom-wrapper .footer__copyright--middle {
    display: none;
  }
}

.footer .link {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
}

.footer__content-top {
  display: block;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}

.footer-block--menu {
  display: none;
  max-width: 40rem;
}
@media screen and (min-width: 1800px) {
  .footer-block--menu:last-child {
    margin-right: auto;
  }
}

@media screen and (min-width: 1100px) {
  .footer-block--menu {
    flex: none;
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .footer-block:nth-last-child(2).footer-block--menu:not(.footer-block--subscribe) {
    margin-right: auto;
  }
}

@media screen and (min-width: 1100px) {
  .footer-block--logo:first-child {
    flex: none;
  }
}
.footer__logo-link {
  text-decoration: none;
  word-wrap: break-word;
  max-width: 100%;
}
.footer__logo-link--center-wrapper {
  text-align: center;
  display: none;
}
@media screen and (min-width: 0) and (max-width: 989px) {
  .footer__logo-link--center-wrapper + .footer__blocks-container {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  .footer__logo-link--center-wrapper {
    display: block;
  }
}
.footer__logo-link + .footer-block__text {
  margin-top: 1.6rem;
  max-width: 32rem;
}
@media screen and (min-width: 990px) {
  .footer__logo-link + .footer-block__text {
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1100px) {
  .footer__logo-link + .footer-block__text {
    margin-top: 1.6rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__content-middle-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer__content-middle-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (min-width: 750px) {
  .footer__content-middle-main {
    gap: 3.2rem;
  }
}

.footer__bottom-menu .list-menu__item {
  padding: 0;
}

.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--localization .header__icons .localization-form,
.footer__column--localization .header__localization .disclosure__button {
  min-height: unset;
}
.footer__column--localization .header__icons .localization-form:after {
  bottom: -4px;
}
.footer__column--localization .region_language_dropdown_type .header__localization .localization-selector + .disclosure__list {
  bottom: 100%;
  margin-bottom: 1rem;
}
.footer__column--localization .region_language_dropdown_type.header__icons localization-form {
  min-height: unset;
}
{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.footer__column--payment .label {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.4);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1600px) {
  .footer__column--payment .label {
    font-size: inherit;
  }
}
.footer__column--social {
  width: auto !important;
  max-width: 100%;
}

.footer__column {
  width: 100%;
}

.footer__column--localization .header__region + .header__region::before {
  margin: 0 1rem;
}

@media screen and (min-width: 990px) {
  .footer__column--localization {
    width: auto;
  }
  .footer__content-middle-main {
    gap: 3.6rem;
  }
}
@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;
  border: none;
  padding: 0;
}
.footer .accordion summary {
  padding: 0;
}
.footer .accordion:not(:last-child) {
  padding-bottom: 2.4rem;
}
.footer .accordion .footer-block__heading {
  margin-bottom: 0;
}

.footer .newsletter__form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 576px) {
  .footer .newsletter__form {
    max-width: min(100%, 43rem);
    margin-right: auto;
    width: min(100%, 43rem);
    min-width: min(100%, 33rem);
  }
}
.footer .newsletter__form.footer--newsletter__form--center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  order: initial;
  height: min-content;
  box-sizing: border-box;
  margin-bottom: auto;
}
@media screen and (min-width: 576px) {
  .footer .newsletter__form.footer--newsletter__form--center {
    flex-direction: row;
    min-width: 30rem;
    margin-top: 0;
    gap: 0;
  }
}
@media screen and (min-width: 990px) {
  .footer .newsletter__form.footer--newsletter__form--center {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 44.2rem);
  }
}
@media screen and (min-width: 576px) {
  .footer .newsletter__form.footer--newsletter__form--center .newsletter-form input.field__input {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    padding: 0 7rem 1rem 0;
    border-width: 0 0 1px;
    height: auto;
  }
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form .newsletter__title {
  margin: 0;
  text-align: center;
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form .newsletter__text {
  font-size: inherit;
  text-align: center;
  max-width: unset;
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form .newsletter__text--additional {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.6);
}
@media screen and (min-width: 576px) {
  .footer .newsletter__form.footer--newsletter__form--center .newsletter-form .newsletter__button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    border: none;
    height: 100%;
    display: flex;
    align-items: flex-start;
    min-width: unset;
    min-height: unset;
    margin-top: 0;
    padding: 0 0.8rem;
    cursor: pointer;
    transition: all var(--duration-default);
  }
  .footer .newsletter__form.footer--newsletter__form--center .newsletter-form .newsletter__button:after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (min-width: 750px) {
  .footer .newsletter__form.footer--newsletter__form--center .newsletter-form .newsletter__button:hover {
    opacity: 0.6;
    color: rgba(var(--color-button-tertiary-text));
  }
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form__inner {
  margin-top: 3.2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form__field-wrapper {
  flex: 1;
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form__message {
  margin-bottom: 0;
  justify-content: flex-start;
}
.footer .newsletter__form.footer--newsletter__form--center .newsletter-form__message--success {
  margin-top: 2rem;
  width: 100%;
}
.footer .newsletter__form .newsletter-form {
  width: 100%;
}
.footer .newsletter__form .newsletter-form .field {
  width: 100%;
  min-height: 2.9rem;
}
.footer .newsletter__form .newsletter-form .field__input {
  transition: background var(--duration-default), border var(--duration-default);
  color: rgb(var(--color-foreground));
  font-size: 1.2rem;
  padding-right: 7rem !important;
}
.footer .newsletter__form .newsletter-form .field__input::placeholder {
  color: rgb(var(--color-foreground), 0.6);
  font-size: 1.2rem;
}
.footer .newsletter__form .newsletter-form .field:hover:not(:focus) .field__input::placeholder {
  color: rgb(var(--color-foreground), 0.6);
}
.footer .newsletter__form .newsletter-form .field input {
  padding: 0 1.6rem;
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  height: 3.8rem;
  background: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 576px) {
  .footer .newsletter__form .newsletter-form .field input {
    padding: 0 7rem 1rem 0;
    border-width: 0 0 1px;
    height: auto;
  }
}
@media screen and (min-width: 990px) {
  .footer .newsletter__form .newsletter-form .field input {
    padding: 0 1.6rem;
    border: 1px solid rgb(var(--color-border));
    border-radius: 0;
    height: 3.8rem;
    background: rgba(255, 255, 255, 0);
  }
}
@media screen and (min-width: 1360px) {
  .footer .newsletter__form .newsletter-form .field input {
    padding: 0 7rem 1rem 0;
    border-width: 0 0 1px;
    height: auto;
  }
  .footer .newsletter__form .newsletter-form .field input:hover {
    border-color: rgba(var(--color-foreground), 0.4);
  }
}
.footer .newsletter__form .newsletter-form .field input:-webkit-autofill,
.footer .newsletter__form .newsletter-form .field input:-webkit-autofill:hover,
.footer .newsletter__form .newsletter-form .field input:-webkit-autofill:focus,
.footer .newsletter__form .newsletter-form .field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgb(var(--color-background)) inset !important;
}
.footer .newsletter__form .newsletter-form .newsletter__title {
  margin: 0;
}
.footer .newsletter__form .newsletter-form .newsletter__title.title--section-m-none {
  margin-top: 0 !important;
}
@media screen and (min-width: 990px) {
  .footer .newsletter__form .newsletter-form .newsletter__title {
    margin: 1.6rem 0 0;
    font-size: 25px;
  }
}
.footer .newsletter__form .newsletter-form .newsletter__title + .newsletter__text {
  margin-top: 0.2rem;
  margin-bottom: 0;
  font-size: 11px;
}
.footer .newsletter__form .newsletter-form .newsletter__text {
  max-width: 36rem;
}
.footer .newsletter__form .newsletter-form .newsletter__text a {
  transition: opacity var(--duration-default);
}
@media screen and (pointer: fine) {
  .footer .newsletter__form .newsletter-form .newsletter__text a:hover {
    opacity: 0.7;
  }
}
.footer .newsletter__form .newsletter-form .newsletter__text--additional {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 0.6rem;
  color: rgba(var(--color-foreground), 0.6);
}
@media screen and (min-width: 1600px) {
  .footer .newsletter__form .newsletter-form .newsletter__text--additional {
    font-size: 1.4rem;
  }
}
.footer .newsletter__form .newsletter-form .newsletter__text--additional a {
  transition: color var(--duration-default), text-decoration var(--duration-default);
}
.footer .newsletter__form .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 .newsletter__button {
  width: 100%;
}
.footer .newsletter__form .newsletter-form .newsletter__button::after {
  z-index: -1;
}
@media screen and (min-width: 576px) and (max-width: 989px) {
  .footer .newsletter__form .newsletter-form .newsletter__button {
    position: absolute;
    right: 0;
    top: 0;
    width: 7rem;
    min-width: unset;
    border: none;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 0;
    padding: 0 0 0 0.8rem;
    cursor: pointer;
    transition: all var(--duration-default);
  }
  .footer .newsletter__form .newsletter-form .newsletter__button::after {
    display: none;
  }
  .footer .newsletter__form .newsletter-form .newsletter__button:hover {
    opacity: 0.6;
    color: rgba(var(--color-button-tertiary-text));
  }
}
@media screen and (min-width: 990px) and (max-width: 1359px) {
  .footer .newsletter__form .newsletter-form .newsletter__button {
    width: 100%;
  }
  .footer .newsletter__form .newsletter-form .newsletter__button::after {
    z-index: -1;
  }
}
@media screen and (min-width: 1360px) {
  .footer .newsletter__form .newsletter-form .newsletter__button {
    position: absolute;
    right: 0;
    top: 0;
    width: 7rem;
    min-width: unset;
    border: none;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 0;
    padding: 0 0 0 0.8rem;
    cursor: pointer;
    transition: all var(--duration-default);
  }
  .footer .newsletter__form .newsletter-form .newsletter__button::after {
    display: none;
  }
  .footer .newsletter__form .newsletter-form .newsletter__button:hover {
    opacity: 0.6;
    color: rgba(var(--color-button-tertiary-text));
  }
}
.footer .newsletter__form .newsletter-form__inner {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 750px) {
  .footer .newsletter__form .newsletter-form__inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 1360px) {
  .footer .newsletter__form .newsletter-form__inner {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .footer .newsletter__form .newsletter-form__inner {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer .newsletter__form .newsletter-form__field-wrapper {
  position: relative;
  flex: 1;
  width: 100%;
}
@media (min-width: 750px) {
  .footer .newsletter__form .newsletter-form__field-wrapper {
    flex: inherit;
  }
}
@media (min-width: 1100px) {
  .footer .newsletter__form .newsletter-form__field-wrapper {
    flex: 1;
  }
}
.footer .newsletter__form .newsletter-form__message {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .footer .newsletter__form .newsletter-form__message {
    justify-content: flex-start;
  }
}
.footer .newsletter__form .newsletter-form__message--success {
  margin-top: 2rem;
}
@media (min-width: 750px) {
  .footer .newsletter__form .newsletter-form__message--success {
    width: 100%;
  }
}
.footer .newsletter__form .newsletter-form__button {
  margin-left: 1.4rem;
}
.footer--center_subscribe {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
}
.home_page_slider .footer--center_subscribe {
  min-height: calc(100dh - var(--countdown-height) - var(--announcement-height));
  box-sizing: border-box;
  display: grid;
  justify-content: unset;
  grid-template-rows: auto min-content min-content;
  min-height: 100%;
}
.footer--center_subscribe .newsletter__form .newsletter-form .newsletter__title + .newsletter__text {
  margin-top: 0.8rem;
}
.footer .accordion:not(.footer-block--logo + .accordion) {
  border-top: none;
}
.footer .accordion details[open] > summary .icon-caret {
  transform: rotate(-180deg) translate(10%, 0);
}
.footer .footer-block--logo + .accordion {
  margin-top: 2.4rem;
}
@media screen and (min-width: 750px) {
  .footer .footer-block--logo + .accordion {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 990px) {
  .footer .footer-block--logo + .accordion {
    margin-top: 0;
  }
}

@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;
  color: rgb(var(--color-foreground));
}

.footer__list-social--texts .icon {
  display: none !important;
}
.footer__list-social--texts .social-name {
  display: block !important;
}

.footer__list-social:empty {
  display: none;
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}

.footer__list-social.list-social {
  display: flex;
  flex-direction: column;
}
.footer__list-social.list-social.footer__list-social--texts {
  margin-top: -0.6rem;
}
.footer__list-social.list-social .list-social__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__list-social.list-social .list-social__item:hover .icon {
  opacity: 0.7;
}
.footer__list-social.list-social .list-social__item .icon + .social-name {
  display: none;
  padding-top: 0;
}
.footer__list-social.list-social .list-social__item .social-name {
  padding-top: 0;
  margin-bottom: -0.7rem;
}
.footer__list-social.list-social .list-social__item:first-child .social-name {
  padding-top: 1rem;
}
.footer__list-social.list-social .list-social__link {
  padding: 0;
  text-decoration: none;
}

@media screen and (min-width: 990px) {
  .footer__content-middle-container {
    flex-direction: row;
  }
}
@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: 0.6rem;
  margin-top: 0.6rem;
}
@media screen and (min-width: 990px) {
  .footer-block__details-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.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);
  font-size: calc(var(--font-footer-menu-scale) * 0.9rem);
  line-height: 1.2;
  text-decoration-color: rgb(var(--color-foreground-secondary));
  color: rgb(var(--color-foreground));
}
.footer-block__details-content .list-menu__item--active {
  color: rgba(var(--color-foreground), 0.7);
}

.footer .social-name {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  text-transform: var(--font-footer-menu-text-transform);
  font-size: calc(var(--font-footer-menu-scale) * 0.9rem);
  letter-spacing: calc(var(--font-footer-menu-letter-spacing) * 0.1);
  line-height: 1.2;
  text-decoration-color: rgb(var(--color-foreground-secondary));
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link,
  .footer .social-name,
  .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,
  .footer .social-name {
    padding-block: 0.6rem;
    color: rgb(var(--color-foreground-secondary));
  }
  .footer-block__details-content .list-menu__item--link p,
  .footer .social-name p {
    color: inherit;
    margin: 0;
  }
  .footer-block__details-content .list-menu__item--link:hover,
  .footer .social-name:hover {
    color: rgb(var(--color-foreground), 1);
  }
  .footer-block__details-content .list-menu__item--link:hover p,
  .footer .social-name:hover p {
    color: inherit;
  }
  .footer__bottom-menu .list-menu__item:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground), 0.6);
  }
}
@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link,
  .footer .social-name {
    display: inline-flex;
  }
  .footer-block__details-content > :first-child .list-menu__item--link,
  .footer-block__details-content > :first-child .social-name {
    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);
  }
}
.footer .footer-block--logo {
  max-width: 40rem;
  width: 100%;
  max-width: unset;
  text-align: left;
  margin-bottom: 4rem;
  order: 2;
}
@media screen and (max-width: 989px) {
  .footer .footer-block--logo {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 990px) {
  .footer .footer-block--logo {
    text-align: center;
    order: initial;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .footer .footer-block--logo {
    width: 100%;
    max-width: 24.9rem;
    text-align: unset;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .footer .footer-block--logo {
    margin-right: 9rem;
    max-width: 32.9rem;
  }
}
.footer .footer-block--logo a {
  transition: opacity var(--duration-default);
}
@media screen and (min-width: 750px) {
  .footer .footer-block--logo a:hover {
    opacity: 0.8;
  }
}
.footer .footer-block--logo .header__heading-logo {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1100px) {
  .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;
  font-size: 1.4rem;
}
@media screen and (min-width: 1600px) {
  .footer .contacts__info {
    font-size: inherit;
  }
}
.footer .contacts__info a {
  display: block;
  text-decoration: none;
  color: rgb(var(--color-foreground), 0.6);
  transition: color var(--duration-default);
}
.footer .contacts__info a:hover {
  color: rgb(var(--color-foreground));
}
.footer .contacts__info:first-child > p {
  margin-top: 0;
}
.footer .contacts__info p {
  margin-bottom: 1rem;
  color: rgb(var(--color-foreground), 0.6);
}

.footer__content-bottom {
  padding-bottom: 0 !important;
}
@media screen and (min-width: 990px) {
  .footer__content-bottom--desktop-hidden {
    display: none;
  }
}
.footer__content-bottom-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.2rem;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 990px) {
  .footer__content-bottom-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.footer__follow-on-shop {
  text-align: right;
}
.footer .follow-icon-wrapper:before {
  transition: background var(--duration-default);
}
.footer__copyright {
  margin: 0;
  font-size: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
}
@media screen and (min-width: 1600px) {
  .footer__copyright {
    font-size: 1.5rem;
  }
}
.footer__copyright .copyright__content a {
  color: rgba(var(--color-foreground), 0.7);
  text-decoration-color: rgba(var(--color-foreground), 0.7);
  transition: color var(--duration-default), text-decoration var(--duration-default);
  text-decoration: none;
}
.footer__copyright .copyright__content a:hover {
  color: rgba(var(--color-foreground), 0.6);
  text-decoration-color: rgba(var(--color-foreground), 0.6);
}
.footer__copyright .copyright__content:nth-child(2) a {
  text-decoration: underline;
}

.footer__policies {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
.footer__policies a {
  text-transform: capitalize;
  text-decoration: none;
}
.footer__policies a:hover {
  color: rgb(var(--color-foreground), 0.7);
}




/* Λίγο μικρότερο gap πριν το copyright ώστε να μην “πλέει” στο κενό */
.shopify-section-group-footer-group .footer .footer__blocks-wrapper.with-padding{
  padding-bottom: 4.5rem;
}

/* Smaller disclaimer under newsletter */
.shopify-section-group-footer-group .footer .newsletter__text--additional{
  line-height: 1.5 !important;
  color: rgba(var(--color-foreground), 0.55) !important;
}

/* Σε πολύ μεγάλα screens, λίγο πιο μικρό */
@media (min-width: 1600px){
  .shopify-section-group-footer-group .footer .newsletter__text--additional{
    font-size: 0.8rem !important;
  }
}

/* Λινκ μέσα στο disclaimer */
.shopify-section-group-footer-group .footer .newsletter__text--additional a{
  text-decoration: underline;
  color: inherit;
}

/* Newsletter block πιο φαρδύ, για να σπάει το disclaimer σε 2 γραμμές max */
@media (min-width: 1100px){
  .shopify-section-group-footer-group .footer .footer-block--subscribe.newsletter__form{
    max-width: 40rem !important;
    width: 40rem !important;
  }

  .shopify-section-group-footer-group .footer .newsletter__text--additional{
    max-width: 38rem !important;
  }
}

/* Newsletter text links (Facebook, Instagram, Youtube, TikTok) */
.shopify-section-group-footer-group .footer .newsletter__follow{
  display:flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}

.shopify-section-group-footer-group .footer .newsletter__follow .nl-social{
  text-decoration: none;
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: 700 !important;      /* bold */
  font-size: 12px;
  line-height: 1.2;
}

.shopify-section-group-footer-group .footer .newsletter__follow .nl-social:hover{
  opacity: .8;
}

/* mobile tweaks */
@media (max-width: 575px){
  .shopify-section-group-footer-group .footer .newsletter__follow{
    gap: 1.2rem;
  }
}

/* Bold για τα links Facebook / Instagram / Youtube / TikTok */
.shopify-section-group-footer-group .footer .newsletter__follow .nl-social{
  font-weight: 700 !important; /* κάν’το 600 αν θες semi-bold */
  font-size: 12px;
}


/* === BRAND BLOCK (ίδιο layout με το logo block) === */
.footer .footer-block--brand{
  width: 100%;
  max-width: 40rem;
  text-align: left;
  margin-bottom: 0rem;
  order: 2;
}

/* εικόνα + κείμενο μέσα στο brand */
.footer .footer-block--brand .footer__logo{
  margin-bottom: 2.4rem;
}
.footer .footer-block--brand .footer-block__text{
  margin-bottom: 2.4rem;
}

/* Desktop alignment */
@media screen and (min-width: 990px){
  .footer .footer-block--brand{
    text-align: center;
    order: initial;
    padding-top: 0;
    margin-bottom: 0;
  }
}

/* Μεγαλύτερα desktop – ίδια λογική με footer-block--logo */
@media screen and (min-width: 1100px){
  .footer .footer-block--brand{
    width: 100%;
    max-width: 24.9rem;
    text-align: unset;
    padding-bottom: 0;
  }
}

.footer__list-social--icons-only .list-social__item {
  display: inline-block;
  margin-right: 16px;
}


/* ===== FIX: μην πετάς το footer -60px αριστερά ===== */
@media (min-width: 1100px){
  .shopify-section-group-footer-group .footer .footer__blocks-container{
    margin-left: 0 !important;   /* ήταν -60px */
  }
}





/* === Wider brand text on footer === */
@media (min-width: 1100px){
  /* άνοιξε το ίδιο το block */
  .shopify-section-group-footer-group .footer .footer-block--brand{
    max-width: 30rem;   /* δοκίμασε 34–40rem μέχρι να κουμπώσει με Figma */
  }

  /* και μην το περιορίζει άλλο το text */
  .shopify-section-group-footer-group .footer .footer-block--brand .footer-block__text{
    max-width: none !important;
  }
}

/* Social icons κάτω από το brand text – σε σειρά, μόνο icons */
.footer .footer-block--brand .footer__list-social {
  display: flex;
  flex-direction: row;      /* αντί για column */
  align-items: center;
  gap: 24px;                /* απόσταση ανάμεσα στα icons */
  margin-top: 32px;         /* κενό πάνω από τα icons */
}

/* κρύβουμε τα ονόματα (Facebook, Instagram κτλ) – κρατάμε μόνο τα εικονίδια */
.footer .footer-block--brand .footer__list-social .social-name {
  display: none !important;
}

/* ελεγχόμενο μέγεθος icons */
.footer .footer-block--brand .footer__list-social .icon {
  width: 24px;
  height: 24px;
}

/* === FOOTER MENUS – λεπτότερη γραμματοσειρά, όλα άσπρα, μεγαλύτερο gap === */

/* Τίτλοι στηλών (SHOP / ABOUT / SUPPORT) */
.shopify-section-group-footer-group .footer .footer-block__heading {
  color: #ffffff !important;
  font-weight: 300;              /* λίγο πιο λεπτό από bold */
}

/* Links μέσα στα menus */
.shopify-section-group-footer-group .footer .footer-block__details-content .list-menu__item--link {
  color: #ffffff !important;     /* όλα άσπρα */
  font-weight: 300 !important;   /* πιο λεπτή γραμματοσειρά */
}

/* extra gap ανάμεσα στα items στο desktop */
@media (min-width: 990px) {
  .shopify-section-group-footer-group .footer .footer-block__details-content .list-menu__item--link {
    padding-block: 0.8rem !important;   /* ήταν ~0.6rem, τώρα πιο ανοιχτά */
  }
}




/* === Newsletter footer – Figma typography === */

/* Join Our Community – ίδιο font με headings από Figma */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form
  .newsletter__title {
font-family: Fraunces;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: -2%;
}

/* Get 10% off… – πιο λεπτό κείμενο */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form
  .newsletter__text {
  font-weight: 300;
  opacity: 0.9;
  max-width: 40rem;
  margin-top: 0.8rem;
}

/* === Newsletter footer – white bar + arrow === */

/* Wrapper */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form__inner {
  margin-top: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

/* Το field wrapper να είναι ο "καμβάς" μας */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form__field-wrapper {
  position: relative;
  width: 100%;
  max-width: 540px;               /* ρύθμισέ το αν θες */
}

/* Η ίδια η input bar */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form .field {
  width: 100%;
  min-height: 0;
}

.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form .field__input {
  background: #ffffff;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  height: 56px;
  padding: 0 64px 0 20px;         /* δεξιά κενό για το βελάκι */
  font-size: 15px;
  color: #111111;
}

/* Placeholder */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form .field__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
}

/* Κουμπί subscribe → βελάκι μέσα στο input */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form .newsletter__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 56px;
  min-width: 56px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;

  /* κρύβουμε το default κείμενο "Subscribe" */
  font-size: 0;
}

/* Το actual arrow icon */
.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form .newsletter__button::before {
  content: "➝";                   /* ή "\2192" για απλό βελάκι */
  font-size: 22px;
  line-height: 1;
  color: #111111;
}

.shopify-section-group-footer-group
  .footer
  .newsletter__form
  .newsletter-form .newsletter__button:hover::before {
  transform: translateX(2px);
  transition: transform 0.15s ease-out;
}

/* Σπάσιμο στο mobile – full width, τίποτα τρελό */
@media (max-width: 749px) {
  .shopify-section-group-footer-group
    .footer
    .newsletter__form
    .newsletter-form__inner {
    align-items: stretch;
  }

  .shopify-section-group-footer-group
    .footer
    .newsletter__form
    .newsletter-form__field-wrapper {
    max-width: 100%;
  }
}



/* === Newsletter heading & subtitle (Figma style) === */
.shopify-section-group-footer-group .footer .footer-block--subscribe .newsletter__title {
  font-family: var(--font-heading-family);   /* ίδια γραμματοσειρά με headings */
  font-weight: 600;                          /* semi-bold, όπως στο Figma */
  font-size: 32px;
  line-height: 1.1;
}

@media (max-width: 749px) {
  .shopify-section-group-footer-group .footer .footer-block--subscribe .newsletter__title {
    font-size: 26px;
  }
}

/* Get 10% off... πιο λεπτό + ίδιο πλάτος με το input */
.shopify-section-group-footer-group .footer .footer-block--subscribe .newsletter-form .newsletter__text {
  font-weight: 300;           /* πιο λεπτό */

  width: 100%;
}

/* === Newsletter arrow button (Figma style) === */
.shopify-section-group-footer-group .footer .newsletter__button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 0;
}

.shopify-section-group-footer-group .footer .newsletter__button .newsletter__arrow svg {
  width: 24px;
  height: 24px;
}

.shopify-section-group-footer-group .footer .newsletter__button:hover {
  opacity: 0.7;
  cursor: pointer;
}


/* === Newsletter disclaimer – μεγαλύτερο, πιο διαβαστερό === */
.shopify-section-group-footer-group .footer .footer-block--subscribe .newsletter__text--additional{
  font-size: 13px !important;   /* παίξε 13–14 αν θες ακόμη πιο μεγάλο */
  line-height: 1.6 !important;
  max-width: 450px;             /* να μην απλώνεται υπερβολικά */
  margin-top: 1.2rem;
  color: rgba(var(--color-foreground), 0.8) !important;
}

/* mobile λίγο πιο μικρό αλλά ακόμη ευανάγνωστο */
@media (max-width: 749px){
  .shopify-section-group-footer-group .footer .footer-block--subscribe .newsletter__text--additional{
    font-size: 12px !important;
    max-width: 100%;
  }
}


/* Newsletter disclaimer – πιο λευκό & πιο στενό */
.shopify-section-group-footer-group .footer .newsletter__form .newsletter__text--additional {
  color: rgba(var(--color-foreground), 0.95) !important; /* σχεδόν καθαρό λευκό */
  max-width: 37rem !important;                           /* μικραίνει το width για να σπάει η γραμμή */
  line-height: 1.5;
}




/* Container: payment icons κάτω δεξιά στο newsletter */
.newsletter__form .newsletter__payments {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;         /* δεξιά */
}

/* Η λίστα */
.list-payment--newsletter {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}

/* Κάθε “καρτέλα” γύρω από το icon */
.list-payment--newsletter .list-payment__item {
  list-style: none;
  border-radius: 8px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Το ίδιο το SVG icon */
.list-payment--newsletter .icon {
  width: 40px;
  height: auto;
}

/* Mobile – αν θες να έρχονται πιο αριστερά ή κέντρο */
@media (max-width: 749px) {
  .newsletter__form .newsletter__payments {
    justify-content: flex-start;      /* ή center αν τα θες κέντρο */
    margin-top: 24px;
  }

  .list-payment--newsletter {
    flex-wrap: wrap;
    gap: 10px;
  }
}



/* Κάτω μπάρα footer: copyright αριστερά, payments δεξιά */
.footer__content-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* === FOOTER MENUS – match Figma (TikTok Sans 14/20) === */
.shopify-section-group-footer-group
  .footer
  .footer-block__details-content
  .list-menu__item--link {
  font-family: "TikTok Sans", var(--font-footer-menu-family), system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
  width: 176px;

  color: #ffffff !important;
  text-transform: none;             /* αν στο Figma δεν είναι uppercase */
}

@media (min-width: 990px) {
  .shopify-section-group-footer-group
    .footer
    .footer-block__details-content
    .list-menu__item--link {
    padding-block: 0.5rem !important;
  }
}




/* === Brand text (Qinetiko designs and produces...) – match Figma === */
.shopify-section-group-footer-group
  .footer
  .footer-block--brand
  .footer-block__text {
  font-family: "TikTok Sans", var(--font-footer-menu-family), system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.85);   /* αν το θες πιο γκρι, παίξε 0.75–0.85 */
  max-width: 395px;                   /* ίδιο πλάτος με Figma */
}

.shopify-section-group-footer-group
  .footer
  .footer-block--brand
  .footer-block__text p {
  margin: 0;                           /* να μην ανοίγουν περίεργα gaps */
}



/* === Footer menu titles (SHOP / ABOUT / SUPPORT) – Figma style === */
.shopify-section-group-footer-group
  .footer
  .footer-block__heading {
  font-family: "TikTok Sans", var(--font-footer-menu-family), system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;          /* SemiBold */
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;    /* 5% */
  text-transform: uppercase; /* ABOUT, SUPPORT κτλ */
  color: #ffffff !important;
  text-align: left;          /* αν τα θες τελείως center, κάν’το center */
}



.footer .footer-block--brand .footer__logo.header__heading-logo {
  width: 260px;    /* όσο το θες να φαίνεται τελικά */
  max-width: 100%;
  height: auto;
}



/* extra boost σε πολύ μεγάλα desktop αν θες */
@media (min-width: 1600px) {
  .footer .footer-block--brand .footer__logo.header__heading-logo {
    max-width: 300px;
  }
}










/* === QINETIKO – Newsletter column μέσα στο 3ο column (340px) === */
@media (min-width: 1200px) {
  /* το ίδιο το newsletter block να χωράει στο 3ο column */
  .shopify-section-group-footer-group .footer .footer-block--subscribe.newsletter__form {
    max-width: 340px !important;  /* όσο το 3ο column */
    width: 100% !important;
  }

  /* και το field wrapper να μην ξεχειλώνει (έχεις max-width: 540px πιο πάνω) */
  .shopify-section-group-footer-group
    .footer
    .footer-block--subscribe.newsletter__form
    .newsletter-form__field-wrapper {
    max-width: 100% !important;
  }
}

/* === QINETIKO – Κάτω μπάρα: copyright αριστερά, payments δεξιά === */
@media (min-width: 1200px) {
  .shopify-section-group-footer-group .footer__bottom-bar {
    display: flex;
    align-items: center;          /* ίδια ευθεία κάθετα */
    justify-content: space-between;
    gap: 24px;
  }

  .shopify-section-group-footer-group .footer__bottom-left,
  .shopify-section-group-footer-group .footer__bottom-right {
    display: flex;
    align-items: center;
  }

  /* να έρθουν σε μία σειρά τα payment icons */
  .shopify-section-group-footer-group
    .footer__bottom-payments
    .list-payment {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}



//* =========================================
   FOOTER – Newsletter 100% μέσα στο wrapper
   ========================================= */
@media (min-width: 1200px) {

  /* Λίγο πιο στενή τρίτη στήλη + safe space δεξιά */
  .shopify-section-group-footer-group .footer__blocks-wrapper {
    grid-template-columns: 320px minmax(0, 1fr) 320px !important;
  }

  /* Η ίδια η στήλη του newsletter να χωράει στο track */
  .shopify-section-group-footer-group
    .footer__blocks-wrapper
    .footer-block--subscribe.newsletter__form {
    min-width: 0 !important;
    max-width: 320px !important;
    width: 100% !important;
  }

  /* Ό,τι είναι μέσα στο newsletter να μην απλώνεται παραπάνω */
  .shopify-section-group-footer-group
    .footer__blocks-wrapper
    .footer-block--subscribe.newsletter__form * {
    max-width: 100% !important;
  }

  .shopify-section-group-footer-group
    .footer__blocks-wrapper
    .footer-block--subscribe.newsletter__form
    .newsletter-form__inner,
  .shopify-section-group-footer-group
    .footer__blocks-wrapper
    .footer-block--subscribe.newsletter__form
    .newsletter-form__field-wrapper,
  .shopify-section-group-footer-group
    .footer__blocks-wrapper
    .footer-block--subscribe.newsletter__form
    .newsletter-form .field,
  .shopify-section-group-footer-group
    .footer__blocks-wrapper
    .footer-block--subscribe.newsletter__form
    .newsletter-form .field__input {
    width: 100% !important;
  }
}










/* =========================================
   RT HOME INTRO – Desktop-only progressive scaling
   ========================================= */

/* 1) Small desktop: 1200–1399 */
@media (min-width: 1200px) and (max-width: 1399px) {
  .rt-home-intro .container {
    width: 100% !important;
    max-width: 1280px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .rt-home-intro .rich-text__blocks {
    max-width: 1080px !important;
  }

  .rt-home-intro .rich-text__text,
  .rt-home-intro .rich-text__text p {
    font-size: 18px !important;
    line-height: 32px !important;
  }
}

/* 2) Normal desktop: 1400–1599 */
@media (min-width: 1400px) and (max-width: 1599px) {
  .rt-home-intro .container {
    max-width: 1440px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .rt-home-intro .rich-text__blocks {
    max-width: 1240px !important;
  }

  .rt-home-intro .rich-text__text,
  .rt-home-intro .rich-text__text p {
    font-size: 19px !important;
    line-height: 34px !important;
  }
}

/* 3) Large desktop: 1600–1799 */
@media (min-width: 1600px) and (max-width: 1799px) {
  .rt-home-intro .container {
    max-width: 1600px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .rt-home-intro .rich-text__blocks {
    max-width: 1400px !important;
  }

  .rt-home-intro .rich-text__text,
  .rt-home-intro .rich-text__text p {
    font-size: 20px !important;
    line-height: 35px !important;
  }
}

/* 4) Ultra-wide: 1800+ */
@media (min-width: 1800px) {
  .rt-home-intro .container {
    max-width: 1800px !important;
  }

  .rt-home-intro .rich-text__blocks {
    max-width: 1550px !important;
  }

  .rt-home-intro .rich-text__text,
  .rt-home-intro .rich-text__text p {
    font-size: 22px !important;
    line-height: 38px !important;
  }
}
