/* ================================================================== */
/* BEORGANIC - MOBILNÉ ZOBRAZENIE                                     */
/* ================================================================== */

@media only screen and (max-width: 768px) {

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

  html body div.features-row .feature-item,
  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;
    flex-basis: auto !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;
    max-width: unset !important;
  }

  /* ===========================
     VÝHODNÉ BALENIA - 3 karty vedľa seba
     =========================== */
  html body .bo-sets-carousel {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc(42% - 8px) !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    padding-right: 20px !important;
  }

  html body .bo-sets-item {
    scroll-snap-align: start !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    transform: none !important;
    min-width: 0 !important;
  }

  html body .bo-sets-item:hover {
    transform: none !important;
  }

  html body .bo-sets-img {
    border-radius: 0 !important;
    box-shadow: none !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
  }

  html body .bo-sets-name {
    font-size: 0.78rem !important;
    padding: 8px !important;
    text-align: center !important;
    margin-top: 0 !important;
    line-height: 1.4 !important;
    word-break: normal !important;
    white-space: normal !important;
  }

  /* ===========================
     OBĽÚBENÉ 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.82rem !important;
    line-height: 1.3 !important;
  }

  html body .bo-super-price {
    font-size: 0.95rem !important;
  }

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

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

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

  /* ===========================
     RECENZIE - 3 malé 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 8px !important;
    border-radius: 12px !important;
  }

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

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

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

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

  html body .bo-blog-name {
    font-size: 0.82rem !important;
  }

  html body .bo-blog-desc {
    font-size: 0.72rem !important;
  }

  /* ===========================
     FOOTER - žiadny flek
     =========================== */
  html body .page-width[style*="background-color: #f2f2f2"] {
    background-color: transparent !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;
  }

  /* ===========================
     PADDING SEKCIÍ
     =========================== */
  html body .bo-sets-section,
  html body .bo-skin-section,
  html body .bo-super-section,
  html body .bo-guide-section,
  html body .bo-blog-section,
  html body .bo-news-section,
  html body .bo-review-section,
  html body .bo-customers-section,
  html body .bo-benefits-section,
  html body .bo-top-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  html body .bo-guide-card,
  html body .bo-top-card,
  html body .bo-news-card {
    padding: 35px 20px !important;
  }

  html body .bo-sets-h2,
  html body .bo-super-h2,
  html body .bo-customers-h2,
  html body .bo-news-h2,
  html body .bo-guide-h2,
  html body .bo-top-h2 {
    font-size: 1.6rem !important;
  }

  /* ===========================
     BENEFITS
     =========================== */
  html body .bo-benefits-row {
    flex-direction: column !important;
  }
}
