   PRODUCT PAGE (SINGLE) — объединённая версия
   ========================================================= */

.tahm-sp {
  padding: 24px 0 64px;
}

.tahm-sp__breadcrumbs {
  margin-bottom: 14px;
  font-size: 13px;
  color: #6c7680;
}

.tahm-sp__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.tahm-sp__gallery {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tahm-sp__gallery .flex-control-thumbs,
.tahm-sp__gallery .woocommerce-product-gallery__trigger { display: none !important; }

.tahm-sp__gallery .woocommerce-product-gallery,
.tahm-sp__gallery .woocommerce-product-gallery__wrapper,
.tahm-sp__gallery .woocommerce-product-gallery__image { width: 100% !important; }

.tahm-sp__gallery .woocommerce-product-gallery { margin: 0 !important; }

.tahm-sp__gallery .flex-viewport {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100%;
}

.tahm-sp__gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.tahm-sp__gallery .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.tahm-sp__gallery .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.tahm-sp__gallery .woocommerce-product-gallery__image img {
  display: block;
  max-width: 100%;
  max-height: 320px;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}

.tahm-sp__summary { padding-top: 6px; }

.tahm-sp__badge-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.tahm-sp__sale {
  background: var(--tahm-yellow);
  color: #000;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
}

.tahm-sp__stock {
  background: #e6f7ec;
  color: #1a7f37;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
}

.tahm-sp__title {
  margin: 8px 0 12px;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
}

.tahm-sp__rating-line {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 16px;
}

.tahm-sp__stars { color: #f5b50a; }
.tahm-sp__rating-text { color: #6c7680; }

.tahm-sp__price-box { margin-bottom: 18px; }

.tahm-sp__price-main {
  font-size: 30px;
  font-weight: 800;
  color: var(--tahm-blue-dark);
}

.tahm-sp__price-extra {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.tahm-sp__save {
  background: var(--tahm-yellow);
  color: #000;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tahm-sp__tag {
  background: #e6f7ec;
  color: #1a7f37;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tahm-sp__shortdesc {
  margin-bottom: 16px;
  color: #555;
  line-height: 1.6;
}

.tahm-sp__benefits {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
}

.tahm-sp__benefits div {
  color: #111;
  font-weight: 500;
}

.tahm-sp__cart-box { margin-bottom: 16px; }

.tahm-sp__cart { margin-bottom: 14px; }

.tahm-sp__cart .single_add_to_cart_button {
  width: 100%;
  height: 56px;
  font-size: 17px;
  font-weight: 800;
  border-radius: 14px;
  background: var(--tahm-blue);
  border: none;
  box-shadow: 0 12px 24px rgba(1,150,242,0.25);
}

.tahm-sp__cart .single_add_to_cart_button:hover { background: var(--tahm-blue-dark); }

.tahm-sp__cart input.qty {
  height: 54px;
  border-radius: 12px;
  margin-right: 10px;
}

.tahm-sp__cart-info {
  margin-top: 10px;
  font-size: 13px;
  color: #6c7680;
}

.tahm-sp__guarantee {
  font-size: 13px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}

.tahm-sp__trust {
  font-size: 13px;
  color: #6c7680;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tahm-sp__meta {
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}

.tahm-sp__after { margin-top: 60px; }

@media (max-width: 900px) {
  .tahm-sp__main { grid-template-columns: 1fr; }
  .tahm-sp__title { font-size: 24px; }
}

/* =========================================================
