.type-product.id-726 .p-image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.type-product.id-726 .p-image-wrapper {
  position: relative;
}
.type-product.id-726 .p-image .p-main-image {
  display: none;
}
.type-product.id-726 .p-image .product-detail__wrapper {
  width: calc(50% - 5px);
}
.type-product.id-726 .p-image .product-detail__wrapper.hidden {
  display: none;
}
.type-product.id-726 .p-image .product-detail__wrapper img {
  width: 100%;
}
.type-product.id-726 .p-image-wrapper .row {
  display: none;
}
.type-product.id-726 .product-detail__more {
  position: absolute;
  padding: 10px 15px;
  border-radius: 10px;
  bottom: 20px;
  right: 10px;
  background-color: white;
}
@media (max-width: 767px) {
  .type-product.id-726 .p-image {
    flex-wrap: nowrap;
    scrollbar-width: 5px !important;
    scrollbar-color: #e0e0e0 !important;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .type-product.id-726 .p-image::-webkit-scrollbar {
    height: 5px;
  }
  .type-product.id-726 .p-image::-webkit-scrollbar-track {
    background: transparent;
  }
  .type-product.id-726 .p-image::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 10px;
  }
  .type-product.id-726 .p-image .product-detail__wrapper {
    width: calc(80% - 5px);
    flex: 0 0 auto;
  }
  .type-product.id-726 .p-image .product-detail__wrapper.hidden {
    display: block !important;
  }
  .type-product.id-726 .product-detail__more {
    display: none;
  }
}
@media (max-width: 500px) {
  .type-product.id-726 .product-detail__more {
    font-size: 14px;
    padding: 7px 10px;
  }
}
