/**
 * Trang chủ máy tính: dải «Top sản phẩm bán chạy» / danh mục L1
 * không được 1 thẻ full màn (flex + lg:w-full khi chưa thành grid).
 * Không đụng hashed index-BWYG2CSd.css / index-BrooE22Y.js.
 */
@media (min-width: 768px) {
  html.storefront-root .public-light-scope [class*="lg:grid-cols-4"][class*="overflow-x-auto"],
  html.storefront-root .public-light-scope [class*="xl:grid-cols-5"][class*="overflow-x-auto"],
  html.storefront-root .public-light-scope .overflow-x-auto[data-giasy-home-strip="1"] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    overflow: visible !important;
    overflow-x: visible !important;
    gap: 0.75rem !important;
  }

  html.storefront-root .public-light-scope [class*="lg:grid-cols-4"][class*="overflow-x-auto"] > a[href*="/san-pham/"],
  html.storefront-root .public-light-scope [class*="xl:grid-cols-5"][class*="overflow-x-auto"] > a[href*="/san-pham/"],
  html.storefront-root .public-light-scope [data-giasy-home-strip="1"] > a[href*="/san-pham/"] {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    flex-shrink: 1 !important;
    flex-basis: auto !important;
  }

  html.storefront-root .public-light-scope [class*="lg:grid-cols-4"][class*="overflow-x-auto"] .product-image-cutout,
  html.storefront-root .public-light-scope [data-giasy-home-strip="1"] .product-image-cutout {
    max-height: 220px;
  }

  html.storefront-root .public-light-scope button[aria-label="Cuộn trái"],
  html.storefront-root .public-light-scope button[aria-label="Cuộn phải"] {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  html.storefront-root .public-light-scope [class*="lg:grid-cols-4"][class*="overflow-x-auto"],
  html.storefront-root .public-light-scope [class*="xl:grid-cols-5"][class*="overflow-x-auto"],
  html.storefront-root .public-light-scope .overflow-x-auto[data-giasy-home-strip="1"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* Fallback nếu hàng vẫn flex (chưa kịp thành grid): thẻ không phình 100vw */
@media (min-width: 768px) {
  html.storefront-root .public-light-scope .flex[class*="overflow-x-auto"]:not([data-giasy-home-strip]) > a[href*="/san-pham/"][class*="min-h-[400px]"],
  html.storefront-root .public-light-scope .flex[class*="overflow-x-auto"]:not([data-giasy-home-strip]) > a[href*="/san-pham/"][class*="min-h-[412px]"] {
    width: 200px !important;
    min-width: 176px !important;
    max-width: 240px !important;
    flex: 0 0 200px !important;
  }
}
