/**
 * Clean Market — homepage sections (under .lao-clean-market)
 */
.lao-homepage {
  padding-bottom: 2rem;
}

.lao-home-hero .lao-hero-img {
  height: 220px;
  object-fit: cover;
  border-radius: var(--lao-radius-lg, 12px);
}
@media (min-width: 768px) {
  .lao-home-hero .lao-hero-img {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .lao-home-hero .lao-hero-img {
    height: 420px;
  }
}

.lao-category-strip {
  margin-top: 0.5rem;
}
.lao-category-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
  border-radius: var(--lao-radius-md, 8px);
  background: var(--lao-surface, #fff);
  border: 1px solid var(--lao-border, #e8ecf0);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.lao-category-pill:hover {
  border-color: var(--lao-primary, #0d9488);
  box-shadow: var(--lao-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
}
.lao-category-pill-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 0.35rem;
}
.lao-category-pill-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lao-category-pill-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--lao-text, #1e293b);
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lao-home-section-inner {
  background: var(--lao-surface, #fff);
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: var(--lao-radius-lg, 12px);
  padding: 1.25rem 1rem;
}
@media (min-width: 768px) {
  .lao-home-section-inner {
    padding: 1.5rem 1.25rem;
  }
}

.lao-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.lao-home-section-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.lao-carousel-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 50%;
  background: #fff;
  color: var(--lao-text-muted, #64748b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.lao-carousel-arrow:hover:not(.link-disable) {
  border-color: var(--lao-primary, #0d9488);
  color: var(--lao-primary, #0d9488);
}
.lao-carousel-arrow.link-disable {
  opacity: 0.35;
  cursor: not-allowed;
}

.lao-badge-hot {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--lao-accent, #f59e0b);
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-left: 0.5rem;
}

.lao-deal-card {
  display: block;
  background: var(--lao-surface-2, #f8fafc);
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: var(--lao-radius-md, 8px);
  padding: 0.75rem;
  height: 100%;
  transition: box-shadow 0.2s;
}
.lao-deal-card:hover {
  box-shadow: var(--lao-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.08));
}
.lao-deal-card-img {
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #fff;
}
.lao-deal-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lao-deal-card-title {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--lao-text, #1e293b);
}
.lao-deal-card-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--lao-primary, #0d9488);
}

.lao-banner-link img {
  border-radius: var(--lao-radius-md, 8px);
}

.lao-flash-inner {
  background: linear-gradient(135deg, #fffbeb 0%, #fff 50%);
}
.lao-flash-banner {
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.lao-flash-product-card {
  display: block;
  padding: 0.5rem;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 8px;
  background: #fff;
  height: 100%;
}
.lao-flash-product-img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}
.lao-flash-product-title {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.lao-flash-product-price {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--lao-primary, #0d9488);
}

.lao-product-card .aiz-card-box {
  border: 1px solid var(--lao-border, #e8ecf0) !important;
  border-radius: var(--lao-radius-md, 8px) !important;
  box-shadow: none !important;
  background: #fff !important;
}
.lao-product-card .cart-btn,
.lao-product-card .absolute-bottom-left.cart-btn {
  background: var(--lao-primary, #0d9488) !important;
  border-radius: 0 0 8px 8px !important;
}
.lao-product-card .text-primary,
.lao-product-card .fw-700.text-primary {
  color: var(--lao-primary, #0d9488) !important;
}
.lao-product-card .bg-primary {
  background-color: var(--lao-primary, #0d9488) !important;
}

.lao-category-banner {
  position: relative;
  min-height: 200px;
}
.lao-category-banner-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.lao-coupon-inner {
  padding: 1.5rem;
  background: var(--lao-surface-2, #f8fafc);
  border: 1px solid var(--lao-border, #e8ecf0);
}
.lao-coupon-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.lao-coupon-subtitle {
  font-size: 1rem;
  opacity: 0.9;
}

.lao-classified-card {
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 8px;
  padding: 0.75rem;
  background: #fff;
  height: 100%;
}
.lao-classified-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.lao-classified-name {
  font-size: 0.85rem;
  font-weight: 600;
}
.lao-classified-price {
  font-weight: 700;
  color: var(--lao-primary, #0d9488);
}

.lao-seller-card {
  padding: 1rem;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 8px;
  background: #fff;
  height: 100%;
}
.lao-seller-logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--lao-border, #e8ecf0);
}
.lao-seller-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lao-brand-card {
  padding: 0.75rem 1rem;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 8px;
  background: #fff;
  height: 100%;
  transition: box-shadow 0.2s;
}
.lao-brand-card:hover {
  box-shadow: var(--lao-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
}
.lao-brand-logo {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lao-brand-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lao-brand-name {
  font-size: 0.875rem;
  font-weight: 600;
}

.lao-ajax-section:empty {
  min-height: 0;
}
