.product-container .scroll-box-arrows {
  display: none !important;
}

.product-container #main .js-qv-mask.han-thumb-mask {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-container #main .js-qv-mask.han-thumb-mask::-webkit-scrollbar {
  display: none;
}

.han-shipping-info {
  clear: both;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 0.875rem 1rem;
  border: 1px solid #d9e2ec;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7fb 100%);
}

.han-shipping-info__title {
  margin: 0 0 0.625rem;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #17324d;
}

.han-shipping-info__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.han-shipping-info__item {
  padding: 0.625rem 0.7rem;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(23, 50, 77, 0.08);
}

.han-shipping-info__label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.15;
  color: #5c6b7a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.han-shipping-info__value {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #17324d;
}

.han-shipping-info__note {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(23, 50, 77, 0.12);
  color: #334e68;
}

.han-shipping-info__note-intro,
.han-shipping-info__note-title,
.han-shipping-info__note-outro {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.45;
}

.han-shipping-info__note-title {
  font-weight: 700;
  color: #17324d;
}

.han-shipping-info__note-list {
  margin: 0;
  padding-left: 1rem;
}

.han-shipping-info__note-list li {
  margin-bottom: 0.45rem;
  line-height: 1.4;
}

@media (max-width: 575.98px) {
  .han-shipping-info__list {
    grid-template-columns: 1fr;
  }
}
