.l-starwars {
  background-color: #000;

  a {
    text-decoration: none;
    outline: none;
    transition: 0.5s;
    display: flex !important;
  }

  p {
    margin-bottom: 0 !important;
  }
}

.l-starwars .btn {
  width: 100%;
  max-width: 330px;
  height: 56px;
  aspect-ratio: 330/56;
  margin-inline: auto !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 67.857%, 94.545% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 67.857%, 94.545% 100%, 0 100%);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-starwars .btn,
.l-starwars .btn span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.l-starwars .btn span {
  color: #000;
  text-align: center;
  font-family: zuume-edge, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}

@media (min-width: 1024px) {
  .l-starwars .btn {
    aspect-ratio: 280/56;
    cursor: pointer;
  }

  .l-starwars .btn:hover {
    -webkit-animation: flash 0.3s ease-out forwards;
    animation: flash 0.3s ease-out forwards;
  }
}

.l-starwars .btn__primary {
  background: #fade4b;
}

.l-starwars .btn__primary.js-product-link[data-country="kh"] {
  display: none;
}

@media (min-width: 1024px) {
  .l-starwars .btn__primary {
    max-width: 280px;
  }
}

.l-starwars .btn__secondary {
  background: #fff;
}

@media (min-width: 1024px) {
  .l-starwars .btn__secondary {
    max-width: 296px;
  }
}

.l-starwars .inspired-name,
.l-starwars .inspired-name * {
  font-weight: 700;
}

.l-starwars .inspired-name {
  position: relative;
  display: inline-block;
  color: transparent;
  font-family: zuume, sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 7.2px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px #fff7c2;
}

@media (min-width: 1024px) {
  .l-starwars .inspired-name {
    font-size: 72px;
    letter-spacing: 17.28px;
    -webkit-text-stroke: 2px #fff7c2;
  }
}

.l-starwars .inspired-name__char {
  overflow: visible;
  -webkit-transform: scaleX(1.08);
  transform: scaleX(1.08);
}

.l-starwars .inspired-name__char,
.l-starwars .inspired-name__char > span {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: inherit;
}

.l-starwars .inspired-name__char > span {
  z-index: 3;
  font-weight: 700;
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 1px #fff7c2) drop-shadow(0 0 4px rgba(255, 232, 120, 0.6))
    drop-shadow(0 0 12px rgba(255, 210, 40, 0.24));
  filter: drop-shadow(0 0 1px #fff7c2) drop-shadow(0 0 4px rgba(255, 232, 120, 0.6))
    drop-shadow(0 0 12px rgba(255, 210, 40, 0.24));
}

.l-starwars .inspired-name__char:after,
.l-starwars .inspired-name__char:before {
  content: attr(data-txt);
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: inherit;
  pointer-events: none;
  opacity: 0;
}

.l-starwars .inspired-name__char:before {
  z-index: 2;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.42;
}

.l-starwars .inspired-name__char:after {
  z-index: 1;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  opacity: 0.12;
}

@media (min-width: 1024px) {
  .l-starwars .inspired-name__char:before {
    -webkit-text-stroke: 2px rgba(255, 247, 194, 0.32);
  }

  .l-starwars .inspired-name__char:after {
    -webkit-text-stroke: 3px rgba(250, 222, 75, 0.14);
  }
}

.l-starwars .inspired-name.aos-animate .inspired-name__char > span {
  -webkit-animation: inspiredNeonText 0.75s steps(1) forwards;
  animation: inspiredNeonText 0.75s steps(1) forwards;
  -webkit-animation-delay: var(--animation-delay);
  animation-delay: var(--animation-delay);
}

.l-starwars .inspired-name.aos-animate .inspired-name__char:before {
  -webkit-animation: inspiredNeonGlow 0.75s steps(1) forwards;
  animation: inspiredNeonGlow 0.75s steps(1) forwards;
  -webkit-animation-delay: var(--animation-delay);
  animation-delay: var(--animation-delay);
}

.l-starwars .inspired-name.aos-animate .inspired-name__char:after {
  -webkit-animation: inspiredNeonOuterGlow 0.75s steps(1) forwards;
  animation: inspiredNeonOuterGlow 0.75s steps(1) forwards;
  -webkit-animation-delay: var(--animation-delay);
  animation-delay: var(--animation-delay);
}

.l-starwars .inspired-name__space {
  display: inline-block;
  width: 0.45em;
}

@-webkit-keyframes inspiredNeonText {
  0%,
  8%,
  16%,
  28%,
  42% {
    opacity: 0;
  }

  4%,
  12%,
  22%,
  34%,
  to {
    opacity: 1;
  }
}

@keyframes inspiredNeonText {
  0%,
  8%,
  16%,
  28%,
  42% {
    opacity: 0;
  }

  4%,
  12%,
  22%,
  34%,
  to {
    opacity: 1;
  }
}

@-webkit-keyframes inspiredNeonGlow {
  0%,
  8%,
  16%,
  28%,
  42% {
    opacity: 0;
  }

  4%,
  12%,
  22%,
  34% {
    opacity: 0.55;
  }

  to {
    opacity: 0.32;
  }
}

@keyframes inspiredNeonGlow {
  0%,
  8%,
  16%,
  28%,
  42% {
    opacity: 0;
  }

  4%,
  12%,
  22%,
  34% {
    opacity: 0.55;
  }

  to {
    opacity: 0.32;
  }
}

@-webkit-keyframes inspiredNeonOuterGlow {
  0%,
  8%,
  16%,
  28%,
  42% {
    opacity: 0;
  }

  4%,
  12%,
  22%,
  34% {
    opacity: 0.22;
  }

  to {
    opacity: 0.08;
  }
}

@keyframes inspiredNeonOuterGlow {
  0%,
  8%,
  16%,
  28%,
  42% {
    opacity: 0;
  }

  4%,
  12%,
  22%,
  34% {
    opacity: 0.22;
  }

  to {
    opacity: 0.08;
  }
}

.l-starwars .main {
  background: #000 url("https://storage.owndays.com/news/starwars/bg/kv_sp.webp") no-repeat 50% / cover;
}

@media (min-width: 768px) {
  .l-starwars .main {
    background: #000 url("https://storage.owndays.com/news/starwars/bg/kv_pc.webp") no-repeat 50% / cover;
  }
}

.l-starwars .main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 67px 39px;
  position: relative;
}

.l-starwars .main__container:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.5px;
  height: 80px;
  background: hsla(0, 0%, 100%, 0.6);
}

@media (min-width: 1024px) {
  .l-starwars .main__container {
    padding-block: 90px 85px;
  }

  .l-starwars .main__container:before {
    height: 110px;
  }
}

.l-starwars .main__exclusive {
  color: #fff;
  text-align: center;
  font-family:
    Founders Grotesk,
    sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}

@media (min-width: 1024px) {
  .l-starwars .main__exclusive {
    font-size: 30px;
    letter-spacing: 1.2px;
  }
}

.l-starwars .main h1 {
  width: 224px;
  height: auto;
  margin-block: 64px 146px !important;
  font: 0/0 a;
}

.l-starwars .main h1 span {
  font: 0/0 a;
}

@media (min-width: 768px) {
  .l-starwars .main h1 {
    width: 500px;
  }
}

@media (min-width: 1024px) {
  .l-starwars .main h1 {
    width: 669px;
    margin-block: 58px 241px !important;
  }
}

@media (min-width: 1296px) {
  .l-starwars .main h1 {
    width: 940px;
  }
}

.l-starwars .main__be-the-one,
.l-starwars .main__period {
  color: #fff;
  text-align: center;
  font-family:
    Founders Grotesk,
    sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.l-starwars .main__be-the-one {
  font-size: 24px;
  letter-spacing: 0.96px;
}

@media (min-width: 1024px) {
  .l-starwars .main__be-the-one {
    font-size: 30px;
    letter-spacing: 1.2px;
  }
}

.l-starwars .main__period {
  font-size: 20px;
  letter-spacing: 0.2px;
  margin-block: 14px 19px !important;
}

@media (min-width: 1024px) {
  .l-starwars .main__period {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-block: 16px 13px !important;
  }
}

.l-starwars .main__pre-order-shipping-start-at {
  color: #fff;
  text-align: center;
  font-family:
    Aktiv Grotesk TWHK,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.12px;
}

.l-starwars .main__pre-order-shipping-start-at[data-country="kh"] {
  display: none;
}

.l-starwars .main__pre-order-shipping-start-at[data-language="en"] {
  font-family:
    Founders Grotesk,
    sans-serif;
}

@media (min-width: 768px) {
  .l-starwars .main__pre-order-shipping-start-at br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .l-starwars .main__pre-order-shipping-start-at {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.l-starwars .lineup__container {
  padding-block: 145px 120px;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__container {
    padding-block: 167px 120px;
  }
}

.l-starwars .lineup__bg {
  width: 100%;
  height: 295px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__bg {
    bottom: 128px;
  }
}

.l-starwars .lineup__bg__container {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-starwars .lineup__bg__container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #313131), to(#000));
  background: linear-gradient(180deg, #000, #313131 50%, #000);
  position: absolute;
  left: 0;
  bottom: 42px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 45%, rgba(0, 0, 0, 0.6) 75%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 45%, rgba(0, 0, 0, 0.6) 75%, transparent 100%);
}

.l-starwars .lineup__bg__container:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  pointer-events: none;
}

@media (min-width: 768px) {
  .l-starwars .lineup__bg__container:before {
    bottom: 0;
  }
}

.l-starwars .lineup__title {
  color: #fff;
  text-align: center;
  font-family: zuume, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8px;
  margin-bottom: 56px !important;
  position: relative;
  z-index: 3;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__title {
    font-size: 72px;
    letter-spacing: 17.28px;
    margin-bottom: 120px !important;
  }
}

.l-starwars .lineup__navs-wrap {
  overflow: hidden;
  padding-inline: 20px;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__navs-wrap {
    padding-inline: 80px;
  }
}

.l-starwars .lineup__navs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.l-starwars .lineup__navs.is-marquee {
  -webkit-animation: lineupMarquee 60s linear infinite;
  animation: lineupMarquee 60s linear infinite;
}

.l-starwars .lineup__navs.is-marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.l-starwars .lineup__navs li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.l-starwars .lineup__navs a {
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__navs {
    grid-auto-columns: 200px;
    gap: 56px;
  }

  .l-starwars .lineup__navs li {
    cursor: pointer;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  .l-starwars .lineup__navs li:hover img {
    opacity: 1;
  }

  .l-starwars .lineup__navs li:hover .lineup__navs__box:before {
    background: url("https://storage.owndays.com/news/starwars/icons/nav-arrow-hover.svg") no-repeat top/contain;
  }

  .l-starwars .lineup__navs li:hover .lineup__navs__title {
    color: #fade4b;
  }
}

.l-starwars .lineup__navs__box {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  position: relative;
}

.l-starwars .lineup__navs__box:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url("https://storage.owndays.com/news/starwars/icons/nav-arrow.svg") no-repeat top/contain;
  position: absolute;
  bottom: 6px;
  right: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.l-starwars .lineup__navs__box img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__navs__box:before {
    width: 12px;
    height: 12px;
  }
}

.l-starwars .lineup__navs__title {
  color: #fff;
  font-family: zuume-edge, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: 10px !important;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .l-starwars .lineup__navs__title {
    font-size: 24px;
    letter-spacing: 1.92px;
    margin-top: 16px !important;
  }
}

.l-starwars .concept__container {
  padding-inline: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.l-starwars .concept__container img {
  width: 100%;
  height: auto;
  max-width: 366px;
}

@media (min-width: 1024px) {
  .l-starwars .concept__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 48px;
    padding-top: 80px;
  }
}

@media (min-width: 1296px) {
  .l-starwars .concept__container img {
    max-width: 514px;
  }
}

.l-starwars .concept__title {
  font: 0/0 a;
}

.l-starwars .concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 56px;
}

@media (min-width: 1024px) {
  .l-starwars .concept__content {
    gap: 64px;
  }
}

.l-starwars .concept__description {
  width: 100%;
  max-width: 638px;
  height: auto;
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.12px;
  overflow: hidden;
}

.l-starwars .concept__description .line {
  display: block;
  overflow: hidden;
}

.l-starwars .concept__description .line-inner {
  display: block;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
  will-change: transform, opacity, filter;
}

.l-starwars .concept__description.is-active .line-inner {
  -webkit-animation: smokeyText 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: smokeyText 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.l-starwars .concept__description[data-language="en"] {
  font-family:
    Founders Grotesk,
    sans-serif;
}

.l-starwars .concept__description[data-language="km"] {
  font-family: Niradei, sans-serif;
}

.l-starwars .concept__description[data-key="sp"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.l-starwars .concept__description[data-key="pc"] {
  display: none;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media (min-width: 1024px) {
  .l-starwars .concept__description {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.64px;
  }

  .l-starwars .concept__description[data-key="sp"] {
    display: none;
  }

  .l-starwars .concept__description[data-key="pc"] {
    display: block;
  }
}

.l-starwars .concept__btn {
  width: 100%;
  height: auto;
  padding-inline: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.l-starwars .concept__btn[data-country="kh"] {
  display: none;
}

@media (min-width: 1024px) {
  .l-starwars .concept__btn {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 0;
  }

  .l-starwars .concept__btn .btn:first-child {
    margin-inline: auto 0 !important;
  }

  .l-starwars .concept__btn .btn:last-child {
    margin-inline: 0 auto !important;
  }
}

.l-starwars .product {
  padding-top: 120px;
}

@media (min-width: 1316px) {
  .l-starwars .product {
    padding-top: 240px;
  }
}

.l-starwars .product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 56px;
}

@media (min-width: 1024px) {
  .l-starwars .product__type {
    padding-bottom: 160px;
  }
}

.l-starwars .product__container {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin-inline: auto !important;
  padding-inline: 20px;
}

@media (min-width: 768px) {
  .l-starwars .product__container {
    padding-inline: 24px;
  }

  .l-starwars .product__container .btn__secondary {
    width: 280px;
  }
}

@media (min-width: 1316px) {
  .l-starwars .product__container {
    padding-inline: 30px;
  }

  .l-starwars .product__container .btn__secondary {
    width: 296px;
  }
}

@media (min-width: 1440px) {
  .l-starwars .product__container {
    padding-inline: 56px 80px;
  }
}

.l-starwars .product__data {
  width: 100%;
  height: auto;
  max-width: 1440px;
}

.l-starwars .product__data[data-key="pc"] {
  display: none;
}

@media (min-width: 768px) {
  .l-starwars .product__data {
    padding-bottom: 80px;
  }

  .l-starwars .product__data[data-id="cleaning-cloth-character"],
  .l-starwars .product__data[data-id="cleaning-cloth-grogu"],
  .l-starwars .product__data[data-id="double-case"] {
    padding-bottom: 20px;
  }
}

@media (min-width: 1316px) {
  .l-starwars .product__data[data-key="sp"] {
    display: none;
  }

  .l-starwars .product__data[data-key="pc"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 240px;
  }

  .l-starwars .product__data[data-id="cleaning-cloth-character"],
  .l-starwars .product__data[data-id="cleaning-cloth-grogu"],
  .l-starwars .product__data[data-id="double-case"] {
    padding-bottom: 120px;
  }
}

.l-starwars .product__column {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-starwars .product__column:first-child {
  max-width: 400px;
}

.l-starwars .product__column:last-child {
  max-width: 300px;
  margin-left: 60px !important;
  padding-left: 17.25px;
  padding-top: 16px;
}

.l-starwars .product__column[data-country="kh"]:last-child {
  padding-top: 56px;
}

.l-starwars .product__header__name {
  color: #fff;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
  font-family: zuume, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.84px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .l-starwars .product__header__name {
    font-size: 72px;
    letter-spacing: 7.2px;
  }
}

@media (min-width: 1024px) {
  .l-starwars .product__header__name {
    font-size: 88px;
    letter-spacing: 7.04px;
  }
}

.l-starwars .product__header__number {
  color: hsla(0, 0%, 100%, 0.9);
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: hsla(0, 0%, 100%, 0.7);
  text-shadow:
    0 0 1px hsla(0, 0%, 100%, 0.88),
    0 0 5px rgba(255, 230, 120, 0.42),
    0 0 10px rgba(255, 230, 120, 0.3),
    0 0 16px rgba(255, 230, 120, 0.18);
  font-family: zuume, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.96px;
  margin-block: 4px !important;
}

@media (min-width: 768px) {
  .l-starwars .product__header__number {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.28px;
    margin-block: 8px !important;
  }
}

.l-starwars .product__header__price {
  color: rgba(250, 222, 75, 0.9);
  -webkit-text-stroke-width: 0.25px;
  -webkit-text-stroke-color: hsla(0, 0%, 100%, 0.7);
  text-shadow:
    0 0 1px hsla(0, 0%, 100%, 0.88),
    0 0 6px rgba(250, 222, 75, 0.5),
    0 0 12px rgba(250, 222, 75, 0.36),
    0 0 18px rgba(250, 222, 75, 0.2);
  font-family: zuume, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.28px;
}

@media (min-width: 768px) {
  .l-starwars .product__header__price {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}

@media (min-width: 1024px) {
  .l-starwars .product__header__price {
    font-size: 36px;
    letter-spacing: 0.36px;
  }
}

.l-starwars .product__image {
  width: 100%;
  max-width: 480px;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto !important;
  position: relative;
}

.l-starwars .product__image span {
  color: #fff;
  text-align: right;
  font-family: zuume, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.8px;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 3;
}

@media (min-width: 1024px) {
  .l-starwars .product__image span {
    font-size: 18px;
    letter-spacing: 3.6px;
    top: 40px;
    right: 16px;
  }
}

@media (min-width: 1024px) {
  .l-starwars .product__image {
    max-width: 560px;
  }
}

.l-starwars .product__image__slider {
  width: calc(100% + 40px);
  height: auto;
  margin-inline: -20px !important;
  opacity: 0;
  visibility: hidden;
}

.l-starwars .product__image__slider.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.l-starwars .product__image__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  bottom: 17px;
}

.l-starwars .product__image__slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.l-starwars .product__image__slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-starwars .product__image__slider .slick-dots li button:before {
  display: none;
}

.l-starwars .product__image__slider .slick-dots li.slick-active button {
  width: 32px;
  height: 6px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 2px rgba(202, 215, 227, 0.7);
  box-shadow: 0 0 6px 2px rgba(202, 215, 227, 0.7);
}

@media (min-width: 768px) {
  .l-starwars .product__image__slider {
    width: 100%;
    margin-inline: 0 !important;
  }

  .l-starwars .product__image__slider .slick-dots {
    gap: 12px;
  }

  .l-starwars .product__image__slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }

  .l-starwars .product__image__slider .slick-dots li.slick-active button {
    width: 40px;
    height: 8px;
  }
}

.l-starwars .product__note-image {
  color: #fff;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.09px;
  margin-block: 16px 40px !important;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .l-starwars .product__note-image {
    margin-block: 24px !important;
    font-size: 10px;
    letter-spacing: 0.1px;
  }
}

@media (min-width: 1316px) {
  .l-starwars .product__note-image {
    margin-block: 24px 0 !important;
  }
}

.l-starwars .product__options {
  width: calc(100% + 40px);
  height: auto;
  margin: 0 -20px 40px;
  opacity: 0;
  visibility: hidden;
}

.l-starwars .product__options.slick-initialized {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.l-starwars .product__options .slick-list {
  padding: 0 20px;
  height: auto;
}

.l-starwars .product__options .slick-slide {
  position: relative;
  margin: 0 6px;
  background-color: #f1f1f1;
}

.l-starwars .product__options .slick-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.l-starwars .product__options .slick-slide.is-active:after {
  opacity: 0;
}

@media (min-width: 1316px) {
  .l-starwars .product__options {
    width: 100%;
    margin: 16px 0 0;
  }

  .l-starwars .product__options .slick-list {
    padding: 0;
  }

  .l-starwars .product__options .slick-track {
    display: grid;
    grid-template-columns: repeat(3, 80px);
    gap: 12px;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: 0 !important;
    margin-left: 0 !important;
  }

  .l-starwars .product__options .slick-track:after,
  .l-starwars .product__options .slick-track:before {
    display: none;
  }

  .l-starwars .product__options .slick-slide {
    width: 80px !important;
    aspect-ratio: 1/1;
    margin: 0;
    float: none !important;
    cursor: pointer;
  }

  .l-starwars .product__options .slick-slide > div {
    width: 100%;
    height: 100%;
  }

  .l-starwars .product__options .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}

.l-starwars .product__description {
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.12px;
  margin-block: 40px 56px !important;
}

.l-starwars .product__description[data-key="pc"] {
  display: none;
}

.l-starwars .product__description[data-language="en"] {
  font-family:
    Founders Grotesk,
    sans-serif;
}

.l-starwars .product__description[data-language="km"] {
  font-family: Niradei, sans-serif;
}

@media (min-width: 768px) {
  .l-starwars .product__description {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.15px;
  }

  .l-starwars .product__description br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .l-starwars .product__description {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.15px;
    margin-block: 40px 0 !important;
  }

  .l-starwars .product__description br {
    display: block;
  }

  .l-starwars .product__description[data-key="sp"] {
    display: none;
  }

  .l-starwars .product__description[data-key="pc"] {
    display: block;
  }
}

.l-starwars .product__btn[data-key="tb"] {
  display: none;
}

@media (min-width: 768px) {
  .l-starwars .product__btn[data-key="sp"] {
    display: none;
  }

  .l-starwars .product__btn[data-key="tb"] {
    display: block;
  }
}

@media (min-width: 768px) {
  .l-starwars .product__features {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
  }

  .l-starwars .product__features:after,
  .l-starwars .product__features:before {
    content: "";
    position: absolute;
    top: 0;
  }

  .l-starwars .product__features:before {
    width: 0.5px;
    height: 196px;
    background: hsla(0, 0%, 100%, 0.3);
    left: 0;
  }

  .l-starwars .product__features:after {
    width: 3px;
    height: 16px;
    background-color: #fff;
    left: -1.25px;
  }
}

@media (min-width: 1316px) {
  .l-starwars .product__features {
    padding-left: 0;
  }

  .l-starwars .product__features:after,
  .l-starwars .product__features:before {
    content: "";
    position: absolute;
    top: 0;
  }

  .l-starwars .product__features:before {
    width: 0.5px;
    height: 436px;
    background: hsla(0, 0%, 100%, 0.3);
    left: -17.25px;
  }

  .l-starwars .product__features:after {
    width: 3px;
    height: 16px;
    background-color: #fff;
    left: -18.5px;
  }
}

.l-starwars .product__features__title {
  color: #fff;
  font-family: zuume-edge, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
}

.l-starwars .product__features__title:before {
  content: "";
  width: calc(100% - 146px);
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.l-starwars .product__features__title:after {
  content: "";
  width: 59px;
  height: 10px;
  background: url("https://storage.owndays.com/news/starwars/icons/top-line_sp.svg") no-repeat top/contain;
}

@media (min-width: 768px) {
  .l-starwars .product__features__title {
    font-size: 24px;
    letter-spacing: 5.76px;
    margin-right: 50% !important;
  }

  .l-starwars .product__features__title:before {
    width: calc(100% - 146px);
  }

  .l-starwars .product__features__title:after {
    height: 12px;
    background: url("https://storage.owndays.com/news/starwars/icons/top-line_pc.svg") no-repeat top/contain;
  }
}

@media (min-width: 1024px) {
  .l-starwars .product__features__title {
    margin-right: 28px !important;
  }

  .l-starwars .product__features__title:before {
    width: calc(100% - 146px);
  }
}

.l-starwars .product__features__list {
  padding-block: 16px 88px;
}

.l-starwars .product__features__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767px) {
  .l-starwars .product__features__list li:not(:last-child) {
    padding-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .l-starwars .product__features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 40px 80px;
    padding-right: 0;
    gap: 16px;
  }

  .l-starwars .product__features__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }

  .l-starwars .product__features__list li:not(:last-child) {
    position: relative;
  }

  .l-starwars .product__features__list li:not(:last-child):before {
    content: "";
    width: 0.5px;
    height: calc(100% - 26px);
    background-color: hsla(0, 0%, 100%, 0.3);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1316px) {
  .l-starwars .product__features__list {
    padding-block: 24px 152px;
    padding-right: 0;
    gap: 24px;
  }

  .l-starwars .product__features__list,
  .l-starwars .product__features__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-starwars .product__features__list li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
  }

  .l-starwars .product__features__list li:before {
    display: none;
  }
}

.l-starwars .product__features__index {
  color: #fff;
  font-family: zuume-edge, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .l-starwars .product__features__index {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.l-starwars .product__features__description {
  width: 100%;
  height: auto;
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.12px;
  padding-inline: 4px;
  padding-block: 8px 6px;
  border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.3);
}

.l-starwars .product__features__description[data-language="en"] {
  font-family:
    Founders Grotesk,
    sans-serif;
}

.l-starwars .product__features__description[data-language="km"] {
  font-family: Niradei, sans-serif;
}

@media (min-width: 768px) {
  .l-starwars .product__features__description {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.13px;
    border-bottom: none;
    padding-inline: 4px 8px;
    padding-block: 12px 8px;
  }
}

@media (min-width: 1024px) {
  .l-starwars .product__features__description {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.15px;
  }
}

@media (min-width: 1316px) {
  .l-starwars .product__features__description {
    border-bottom: 0.5px solid hsla(0, 0%, 100%, 0.3);
    padding-inline: 4px 0;
  }
}

.l-starwars .power-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.l-starwars .power-title span {
  font: 0/0 a;
}

.l-starwars .power-title img[data-key="character"],
.l-starwars .power-title img[data-key="text-under-character"] {
  width: 156px;
  height: auto;
}

.l-starwars .power-title[data-country="kh"] span {
  color: #fff;
  text-align: center;
  font-family: zuume, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.84px;
}

@media (min-width: 1024px) {
  .l-starwars .power-title img[data-key="character"],
  .l-starwars .power-title img[data-key="text-under-character"] {
    width: 204px;
  }

  .l-starwars .power-title[data-country="kh"] span {
    font-size: 64px;
    letter-spacing: 10.24px;
  }
}

.l-starwars .notes__container {
  width: 100%;
  height: auto;
  max-width: 720px;
  margin-inline: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 20px;
  gap: 40px;
  padding-top: 120px;
}

.l-starwars .notes__container[data-country="kh"] {
  padding-top: 64px;
}

.l-starwars .notes__container[data-country="kh"] img {
  display: none;
}

@media (min-width: 680px) {
  .l-starwars .notes__container {
    padding-inline: 0;
  }
}

@media (min-width: 1024px) {
  .l-starwars .notes__container {
    gap: 80px;
    padding-top: 168.97px;
  }

  .l-starwars .notes__container[data-country="kh"] {
    padding-top: 160px;
  }
}

.l-starwars .notes__list li {
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.12px;
  padding-left: 20px;
  position: relative;
}

.l-starwars .notes__list li[data-language="en"] {
  font-family:
    Founders Grotesk,
    sans-serif;
}

.l-starwars .notes__list li[data-language="km"] {
  font-family: Niradei, sans-serif;
}

.l-starwars .notes__list li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  top: 11px;
  left: 7px;
}

@media (min-width: 768px) {
  .l-starwars .notes__list li br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .l-starwars .notes__list li {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.l-starwars .share {
  position: relative;
  background: url("https://storage.owndays.com/news/starwars/bg/share-bg_sp.webp") no-repeat bottom/cover;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(20%, rgba(0, 0, 0, 0.6)),
    color-stop(60%, rgba(0, 0, 0, 0.9)),
    to(#000)
  );
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.9) 60%, #000);
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(20%, rgba(0, 0, 0, 0.6)),
    color-stop(60%, rgba(0, 0, 0, 0.9)),
    to(#000)
  );
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.9) 60%, #000);
}

@media (min-width: 768px) {
  .l-starwars .share {
    background: url("https://storage.owndays.com/news/starwars/bg/share-bg_pc.webp") no-repeat bottom/cover;
    -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(20%, rgba(0, 0, 0, 0.7)),
      color-stop(40%, rgba(0, 0, 0, 0.6)),
      color-stop(60%, rgba(0, 0, 0, 0.9)),
      to(#000)
    );
    -webkit-mask-image: linear-gradient(
      180deg,
      transparent 0,
      rgba(0, 0, 0, 0.7) 20%,
      rgba(0, 0, 0, 0.6) 40%,
      rgba(0, 0, 0, 0.9) 60%,
      #000
    );
    mask-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(20%, rgba(0, 0, 0, 0.7)),
      color-stop(40%, rgba(0, 0, 0, 0.6)),
      color-stop(60%, rgba(0, 0, 0, 0.9)),
      to(#000)
    );
    mask-image: linear-gradient(
      180deg,
      transparent 0,
      rgba(0, 0, 0, 0.7) 20%,
      rgba(0, 0, 0, 0.6) 40%,
      rgba(0, 0, 0, 0.9) 60%,
      #000
    );
  }
}

.l-starwars .share__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding-block: 80px 92px;
}

@media (min-width: 1024px) {
  .l-starwars .share__container {
    padding-block: 200px 64px;
    gap: 41px;
  }
}

.l-starwars .share__title {
  width: 91px;
  height: auto;
  color: #fff;
  text-align: center;
  font-family: zuume, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.32px;
}

@media (min-width: 1024px) {
  .l-starwars .share__title {
    width: 161px;
    font-size: 40px;
    letter-spacing: 22.4px;
  }
}

.l-starwars .share__list {
  display: grid;
  grid-template-columns: repeat(1, 40px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}

.l-starwars .share__list,
.l-starwars .share__list li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-starwars .share__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  color: #fff;
}

.l-starwars .share__list li a:has(.fa-twitter) {
  font-size: 43.47px;
}

@media (min-width: 1024px) {
  .l-starwars .share__list {
    grid-template-columns: repeat(1, 48px);
  }

  .l-starwars .share__list li a {
    font-size: 48px;
    -webkit-transition: all 0.5 ease;
    transition: all 0.5 ease;
  }

  .l-starwars .share__list li a:has(.fa-twitter) {
    font-size: 55.45px;
  }

  .l-starwars .share__list li a:hover {
    -webkit-animation: flash 0.3s ease-out forwards;
    animation: flash 0.3s ease-out forwards;
  }
}

.l-starwars .share__copy-right {
  width: 130px;
  height: auto;
  margin-top: 8px !important;
}

@media (min-width: 1024px) {
  .l-starwars .share__copy-right {
    width: 160px;
    margin-top: 39px !important;
  }
}

.l-starwars .hide-sp {
  display: none;
}

.l-starwars .hide-pc {
  display: block;
}

@media (min-width: 768px) {
  .l-starwars .hide-sp {
    display: block;
  }

  .l-starwars .hide-pc {
    display: none;
  }
}

.l-starwars .sticky-btn {
  position: sticky;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  margin: -72px auto 0;
}

.l-starwars .sticky-btn[data-country="kh"] {
  display: none;
}

@media (min-width: 1024px) {
  .l-starwars .sticky-btn {
    margin: -112px auto 0;
  }
}

.l-starwars .sticky-btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-inline: 10px;
  padding-bottom: 16px;
}

.l-starwars .sticky-btn__container .btn {
  margin-left: auto !important;
  margin-right: 0 !important;
  width: 263px;
}

@media (min-width: 1024px) {
  .l-starwars .sticky-btn__container .btn {
    width: 240px;
  }
}

@media (min-width: 768px) {
  .l-starwars .sticky-btn__container {
    padding-bottom: 56px;
    padding-inline: 20px;
  }
}

@media (min-width: 1024px) {
  .l-starwars .sticky-btn__container {
    padding-inline: 80px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

body,
html {
  overflow: visible !important;
}

#starry_sky {
  position: relative;
  overflow: hidden;
}

#starry_sky section {
  position: relative;
  z-index: 2;
}

.starry_sky__fixed {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
}

.star {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation-name: twinkle;
  animation-name: twinkle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  pointer-events: none;
}

@-webkit-keyframes twinkle {
  50% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes twinkle {
  50% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.9;
  }

  90% {
    opacity: 0.4;
  }

  to {
    opacity: 0.7;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.9;
  }

  90% {
    opacity: 0.4;
  }

  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes inspiredStrokeIn {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  55% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes inspiredStrokeIn {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  55% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes inspiredGlowIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes inspiredGlowIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes lineupMarquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes lineupMarquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@-webkit-keyframes lineupMarqueeLg {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(calc(-50% + 80px), 0, 0);
    transform: translate3d(calc(-50% + 80px), 0, 0);
  }
}

@keyframes lineupMarqueeLg {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(calc(-50% + 80px), 0, 0);
    transform: translate3d(calc(-50% + 80px), 0, 0);
  }
}

@-webkit-keyframes smokeyText {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes smokeyText {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.js-random-split__char {
  position: relative;
  display: inline;
  opacity: 0;
}

.js-random-split-group.aos-animate .js-random-split__char {
  -webkit-animation: beybladeTextIn 0.35s ease-out forwards;
  animation: beybladeTextIn 0.35s ease-out forwards;
}

@-webkit-keyframes beybladeTextIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes beybladeTextIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes randomTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6em) rotateX(70deg);
    transform: translateY(0.6em) rotateX(70deg);
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-0.08em) rotateX(0deg);
    transform: translateY(-0.08em) rotateX(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes randomTextIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0.6em) rotateX(70deg);
    transform: translateY(0.6em) rotateX(70deg);
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-0.08em) rotateX(0deg);
    transform: translateY(-0.08em) rotateX(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.product__description[data-aos="product-description"] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.product__description[data-aos="product-description"].aos-animate {
  -webkit-animation: beybladeDescriptionFlicker 0.75s steps(1) forwards;
  animation: beybladeDescriptionFlicker 0.75s steps(1) forwards;
}

@-webkit-keyframes beybladeDescriptionFlicker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  12% {
    opacity: 1;
  }

  20% {
    opacity: 0.25;
  }

  32% {
    opacity: 1;
  }

  42% {
    opacity: 0.15;
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  70% {
    opacity: 0.45;
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes beybladeDescriptionFlicker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  12% {
    opacity: 1;
  }

  20% {
    opacity: 0.25;
  }

  32% {
    opacity: 1;
  }

  42% {
    opacity: 0.15;
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  70% {
    opacity: 0.45;
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[data-aos="block-reveal"] .product__features__list,
[data-aos="block-reveal"] .product__features__title {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}

[data-aos="block-reveal"].aos-animate .product__features__title {
  -webkit-animation: blockRevealDown 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: blockRevealDown 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

[data-aos="block-reveal"].aos-animate .product__features__list {
  -webkit-animation: blockRevealDown 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
  animation: blockRevealDown 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
}

.concept__description[data-aos="block-reveal"] {
  overflow: hidden;
}

.concept__description[data-aos="block-reveal"] > span {
  display: block;
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
}

.concept__description[data-aos="block-reveal"].aos-animate > span {
  -webkit-animation: blockRevealDown 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: blockRevealDown 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes blockRevealDown {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  45% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes blockRevealDown {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }

  45% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
