/* RE8 layout adjustments */
@media screen and (min-width: 769px) {
  .future04 .color_concept_inn > .copy {
    width: 118.08%;
    margin-left: -9.04%;
  }
}

@media screen and (min-width: 1025px) {
  .tab_re8 .product_sec .inner .txt_Oswald {
    font-size: 33px;
  }
}

@media screen and (min-width: 769px) {
  .tab_re8 .product_sec .inner .item_color ul li .modaal-btn {
    aspect-ratio: 631 / 357;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tab_re8 .product_sec .inner .item_color ul li .modaal-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tab_re8 .product_sec .inner .item_color ul li .txt_Oswald {
    min-height: 2em;
  }
}

@media screen and (min-width: 769px) {
  .tab_re8 .product_sec .inner .item_color ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .tab_re8 .product_sec .inner .item_color ul li {
    width: 80%;
    max-width: 342px;
    margin-inline: auto;
  }

  .tab_re8 .product_sec .inner .item_price > ul {
    gap: 0 4%;
  }

  .tab_re8 .product_sec .inner .item_price > ul > li {
    flex: 0 0 20.1%;
  }

  .tab_re8 .product_sec .inner .item_price > ul > li .price_box .txt_small {
    white-space: nowrap;
  }

  .tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a {
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
    align-items: center;
    padding-right: 0;
    white-space: nowrap;
  }

  .tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a::after {
    content: none !important;
    display: none !important;
  }

  .tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a span {
    display: block;
    flex: 0 0 auto;
    line-height: 1;
  }

  .tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a .price_arrow {
    display: block;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-top: 2px solid red;
    border-right: 2px solid red;
    transform: rotate(45deg);
  }
}

/* Keep the RE8 price-button arrow aligned with the RE6 button arrow. */
.tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a {
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a::after {
  content: none !important;
  display: none !important;
}

.tab_re8 .product_sec .inner .item_price > ul > li .price_box .btn a .price_arrow {
  display: block !important;
  position: absolute;
  top: 52%;
  right: 12px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: translateY(-50%) rotate(45deg);
}
