/** Shopify CDN: Minification failed

Line 1271:0 Unexpected "}"

**/
[xo-pfs] {
  --pfs-min: 10; /* default */
  --pfs-max: 60; /* default */
  --min-viewport: 40; /* default */
  --max-viewport: 120; /* default */
  /* calculator */
  --m: (var(--pfs-max) - var(--pfs-min)) /
    (var(--max-viewport) - var(--min-viewport));
  --size: clamp(
    calc(var(--pfs-min) * 1rem),
    calc(
      var(--m) * 100vw + var(--pfs-min) * 1rem - var(--m) * var(--min-viewport) *
        1rem
    ),
    calc(var(--pfs-max) * 1rem)
  );
}

.xo-footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.xo-footer .newsletter-form__message {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  gap: 0.8rem;
}
.xo-footer .newsletter-form__message svg {
  width: 2rem;
}
.xo-footer footer {
  overflow-x: clip;
}

.xo-footer__social {
  padding-top: 1.2rem;
}

.xo-footer--background-none {
  overflow: visible;
}
.xo-footer--background-none .xo-section {
  background: var(--bg-color);
}

.xo-footer__svg {
  position: relative;
  transform: translateY(0);
  display: flex;
  background-color: var(--color);
}
.xo-footer__svg svg {
  position: relative;
  bottom: -2px;
  fill: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
}
[dir=ltr] .xo-footer__svg svg {
  left: 0;
}
[dir=rtl] .xo-footer__svg svg {
  right: 0;
}

.xo-footer__background {
  background: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
}

.newsletter-form__message--success {
  margin-top: 1rem;
  margin-bottom: 0;
}

.xo-footer__container .xo-field-checkbox__icon {
  background-color: color-mix(in srgb, rgba(var(--color-background)) calc(1 * 100%), transparent);
}

.xo-footer__logo {
  width: fit-content;
  display: none;
}
@media (min-width: 768px) {
  .xo-footer__logo {
    display: block;
  }
}
.xo-footer__logo a {
  width: fit-content;
  display: block;
}

.xo-footer__logo--bottom {
  display: block;
}
@media (min-width: 768px) {
  .xo-footer__logo--bottom {
    display: none;
  }
}

.xo-footer__logo-image {
  width: var(--width);
}

.xo-footer__logo-image .xo-image img:hover {
transform: scale(1);
}

.xo-footer__logo-heading-logo {
  display: block;
  word-wrap: break-word;
  word-break: break-word;
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-style: var(--font-body-style);
  font-weight: 600;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
@media (min-width: 992px) {
  .xo-footer__logo-heading-logo {
    width: var(--width);
  }
}

.xo-footer__heading {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  letter-spacing: calc(var(--font-heading-scale) * -0.25rem);
  margin: 0;
}
@media (min-width: 992px) {
  .xo-footer__heading {
    letter-spacing: calc(var(--font-heading-scale) * -0.44rem);
  }
}
.xo-footer__heading p {
  color: inherit;
}
.xo-footer__heading p a {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  padding: 0.6rem 0;
  margin-inline-start: 0.9rem;
}
@media (min-width: 992px) {
  .xo-footer__heading p a {
    padding: 0.4rem 0;
    margin-inline-start: 1.5rem;
  }
}
.xo-footer__heading p a:hover {
  text-decoration: none;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
}
.xo-footer__heading p a:hover::after {
  transition: background-color 0.3s;
  background-color: color-mix(in srgb, rgba(var(--color-hover-button)) calc(1 * 100%), transparent);
}
.xo-footer__heading p a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: calc(100% + 3rem);
  height: 100%;
  border-radius: 11rem;
  border: 0.1rem dashed color-mix(in srgb, rgba(var(--color-border)) calc(1 * 100%), transparent);
  transition: background-color 0.3s;
}
[dir=ltr] .xo-footer__heading p a::after {
  left: -0.9rem;
  right: 0;
}
[dir=rtl] .xo-footer__heading p a::after {
  right: -0.9rem;
  left: 0;
}
@media (min-width: 992px) {
  .xo-footer__heading p a::after {
    width: calc(100% + 4.5rem);
  }
  [dir=ltr] .xo-footer__heading p a::after {
    left: -1.5rem;
    right: 0;
  }
  [dir=rtl] .xo-footer__heading p a::after {
    right: -1.5rem;
    left: 0;
  }
}

.xo-footer__image {
  display: none;
}
@media (min-width: 768px) {
  .xo-footer__image {
    display: block;
  }
}
.xo-footer__image svg,
.xo-footer__image image {
  width: 100%;
  height: 100%;
}
.xo-footer__image svg {
  background-color: gray;
}
.xo-footer__image .xo-image {
  display: flex;
}

.xo-footer__image--bottom {
  display: none;
}
@media (max-width: 767px) {
  .xo-footer__image--bottom {
    display: block;
    position: relative;
  }
}

.xo-footer__link {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .xo-footer__link {
    justify-content: flex-start;
    row-gap: 4.8rem;
  }
}
@media (min-width: 768px) {
  .xo-footer__link {
    align-items: flex-start;
    column-gap: 1.5rem;
  }
}

@media (max-width: 767px) {
  .xo-footer__menu {
    max-width: 14rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .xo-footer__menu {
    min-width: unset;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .xo-footer__menu {
    width: unset;
    min-width: 20rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__menu {
    min-width: 27.9rem;
  }
}

.xo-footer__menu-heading {
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0.9;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-weight: 600;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  padding-bottom: 1.3rem;
}
@media (min-width: 992px) {
  .xo-footer__menu-heading {
    font-size: calc(var(--font-body-scale) * 1.8rem);
    line-height: calc(1 + 0.44 / var(--font-body-scale));
    padding-bottom: 1.6rem;
  }
}

.xo-footer__list {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: calc(var(--font-body-scale) * 1.5rem);
  font-weight: 400;
  line-height: calc(1 + 0.46 / var(--font-body-scale));
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}
@media (min-width: 992px) {
  .xo-footer__list {
    font-size: calc(var(--font-body-scale) * 1.6rem);
    line-height: calc(1 + 0.5 / var(--font-body-scale));
  }
}
.xo-footer__list a {
  opacity: 0.7;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  transition: all 0.5s;
}

.xo-footer__list-item a {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  display: block;
  width: fit-content;
  height: fit-content;
}
.xo-footer__list-item:hover a {
  opacity: 1;
}
.xo-footer__list-item:hover .xo-footer__list-item-line {
  width: 100%;
  background-color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  transition-property: width;
}
[dir=ltr] .xo-footer__list-item:hover .xo-footer__list-item-line {
  left: 0;
}
[dir=rtl] .xo-footer__list-item:hover .xo-footer__list-item-line {
  right: 0;
}

.xo-footer__list-item-line {
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
[dir=ltr] .xo-footer__list-item-line {
  left: 100%;
}
[dir=rtl] .xo-footer__list-item-line {
  right: 100%;
}

.xo-footer__newsletter {
  width: 100%;
}
@media (min-width: 992px) {
  .xo-footer__newsletter {
    max-width: 38.6rem;
  }
}

.xo-footer__newsletter-heading {
  opacity: 0.8;
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.7rem);
  font-style: var(--font-body-style);
  font-weight: 500;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  line-height: calc(1 + 0.52 / var(--font-body-scale));
  padding-bottom: 0.6rem;
}
@media (min-width: 992px) {
  .xo-footer__newsletter-heading {
    padding-bottom: 1.2rem;
    font-size: calc(var(--font-body-scale) * 1.8rem);
    line-height: calc(1 + 0.44 / var(--font-body-scale));
  }
}

.xo-footer__field-input {
  display: flex;
  align-items: center;
  border: 0.1rem dashed color-mix(in srgb, rgba(var(--color-border)) calc(0.5 * 100%), transparent);
  border-radius: 5.4rem;
}
.xo-footer__field-input .xo-field-input {
  padding: 1.5rem 4.8rem 1.5rem 2.4rem;
}
.xo-footer__field-input .xo-field-input__input {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  border: none;
  border-radius: unset;
  padding: 0;
}
.xo-footer__field-input .xo-field-input__placeholder {
  opacity: 0.6;
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-style: var(--font-body-style);
  font-weight: 500;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.xo-footer__field-button {
  display: flex;
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  padding-inline-end: 1.6rem;
  padding-inline-start: 0;
  cursor: pointer;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(0.6 * 100%), transparent);
  background-color: transparent;
  border: none;
}

.xo-footer__type-1 .xo-footer__top {
  position: relative;
  padding-bottom: clamp(1.3rem, calc(11.25vw - 3.2rem), 10.3rem);
  border-bottom: 0.1rem solid rgba(0,0,0,0.16)
}
.xo-footer__type-1 .xo-footer__top-content {
  display: flex;
  justify-content: center;
  padding-bottom: 4.9rem;
}
@media (min-width: 768px) {
  .xo-footer__type-1 .xo-footer__top-content {
    justify-content: unset;
    gap: 5rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-1 .xo-footer__top-content {
    gap: 10rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-1 .xo-footer__top-content {
    gap: 15rem;
    padding-bottom: 8.4rem;
  }
}
@media (min-width: 1700px) {
  .xo-footer__type-1 .xo-footer__top-content {
    gap: 43.3rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-1 .xo-footer__logo {
    padding-top: 2.9rem;
  }
}
.xo-footer__type-1 .xo-footer__heading {
  display: none;
  text-align: center;
  width: clamp(33.4rem, calc(34vw + 19.8rem), 60.6rem);
}
.xo-footer__type-1 .xo-footer__image {
  width: 20rem;
  height: 20rem;
}
@media (min-width: 768px) {
  .xo-footer__type-1 .xo-footer__image {
    position: absolute;
    width: 30rem;
    height: 30rem;
    top: -25%;
  }
  [dir=ltr] .xo-footer__type-1 .xo-footer__image {
    right: -20%;
  }
  [dir=rtl] .xo-footer__type-1 .xo-footer__image {
    left: -20%;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-1 .xo-footer__image {
    width: 40rem;
    height: 40rem;
    top: -35%;
  }
}
@media (min-width: 1200px) {
  [dir=ltr] .xo-footer__type-1 .xo-footer__image {
    right: -15%;
  }
  [dir=rtl] .xo-footer__type-1 .xo-footer__image {
    left: -15%;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-1 .xo-footer__image {
    width: 65rem;
    height: 65rem;
    top: -75%;
  }
}
@media (min-width: 1800px) {
  .xo-footer__type-1 .xo-footer__image {
    top: -60%;
  }
}
@media (max-width: 399px) {
  .xo-footer__type-1 .xo-footer__image--bottom {
    max-width: 19rem;
    margin-inline-start: -25%;
  }
}
@media (max-width: 767px) {
  .xo-footer__type-1 .xo-footer__image--bottom {
    margin-inline-start: -20%;
  }
}
@media (min-width: 768px) {
  .xo-footer__type-1 .xo-footer__link {
    gap: 3.6rem;
  }
}
@media (max-width: 767px) {
  .xo-footer__type-1 .xo-footer__menu:nth-last-child(2) {
    order: 2;
  }
}
.xo-footer__type-1 .xo-footer__top-container {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media (min-width: 992px) {
  .xo-footer__type-1 .xo-footer__top-container {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-1 .xo-footer__top-container {
    gap: 10.6rem;
  }
}

.xo-footer__type-2 .xo-footer__top {
  position: relative;
  padding-bottom: 2.7rem;
  border-bottom: 0.1rem dashed color-mix(in srgb, rgba(var(--color-border)) calc(1 * 100%), transparent);
}
@media (min-width: 992px) {
  .xo-footer__type-2 .xo-footer__top {
    padding-bottom: 3.3rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-2 .xo-footer__top {
    padding-bottom: 4.3rem;
  }
}
.xo-footer__type-2 .xo-footer__top-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 2.1rem;
}
@media (min-width: 992px) {
  .xo-footer__type-2 .xo-footer__top-content {
    padding-bottom: 5.7rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-2 .xo-footer__menu {
    min-width: 20rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-2 .xo-footer__menu {
    min-width: 27.9rem;
  }
}
@media (max-width: 991px) {
  .xo-footer__type-2 .xo-footer__newsletter {
    padding-bottom: 5.8rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-2 .xo-footer__newsletter {
    max-width: 30rem;
  }
}
@media (min-width: 1200px) {
  .xo-footer__type-2 .xo-footer__newsletter {
    max-width: 38.6rem;
  }
}
.xo-footer__type-2 .xo-footer__heading--type-2 {
  width: clamp(33.4rem, calc(122.375vw - 15.55rem), 131.3rem);
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * clamp(7rem, calc(13.5vw + 1.6rem), 17.8rem));
  line-height: calc(1 + 0.25 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * -0.35rem);
}
@media (min-width: 992px) {
  .xo-footer__type-2 .xo-footer__heading--type-2 {
    line-height: calc(1 + 0.1 / var(--font-heading-scale));
    letter-spacing: calc(var(--font-heading-scale) * -0.89rem);
  }
}
.xo-footer__type-2 .xo-footer__image--bottom {
  display: block;
  position: relative;
  top: -2rem;
}
@media (min-width: 768px) {
  .xo-footer__type-2 .xo-footer__image--bottom {
    display: none;
    top: unset;
  }
}
.xo-footer__type-2 .xo-footer__image .xo-image {
  width: 31rem;
  height: 31rem;
}
@media (min-width: 768px) {
  .xo-footer__type-2 .xo-footer__image .xo-image {
    width: 32rem;
    height: 32rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-2 .xo-footer__image .xo-image {
    width: 35rem;
    height: 35rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-2 .xo-footer__image .xo-image {
    width: 47rem;
    height: 47rem;
  }
}
@media (min-width: 768px) {
  .xo-footer__type-2 .xo-footer__image {
    position: relative;
  }
  [dir=ltr] .xo-footer__type-2 .xo-footer__image {
    right: -15%;
  }
  [dir=rtl] .xo-footer__type-2 .xo-footer__image {
    left: -15%;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .xo-footer__type-2 .xo-footer__image {
    right: -10%;
  }
  [dir=rtl] .xo-footer__type-2 .xo-footer__image {
    left: -10%;
  }
}
@media (min-width: 1800px) {
  [dir=ltr] .xo-footer__type-2 .xo-footer__image {
    right: -15%;
  }
  [dir=rtl] .xo-footer__type-2 .xo-footer__image {
    left: -15%;
  }
}
.xo-footer__type-2 .xo-footer__top-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .xo-footer__type-2 .xo-footer__top-container {
    flex-direction: row;
    align-items: flex-end;
  }
}
.xo-footer__type-2 .xo-footer__logo--bottom {
  padding-top: 8.6rem;
}

.xo-footer__type-3 .xo-footer__top-content {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__top-content {
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__newsletter {
    max-width: 35rem;
  }
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__menu-heading {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__list-item {
    display: flex;
    justify-content: flex-end;
  }
}
.xo-footer__type-3 .xo-footer__list-item a {
  text-align: right;
}
.xo-footer__type-3 .xo-footer__image--type-3 {
  position: absolute;
  z-index: 10;
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__image--type-3 {
    top: 65%;
  }
  [dir=ltr] .xo-footer__type-3 .xo-footer__image--type-3 {
    left: -5%;
  }
  [dir=rtl] .xo-footer__type-3 .xo-footer__image--type-3 {
    right: -5%;
  }
}
@media (min-width: 992px) {
  [dir=ltr] .xo-footer__type-3 .xo-footer__image--type-3 {
    left: -1%;
  }
  [dir=rtl] .xo-footer__type-3 .xo-footer__image--type-3 {
    right: -1%;
  }
}
@media (min-width: 1400px) {
  [dir=ltr] .xo-footer__type-3 .xo-footer__image--type-3 {
    left: -5%;
  }
  [dir=rtl] .xo-footer__type-3 .xo-footer__image--type-3 {
    right: -5%;
  }
}
@media (min-width: 1800px) {
  [dir=ltr] .xo-footer__type-3 .xo-footer__image--type-3 {
    left: -1%;
  }
  [dir=rtl] .xo-footer__type-3 .xo-footer__image--type-3 {
    right: -1%;
  }
}
.xo-footer__type-3 .xo-footer__image--type-3 .xo-image {
  width: 18rem;
  height: 18rem;
}
@media (min-width: 992px) {
  .xo-footer__type-3 .xo-footer__image--type-3 .xo-image {
    width: 22rem;
    height: 22rem;
  }
}
.xo-footer__type-3 .xo-footer__image--bottom {
  display: none;
}
@media (max-width: 767px) {
  .xo-footer__type-3 .xo-footer__image--bottom {
    position: relative;
    display: block;
    top: 5rem;
  }
  [dir=ltr] .xo-footer__type-3 .xo-footer__image--bottom {
    right: -20%;
  }
  [dir=rtl] .xo-footer__type-3 .xo-footer__image--bottom {
    left: -20%;
  }
}
.xo-footer__type-3 .xo-footer__top-container {
  display: flex;
  flex-direction: column;
  padding-top: 7.3rem;
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__top-container {
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    padding-top: 12.5rem;
  }
}
.xo-footer__type-3 .xo-footer__heading--type-3 {
  width: clamp(33.4rem, calc(81.875vw + 0.65rem), 98.9rem);
  font-size: calc(var(--font-heading-scale) * var(--font-body-scale) * clamp(7rem, calc(13.5vw + 1.6rem), 17.8rem));
  line-height: calc(1 + 0.25 / var(--font-heading-scale));
  letter-spacing: calc(var(--font-heading-scale) * -0.35rem);
}
@media (min-width: 992px) {
  .xo-footer__type-3 .xo-footer__heading--type-3 {
    line-height: calc(1 + 0.1 / var(--font-heading-scale));
    letter-spacing: calc(var(--font-heading-scale) * -0.89rem);
  }
}
.xo-footer__type-3 .xo-footer__logo {
  display: block;
  padding-top: 6.5rem;
}
@media (min-width: 768px) {
  .xo-footer__type-3 .xo-footer__logo {
    padding-top: 0;
    padding-bottom: 3.4rem;
  }
}
.xo-footer__type-3 .xo-footer__top {
  padding-bottom: 2.7rem;
  border-bottom: 0.1rem dashed color-mix(in srgb, rgba(var(--color-border)) calc(1 * 100%), transparent);
}
@media (min-width: 992px) {
  .xo-footer__type-3 .xo-footer__top {
    padding-bottom: 4.3rem;
  }
}

@media (min-width: 992px) {
  .xo-footer__type-4 .xo-footer__newsletter {
    max-width: 30rem;
  }
}
.xo-footer__type-4 .xo-footer__top--desktop {
  display: flex;
  column-gap: 2rem;
}
@media (max-width: 1199px) {
  .xo-footer__type-4 .xo-footer__top--desktop {
    display: none;
  }
}
.xo-footer__type-4 .xo-footer__top--desktop .xo-footer__top-content {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.xo-footer__type-4 .xo-footer__top--desktop .xo-footer__top-container {
  display: flex;
  flex-direction: column;
  gap: 13rem;
}
.xo-footer__type-4 .xo-footer__top--mobile {
  display: none;
}
@media (max-width: 1199px) {
  .xo-footer__type-4 .xo-footer__top--mobile {
    display: block;
  }
}
.xo-footer__type-4 .xo-footer__top {
  padding-bottom: 3.9rem;
  border-bottom: 0.1rem dashed color-mix(in srgb, rgba(var(--color-border)) calc(1 * 100%), transparent);
}
@media (min-width: 1200px) {
  .xo-footer__type-4 .xo-footer__top {
    padding-bottom: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .xo-footer__type-4 .xo-footer__top-content {
    display: flex;
    flex-direction: column;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .xo-footer__type-4 .xo-footer__top-content {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-4 .xo-footer__top-content {
    width: 90%;
  }
}
@media (min-width: 1700px) {
  .xo-footer__type-4 .xo-footer__top-content {
    width: 84.5%;
  }
}
.xo-footer__type-4 .xo-footer__logo {
  display: block;
  padding-bottom: 2.2rem;
}
@media (min-width: 992px) {
  .xo-footer__type-4 .xo-footer__logo {
    padding-bottom: 3rem;
  }
}
.xo-footer__type-4 .xo-footer__newsletter {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .xo-footer__type-4 .xo-footer__newsletter {
    padding-top: 2.4rem;
  }
}
.xo-footer__type-4 .xo-footer__heading {
  width: clamp(33.4rem, calc(34.5vw + 19.6rem), 61rem);
}
.xo-footer__type-4 .xo-footer__image {
  position: relative;
}
@media (max-width: 991px) {
  .xo-footer__type-4 .xo-footer__image {
    display: none;
    top: -5rem;
  }
  [dir=ltr] .xo-footer__type-4 .xo-footer__image {
    left: 0%;
  }
  [dir=rtl] .xo-footer__type-4 .xo-footer__image {
    right: 0%;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-4 .xo-footer__image {
    top: -2rem;
  }
  [dir=ltr] .xo-footer__type-4 .xo-footer__image {
    left: -5%;
  }
  [dir=rtl] .xo-footer__type-4 .xo-footer__image {
    right: -5%;
  }
}
@media (min-width: 1800px) {
  [dir=ltr] .xo-footer__type-4 .xo-footer__image {
    left: -8%;
  }
  [dir=rtl] .xo-footer__type-4 .xo-footer__image {
    right: -8%;
  }
}
.xo-footer__type-4 .xo-footer__image .xo-image {
  width: 20rem;
  height: 20rem;
}
@media (min-width: 768px) {
  .xo-footer__type-4 .xo-footer__image .xo-image {
    width: 22rem;
    height: 22rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-4 .xo-footer__image .xo-image {
    width: 26rem;
    height: 26rem;
  }
}
@media (min-width: 1200px) {
  .xo-footer__type-4 .xo-footer__image .xo-image {
    width: 30rem;
    height: 30rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-4 .xo-footer__image .xo-image {
    width: 34rem;
    height: 34rem;
  }
}
@media (max-width: 767px) {
  .xo-footer__type-4 .xo-footer__image--bottom {
    top: -1rem;
  }
  [dir=ltr] .xo-footer__type-4 .xo-footer__image--bottom {
    left: -20%;
  }
  [dir=rtl] .xo-footer__type-4 .xo-footer__image--bottom {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .xo-footer__type-4 .xo-footer__image--bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .xo-footer__type-4 .xo-footer__menu:nth-last-child(2) {
    order: 2;
  }
}

.xo-footer__type-5 .xo-footer__top {
  padding-bottom: 6.2rem;
  border-bottom: 0.1rem dashed color-mix(in srgb, rgba(var(--color-border)) calc(1 * 100%), transparent);
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__top {
    padding-bottom: 10.5rem;
  }
}
.xo-footer__type-5 .xo-footer__top-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__top-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 79.5%;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-5 .xo-footer__top-content {
    width: 90%;
  }
}
@media (min-width: 1800px) {
  .xo-footer__type-5 .xo-footer__top-content {
    width: 73.5%;
  }
}
.xo-footer__type-5 .xo-footer__logo {
  display: block;
  padding-bottom: 2.2rem;
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__logo {
    padding-top: 2.1rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .xo-footer__type-5 .xo-footer__menu {
    min-width: 20.9rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-5 .xo-footer__menu {
    min-width: 27.9rem;
  }
}
.xo-footer__type-5 .xo-footer__heading {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__heading {
    width: 45%;
    display: block;
  }
}
@media (min-width: 1200px) {
  .xo-footer__type-5 .xo-footer__heading {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-5 .xo-footer__heading {
    width: 31%;
  }
}
@media (min-width: 1800px) {
  .xo-footer__type-5 .xo-footer__heading {
    width: 30%;
  }
}
.xo-footer__type-5 .xo-footer__heading--top {
  display: block;
  padding-bottom: 5.2rem;
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__heading--top {
    display: none;
  }
}
.xo-footer__type-5 .xo-footer__image {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .xo-footer__type-5 .xo-footer__image {
    top: -12rem;
  }
  [dir=ltr] .xo-footer__type-5 .xo-footer__image {
    left: -20%;
  }
  [dir=rtl] .xo-footer__type-5 .xo-footer__image {
    right: -20%;
  }
}
@media (max-width: 991px) {
  .xo-footer__type-5 .xo-footer__image {
    top: -13rem;
  }
  [dir=ltr] .xo-footer__type-5 .xo-footer__image {
    left: -10%;
  }
  [dir=rtl] .xo-footer__type-5 .xo-footer__image {
    right: -10%;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__image {
    top: -11rem;
  }
  [dir=ltr] .xo-footer__type-5 .xo-footer__image {
    left: -5%;
  }
  [dir=rtl] .xo-footer__type-5 .xo-footer__image {
    right: -5%;
  }
}
@media (min-width: 1800px) {
  [dir=ltr] .xo-footer__type-5 .xo-footer__image {
    left: -10%;
  }
  [dir=rtl] .xo-footer__type-5 .xo-footer__image {
    right: -10%;
  }
}
.xo-footer__type-5 .xo-footer__image .xo-image {
  width: 20rem;
  height: 20rem;
}
@media (min-width: 768px) {
  .xo-footer__type-5 .xo-footer__image .xo-image {
    width: 25rem;
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__image .xo-image {
    width: 30rem;
    height: 30rem;
  }
}
@media (min-width: 1200px) {
  .xo-footer__type-5 .xo-footer__image .xo-image {
    width: 35rem;
    height: 35rem;
  }
}
@media (min-width: 1400px) {
  .xo-footer__type-5 .xo-footer__image .xo-image {
    width: 40rem;
    height: 40rem;
  }
}
@media (min-width: 992px) {
  .xo-footer__type-5 .xo-footer__top-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .xo-footer__type-5 .xo-footer__menu:nth-last-child(2) {
    order: 2;
  }
}
@media (min-width: 768px) {
  .xo-footer__type-5 .xo-footer__menu:last-child {
    display: none;
  }
}

.xo-footer__bottom {
  padding-top: 0.5rem;
  padding-bottom: 2.7rem;
}
@media (min-width: 992px) {
  .xo-footer__bottom {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.xo-footer__bottom .xo-currency-select__label,
.xo-footer__bottom .xo-language-select__label {
  display: none;
}

.footer__follow-on-shop {
  width: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.xo-footer__bottom-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.1rem;
}
@media (min-width: 992px) {
  .xo-footer__bottom-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.xo-footer__bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .xo-footer__bottom-right {
    flex-direction: row;
    align-items: center;
    gap: 1.6rem;
  }
}

.xo-footer__payment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.xo-list-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}

.xo-list-payment__item {
  display: flex;
}

.xo-footer__copyright-content {
  font-family: var(--font-body-family);
  font-size: calc(var(--font-body-scale) * 1.4rem);
  font-style: var(--font-body-style);
  font-weight: 400;
  color: rgba(var(--color-foreground-2), 1);
  line-height: calc(1 + 0.57 / var(--font-body-scale));
}
@media (min-width: 992px) {
  .xo-footer__copyright-content {
    font-size: calc(var(--font-body-scale) * 1.5rem);
    line-height: calc(1 + 0.46 / var(--font-body-scale));
  }
}
.xo-footer__copyright-content a {
  word-break: break-word;
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  transition: all 0.3s;
}
.xo-footer__copyright-content a:hover {
  color: color-mix(in srgb, rgba(var(--color-foreground)) calc(1 * 100%), transparent);
  text-decoration: underline;
}

.xo-footer__background--padding {
  padding-top: 0;
}
.xo-footer__background--padding .xo-footer__type-1 .xo-footer__image {
  display: none;
}
}