.shop-weekend__deco {
  pointer-events: none;
}

.shop-weekend__deco--pattern {
  position: absolute;
  z-index: 0;
  inset-block: 0;
  inset-inline-start: 0;
  width: min(100%, 28rem);
  height: 100%;
}

.shop-weekend__deco--pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-weekend__deco--tree {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.shop-weekend__deco--tree img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[dir="rtl"] .shop-weekend__deco--tree {
  right: auto;
  left: 0;
}

.shop-weekend__figure {
  pointer-events: none;
  z-index: 3;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .shop-weekend__figure {
    margin-inline-start: auto;
  }

  .shop-weekend__deco--tree {
    max-width: 10rem;
  }
}

@media screen and (min-width: 640px) {
  .shop-weekend__deco--tree {
    max-width: 16rem;
  }
}

@media screen and (min-width: 1024px) {
  html[dir="rtl"] .shop-weekend__figure {
    right: auto;
    left: 5rem;
  }

  .shop-weekend__deco--tree {
    max-width: 24rem;
  }

  .shop-weekend__figure img {
    transform: translateY(-10%);
    transform-origin: bottom center;
  }

  html[dir="rtl"] .shop-weekend__figure img {
    transform: scaleX(-1) translateY(-10%);
  }
}

@media screen and (max-width: 1023px) {
  html[dir="rtl"] .shop-weekend__figure img {
    transform: scaleX(-1);
  }
}
