/* v3.3.0 — Smart Store Automation theme layer */

@media (max-width: 767.98px) {
  html body.vlg-theme #kategooriad .vlg-category-card,
  html body.vlg-theme .vlg-category-grid .vlg-category-card {
    min-height: 132px !important;
    padding: 16px !important;
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  html body.vlg-theme #kategooriad .vlg-category-card h3,
  html body.vlg-theme .vlg-category-grid .vlg-category-card h3 {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto !important;
    text-align: left !important;
    font-size: 17px !important;
    line-height: 1.08 !important;
    max-width: 100% !important;
  }

  html body.vlg-theme #kategooriad .vlg-category-card .vlg-category-count,
  html body.vlg-theme .vlg-category-grid .vlg-category-card .vlg-category-count {
    display: inline-flex !important;
    width: auto !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }

  html body.vlg-theme #kategooriad .vlg-category-card img,
  html body.vlg-theme .vlg-category-grid .vlg-category-card img {
    width: 68px !important;
    height: 68px !important;
    object-fit: contain !important;
  }

  html body.vlg-theme #kategooriad .vlg-section-head {
    margin-bottom: 14px !important;
  }
}

.vlg-theme .vlg-buyer-assistant + .products,
.vlg-theme .vlg-buyer-assistant + .woocommerce-notices-wrapper + .products {
  margin-top: 18px;
}
