/* ================================================================== */
/* BEORGANIC MOBILE - MAXIMÁLNA ŠPECIFICITA                          */
/* ================================================================== */

@media (max-width: 768px) {

  /* PRODUKTY - 2 stĺpce */
  html body .bo-super-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  html body .bo-super-name {
    font-size: 0.85rem !important;
  }

  html body .bo-super-text {
    padding: 10px 12px 14px 12px !important;
  }

  /* BLOG - 2 stĺpce */
  html body .bo-blog-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  /* RECENZIE - 3 stĺpce */
  html body .bo-review-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  html body .bo-review-card {
    padding: 12px 10px !important;
  }

  html body .bo-review-p {
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  html body .bo-review-author {
    font-size: 0.8rem !important;
  }

  html body .bo-review-stars {
    font-size: 0.8rem !important;
    margin-bottom: 8px !important;
  }

  /* CAROUSEL - 2 väčšie položky aby sa text nelomil */
  html body .bo-sets-carousel {
    grid-auto-columns: calc(50% - 10px) !important;
    gap: 10px !important;
  }

  html body .bo-sets-name {
    font-size: 0.8rem !important;
    margin-top: 8px !important;
  }

  /* FEATURES ROW - ikona vľavo, text vpravo */
  html body .features-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    padding: 0 20px !important;
    flex-wrap: nowrap !important;
    max-width: 100% !important;
    margin: 30px 0 !important;
  }

  html body .features-row .feature-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    flex: none !important;
    min-width: unset !important;
  }

  html body .features-row .feature-item img {
    width: 45px !important;
    height: 45px !important;
    flex-shrink: 0 !important;
    margin-bottom: 0 !important;
  }

  html body .features-row .feature-item p {
    font-size: 14px !important;
    text-align: left !important;
    margin: 0 !important;
  }

  /* ZELENÉ TLAČIDLO */
  html body .bo-super-btn-wrap {
    text-align: center !important;
    margin-top: 25px !important;
  }

  html body .bo-super-btn-wrap a {
    display: inline-block !important;
    background-color: #738671 !important;
    color: #ffffff !important;
    padding: 14px 35px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
  }

  /* NEWSLETTER */
  html body .bo-news-form {
    flex-direction: column !important;
    border-radius: 20px !important;
    gap: 8px !important;
  }

  html body .bo-news-btn {
    width: 100% !important;
    border-radius: 40px !important;
  }
}
