/**
 * Clean Market — homepage sections (under .lao-clean-market)
 */
.lao-homepage {
  padding-bottom: 2rem;
}

/* Homepage vertical rhythm — modern hero → auctions → deals → shop */
.lao-homepage-flow {
  --lao-home-gap: clamp(1.75rem, 4vw, 2.75rem);
}
.lao-homepage-flow .lao-home-block,
.lao-homepage-flow > section,
.lao-homepage-flow > .lao-home-section,
.lao-homepage-flow > .lao-home-banner-row,
.lao-homepage-flow > .lao-ajax-section:not(:empty),
.lao-homepage-flow > #auction_products {
  margin-bottom: var(--lao-home-gap);
}
.lao-homepage-flow .lao-home-block-hero {
  margin-bottom: var(--lao-home-gap);
}
.lao-homepage-flow .lao-hero-category-strip {
  margin-bottom: 0;
}
.lao-homepage-flow .lao-live-auctions-section,
.lao-homepage-flow .lao-promo-section,
.lao-homepage-flow .lao-coupon-section,
.lao-homepage-flow .lao-home-categories {
  margin-top: 0;
  padding-top: 0;
}
.lao-homepage-flow .lao-home-section-inner,
.lao-homepage-flow .lao-home-section-head {
  margin-bottom: 0;
}
.lao-homepage-flow .lao-home-banner-row .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .lao-homepage-flow {
    --lao-home-gap: 1.5rem;
  }
}

/* Modern homepage hero */
.lao-hero-modern {
  position: relative;
  border-radius: var(--r-lg, 16px);
  overflow: hidden;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 45%, #2a1515 100%);
  box-shadow: var(--shadow-hover, 0 12px 40px rgba(0, 0, 0, 0.12));
}
@media (min-width: 992px) {
  .lao-hero-modern {
    padding: 2.75rem 2.5rem;
  }
}
.lao-hero-modern-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 100% 50%, rgba(230, 46, 46, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}
.lao-hero-modern-grid {
  position: relative;
  z-index: 1;
}
.lao-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 1rem;
}
.lao-hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent, #e62e2e);
  box-shadow: 0 0 0 4px rgba(230, 46, 46, 0.25);
}
.lao-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1rem;
}
.lao-hero-lead {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.5rem;
  max-width: 28rem;
}
.lao-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.lao-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.7rem 1.25rem;
  border-radius: var(--r-sm, 8px);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform var(--duration, 200ms), background var(--duration, 200ms), box-shadow var(--duration, 200ms);
}
.lao-hero-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}
.lao-hero-btn-primary {
  background: var(--accent, #e62e2e);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(230, 46, 46, 0.35);
}
.lao-hero-btn-primary:hover {
  background: var(--accent-hover, #cc2626);
  color: #fff !important;
}
.lao-hero-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.lao-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}
.lao-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
}
.lao-hero-stats li strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.lao-hero-stats li span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.lao-hero-visual-card {
  position: relative;
  border-radius: var(--r-md, 12px);
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}
.lao-hero-visual-link {
  display: block;
}
.lao-hero-visual-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@media (min-width: 992px) {
  .lao-hero-visual-img {
    height: 320px;
  }
}
.lao-hero-visual-carousel .lao-hero-visual-img {
  height: 260px;
}
@media (min-width: 992px) {
  .lao-hero-visual-carousel .lao-hero-visual-img {
    height: 320px;
  }
}
.lao-hero-visual-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--accent, #e62e2e);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  z-index: 2;
}
.lao-hero-product-slide {
  position: relative;
}
.lao-hero-product-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 10px;
  background: var(--accent, #e62e2e);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 6px;
  line-height: 1.2;
}
.lao-hero-product-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2.5rem 1rem 0.85rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lao-hero-product-carousel .slick-dots {
  bottom: 8px;
}
.lao-hero-category-strip {
  margin-top: 1.25rem;
  padding-top: 0.25rem;
}
.lao-hero-categories-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-secondary, #717171);
  margin: 0 0 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Legacy slider (unused) */
.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(--accent, #e62e2e);
  color: var(--accent, #e62e2e);
}
.lao-section-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent, #e62e2e);
  text-decoration: none;
  white-space: nowrap;
}
.lao-section-link:hover {
  color: var(--accent-hover, #cc2626);
  text-decoration: underline;
}
.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(--accent, #e62e2e);
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.lao-todays-deal-inner {
  border-color: rgba(230, 46, 46, 0.12);
  background: linear-gradient(180deg, #fff 0%, #fffaf9 100%);
}

.lao-deal-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 10px;
  padding: 0.65rem;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.lao-deal-card:hover {
  border-color: rgba(230, 46, 46, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.lao-deal-card-img {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
}
.lao-deal-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lao-deal-discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--accent, #e62e2e);
  border-radius: 4px;
}
.lao-deal-card-title {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--lao-text, #1e293b);
  flex-grow: 1;
}
.lao-deal-card-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--accent, #e62e2e);
}
.lao-deal-price-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-secondary, #717171);
}
.lao-deal-card-was {
  font-size: 0.75rem;
  color: var(--ink-secondary, #717171);
}

.lao-banner-link {
  display: block;
  border-radius: var(--r-md, 12px);
  overflow: hidden;
  border: 1px solid var(--lao-border, #e8ecf0);
}
.lao-banner-img {
  display: block;
  width: 100%;
  min-height: 120px;
  max-height: 220px;
  object-fit: cover;
  border-radius: var(--r-md, 12px);
}
@media (min-width: 768px) {
  .lao-banner-img {
    min-height: 160px;
  }
}

.lao-promo-section .lao-promo-link {
  display: block;
  border: 1px solid var(--lao-border, #e8ecf0);
  transition: box-shadow 0.2s, transform 0.2s;
}
.lao-promo-section .lao-promo-link:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.lao-promo-section .lao-promo-img {
  display: block;
  width: 100%;
  min-height: 100px;
  object-fit: cover;
}
.lao-promo-half .lao-promo-img {
  min-height: 140px;
}

.lao-live-auctions-panel {
  border-radius: var(--r-lg, 16px);
  background: linear-gradient(180deg, #0f0f0f 0%, #1a1212 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.lao-live-auctions-panel .lao-section-title {
  color: #fff;
}
.lao-live-auctions-panel .lao-section-link {
  color: rgba(255, 255, 255, 0.85);
}
.lao-live-auctions-panel .lao-section-link:hover {
  color: #fff;
}

.lao-coupon-panel {
  background: var(--lao-coupon-bg, #1a0a0a);
  border: 1px solid rgba(230, 46, 46, 0.2);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  color: #fff;
}
.lao-coupon-eyebrow,
.lao-coupon-title,
.lao-coupon-subtitle {
  color: #fff !important;
}
.lao-coupon-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  margin-bottom: 0.35rem;
}
.lao-coupon-title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}
.lao-coupon-subtitle {
  font-size: 0.9375rem;
  line-height: 1.5;
  opacity: 0.88;
}
.lao-coupon-right {
  background: rgba(0, 0, 0, 0.15);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
}
.lao-coupon-preview-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.lao-coupon-preview-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(230, 46, 46, 0.45);
  border-radius: 10px;
  text-decoration: none !important;
  color: #fff !important;
  transition: background 0.2s, border-color 0.2s;
}
.lao-coupon-preview-card:hover {
  background: rgba(230, 46, 46, 0.15);
  border-color: var(--accent, #e62e2e);
  color: #fff !important;
}
.lao-coupon-preview-code {
  font-family: ui-monospace, monospace;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lao-coupon-preview-offer {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffb4b4 !important;
  white-space: nowrap;
}
.lao-coupon-visual {
  width: 100%;
  text-align: center;
}
.lao-coupon-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.65rem 1.2rem;
  background: var(--accent, #e62e2e);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s;
}
.lao-coupon-btn:hover {
  background: var(--accent-hover, #cc2626);
  color: #fff !important;
  transform: translateY(-1px);
}
.lao-coupon-img {
  max-height: 160px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.lao-category-products-section--spaced {
  margin-bottom: var(--lao-home-gap, 2rem);
}
.lao-category-block {
  padding: 0;
  border: none;
  background: transparent;
}
.lao-category-products-section .lao-home-section-inner.lao-category-block {
  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-category-products-section .lao-home-section-inner.lao-category-block {
    padding: 1.5rem 1.25rem;
  }
}

.lao-classified-card {
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lao-classified-card:hover {
  border-color: rgba(230, 46, 46, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.lao-classified-price {
  font-weight: 700;
  color: var(--accent, #e62e2e);
}
.lao-seller-card {
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lao-seller-card:hover {
  border-color: rgba(230, 46, 46, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Flash sale — urgency panel aligned with site accent */
.lao-flash-panel {
  border-radius: var(--r-lg, 16px);
  overflow: hidden;
  border: 1px solid rgba(230, 46, 46, 0.15);
  background: linear-gradient(135deg, #1a0a0a 0%, #1f1212 40%, #fff 78%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
  .lao-flash-panel {
    background: linear-gradient(105deg, #1a0a0a 0%, #261414 32%, #fff 32%, #fff 100%);
  }
}
.lao-flash-promo {
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  .lao-flash-promo {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }
}
.lao-flash-promo-banner {
  min-height: 140px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 992px) {
  .lao-flash-promo-banner {
    min-height: 180px;
  }
}
.lao-flash-promo-fallback {
  min-height: 140px;
  padding: 1.25rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none !important;
}
.lao-flash-promo-fallback:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.lao-flash-promo-icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.lao-flash-promo-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.lao-flash-promo-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}
.lao-flash-promo-footer {
  color: #fff;
}
@media (min-width: 992px) {
  .lao-flash-promo-footer {
    padding-right: 0.5rem;
  }
}
.lao-flash-ends-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.lao-flash-countdown .countdown-item,
.lao-flash-countdown span {
  color: #fff !important;
}
.lao-flash-shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.6rem 1.1rem;
  background: var(--accent, #e62e2e);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s;
}
.lao-flash-shop-btn:hover {
  background: var(--accent-hover, #cc2626);
  color: #fff !important;
  transform: translateY(-1px);
}
.lao-flash-products-wrap {
  padding: 1.25rem 1rem 1.25rem 0;
  background: #fff;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 991px) {
  .lao-flash-products-wrap {
    padding: 1rem;
    border-radius: 0 0 12px 12px;
    margin: 0 0.75rem 0.75rem;
  }
}
.lao-flash-badge {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent, #e62e2e);
  background: rgba(230, 46, 46, 0.1);
  border-radius: 6px;
}
.lao-flash-product-card {
  display: flex;
  flex-direction: column;
  padding: 0.65rem;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 10px;
  background: #fff;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.lao-flash-product-card:hover {
  border-color: rgba(230, 46, 46, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}
.lao-flash-product-img-wrap {
  position: relative;
  background: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lao-flash-product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
}
.lao-flash-discount-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: var(--accent, #e62e2e);
  border-radius: 4px;
  line-height: 1.2;
}
.lao-flash-product-title {
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--lao-text, #1e293b);
  flex-grow: 1;
}
.lao-flash-product-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--accent, #e62e2e);
}
.lao-flash-price-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--ink-secondary, #717171);
  letter-spacing: 0.03em;
}
.lao-flash-product-was {
  font-size: 0.75rem;
  color: var(--ink-secondary, #717171);
}
.lao-flash-carousel .slick-dots {
  bottom: -4px;
}

.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-classified-card {
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 10px;
  padding: 0.75rem;
  background: #fff;
  height: 100%;
}
.lao-classified-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.lao-classified-name {
  font-size: 0.85rem;
  font-weight: 600;
}

.lao-seller-card {
  padding: 1rem;
  border: 1px solid var(--lao-border, #e8ecf0);
  border-radius: 10px;
  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;
}

/* Homepage banner area — featured category carousel under slider */
.lao-home-featured-categories .lao-featured-cat-tile {
  width: 110px;
  height: 155px;
  border-radius: 8px;
  background: var(--surface-2, #f5f6f7);
  box-shadow: 0 0 25px -15px rgba(171, 169, 171, 1);
}
.lao-home-featured-categories .lao-featured-cat-img {
  width: 110px;
  height: 100px;
  min-height: 100px;
}
