/* ═══════════════════════════════════════════
   1. Hodnotenie – 5★ + Bestseller pri H1
   ═══════════════════════════════════════════ */
.bo-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0 16px;
  font-family: inherit;
}

.bo-stars {
  color: #f5a623;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.bo-rating-text {
  display: inline-block;
  padding: 3px 10px;
  background: #e6f0e6;
  color: #2d4a2d;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 600;
}


/* ═══════════════════════════════════════════
   2. Odporúčaná denná rutina
   ═══════════════════════════════════════════ */
#bo-rutina-section {
  max-width: 960px;
  margin: 40px auto;
  padding: 36px 32px;
  background: #f5f1e8;
  border-radius: 16px;
  text-align: center;
  font-family: inherit;
}

.bo-rutina-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2d4a2d;
  margin: 0 0 6px;
}

.bo-rutina-sub {
  font-size: 0.95rem;
  color: #6b7c6b;
  margin: 0 0 28px;
}

.bo-rutina-loader {
  color: #999;
  padding: 30px;
  font-size: 0.9rem;
}

#productAccessoriesList {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.bo-rutina-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 200px !important;
  max-width: 200px !important;
  padding: 16px 12px !important;
  background: #fff !important;
  border: 1px solid #e8e0d0 !important;
  border-radius: 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #333 !important;
  transition: border-color 0.2s !important;
}

.bo-rutina-card:hover {
  border-color: #2d4a2d !important;
}

.bo-rutina-check-wrap {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 5;
  cursor: pointer;
}

.bo-rutina-check {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #2d4a2d;
}

.bo-rutina-card .img,
.bo-rutina-card span.img {
  display: block !important;
  margin: 8px auto 12px !important;
  width: 100% !important;
  max-width: 140px !important;
}

.bo-rutina-card .img img,
.bo-rutina-card span.img img {
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
}

.bo-rutina-card .subtitle,
.bo-rutina-card span.subtitle {
  display: block !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #2d4a2d !important;
  margin: 0 0 8px !important;
  line-height: 1.3 !important;
  min-height: 2.6em !important;
}

.bo-rutina-card .price,
.bo-rutina-card span.price {
  display: block !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin: 0 0 12px !important;
}

.bo-rutina-card .list-price,
.bo-rutina-card .linkTxt {
  display: none !important;
}

.bo-rutina-add-btn {
  margin-top: auto;
  padding: 8px 12px;
  background: #5a7d5a;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
}

.bo-rutina-add-btn:hover:not(:disabled) {
  background: #2d4a2d;
}

.bo-rutina-add-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.bo-rutina-footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e0d8cc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.bo-rutina-totals {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 1.05rem;
}

.bo-rutina-total-label {
  color: #6b7c6b;
}

.bo-rutina-total-value {
  font-weight: 700;
  color: #2d4a2d;
  font-size: 1.25rem;
}

.bo-rutina-bundle {
  padding: 12px 32px;
  background: #2d4a2d;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.bo-rutina-bundle:hover:not(:disabled) {
  background: #1f351f;
}

.bo-rutina-bundle:active:not(:disabled) {
  transform: scale(0.98);
}

.bo-rutina-bundle:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


/* ═══════════════════════════════════════════
   3. Tabber nav
   ═══════════════════════════════════════════ */
.tabberNav {
  border-bottom: 2px solid #e0d8cc;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 0;
}

.tabberNav a {
  padding: 12px 24px;
  font-size: 0.95rem;
  color: #6b7c6b;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
  text-decoration: none;
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-left: 0 !important;
}

.tabberNav a:hover {
  color: #2d4a2d;
}

.tabberNav a.active {
  color: #2d4a2d !important;
  border-bottom-color: #2d4a2d !important;
  font-weight: 600 !important;
  background: none !important;
}


/* ═══════════════════════════════════════════
   MOBILE
   ═══════════════════════════════════════════ */
@media (max-width: 768px) {
  #bo-rutina-section {
    padding: 24px 16px;
    margin: 24px 12px;
  }
  .bo-rutina-title { font-size: 1.3rem; }
  #productAccessoriesList { gap: 10px !important; }
  .bo-rutina-card {
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    padding: 12px 8px !important;
  }
  .bo-rutina-card .subtitle {
    font-size: 0.78rem !important;
    min-height: 2.4em !important;
  }
  .bo-rutina-add-btn { font-size: 0.78rem; padding: 7px 8px; }
  .bo-rutina-bundle { padding: 12px 20px; font-size: 0.95rem; width: 100%; }
  .tabberNav a { padding: 10px 14px; font-size: 0.88rem; }
}
