﻿/* Medizin site overrides */
.alert { border-radius: 8px; padding: .85rem 1.1rem; margin-bottom: 1rem; }
.alert-success { background: #e8f8ef; border: 1px solid #b7e6c9; color: #1b5e3b; }
.alert-danger { background: #fdecea; border: 1px solid #f5c2c0; color: #842029; }
.medizin-prose { padding: 60px 0 80px; }
.medizin-prose h2 { margin-bottom: 1rem; }
.medizin-prose ul { margin: 1rem 0 1.5rem; padding-left: 1.25rem; }
.medizin-prose .btn-style-1 a { display: inline-block; }
.checkout-panel { background: #fff; border: 1px solid #e8e8e8; border-radius: 14px; padding: 1.35rem 1.4rem; margin-bottom: 1.25rem; }
.checkout-panel h3 { margin: 0 0 .4rem; font-size: 1.25rem; }
.checkout-form label { font-weight: 600; margin-bottom: .35rem; display: block; }
.checkout-form .form-control { border-radius: 10px; }
.payment-method-box { background: #f7f8fa; border-radius: 10px; padding: .85rem 1rem; }
.bank-details-list { list-style: none; padding: 0; margin: 1rem 0; }
.bank-details-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid #eee; }
.bank-details-list li span { color: #777; font-weight: 600; }
.checkout-success-box { background: #f0fff6; border: 1px solid #b7e6c9; border-radius: 14px; padding: 1.5rem; }
.cart-table img { max-width: 80px; height: auto; }
.product-details-area { padding: 60px 0 40px; }
.product-details-area .product-main-img { max-width: 100%; border-radius: 8px; }
.product-thumbs { display: flex; gap: .5rem; margin-top: 1rem; flex-wrap: wrap; }
.product-thumbs .thumb { border: 1px solid #eee; background: #fff; padding: 4px; cursor: pointer; border-radius: 6px; }
.product-thumbs .thumb img { width: 64px; height: 64px; object-fit: cover; display: block; }
.shop-sidebar .widget { margin-bottom: 2rem; }
.shop-sidebar .widget h3 { font-size: 1.1rem; margin-bottom: .85rem; }
.shop-sidebar .cat-list { list-style: none; padding: 0; margin: 0; }
.shop-sidebar .cat-list li { margin-bottom: .4rem; }
.shop-sidebar .cat-list a.is-active { font-weight: 700; color: #0a6cff; }
.shop-search input { width: 100%; padding: .55rem .75rem; border: 1px solid #ddd; border-radius: 6px; margin-bottom: .5rem; }
.contact-form label { display: block; margin-bottom: 1rem; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .35rem; padding: .6rem .75rem; border: 1px solid #ddd; border-radius: 8px; }
.qty-wrap { display: inline-flex; align-items: center; gap: .35rem; }
.qty-wrap input { width: 64px; text-align: center; }
.shopping-cart-delete button { color: #999; }
.product-action-1 form { display: inline; }
.product-action-1 a { display: inline-flex; align-items: center; justify-content: center; }
.product-extra-info .checkout-panel p { font-size: .92rem; line-height: 1.55; color: #555; margin: 0; }
.banner-wrap .banner-img img { width: 100%; height: 280px; object-fit: contain; background: #f7f8fa; }
.categories-img img { width: 100%; height: 180px; object-fit: contain; background: #f7f8fa; }
.single-slider-img img { max-height: 420px; width: auto; object-fit: contain; }
.mt-50 { margin-top: 50px; }

/* ---- Janoshik Lab Results (medizin-lab table) ---- */
.medizin-lab {
  padding: 1.5rem 0 0.25rem;
}
.medizin-lab__sheet {
  background: #fff;
  border: 1px solid #e3e8ef;
  box-shadow: 0 1px 0 #eef2f7;
}
.medizin-lab__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #e8edf3;
  background: #f7fafc;
}
.medizin-lab__title {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2433;
}
.medizin-lab__sub {
  margin: 0;
  font-size: 0.86rem;
  color: #6b7785;
}
.medizin-lab__doc {
  flex-shrink: 0;
  padding: 0.25rem 0.5rem;
  border: 1px dashed #0a6cff;
  color: #0a6cff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.medizin-lab__table-wrap { overflow-x: auto; }
.medizin-lab__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.medizin-lab__table th,
.medizin-lab__table td {
  padding: 0.85rem 1.15rem;
  text-align: left;
  border-bottom: 1px solid #eef1f5;
  vertical-align: middle;
}
.medizin-lab__table th {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a94a3;
  background: #fcfdfe;
}
.medizin-lab__table tbody tr:last-child td { border-bottom: 0; }
.medizin-lab__table tbody tr:hover td { background: #f5f9ff; }
.medizin-lab__purity {
  font-weight: 800;
  color: #0a6cff;
  letter-spacing: -0.02em;
}
.medizin-lab__table a {
  color: #0a6cff;
  font-weight: 600;
  text-decoration: none;
}
.medizin-lab__table a:hover { text-decoration: underline; }
.medizin-lab .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 640px) {
  .medizin-lab__table thead { display: none; }
  .medizin-lab__table,
  .medizin-lab__table tbody,
  .medizin-lab__table tr,
  .medizin-lab__table td {
    display: block;
    width: 100%;
  }
  .medizin-lab__table tr {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eef1f5;
  }
  .medizin-lab__table td {
    padding: 0.25rem 1.15rem;
    border: 0;
  }
  .medizin-lab__table td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8a94a3;
  }
}
