.dyy-hidden {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .dyy-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .dyy-hidden-pc {
    display: none !important;
  }
}

design-your-yarbo {
  position: relative;
}

.design-your-yarbo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  background-color: #fff;
}

.design-your-yarbo__pc-left-image-slideshow {
  position: sticky;
  top: 0;
  left: 0;
  width: calc(100% - 456px);
}

.design-your-yarbo__pc-left-image-slideshow .splide,
.design-your-yarbo__pc-left-image-slideshow .splide__track,
.design-your-yarbo__pc-left-image-slideshow .splide__list,
.design-your-yarbo__pc-left-image-slideshow .splide__slide {
  width: 100%;
  height: 100%;
}

.design-your-yarbo__pc-left-image-slideshow  .splide__list {
  transform: translateZ(0);
  will-change: transform;
}

.design-your-yarbo__pc-left-image-slideshow .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.design-your-yarbo__pc-left-image-slideshow .splide__slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  outline: none;
}

.design-your-yarbo__product-selector {
  width: 456px;
  display: flex;
  flex-direction: column;
  gap: 280px;
  padding: 152px 48px 80px;
}

.design-your-yarbo__product {
  width: 100%;
}

.dyy-product__image {
  margin: 0;
  display: none;
}

.dyy-product__image img {
  width: 100%;
}

.dyy-product__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.dyy-product__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin: 0;
}

.dyy-product__title--big {
  font-size: 40px;
  line-height: 1.2;
}

.dyy-product__desc {
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  margin-top: calc(16px - 48px);
  color: #676a6d;
}

.dyy-product__main-body-desc {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.dyy-product__featured {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dyy-product__featured-icon {
  display: block;
  width: 48px;
  height: 48px;
}

.dyy-product__featured-name {
  font-size: 12px;
  line-height: 16px;
  color: #02060b;
}

.dyy-product__group {
  padding: 0;
  margin: 0;
  border: 0;
}

.dyy-product__item {
  margin-bottom: 40px;
}

.dyy-product__option {
  cursor: pointer;
}

.dyy-product__option-input {
  display: none;
  visibility: hidden;
}

.dyy-product__option-label {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #cccdce;
  color: #676a6d;
  transition: all .3s;
  border-radius: 4px;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  user-select: none;
}

.dyy-product__option-icon {
  position: relative;
  color: #02060b;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  background-color: #fff;
  transition: all .3s;
}

.dyy-product__option-icon > svg {
  position: absolute;
  width: 8px;
  height: 8px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dyy-product__option-input:checked + .dyy-product__option-label {
  border-color: #02060b;
}
.dyy-product__option-input:checked + .dyy-product__option-label .dyy-product__option-icon {
  background-color: #02060b;
}

.dyy-product__option-title {
  flex: 1 0 0;
}

.dyy-product__hint {
  font-size: 12px;
  line-height: 16px;
  color: #676a6d;
  padding: 14px 16px;
  background-color: #f4f4f4;
  margin: 0;
  border-radius: 4px;
}

.dyy-product__more-button {
  margin-top: 12px;
  background-color: #f4f4f4;
  color: #02060b;
  cursor: pointer;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  outline: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  transition: all .3s;
  border-radius: 4px;
  text-decoration: none;
}

.dyy-product__more-button:hover {
  background-color: #e1e1e1;
}

.dyy-product__more-infos {
  background-color: transparent;
}

.dyy-product__more-info-track {
  overflow: unset;
}

.dyy-product__more-info-list {
  width: 90vw;
  max-width: 996px;
  aspect-ratio: 996 / 624;
  height: auto;
  display: flex;
}

.dyy-product__more-info-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.dyy-product__more-info-slide__content {
  display: flex;
  flex-direction: column-reverse;
  padding: 40px 24px 24px;
  gap: 28px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
}

.dyy-product__more-info-slide__main {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #040921;
}

.dyy-product__more-info-slide__title {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

.dyy-product__more-info-slide__desc {
  flex: 1 0 0;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.625;
}

.dyy-product__more-info-slide__hint {
  margin-top: 24px;
  font-size: 12px;
  line-height: 20px;
  color: #676a6d;
}

.dyy-product__more-info-slide__media {
  flex: 1 0 0;
  width: 100%;
  overflow: hidden;
}

.dyy-product__more-info-slide__media > img,
.dyy-product__more-info-slide__media > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 960px) {
  .dyy-product__more-info-slide__content--horizontal {
    padding: 0;
    flex-direction: row;
    gap: 0;
  }

  .dyy-product__more-info-slide__content--horizontal .dyy-product__more-info-slide__main {
    flex: 1 0 0;
    padding: 72px 24px 24px;
    text-align: left;
  }

  .dyy-product__more-info-slide__content--horizontal .dyy-product__more-info-slide__title {
    font-size: 24px;
    line-height: 36px;
  }

  .dyy-product__more-info-slide__content--horizontal .dyy-product__more-info-slide__desc {
    flex: 1 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #676a6d;
  }

  .dyy-product__more-info-slide__content--horizontal .dyy-product__more-info-slide__media {
    height: 100%;
    aspect-ratio: 1 / 1;
    width: auto;
    flex: unset;
  }
}

.dyy-product__more-info-slide__close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  transition: background .3s;
  border: 0;
  outline: none;
  margin: 0;
  cursor: pointer;
}

.dyy-product__more-info-slide__close-btn > svg {
  width: 32px;
  height: 32px;
}

.dyy-product__more-info-slide__close-btn:hover {
  background-color: #f2f2f2;
}

.dyy-product__more-info-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}

.dyy-product__more-info-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
}

.dyy-product__more-info-arrow svg {
  width: 70%;
  height: 70%;
}

.dyy-product__more-info-pagination {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.dyy-product__more-info-pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #000;
  transition: all .3s;
  border: 0;
  outline: none;
  cursor: pointer;
}

.dyy-product__more-info-pagination .splide__pagination__page.is-active {
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .design-your-yarbo__pc-left-image-slideshow {
    display: none;
  }
  .design-your-yarbo__product {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 32px;
    padding-top: 32px;
  }
  .dyy-product__item {
    margin-bottom: 24px;
  }
  .dyy-product__item:last-child {
    margin-bottom: 32px;
  }
  .dyy-product__content {
    padding: 0 20px;
    gap: 48px;
  }
  .dyy-product__desc {
    margin-top: calc(16px - 32px);
  }
  .design-your-yarbo__product-selector {
    padding: 0;
    gap: 0;
    padding-top: 62px;
    width: 100%;
  }
  .dyy-product__image {
    display: block;
  }
  .dyy-product__more-button {
    font-weight: normal;
  }

  .dyy-product__title {
    font-size: 28px;
    line-height: 34px;
  }

  .dyy-product__more-info-slide__content {
    display: block;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
  }

  .dyy-product__more-info-list {
    width: calc(100vw - 48px);
    height: 490px;
  }

  .dyy-product__more-info-pagination {
    position: fixed;
    bottom: 8%;
  }

  .dyy-product__more-info-slide__close-btn {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background-color: rgb(242 242 242 / 0.5);
  }

  .dyy-product__more-info-slide__main {
    padding: 24px 20px;
    text-align: left;
  }

  .dyy-product__more-info-slide__title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .dyy-product__more-info-slide__desc {
    flex: unset;
    font-size: 14px;
    line-height: 20px;
  }

  .dyy-product__more-info-slide__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    flex: unset;
  }

  .dyy-product__image img {
    aspect-ratio: 375 / 230;
    object-fit: contain;
  }
}

@media screen and (max-width: 375px) {
  .dyy-product__more-info-slide__desc {
    margin-top: 8px;
    text-align: center;
    word-spacing: -1px;
  }
}
