body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-auction-gallery,
body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_left_part {
  min-height: clamp(500px, 47vw, 680px);
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-auction-gallery > .mmx-gallery-count,
body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_left_part > .mmx-gallery-count {
  display: flex !important;
  margin: 0 0 12px auto !important;
  position: static !important;
  width: max-content;
  z-index: auto !important;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_image_main {
  --mmx-gallery-height: clamp(440px, 43vw, 620px);
  align-items: start;
  direction: ltr;
  display: grid !important;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 92px;
  min-height: var(--mmx-gallery-height) !important;
  width: 100%;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_main_image_div {
  grid-column: 1;
  min-width: 0;
  width: 100%;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .hikashop_product_main_image_thumb,
body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .hikashop_product_main_image {
  display: grid !important;
  height: var(--mmx-gallery-height) !important;
  min-height: var(--mmx-gallery-height) !important;
  place-items: center;
  width: 100% !important;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .hikashop_product_main_image_subdiv,
body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .hikashop_product_main_image_subdiv > a[data-fancybox="gallery"] {
  display: block !important;
  height: 100%;
  width: 100% !important;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_image_main img:not(.hikashop_child_image) {
  display: block !important;
  width: 100% !important;
  height: var(--mmx-gallery-height) !important;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div {
  align-content: start;
  align-self: stretch;
  direction: rtl;
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  grid-column: 2;
  height: var(--mmx-gallery-height);
  justify-content: flex-start;
  max-height: var(--mmx-gallery-height);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px 4px;
  scrollbar-color: #d99a00 transparent;
  scrollbar-width: thin;
  width: 92px !important;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div > a {
  background: #fff;
  border: 2px solid #dbe3ec;
  border-radius: 12px;
  box-sizing: border-box;
  display: block !important;
  flex: 0 0 76px;
  float: none !important;
  height: 76px;
  margin: 0 !important;
  overflow: hidden;
  padding: 3px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 76px !important;
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div > a:hover,
body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div > a:focus-visible,
body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div > a.hikashop_active_thumbnail {
  border-color: #e3a008;
  box-shadow: 0 0 0 3px rgba(227, 160, 8, .16);
  outline: none;
  transform: translateY(-1px);
}

body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div img.hikashop_child_image {
  border-radius: 7px;
  display: block !important;
  height: 66px !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: cover;
  width: 66px !important;
}

@media (min-width: 761px) {
  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-product-details > .is-delivery {
    grid-column: 1 / -1;
    width: 100%;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-product-details > .is-delivery > ul {
    display: grid !important;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-product-details > .is-delivery .mmx-product-delivery-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
  }
}

@media (max-width: 760px) {
  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-auction-gallery,
  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_left_part {
    min-height: 0;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .mmx-auction-gallery > .mmx-gallery-count,
  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_left_part > .mmx-gallery-count {
    margin-bottom: 8px !important;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_image_main,
  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) .hikashop_product_main_image {
    --mmx-gallery-height: clamp(300px, 92vw, 440px);
    min-height: clamp(300px, 92vw, 440px) !important;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_image_main {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr);
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_main_image_div {
    grid-column: 1;
    grid-row: 1;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_product_image_main img:not(.hikashop_child_image) {
    height: clamp(300px, 92vw, 440px) !important;
  }

  body:is(.mmx-auction-detail-page, .mmx-fixed-detail-page) #hikashop_small_image_div {
    align-self: auto;
    direction: ltr;
    flex-direction: row;
    grid-column: 1;
    grid-row: 2;
    height: 86px;
    max-height: 86px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100% !important;
  }
}
