Password: /*
Theme Name: ArtLifeHome Premium
Description: Custom WooCommerce theme - premium design
Version: 2.0.0
*/

/* Removed Inter import */


:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  
  --accent: #003440;
  --accent-light: #005a70;
  --primary: #000;
  --primary-light: #1a1a1a;
  --bg: #ffffff;
  --bg-gray: #f5f5f5;
  --bg-dark: #003440;
  --text: #1a1a1a;
  --text-light: #666;
  --text-muted: #999;
  --border: #e5e5e5;
  --border-light: #f0f0f0;
  --red: #e10e0f;
  --green: #0d8756;
  --blue: #1d349a;
  --shadow: 0 1px 3px rgba(0,0,0,.08);
  --shadow-hover: 0 8px 30px rgba(0,0,0,.12);
  --radius: 8px;
  --radius-lg: 12px;
  --transition: all .25s cubic-bezier(.4,0,.2,1);
  --header-h: 72px;
  --topbar-h: 36px;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; line-height: 1.5; }
a { color: var(--text); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; }

/* ============= TOPBAR (grijs) ============= */
.alhc-topbar { background: #f4f4f4; color: #666; font-size: 12px; height: 36px; display: flex; align-items: center; border-bottom: 1px solid #e8e8e8; }
.alhc-topbar-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin: 0 auto; padding: 0 24px; width: 100%; }
.alhc-topbar-left { display: flex; align-items: center; gap: 8px; }
.alhc-topbar-stars { color: #ffb800; letter-spacing: 1px; font-size: 11px; }
.alhc-topbar-center { color: #0d8756; font-weight: 500; }
.alhc-topbar-delivery::before { content: "✔ "; }
.alhc-topbar-right { display: flex; gap: 16px; }
.alhc-topbar-right a { color: #666; font-size: 11px; transition: color .2s; }
.alhc-topbar-right a:hover { color: #000; }

/* ============= HEADER (zwart, sticky) ============= */
.alhc-header { background: #000; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: box-shadow .2s; }
.alhc-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.3); }
.alhc-header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto; padding: 0 24px; min-height: 68px; }

/* Hamburger */
.alhc-menu-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-right: 16px; }
.hamburger-line { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }

.alhc-logo { flex-shrink: 0; }
.alhc-logo img { height: 38px; width: auto; display: block; }

.alhc-search { flex: 1; max-width: 500px; margin: 0 32px; position: relative; }
.alhc-search-input { width: 100%; padding: 10px 44px 10px 18px; border: none; border-radius: 100px; background: #fff; color: #333; font-size: 16px; outline: none; }
.alhc-search-input::placeholder { color: #999; }
.alhc-search-btn { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); background: #000; border: none; border-radius: 50%; width: 34px; height: 34px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; }


.alhc-header-icon { display: flex; align-items: center; gap: 6px; font-size: 13px; cursor: pointer; opacity: .85; transition: opacity .2s; color: #fff; text-decoration: none; }
.alhc-header-icon:hover { opacity: 1; color: #fff; }
.alhc-header-icon svg { flex-shrink: 0; }
.alhc-dealer-link { font-size: 12px; opacity: .7; }

/* ============= NAVIGATION BAR (wit) ============= */
.alhc-nav-bar { background: #fff; border-top: 1px solid #eee; border-bottom: 1px solid #e8e8e8; display: block; } .alhc-nav-bar.alhc-nav-hide { display: none; } @keyframes navSlideDown { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
.alhc-nav-inner { max-width: 1280px; margin: 0 auto; }

/* Mega menu override for white nav bar */
.af-menu-item > a { color: #333 !important; font-size: 13px !important; font-weight: 500 !important; padding: 12px 18px !important; }
.af-menu-item > a:hover { color: #003440 !important; background: #f5f5f5 !important; }

/* ============= HERO ============= */
.alhc-hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 12px; padding: 0; max-width: 100%; }
.alhc-hero-card { position: relative; overflow: hidden !important; min-height: 420px; display: flex; align-items: flex-end; padding: 40px; color: #fff; text-decoration: none; }
.alhc-hero-card:hover { color: #fff; }
.alhc-hero-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.7) 100%); z-index: 1; }
.alhc-hero-card::after { content: ''; position: absolute; inset: 0; opacity: 0; transition: var(--transition); z-index: 1; }
.alhc-hero-card:hover::after { opacity: 1; }
.alhc-hero-content { position: relative; z-index: 2; max-width: 80%; }
.alhc-hero-badge { display: inline-block; padding: 4px 12px; background: rgba(255,255,255,.2); backdrop-filter: blur(8px); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px; }
.alhc-hero-title { font-family: var(--font-heading); font-size: 32px; font-weight: 700; margin: 0 0 8px; line-height: 1.15; letter-spacing: -.5px; }
.alhc-hero-subtitle { font-size: 15px; opacity: .85; margin-bottom: 20px; line-height: 1.5; }
.alhc-hero-btn { display: inline-block; padding: 12px 32px; background: #fff; color: var(--text); border-radius: 100px; font-weight: 600; font-size: 16px; transition: var(--transition); }
.alhc-hero-btn:hover { background: var(--accent); color: #fff; }

.alhc-hero-secondary { display: flex; flex-direction: column; gap: 12px; }
.alhc-hero-sm-card { position: relative; overflow: hidden !important; min-height: 200px; flex: 1; display: flex; align-items: flex-end; padding: 24px; color: #fff; text-decoration: none; }
.alhc-hero-sm-card:hover { color: #fff; }
.alhc-hero-sm-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.6) 100%); z-index: 1; }
.alhc-hero-sm-card .alhc-hero-content { max-width: 100%; }
.alhc-hero-sm-card .alhc-hero-title { font-size: 20px; }
.alhc-hero-sm-card .alhc-hero-btn { padding: 8px 20px; font-size: 12px; }

/* ============= SECTIONS ============= */
.alhc-section { padding: 60px 24px; max-width: 1280px; margin: 0 auto; }
.alhc-section-header { text-align: center; margin-bottom: 40px; }
.alhc-section-label { display: inline-block; padding: 4px 14px; background: rgba(0,52,64,.08); color: var(--accent); border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px; }
.alhc-section-title { font-family: var(--font-heading); font-size: 32px; font-weight: 700; margin: 0 0 8px; letter-spacing: -.5px; }
.alhc-section-subtitle { color: var(--text-light); font-size: 15px; margin: 0; }

/* ============= PRODUCT GRID ============= */
.alhc-grid-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.alhc-product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden !important; transition: var(--transition); }
.alhc-product-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: transparent; }
.alhc-card-link { text-decoration: none; color: var(--text); padding: 16px; flex: 1; display: flex; flex-direction: column; }
.alhc-card-image { aspect-ratio: 1/1; overflow: hidden !important; border-radius: 6px; margin-bottom: 14px; background: var(--bg-gray); }
.alhc-card-image img { width: 100%; height: 100%; object-fit: contain; transition: var(--transition); }
.alhc-product-card:hover .alhc-card-image img { transform: scale(1.08); }
.alhc-card-title { font-size: 16px; font-weight: 500; line-height: 1.4; min-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden !important; margin-bottom: 6px; }
.alhc-card-price { font-size: 18px; font-weight: 700; color: var(--accent); margin-top: auto; }

/* ============= CATEGORIES ============= */
.alhc-categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.alhc-category-card { display: block; text-decoration: none; color: var(--text); text-align: center; padding: 24px; background: var(--bg-gray); border-radius: var(--radius); transition: var(--transition); }
.alhc-category-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); background: #fff; }
.alhc-cat-image { display: block; margin-bottom: 14px; border-radius: 8px; overflow: hidden !important; }
.alhc-cat-image img { width: 100%; height: 160px; object-fit: cover; transition: var(--transition); }
.alhc-category-card:hover .alhc-cat-image img { transform: scale(1.05); }
.alhc-cat-name { display: block; font-weight: 600; font-size: 15px; }
.alhc-cat-count { font-size: 13px; color: var(--text-light); margin-top: 4px; display: block; }

/* ============= USP BAR ============= */
.alhc-usp-bar { background: var(--bg-gray); padding: 24px 0; border-top: 1px solid var(--border); }
.alhc-usp-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.alhc-usp-item { text-align: center; }
.alhc-usp-icon { font-size: 28px; margin-bottom: 8px; display: block; }
.alhc-usp-title { font-weight: 600; font-size: 16px; display: block; }
.alhc-usp-desc { color: var(--text-light); font-size: 13px; }

/* ============= FOOTER ============= */
.alhc-footer { background: #000; color: rgba(255,255,255,.7); padding: 60px 0 0; }
.alhc-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.alhc-footer-col h4 { color: #fff; font-size: 16px; margin: 0 0 20px; text-transform: uppercase; letter-spacing: 1px; }
.alhc-footer-col ul { list-style: none; padding: 0; margin: 0; }
.alhc-footer-col li { margin-bottom: 10px; font-size: 16px; }
.alhc-footer-col a { color: rgba(255,255,255,.6); font-size: 16px; }
.alhc-footer-col a:hover { color: #fff; }
.alhc-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin-left: auto; margin-right: auto; font-size: 13px; color: rgba(255,255,255,.5); }

/* ============= WOOCOMMERCE ============= */
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 20px !important; }
.woocommerce ul.products li.product { width: 100% !important; margin: 0 !important; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden !important; transition: var(--transition); }
.woocommerce ul.products li.product:hover { box-shadow: var(--shadow-hover); transform: translateY(-4px); border-color: transparent; }
.woocommerce ul.products li.product a img { border-radius: 6px; margin: 0; }
.woocommerce ul.products li.product h2.woocommerce-loop-product__title { font-size: 16px; padding: 12px 16px 0; font-weight: 500; }
.woocommerce ul.products li.product .price { padding: 0 16px; color: var(--accent); font-weight: 700; font-size: 18px !important; }
.woocommerce ul.products li.product .button { margin: 8px 16px 16px; display: block !important; text-align: center; background: var(--accent) !important; color: #fff !important; border-radius: 100px !important; font-size: 13px !important; font-weight: 600 !important; padding: 10px 24px !important; }

/* ============= MOBILE ============= */

@media (max-width: 1024px) {
  .alhc-hero { grid-template-columns: 1fr; }
  .alhc-hero-card { min-height: 300px; }
  .alhc-hero-secondary { display: grid; grid-template-columns: 1fr 1fr; }
  .alhc-grid-inner, .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
  .alhc-search { max-width: 300px; }
  .alhc-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .alhc-usp-inner { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-h: 60px; --topbar-h: 0px; }
  .alhc-topbar { display: none; }
  .alhc-search { display: none; }
  .alhc-menu-toggle { display: flex; }
  .alhc-logo img { height: 30px; }
  
  .alhc-header-icon span { display: none; }
  .alhc-cat-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .alhc-cat-nav-inner { gap: 0; padding: 0 16px; width: max-content; }
  .cat-nav-link { white-space: nowrap; padding: 10px 14px; font-size: 12px; }
  .alhc-hero-card { min-height: 240px; padding: 24px; }
  .alhc-hero-card .alhc-hero-title { font-size: 22px; }
  .alhc-hero-secondary { grid-template-columns: 1fr; }
  .alhc-hero-sm-card { min-height: 160px; }
  .alhc-grid-inner, .woocommerce ul.products, .alhc-categories-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .alhc-section { padding: 40px 16px; }
  .alhc-section-title { font-size: 24px; }
  .alhc-usp-inner { grid-template-columns: 1fr 1fr; }
  .alhc-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
/* ============= AFIUM-STYLE MEGA MENU ============= */
.af-mega-menu { position: relative; }
.af-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 0; }
.af-menu-item { position: relative; }
.af-menu-item > a { display: block; padding: 14px 22px; color: rgba(255,255,255,.85); font-size: 16px; font-weight: 500; text-decoration: none; transition: all .2s; letter-spacing: .2px; }
.af-menu-item > a:hover { color: #fff; background: rgba(255,255,255,.1); }

/* Mega Dropdown */
.af-mega-dropdown { 
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0; 
    background: #fff; 
    box-shadow: 0 12px 40px rgba(0,0,0,.15); 
    border-radius: 0 0 12px 12px; 
    padding: 32px; 
    z-index: 10000; 
    min-width: 800px;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #003440;
}
.has-mega:hover .af-mega-dropdown { display: block; animation: megaFadeIn .2s ease; }
@keyframes megaFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.af-mega-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.af-mega-col { min-width: 0; display: flex; flex-direction: column; }
.af-mega-col a { display: block; padding: 5px 0; font-size: 13px; color: #444; text-decoration: none; transition: color .15s; line-height: 1.5; }
.af-mega-col a:hover { color: #003440; }
.af-mega-heading { font-weight: 700; font-size: 13px !important; color: #003440 !important; text-transform: uppercase; letter-spacing: .5px; padding-top: 8px !important; margin-bottom: 2px; }
.af-mega-more { color: #003440 !important; font-weight: 600; margin-top: 4px; }

@media (max-width: 1024px) {
    .af-mega-dropdown { min-width: 600px; }
    .af-mega-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .alhc-nav-bar { display: none; position: fixed; top: 60px; left: 0; right: 0; bottom: 0; background: #fff; z-index: 9999; overflow-y: auto; -webkit-overflow-scrolling: touch; border-bottom: none; }
    .alhc-nav-bar.alhc-nav-open { display: block; animation: none; }
    .alhc-nav-inner { max-width: 100%; padding: 0; }
    .af-menu { display: flex; flex-direction: column; gap: 0; padding: 8px 0; }
    .af-menu-item > a { display: block; padding: 16px 24px; font-size: 18px !important; font-weight: 700 !important; color: #333 !important; border-bottom: 1px solid #f0f0f0; }
    .af-menu-item > a::after { content: "\25B6 "; float: right; font-size: 10px; color: #999; transition: transform .2s; }
    .af-menu-item.af-mobile-open > a::after { transform: rotate(90deg); }
    .af-mega-dropdown { display: none !important; position: static; box-shadow: none; border: none; border-radius: 0; padding: 0; min-width: auto; background: #f9f9f9; }
    .has-mega.af-mobile-open .af-mega-dropdown { display: block !important; animation: none; }
    .af-mega-grid { grid-template-columns: 1fr 1fr; gap: 0; padding: 12px 24px; }
    .af-mega-col a { padding: 10px 0; font-size: 16px; }
    body.alhc-menu-open { overflow: hidden !important; }
  body { overflow-x: hidden; width: 100%; }
  html { overflow-x: hidden; width: 100%; }
}

/* ============= Telegrams hero classes ============= */
.hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 12px; padding: 0; max-width: 1280px; margin: 24px auto; }
.hero-content { position: relative; z-index: 2; max-width: 80%; }
.hero-tag { display: inline-block; padding: 4px 12px; background: rgba(255,255,255,.2); backdrop-filter: blur(8px); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px; }
.hero-btn { display: inline-block; padding: 12px 32px; background: #fff; color: #000; border-radius: 100px; font-weight: 600; font-size: 16px; }
.section-header { text-align: center; margin-bottom: 32px; }
.alhc-products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.alhc-product-img { aspect-ratio: 1/1; overflow: hidden !important; background: #f5f5f5; margin-bottom: 10px; border-radius: 8px; }
.alhc-product-img img { width: 100%; height: 100%; object-fit: contain; }
.section { padding: 60px 20px; max-width: 1280px; margin: 0 auto; }

@media (max-width:768px) {
  .hero { grid-template-columns: 1fr; }
  .alhc-products-grid { grid-template-columns: repeat(2,1fr); }
}

/* Fixed width container */
.alhc-container, .section { max-width: 1280px; margin-left: auto; margin-right: auto; width: 100%; padding-left: 24px; padding-right: 24px; }
.alhc-hero { max-width: 1280px; margin: 0 auto; }

/* FIXED WIDTH */
.alhc-container, .alhc-section, .alhc-hero {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.site-main { max-width: 1280px; margin: 0 auto; padding: 112px 24px 40px; min-height: 60vh; }






/* ===== PRODUCT PAGE LAYOUT ===== */
.alh-product-layout { display: flex; gap: 40px; max-width: 1280px; margin: 24px auto; padding: 0 24px; align-items: flex-start; }
.alh-product-gallery { flex: 0 0 55%; position: sticky; top: 140px; align-self: flex-start; }
.alh-product-gallery .woocommerce-product-gallery { opacity: 0; width: 100% !important; float: none !important; }
.alh-product-gallery .woocommerce-product-gallery__wrapper { border-radius: 12px; overflow: hidden !important; background: #f8f8f8; }
.alh-product-gallery img { width: 100%; height: auto; display: block; }
.alh-product-details { flex: 1; min-width: 380px; word-break: break-word; }
.alh-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.alh-stars { color: #ffb800; font-size: 14px; }
.alh-rating-text { font-size: 13px; color: #666; }
.alh-product-title { font-size: 24px; font-weight: 700; margin: 0 0 16px; line-height: 1.2; }
.alh-price-box { margin-bottom: 20px; padding: 16px; background: #f0faf0; border-radius: 8px; border-left: 4px solid #2e7d32; }
.alh-price-label { display: block; font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 2px; }
.alh-price-value { font-size: 28px; font-weight: 800; color: #2e7d32; }
.alh-calculator { background: #fff; border: 1px solid #e0e0e0; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.alh-calc-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; }
.alh-calc-row label { font-size: 14px; color: #333; font-weight: 500; min-width: 180px; }
.alh-calc-input { width: 140px; padding: 8px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 16px; text-align: right; }
.alh-calc-waste label { font-size: 13px; color: #555; display: flex; align-items: center; gap: 6px; cursor: pointer; }
.alh-calc-waste input { width: auto; }
.alh-calc-total { border-top: 1px solid #eee; margin-top: 6px; padding-top: 12px; }
.alh-calc-total strong { font-size: 22px; font-weight: 800; color: #2e7d32; }
.alh-calc-legservice { font-size: 12px; color: #888; margin: 12px 0 0; font-style: italic; }
.alh-stock { margin-bottom: 12px; }
.alh-in-stock { color: #2e7d32; font-weight: 600; font-size: 14px; }
.alh-out-of-stock { color: #e53935; font-weight: 600; font-size: 14px; }
.alh-trust-list { list-style: none; padding: 0; margin: 0 0 20px; }
.alh-trust-list li { padding: 4px 0; font-size: 13px; color: #444; }
.alh-cart-area { margin-bottom: 20px; }
.alh-qty-selector { display: inline-flex; align-items: center; border: 1px solid #ddd; border-radius: 8px; overflow: hidden !important; margin-right: 12px; vertical-align: top; }
.alh-qty-btn { width: 40px; height: 44px; border: none; background: #f5f5f5; font-size: 20px; cursor: pointer; color: #333; }
.alh-qty-btn:hover { background: #e8e8e8; }
.alh-qty-input { width: 50px; height: 44px; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; text-align: center; font-size: 16px; }
.alh-add-to-cart { display: inline-block; padding: 14px 36px; background: #2e7d32; color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s; }
.alh-add-to-cart:hover { background: #1b5e20; }
.alh-offerte-link { display: inline-block; margin-left: 12px; color: #003440; font-weight: 500; font-size: 14px; }
.alh-showroom-box { background: #f5f5f5; border-radius: 12px; padding: 16px; margin-bottom: 20px; }
.alh-showroom-icon { display: flex; gap: 12px; align-items: flex-start; }
.alh-showroom-icon > div { display: flex; flex-direction: column; gap: 2px; }
.alh-showroom-marker { font-size: 24px; }
.alh-showroom-icon strong { font-size: 14px; }
.alh-showroom-icon span { font-size: 12px; color: #666; }
.alh-route-btn { display: inline-block; margin-top: 10px; padding: 8px 20px; background: #003440; color: #fff; border-radius: 6px; font-size: 13px; text-decoration: none; }
.alh-collapsible { border-bottom: 1px solid #eee; }
.alh-collapsible summary { padding: 16px 0; cursor: pointer; font-weight: 600; font-size: 15px; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.alh-collapsible summary::-webkit-details-marker { display: none; }
.alh-collapsible[open] .alh-collapse-icon { transform: rotate(180deg); }
.alh-collapse-icon { transition: transform .2s; font-size: 10px; color: #999; }
.alh-collapse-content { padding: 0 0 16px; font-size: 14px; color: #555; line-height: 1.7; }
.alh-specs-table { width: 100%; }
.alh-specs-table td { padding: 6px 0; border-bottom: 1px solid #f0f0f0; }
.alh-specs-table td:first-child { font-weight: 600; color: #333; width: 40%; }
.alh-product-meta { margin-top: 20px; font-size: 12px; color: #999; }
@media (max-width: 900px) {
  .alh-product-layout { flex-direction: column; }
  .alh-product-gallery { flex: none; width: 100%; position: static; }
}


/* ===== PRODUCT PAGE Premium ===== */
.alh-product-layout { display: flex; gap: 48px; max-width: 1280px; margin: 24px auto; padding: 0 24px; align-items: flex-start; }
.alh-product-gallery { flex: 0 0 55%; position: sticky; top: 140px; align-self: flex-start; }
.alh-product-gallery .woocommerce-product-gallery { opacity: 0; width: 100% !important; float: none !important; }
.alh-product-gallery .woocommerce-product-gallery__wrapper { border-radius: 12px; overflow: hidden !important; background: #f8f8f8; box-shadow: 0 2px 20px rgba(0,0,0,.06); }
.alh-product-gallery img { width: 100%; height: auto; display: block; }
.alh-product-details { flex: 1; min-width: 380px; word-break: break-word; }
.alh-product-title { font-size: 26px; font-weight: 700; margin: 0 0 20px; line-height: 1.25; color: #111; }
.alh-price-box { margin-bottom: 24px; padding: 20px; background: #f6fcf6; border-radius: 12px; border-left: 4px solid #2e7d32; }
.alh-price-label { display: block; font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.alh-price-value { font-size: 30px; font-weight: 800; color: #1b5e20; }
.alh-calculator { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 24px; margin-bottom: 24px; box-shadow: 0 1px 6px rgba(0,0,0,.04); }
.alh-calc-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #f5f5f5; }
.alh-calc-input { width: 110px; padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; text-align: right; font-weight: 500; background: #fafafa; }
.alh-calc-input:focus { border-color: #2e7d32; outline: none; background: #fff; }
.alh-calc-waste { border-bottom: 2px solid #eee !important; }
.alh-calc-waste label { font-size: 13px; color: #666; gap: 8px; cursor: pointer; }
.alh-calc-total { border-top: 2px solid #e8e8e8 !important; }
.alh-calc-total strong { font-size: 24px; font-weight: 800; color: #1b5e20; }
.alh-calc-legservice { font-size: 12px; color: #999; margin: 14px 0 0; font-style: italic; }
.alh-in-stock { color: #2e7d32; font-weight: 600; font-size: 14px; }
.alh-calc-note { font-size: 12px; color: #999; margin: 10px 0 0; font-style: italic; }
.alh-price-per-piece { display: block; font-size: 14px; color: #666; margin-top: 4px; }
.alh-price-per-m2 { font-size: 13px; color: #666; font-weight: 400; white-space: nowrap; }
.alh-trust-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-wrap: wrap; gap: 8px 16px; }
.alh-trust-list li { font-size: 13px; color: #555; }
.alh-add-to-cart { display: inline-block; padding: 14px 40px; background: #2e7d32; color: #fff; border: none; border-radius: 8px; font-size: 16px; font-weight: 700; cursor: pointer; transition: all .2s; }
.alh-add-to-cart:hover { background: #1b5e20; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(46,125,50,.3); }
.alh-offerte-link { margin-left: 12px; color: #003440; font-weight: 600; font-size: 14px; }
.alh-qty-selector { display: inline-flex; border: 1px solid #ddd; border-radius: 8px; overflow: hidden !important; }
.alh-qty-btn { width: 44px; height: 48px; border: none; background: #f8f8f8; font-size: 20px; cursor: pointer; }
.alh-qty-input { width: 56px; height: 48px; border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; text-align: center; font-size: 16px; }
.alh-showroom-box { background: #f8f8f8; border-radius: 12px; padding: 20px; margin-bottom: 24px; }
.alh-route-btn { display: inline-block; padding: 10px 24px; background: #003440; color: #fff; border-radius: 8px; font-size: 13px; font-weight: 600; text-decoration: none; margin-top: 12px; }
.alh-collapsible { border-bottom: 1px solid #e8e8e8; }
.alh-collapsible:first-child { border-top: 1px solid #e8e8e8; }
.alh-collapsible summary { padding: 18px 0; cursor: pointer; font-weight: 600; font-size: 15px; display: flex; justify-content: space-between; align-items: center; list-style: none; }
.alh-collapsible[open] .alh-collapse-icon { transform: rotate(180deg); }
.alh-collapse-icon { transition: transform .25s; font-size: 11px; color: #bbb; }
.alh-collapse-content { padding: 0 0 20px; font-size: 14px; color: #555; line-height: 1.8; }
.alh-specs-table td { padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.alh-specs-table td:first-child { font-weight: 600; width: 35%; }
@media (max-width: 900px) {
  .alh-product-layout { flex-direction: column; gap: 24px; }
  .alh-product-gallery { flex: none; width: 100%; position: static; }
  .alh-add-to-cart { width: 100%; text-align: center; }
}

.alh-stars { color: #ffcc00 !important; font-size: 16px; letter-spacing: 2px; text-shadow: 0 0 1px rgba(0,0,0,.15); }
.alh-rating-text { font-size: 13px; color: #000; font-weight: 500; }

.alh-calc-summary { display: flex; align-items: center; gap: 8px; padding: 12px 16px; margin-bottom: 16px; background: #f9fff9; border: 1px solid #e0f0e0; border-radius: 8px; font-size: 14px; }
.alh-calc-summary-label { color: #555; }
.alh-calc-summary-value { font-size: 18px; font-weight: 800; color: #1b5e20; }
.alh-calc-summary-sep { color: #ddd; font-size: 16px; }
.alh-calc-total-price { font-size: 20px; }


/* ===== CATEGORY PAGE ===== */
.alhc-section { max-width: 1280px; margin: 0 auto; padding: 24px; }
.alhc-section-title { font-size: 28px; font-weight: 700; margin: 0 0 8px; }
.alhc-section-subtitle { color: #666; font-size: 15px; margin: 0 0 24px; }
.alhc-breadcrumb { max-width: 1280px; margin: 12px auto 0; padding: 0 24px; font-size: 13px; color: #888; }
.alhc-breadcrumb a { color: #555; }
.woocommerce-breadcrumb { margin-bottom: 0; }

/* Product grid cards */
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 20px !important; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products li.product { width: 100% !important; margin: 0 !important; display: flex; flex-direction: column; background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden !important; transition: all .25s; }
.woocommerce ul.products li.product:hover { box-shadow: 0 8px 30px rgba(0,0,0,.1); transform: translateY(-4px); border-color: transparent; }
.woocommerce ul.products li.product a img { border-radius: 0; margin: 0; width: 100%; }
.woocommerce ul.products li.product h2.woocommerce-loop-product__title { font-size: 15px; padding: 14px 16px 4px; font-weight: 600; color: #222; }
.woocommerce ul.products li.product .star-rating { margin: 4px 16px; font-size: 12px; }
.woocommerce ul.products li.product .price { padding: 0 16px; color: #2e7d32; font-weight: 700; font-size: 17px !important; margin-bottom: 8px; }
.woocommerce ul.products li.product .price del { color: #bbb; font-size: 13px; }
.woocommerce ul.products li.product .button { margin: 6px 16px 16px; display: block !important; text-align: center; background: #2e7d32 !important; color: #fff !important; border-radius: 8px !important; font-size: 13px !important; font-weight: 600 !important; padding: 10px 20px !important; transition: background .2s; }
.woocommerce ul.products li.product .button:hover { background: #1b5e20 !important; }

/* Sorting bar */
.woocommerce-ordering { margin-bottom: 20px; }
.woocommerce-ordering select { padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; background: #fff; }
.woocommerce-result-count { font-size: 14px; color: #888; margin-bottom: 20px !important; }

/* Pagination */
.woocommerce nav.woocommerce-pagination { margin-top: 32px; }
.woocommerce nav.woocommerce-pagination ul { border: none; }
.woocommerce nav.woocommerce-pagination ul li { border: none; margin: 0 3px; }
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span { padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; }
.woocommerce nav.woocommerce-pagination ul li a { border: 1px solid #ddd; background: #fff; color: #333; }
.woocommerce nav.woocommerce-pagination ul li a:hover { border-color: #2e7d32; color: #2e7d32; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: #2e7d32; color: #fff; border-color: #2e7d32; }

/* Category description */
.term-description { padding: 16px 0; color: #666; line-height: 1.6; }

/* Tablet */
@media (max-width: 1024px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 768px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
  .alhc-section-title { font-size: 22px; }
}
@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr !important; }
}


/* ===== SHOP/CATEGORY — Block Grid Styling ===== */
.wc-block-grid__products { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 20px !important; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.wc-block-grid__product { display: flex; flex-direction: column; background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden !important; transition: all .25s; padding: 0 !important; text-align: left !important; position: relative; }
.wc-block-grid__product:hover { box-shadow: 0 8px 30px rgba(0,0,0,.1); transform: translateY(-4px); border-color: transparent; }
.wc-block-grid__product-image { margin: 0 !important; padding: 0 !important; }
.wc-block-grid__product-image img { width: 100% !important; border-radius: 0 !important; margin: 0 !important; }
.wc-block-grid__product-title { font-size: 15px !important; font-weight: 600 !important; padding: 14px 16px 4px !important; color: #222 !important; line-height: 1.3 !important; }
.wc-block-grid__product-price { padding: 0 16px !important; font-size: 17px !important; font-weight: 700 !important; color: #2e7d32 !important; }
.wc-block-grid__product-price del { color: #bbb !important; font-size: 13px !important; }
.wc-block-grid__product-rating { margin: 4px 16px !important; font-size: 12px !important; }
.wc-block-grid__product-add-to-cart { margin: 6px 16px 16px !important; }
.wc-block-grid__product-add-to-cart .wp-block-button__link { display: block !important; text-align: center; background: #2e7d32 !important; color: #fff !important; border-radius: 8px !important; font-size: 13px !important; font-weight: 600 !important; padding: 10px 20px !important; }
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover { background: #1b5e20 !important; }

/* Category page title */
.wp-block-query-title { font-size: 28px !important; font-weight: 700 !important; margin: 0 0 8px !important; }
.wp-block-term-description { color: #666 !important; font-size: 15px !important; margin: 0 0 20px !important; }

/* Sorting */
.woocommerce-ordering, .wc-block-orderby { margin-bottom: 20px !important; }
.wc-block-orderby select { padding: 10px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; }

/* Pagination */
.wc-block-pagination { margin-top: 32px !important; }
.wc-block-pagination-page { padding: 8px 16px !important; border-radius: 8px !important; border: 1px solid #ddd !important; font-size: 14px !important; margin: 0 3px !important; }
.wc-block-pagination-page--active { background: #2e7d32 !important; color: #fff !important; border-color: #2e7d32 !important; }

/* Responsive */
@media (max-width: 1024px) { .wc-block-grid__products { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 768px) { .wc-block-grid__products { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 480px) { .wc-block-grid__products { grid-template-columns: 1fr !important; } }

.alhc-pv2 { margin-top: 16px; width: 100%; }
.alhc-pv2-dropzone { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 40px 20px; border: 2px dashed #ddd; border-radius: 12px; background: #fafafa; cursor: pointer; transition: all .2s; text-align: center; }
.alhc-pv2-dropzone:hover { border-color: #2e7d32; background: #f0faf0; }
.alhc-pv2-icon { opacity: .6; }
.alhc-pv2-text { font-size: 14px; font-weight: 600; color: #333; }
.alhc-pv2-hint { font-size: 12px; color: #999; }
.alhc-pv2-preview { width: 100%; border-radius: 12px; overflow: hidden !important; background: #f5f5f5; }
.alhc-pv2-preview img { width: 100%; height: auto; display: block; }
.alhc-pv2-actions { display: flex; padding: 12px; gap: 8px; }
.alhc-pv2-reset { padding: 8px 20px; border: 1px solid #ddd; border-radius: 6px; background: #fff; cursor: pointer; font-size: 13px; }
.alhc-pv2-reset:hover { background: #f5f5f5; }


/* ===== PRODUCT GALLERY FIX ===== */
.woocommerce-product-gallery { position: relative; overflow: hidden !important; }
.woocommerce-product-gallery { overflow: hidden !important; }
.woocommerce-product-gallery__wrapper { display: flex; transition: transform .3s ease; }
.woocommerce-product-gallery__image { flex: 0 0 100%; max-width: 100%; }
.woocommerce-product-gallery__image img { width: 100%; height: auto; display: block; }
.alh-gallery-thumbs { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.alh-gallery-thumb { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; cursor: pointer; opacity: .6; border: 2px solid transparent; transition: all .2s; }
.alh-gallery-thumb:hover { opacity: .8; }
.alh-gallery-thumb.active { opacity: 1; border-color: #2e7d32; }

/* Fix WooCommerce grid clearfix pseudo-elements */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after { display: none !important; content: none !important; }

.alh-carousel-wrap{position:relative;max-width:1280px;margin:0 auto 60px;padding:0 24px}
.alh-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:12px;scrollbar-width:none}
.alh-carousel::-webkit-scrollbar{display:none}
.alh-carousel-item{flex:0 0 calc(25% - 12px);scroll-snap-align:start;background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:all .25s}
.alh-carousel-item:hover{box-shadow:0 8px 30px rgba(0,0,0,.1);transform:translateY(-4px)}
.alh-carousel-item img{width:100%;height:auto;display:block}
.alh-carousel-item .info{padding:14px}
.alh-carousel-item h3{font-size:14px;font-weight:600;margin:0 0 4px;color:#222;line-height:1.3}
.alh-carousel-item .price{font-size:16px;font-weight:700;color:#2e7d32;margin:0}
.alh-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ddd;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;font-size:18px;color:#ffcc00;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s}
.alh-carousel-btn:hover{background:#003440;color:#fff;border-color:#003440}
.alh-carousel-prev{left:0}
.alh-carousel-next{right:0}
@media(max-width:1024px){.alh-carousel-item{flex:0 0 calc(33.33% - 11px)}}
@media(max-width:768px){.alh-carousel-item{flex:0 0 calc(50% - 8px)}}
@media(max-width:480px){.alh-carousel-item{flex:0 0 calc(100%)}}

/* ===== PRODUCT CARD FIX — no more wobble ===== */
.woocommerce ul.products li.product,
.wc-block-grid__product { display: flex; flex-direction: column; height: 100%; min-height: 420px; padding: 0 !important; }

/* Image fixed height */
.woocommerce ul.products li.product a img,
.wc-block-grid__product-image img { width: 100%; height: 200px; object-fit: cover; margin: 0 !important; }

/* Title clamped to 2 lines */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.wc-block-grid__product-title { 
    font-size: 14px !important; padding: 12px 14px 4px !important; 
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 
    overflow: hidden; min-height: 40px; line-height: 1.3 !important;
}

/* Star rating fixed height */
.woocommerce ul.products li.product .star-rating,
.wc-block-grid__product-rating { min-height: 20px; margin: 4px 14px !important; }

/* Price fixed */
.woocommerce ul.products li.product .price,
.wc-block-grid__product-price { padding: 0 14px !important; min-height: 24px; }

/* Button at bottom — fill remaining space */
.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
    margin: auto 14px 14px !important;
}

/* Remove flex gap that causes image spacing */
.woocommerce ul.products li.product { gap: 0 !important; }
.woocommerce ul.products li.product a { display: block; }

.alh-reviews{max-width:1280px;margin:0 auto 60px;padding:0 24px}
.alh-reviews-header{text-align:center;margin-bottom:32px}
.alh-reviews-header .alh-rating-big{font-size:48px;font-weight:800;color:#222}
.alh-reviews-header .alh-rating-stars{color:#ffcc00;font-size:22px;letter-spacing:3px}
.alh-reviews-header p{color:#666;font-size:14px;margin:8px 0 0}
.alh-reviews-header a{color:#003440;font-size:13px}
.alh-reviews-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;scrollbar-width:none}
.alh-reviews-carousel::-webkit-scrollbar{display:none}
.alh-review-card{flex:0 0 calc(33.33% - 14px);scroll-snap-align:start;background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;transition:box-shadow .2s}
.alh-review-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06)}
.alh-review-author{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.alh-review-avatar{width:44px;height:44px;border-radius:50%;background:#003440;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}
.alh-review-name{font-weight:600;font-size:14px;color:#222}
.alh-review-date{font-size:12px;color:#999}
.alh-review-stars{color:#ffcc00;font-size:14px;letter-spacing:2px;margin-bottom:8px}
.alh-review-text{font-size:14px;color:#555;line-height:1.6}
@media(max-width:768px){.alh-review-card{flex:0 0 calc(100%)}}
@media(max-width:1024px){.alh-review-card{flex:0 0 calc(50% - 10px)}}


/* ========== GALLERY FIX ========== */
.woocommerce-product-gallery { width: 100% !important; overflow: hidden !important; background: #eee; border-radius: 12px; }
.woocommerce-product-gallery__wrapper { width: 100% !important; display: flex !important; overflow: hidden !important; border-radius: 12px; }
.woocommerce-product-gallery__image { width: 100% !important; flex: 0 0 100% !important; float: none !important; }
.flex-control-thumbs, .flex-control-nav, .flex-direction-nav { display: none !important; }
.alh-gallery-thumbs { display: flex; gap: 8px; margin-top: 12px; width: 100% !important; }
.alh-gallery-thumb { width: 72px !important; height: 72px !important; flex: 0 0 72px !important; object-fit: cover !important; border-radius: 8px; cursor: pointer; opacity: 0.6; border: 2px solid transparent; transition: 0.2s; }
.alh-gallery-thumb:hover { opacity: 0.8; }
.alh-gallery-thumb.active { opacity: 1; border-color: #2e7d32; }

/* ============================================================
   ARTLIFEHOME HEADER & FOOTER REDESIGN v3.0
   Matcht artlifehome.nl (Shopify) referentie
   Wit header · Licht footer · Betaalmethoden · Sociale iconen
   ============================================================ */

/* ---- WIT HEADER ---- */
.alhc-header {
    background: #fff !important;
    border-bottom: 1px solid #e8e8e8 !important;
    box-shadow: none !important;
}
.alhc-header.scrolled {
    box-shadow: 0 2px 16px rgba(0,0,0,.09) !important;
    border-bottom-color: transparent !important;
}
.hamburger-line {
    background: #1a1a1a !important;
}

.alhc-header-icon {
    color: #1a1a1a !important;
    opacity: 1 !important;
}
.alhc-header-icon:hover {
    color: #003440 !important;
    opacity: 1 !important;
}
.alhc-search-input {
    background: #f4f4f4 !important;
    border: 1.5px solid #e0e0e0 !important;
    color: #1a1a1a !important;
}
.alhc-search-input:focus {
    background: #fff !important;
    border-color: #003440 !important;
    box-shadow: 0 0 0 3px rgba(0,52,64,.09) !important;
}
.alhc-search-btn {
    background: #003440 !important;
    color: #fff !important;
}
.alhc-search-btn:hover {
    background: #005a70 !important;
}
.alhc-logo-img {
    filter: none !important; /* logo is al donker/gekleurd */
}

/* Mobile: verberg dealer-link, klein cart */
@media (max-width: 768px) {
    .alhc-dealer-link { display: none !important; }
    .alhc-header-icon.alhc-cart-icon { opacity: 1 !important; }
}

/* ---- DONKERE USP-BAND ---- */
.alhc-usp-band {
    background: #1a1a1a;
    color: #fff;
    padding: 11px 24px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alhc-usp-band-inner {
    display: flex;
    gap: 36px;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.alhc-usp-band-item {
    display: flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-size: 13px;
    color: #e8e8e8;
}
.alhc-usp-band-item::before {
    content: '✓';
    color: #4ade80;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
@media (max-width: 768px) {
    .alhc-usp-band-inner { gap: 16px; }
    .alhc-usp-band-item { font-size: 11px; white-space: normal; text-align: center; }
}

/* ---- USP-BAR (gedetailleerd, 4 iconen) ---- */
.alhc-usp-bar {
    background: #fff !important;
    border-top: 1px solid #efefef !important;
    border-bottom: 1px solid #efefef !important;
    padding: 28px 0 !important;
}
.alhc-usp-inner {
    display: flex !important;
    justify-content: center !important;
    gap: 48px !important;
    flex-wrap: wrap !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}
.alhc-usp-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    min-width: 200px;
    flex: 1;
    max-width: 260px;
}
.alhc-usp-icon {
    color: #003440 !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}
.alhc-usp-title {
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    margin-bottom: 3px !important;
}
.alhc-usp-desc {
    display: block !important;
    font-size: 13px !important;
    color: #666 !important;
}
@media (max-width: 640px) {
    .alhc-usp-inner { gap: 24px !important; }
    .alhc-usp-item { min-width: 130px; }
}

/* Google Reviews */
.alhc-google-reviews {
    margin-top: 24px;
}
.alhc-google-review-link {
    display: inline-block;
    text-decoration: none;
    opacity: .85;
    transition: opacity .2s;
}
.alhc-google-review-link:hover { opacity: 1; }
.alhc-google-stars {
    display: flex;
    gap: 2px;
    margin-top: 5px;
}

/* ---- FOOTER ONDERBALK ---- */
.alhc-footer-bottom {
    border-top: 1px solid #efefef !important;
    margin-top: 40px !important;
    padding: 20px 24px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 13px !important;
    color: #888 !important;
    flex-wrap: wrap;
    gap: 16px;
}
.alhc-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.alhc-footer-copyright {
    font-size: 13px;
    color: #888;
}

/* ---- SOCIALE ICONEN ---- */
.alhc-social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}
.alhc-social-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border: 1.5px solid #ddd !important;
    border-radius: 50% !important;
    color: #555 !important;
    text-decoration: none !important;
    transition: all .2s !important;
    flex-shrink: 0 !important;
}
.alhc-social-icon:hover {
    background: #003440 !important;
    border-color: #003440 !important;
    color: #fff !important;
}

/* ---- BETAALMETHODEN ---- */
.alhc-payment-icons {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.alhc-payment-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 26px !important;
    min-width: 42px !important;
    padding: 2px 7px !important;
    background: #f6f6f6 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #333 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}
.alhc-pay-ideal {
    background: #cd0067 !important;
    color: #fff !important;
    border-color: #cd0067 !important;
}
.alhc-pay-visa {
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #1a1f71 !important;
    letter-spacing: -1px !important;
}
.alhc-pay-bancontact {
    background: #005498 !important;
    color: #fff !important;
    border-color: #005498 !important;
}
.alhc-pay-klarna {
    background: #ffb3c7 !important;
    color: #17120e !important;
    border-color: #ffb3c7 !important;
}

@media (max-width: 768px) {
    .alhc-footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .alhc-payment-icons { justify-content: flex-start !important; }
    .alhc-footer-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
    .alhc-footer-grid { grid-template-columns: 1fr !important; }
    .alhc-usp-band-item { white-space: normal !important; }
}

/* Subcategory navigation on category pages */
.alhc-subcategories {
    margin: 0 0 24px;
    padding: 16px 20px;
    background: #f8f9fa;
    border-radius: 8px;
}
.alhc-subcat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.alhc-subcat-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all .2s;
}
.alhc-subcat-item:hover {
    background: #003440;
    border-color: #003440;
    color: #fff;
}
.alhc-subcat-img img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
}
.alhc-subcat-count {
    background: #e9ecef;
    padding: 1px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: #666;
}
.alhc-subcat-item:hover .alhc-subcat-count {
    background: rgba(255,255,255,.2);
    color: #fff;
}

/* Filter bar */
.alhc-filter-bar {
    margin: 0 0 20px;
    padding: 16px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.alhc-filter-bar .widget {
    margin: 0;
}
.alhc-filter-bar .widget-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #333;
}
.alhc-filter-bar .price_slider_wrapper {
    max-width: 260px;
}

/* Sort dropdown styling */
.woocommerce-ordering select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.woocommerce-ordering select:focus {
    border-color: #003440;
    outline: none;
}

/* Responsive subcategories */
@media (max-width: 768px) {
    .alhc-subcat-list { gap: 6px; }
    .alhc-subcat-item { padding: 6px 12px; font-size: 13px; }
}

/* Star rating fix */
.stars, .star-rating, .woocommerce-product-rating .star-rating,
.alh-rating, .alh-rating .star, .alh-topbar-stars,
.alh-review-stars, .star-rating span { color: #ffcc00 !important; }
.alh-topbar-stars { color: #ffcc00 !important; font-size: 14px; letter-spacing: 2px; }

.alh-stars, .alh-rating .alh-stars { color: #ffcc00 !important; font-size: 18px; letter-spacing: 2px; }
.alh-topbar-stars { color: #ffcc00 !important; font-size: 14px; }


/* ============================================
   DESIGN VERBETERINGEN - 14-5-2026
   ============================================ */

/* 1. Accent kleur rood (#E63329) op alle CTA knoppen */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .cart .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.alh-btn-primary,
button[name="add-to-cart"],
.single_add_to_cart_button {
    background: #E63329 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover {
    background: #c0251c !important;
    color: #fff !important;
}

/* 2. Productkaart hover effect */
.woocommerce ul.products li.product,
.alh-product-card,
.alhc-product-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease !important;
    border-radius: 8px;
    overflow: hidden;
}
.woocommerce ul.products li.product:hover,
.alh-product-card:hover,
.alhc-product-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.13) !important;
}

/* 3. Verberg lege categorie kaarten (0 producten) */
.alhc-cat-card .alhc-cat-count:empty,
.alh-cat-count:empty { display: none; }

/* 4. Verbeterde categorie kaart hover */
.alhc-cat-card, .alh-cat-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    border-radius: 8px;
    overflow: hidden;
}
.alhc-cat-card:hover, .alh-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* 5. Navigatie dropdown pijltjes */
.alh-nav > ul > li.menu-item-has-children > a::after {
    content: ' ▾';
    font-size: 10px;
    opacity: 0.7;
}

/* 6. Prijs kleur consistentie */
.woocommerce .price, .woocommerce-Price-amount {
    color: #1a1a1a;
    font-weight: 700;
}
.woocommerce ins .woocommerce-Price-amount {
    color: #E63329;
}

/* 7. Focus states voor accessibility */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline: 2px solid #E63329;
    outline-offset: 2px;
}

/* 8. Hero CTA knop rood */
.alh-hero-cta, .hero-cta, .alh-btn {
    background: #E63329 !important;
    color: #fff !important;
}
.alh-hero-cta:hover, .hero-cta:hover {
    background: #c0251c !important;
}


/* ============ BUTTON FIXES - correcte selectors ============ */

/* Add-to-cart knoppen rood (alhc-product-card context) */
.alhc-product-card .add_to_cart_button,
.alhc-product-card a.button,
.alh-product-card .add_to_cart_button,
.add_to_cart_button,
a.add_to_cart_button {
    display: inline-block !important;
    background: #E63329 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    margin-top: 8px !important;
    transition: background 0.2s !important;
}
.alhc-product-card .add_to_cart_button:hover,
a.add_to_cart_button:hover {
    background: #c0251c !important;
    color: #fff !important;
}

/* Productkaart verbetering */
.alhc-product-card {
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07) !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease !important;
    background: #fff !important;
    padding-bottom: 16px !important;
}
.alhc-product-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.14) !important;
}

/* Productkaart prijs */
.alhc-product-card .alh-product-price,
.alhc-product-card .price {
    font-weight: 700 !important;
    color: #1a1a1a !important;
    font-size: 16px !important;
}

/* ===== DESIGN FIXES 2026-05-14 ===== */
/* CTA knoppen rood */
.alhc-cart-btn, .alh-cart-area button[type="submit"], .single_add_to_cart_button,
.woocommerce .button.alt, .woocommerce button.button.alt,
.alh-search-btn, .alh-qty-btn, .alhc-product-card a.button,
a.wc-forward, button.wc-forward {
    background: #E63329 !important;
    color: #fff !important;
    border: 2px solid #E63329 !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}
.alhc-cart-btn:hover, .alh-cart-area button[type="submit"]:hover, .single_add_to_cart_button:hover,
.woocommerce .button.alt:hover, .woocommerce button.button.alt:hover,
.alhc-product-card a.button:hover {
    background: #fff !important;
    color: #E63329 !important;
    border-color: #E63329 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230,51,41,0.3);
}

/* Productkaart hover effect */
.alhc-product-card, .product, .type-product, li.product {
    transition: all 0.3s ease !important;
}
.alhc-product-card:hover, .product:hover, li.product:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}
.alhc-product-card a.button {
    opacity: 0.8;
}
.alhc-product-card:hover a.button {
    opacity: 1;
}

/* Top bar USP styling */
.alhc-topbar {
    background: #2e7d32 !important;
    color: #fff !important;
    font-size: 13px;
    padding: 6px 0;
}
.alhc-topbar-stars { color: #ffcc00 !important; }
.alhc-topbar a { color: #fff !important; opacity: 0.9; }
.alhc-topbar a:hover { opacity: 1; }

/* Subcategory navigation styling */
.alhc-subcat-item {
    transition: all 0.3s ease;
}
.alhc-subcat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Out of stock / 0 product categories styling */
.alhc-cat-card, .product-category .count {
    transition: all 0.3s ease;
}
.alhc-cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}


.widget_shopping_cart_content .woocommerce-mini-cart__buttons a { flex:1; text-align:center; padding:8px; border-radius:6px; font-size:13px; text-decoration:none; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child { background:#f5f5f5; color:#333; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout { background:#E63329; color:#fff; }
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message { text-align:center; color:#999; padding:20px 0; font-size:14px; }
.alhc-header { position:relative; }
.alhc-header-inner { position:relative; }


.widget_shopping_cart_content .woocommerce-mini-cart__buttons a { flex:1; text-align:center; padding:10px; border-radius:6px; font-size:13px; text-decoration:none; font-weight:500; transition:0.2s; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child { background:#f5f5f5; color:#333; border:1px solid #ddd; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child:hover { background:#e8e8e8; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout { background:#E63329; color:#fff; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover { background:#c0251c; }
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message { text-align:center; color:#999; padding:30px 0; font-size:14px; }

/* Mini cart - click toggle */


.widget_shopping_cart_content .woocommerce-mini-cart__buttons a { flex:1; text-align:center; padding:10px; border-radius:6px; font-size:13px; text-decoration:none; font-weight:500; transition:0.2s; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child { background:#f5f5f5; color:#333; border:1px solid #ddd; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child:hover { background:#e8e8e8; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout { background:#E63329; color:#fff; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover { background:#c0251c; }
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message { text-align:center; color:#999; padding:30px 0; font-size:14px; }

/* Mini cart - click toggle */
.alhc-cart-dropdown { display:none !important; position:absolute; top:52px; right:10px; width:340px; background:#fff; border:1px solid #ddd; border-radius:8px; box-shadow:0 8px 30px rgba(0,0,0,0.15); z-index:9999; padding:16px; }
.alhc-cart-dropdown.open { display:block !important; }
.widget_shopping_cart_content .woocommerce-mini-cart { list-style:none; margin:0; padding:0; max-height:300px; overflow-y:auto; }
.widget_shopping_cart_content .woocommerce-mini-cart-item { padding:10px 0; border-bottom:1px solid #f0f0f0; display:flex; gap:10px; align-items:center; }
.widget_shopping_cart_content .woocommerce-mini-cart-item img { width:50px; height:50px; object-fit:cover; border-radius:4px; }
.widget_shopping_cart_content .woocommerce-mini-cart-item a:not(.remove) { font-size:13px; color:#333; text-decoration:none; flex:1; line-height:1.3; }
.widget_shopping_cart_content .woocommerce-mini-cart-item .quantity { font-size:12px; color:#666; display:block; }
.widget_shopping_cart_content .woocommerce-mini-cart-item a.remove { color:#999; font-size:16px; text-decoration:none; }
.widget_shopping_cart_content .woocommerce-mini-cart__total { text-align:right; padding:12px 0; font-weight:600; font-size:15px; border-top:1px solid #eee; margin-top:4px; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons { display:flex; gap:8px; margin-top:8px; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a { flex:1; text-align:center; padding:10px; border-radius:6px; font-size:13px; text-decoration:none; font-weight:500; transition:0.2s; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child { background:#f5f5f5; color:#333; border:1px solid #ddd; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:first-child:hover { background:#e8e8e8; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout { background:#E63329; color:#fff; }
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout:hover { background:#c0251c; }
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message { text-align:center; color:#999; padding:30px 0; font-size:14px; }

/* Product card - equal height buttons */
.alhc-product-card, .product, li.product, .products li, ul.products li.product { display:flex; flex-direction:column; height:100%; min-height:380px; }
.alhc-product-card .woocommerce-loop-product__title, .product .woocommerce-loop-product__title, li.product .woocommerce-loop-product__title { min-height:2.6em; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.alhc-product-card .price, .product .price, li.product .price { margin-top:auto; }
.alhc-product-card a.button, .product a.button, li.product a.button, .woocommerce ul.products li.product a.button, .woocommerce ul.products li.product .button { margin-top:8px !important; align-self:stretch; text-align:center; }
.products, ul.products { display:flex; flex-wrap:wrap; }
.products li.product, ul.products li.product { margin-bottom:20px; }


/* === FIX: single product page layout override ===
   Line 1275 sets flex-direction:column on .product (used for product cards).
   But on the single product page, .alh-product-layout needs to be a row.
   This higher-specificity rule overrides that. */
body.single-product div.alh-product-layout {
    flex-direction: row !important;
    height: auto !important;
    min-height: unset !important;
    align-items: flex-start !important;
}
body.single-product div.alh-product-layout:hover {
    transform: none !important;
    box-shadow: none !important;
}


/* === WooCommerce Coming Soon body override === */
body { max-width: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; border: none !important; box-shadow: none !important; background: var(--bg); }

/* ============================================================
   HEADER — Zwart design (artlifehome.nl stijl)
   Logo links · Hamburger · Zoekbalk · App Store + Play Store · Cart
   ============================================================ */

/* ---- TOPBAR (zwart) ---- */
.alhc-topbar {
    background: #111 !important;
    border-bottom: 1px solid #222 !important;
    color: rgba(255,255,255,.7) !important;
}
.alhc-topbar span, .alhc-topbar-delivery { color: rgba(255,255,255,.7) !important; }
.alhc-topbar-stars { color: #ffcc00 !important; }
.alhc-topbar a { color: rgba(255,255,255,.7) !important; }
.alhc-topbar a:hover { color: #fff !important; opacity: 1; }

/* ---- MAIN HEADER (zwart) ---- */
.alhc-header {
    background: #0f0f0f !important;
    border-bottom: 1px solid #222 !important;
    box-shadow: none !important;
}
.alhc-header.scrolled {
    box-shadow: 0 4px 24px rgba(0,0,0,.5) !important;
    border-bottom-color: #000 !important;
}
.alhc-header-inner {
    min-height: 84px !important;
    gap: 20px !important;
}

/* Logo (links, filter wit voor donkere bg) */
.alhc-logo { order: 0; }
.alhc-logo-img {
    height: 44px !important;
    filter: brightness(0) invert(1) !important;
}

/* Hamburger (wit op zwart) */
.alhc-menu-toggle { order: 1; margin-right: 0; }
.hamburger-line { background: #fff !important; }

/* Zoekbalk (middenstuk, flex-1) */
.alhc-search {
    order: 2;
    flex: 1 !important;
    max-width: 600px !important;
    margin: 0 16px !important;
    position: relative !important;
}
.alhc-search form { position: relative; }
.alhc-search-input {
    background: rgba(255,255,255,.1) !important;
    border: 1.5px solid rgba(255,255,255,.18) !important;
    color: #fff !important;
    padding: 11px 48px 11px 20px !important;
    border-radius: 100px !important;
    font-size: 15px !important;
    width: 100% !important;
    transition: background .2s, border-color .2s !important;
}
.alhc-search-input::placeholder { color: rgba(255,255,255,.45) !important; }
.alhc-search-input:focus {
    background: rgba(255,255,255,.16) !important;
    border-color: rgba(255,255,255,.45) !important;
    outline: none !important;
}
.alhc-search-btn {
    background: #c0392b !important;
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background .2s !important;
}
.alhc-search-btn:hover { background: #a93226 !important; }

/* Live zoek-suggesties */
.alhc-search-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,.22);
    z-index: 9999;
    overflow: hidden;
    max-height: 420px;
    overflow-y: auto;
}
.alhc-suggestion-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 1px solid #f0f0f0;
    transition: background .15s;
}
.alhc-suggestion-item:last-child { border-bottom: none; }
.alhc-suggestion-item:hover { background: #f8f8f8; }
.alhc-suggestion-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    background: #f0f0f0;
}
.alhc-suggestion-no-img {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #e8e8e8;
    flex-shrink: 0;
}
.alhc-suggestion-info { flex: 1; min-width: 0; }
.alhc-suggestion-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alhc-suggestion-price {
    display: block;
    font-size: 13px;
    color: #c0392b;
    font-weight: 600;
    margin-top: 2px;
}
.alhc-suggestion-all {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #666;
    background: #fafafa;
    text-decoration: none;
    font-weight: 500;
}
.alhc-suggestion-all:hover { background: #f0f0f0; color: #333; }

/* Rechter iconen */
.alhc-header-icons {
    order: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* App Store / Play Store knoppen */
.alhc-app-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1.5px solid rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 7px 12px;
    color: #fff !important;
    text-decoration: none;
    transition: background .2s, border-color .2s;
    white-space: nowrap;
}
.alhc-app-btn:hover {
    background: rgba(255,255,255,.16) !important;
    border-color: rgba(255,255,255,.35) !important;
    color: #fff !important;
}
.alhc-app-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.alhc-app-label {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.alhc-app-sub {
    font-size: 9px;
    color: rgba(255,255,255,.65);
    text-transform: uppercase;
    letter-spacing: .04em;
}
.alhc-app-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* Cart icon */
.alhc-header-icon {
    color: #fff !important;
    opacity: 1 !important;
}
.alhc-header-icon:hover {
    color: #fff !important;
    opacity: .8 !important;
}
.alhc-cart-icon {
    position: relative;
    padding: 6px;
}
.alhc-cart-count {
    position: absolute;
    top: -2px;
    right: -4px;
    background: #c0392b;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Nav bar (wit, onder header) */
.alhc-nav-bar {
    background: #fff !important;
    border-top: none !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

/* Mobile */
@media (max-width: 900px) {
    .alhc-app-btn { display: none !important; }
    .alhc-search { max-width: 100% !important; }
}
@media (max-width: 768px) {
    .alhc-header-inner { min-height: 64px !important; gap: 12px !important; }
    .alhc-search { margin: 0 8px !important; }
    .alhc-logo-img { height: 34px !important; }
}

/* ============================================================
   AJAX CART MODAL — zweeft van boven naar midden (v2)
   ============================================================ */
.alh-cart-backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 9999;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s;
    backdrop-filter: blur(2px);
}
.alh-cart-backdrop.open { opacity: 1; visibility: visible; }

.alh-cart-modal {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, calc(-50% - 80px));
    opacity: 0; visibility: hidden;
    transition: transform .5s cubic-bezier(.34,1.4,.64,1), opacity .35s ease;
    z-index: 10000;
    background: #fff;
    border-radius: 20px;
    padding: 30px 32px 22px;
    width: min(480px, 92vw);
    box-shadow: 0 28px 80px rgba(0,0,0,.22), 0 2px 8px rgba(0,0,0,.08);
}
.alh-cart-modal.open {
    transform: translate(-50%, -50%);
    opacity: 1; visibility: visible;
}

/* Close button */
.alh-cm-close {
    position: absolute; top: 14px; right: 14px;
    width: 34px; height: 34px;
    border: none; background: #f5f5f5;
    cursor: pointer; font-size: 20px; color: #777; line-height: 1;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    transition: background .2s, color .2s;
}
.alh-cm-close:hover { background: #e8e8e8; color: #333; }

/* Success header */
.alh-cm-header {
    display: flex; align-items: center; gap: 10px;
    font-weight: 700; font-size: 17px; color: #1a1a1a;
    margin-bottom: 20px;
}
.alh-cm-header svg { flex-shrink: 0; }

/* Product row */
.alh-cm-product {
    display: flex; align-items: center; gap: 16px;
    padding: 14px 16px; background: #f9f9f9; border-radius: 12px;
    margin-bottom: 16px;
}
.alh-cm-thumb {
    width: 68px; height: 68px; object-fit: cover;
    border-radius: 8px; flex-shrink: 0; border: 1px solid #eee;
}
.alh-cm-info { flex: 1; min-width: 0; }
.alh-cm-title {
    font-weight: 600; font-size: 14px; color: #1a1a1a;
    margin: 0 0 5px; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis;
}
.alh-cm-price { font-size: 15px; color: #c0392b; font-weight: 700; margin: 0; }

/* Totals row */
.alh-cm-totals {
    display: flex; justify-content: space-between; align-items: center;
    font-size: 14px; color: #666; margin-bottom: 18px;
    padding: 10px 0; border-top: 1px solid #f0f0f0;
}
.alh-cm-totals strong { font-size: 16px; color: #1a1a1a; font-weight: 700; }

/* Action buttons */
.alh-cm-actions { display: flex; gap: 10px; margin-bottom: 16px; }
.alh-cm-btn {
    flex: 1; display: flex; align-items: center; justify-content: center;
    padding: 13px 14px; border-radius: 10px; font-weight: 600;
    font-size: 14px; text-decoration: none; text-align: center;
    transition: background .2s, transform .15s, box-shadow .15s;
    cursor: pointer; border: none;
}
.alh-cm-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.1); }
.alh-cm-cart-btn     { background: #f0f0f0; color: #1a1a1a; }
.alh-cm-cart-btn:hover { background: #e4e4e4; color: #1a1a1a; }
.alh-cm-checkout-btn { background: #0f0f0f; color: #fff; }
.alh-cm-checkout-btn:hover { background: #2a2a2a; color: #fff; }

/* Auto-close progress bar */
.alh-cm-progress-bar {
    height: 3px; background: #eee; border-radius: 2px; overflow: hidden;
}
.alh-cm-progress-fill {
    height: 100%; width: 100%; background: #0f0f0f; border-radius: 2px;
    transition: width 4s linear;
}

/* WooCommerce archive button loading state */
a.add_to_cart_button.loading { opacity: .6; pointer-events: none; }
a.add_to_cart_button.added   { color: #2ecc71 !important; }

@media (max-width: 500px) {
    .alh-cart-modal { padding: 24px 18px 18px; }
    .alh-cm-actions { flex-direction: column; }
    .alh-cm-thumb   { width: 56px; height: 56px; }
}

/* Transparant logo — geen filter nodig (logo heeft al goede kleuren) */
.alhc-logo-img {
    filter: none !important;
    height: 44px !important;
    width: auto !important;
    object-fit: contain;
}

/* Fix: sterren in topbar geel houden (hogere specificiteit dan .alhc-topbar span) */
.alhc-topbar .alhc-topbar-stars,
.alhc-topbar .alhc-topbar-stars span,
.alhc-topbar span.alhc-topbar-stars {
    color: #ffcc00 !important;
}


/* ============================================================
   DARK FOOTER — alhc-fd-* (v3, zwart/wit/geel, artlifehome.nl stijl)
   ============================================================ */
.alhc-fd {
    background: #0f0f0f;
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.6;
}

/* Main 4-column grid */
.alhc-fd-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px 40px;
}
.alhc-fd-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

/* Column headings */
.alhc-fd-heading {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 20px;
}

/* Link lists */
.alhc-fd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.alhc-fd-list li {
    margin-bottom: 9px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.alhc-fd-list li svg { flex-shrink: 0; margin-top: 2px; color: rgba(255,255,255,.45); }
.alhc-fd-list a, .alhc-fd-list span {
    color: rgba(255,255,255,.65);
    text-decoration: none;
    transition: color .15s;
}
.alhc-fd-list a:hover { color: #fff; }

/* Contact items */
.alhc-fd-contact li { align-items: center; }
.alhc-fd-contact a { color: rgba(255,255,255,.75); }
.alhc-fd-contact a:hover { color: #fff; }

/* Trust badge */
.alhc-fd-trust-badge {
    margin-top: 20px;
}
.alhc-fd-trust-badge img {
    max-width: 200px;
    height: auto;
    opacity: .85;
    filter: brightness(0) invert(1);
}

/* Hours text */
.alhc-fd-hours p {
    margin: 0 0 16px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}
.alhc-fd-hours strong { color: #fff; }
.alhc-fd-hours em { color: rgba(255,255,255,.45); font-style: normal; font-size: 12px; }

/* Showroom badge */
.alhc-fd-showroom-badge {
    margin-top: 16px;
}
.alhc-fd-showroom-badge img {
    max-width: 180px;
    height: auto;
    opacity: .9;
    border-radius: 8px;
}

/* Stars (yellow) anywhere in footer */
.alhc-fd .alh-stars,
.alhc-fd .alhc-topbar-stars,
.alhc-fd .star-rating { color: #ffcc00 !important; }

/* Bottom bar */
.alhc-fd-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
}
.alhc-fd-bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.alhc-fd-copyright {
    font-size: 13px;
    color: rgba(255,255,255,.4);
    margin: 0;
}
.alhc-fd-copyright a { color: rgba(255,255,255,.6); text-decoration: none; }
.alhc-fd-copyright a:hover { color: #fff; }

/* Social buttons */
.alhc-fd-social {
    display: flex;
    gap: 8px;
}
.alhc-fd-social-btn {
    width: 36px; height: 36px;
    border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.7);
    text-decoration: none;
    transition: border-color .15s, color .15s, background .15s;
}
.alhc-fd-social-btn:hover {
    border-color: #fff;
    color: #fff;
    background: rgba(255,255,255,.08);
}

/* Payment methods */
.alhc-fd-payments {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: rgba(255,255,255,.35);
    flex-wrap: wrap;
}
.alhc-fd-dot { color: rgba(255,255,255,.2); }

/* Responsive */
@media (max-width: 960px) {
    .alhc-fd-cols { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
@media (max-width: 600px) {
    .alhc-fd-cols { grid-template-columns: 1fr; gap: 28px; }
    .alhc-fd-main { padding: 40px 20px 28px; }
    .alhc-fd-bottom-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
    .alhc-fd-payments { display: none; }
}
    
/* === App Store / Google Play badges === */
.alhc-header-icon img { height: 32px; width: auto; display: block; border: none; outline: none; background: none; display: block; }
""EOF""

/* === Footer — zwart, wit, 100% breed === */
.alhc-footer { background: #000; color: rgba(255,255,255,.8); padding: 60px 0 0; }
.alhc-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.alhc-footer-col h4 { color: #fff; font-size: 15px; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.alhc-footer-col p { margin: 0 0 4px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.7); }
.alhc-footer-hours { color: rgba(255,255,255,.5) !important; font-size: 13px !important; }
.alhc-footer-col ul { list-style: none; padding: 0; margin: 0; }
.alhc-footer-col li { margin-bottom: 8px; font-size: 14px; }
.alhc-footer-col a { color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; font-size: 14px; }
.alhc-footer-col a:hover { color: #fff; }

/* Social icons */
.alhc-footer-social { display: flex; gap: 8px; margin-top: 4px; }
.alhc-footer-social-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff !important; transition: background .2s; }
.alhc-footer-social-icon:hover { background: rgba(255,255,255,.2); }

/* Bottom bar */
.alhc-footer-bottom { background: rgba(255,255,255,.05); margin-top: 40px; padding: 16px 0; }
.alhc-footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin: 0 auto; padding: 0 24px; gap: 24px; }
.alhc-footer-bottom-left { font-size: 13px; color: rgba(255,255,255,.4); white-space: nowrap; }
.alhc-footer-bottom-right { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.alhc-footer-badge { display: flex; align-items: center; opacity: .8; transition: opacity .2s; }
.alhc-footer-badge:hover { opacity: 1; }
.alhc-footer-badge img { height: 28px; width: auto; display: block; }
.alhc-footer-divider { color: rgba(255,255,255,.2); font-size: 14px; }
.alhc-footer-payments { font-size: 13px; color: rgba(255,255,255,.5); white-space: nowrap; }

@media (max-width: 1024px) {
  .alhc-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .alhc-footer-bottom-inner { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 768px) {
  .alhc-footer { padding: 40px 0 0; }
  .alhc-footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .alhc-footer-bottom-right { flex-direction: column; gap: 8px; }
}

/* === AI Live Search Suggestions === */
.alhc-search { position: relative; }
.alhc-search-suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,.12);
  z-index: 20000;
  max-height: 480px;
  overflow-y: auto;
}
.alhc-suggestion-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #333;
  transition: background .15s;
}
.alhc-suggestion-item:hover { background: #f8f8f8; }
.alhc-suggestion-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.alhc-suggestion-no-img { width: 48px; height: 48px; background: #f0f0f0; border-radius: 6px; flex-shrink: 0; }
.alhc-suggestion-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.alhc-suggestion-title { font-size: 14px; font-weight: 500; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.alhc-suggestion-price { font-size: 13px; color: #003440; font-weight: 600; }
.alhc-suggestion-cat { font-size: 11px; color: #999; }
.alhc-suggestion-all {
  display: block;
  padding: 12px 16px;
  text-align: center;
  font-size: 13px;
  color: #003440;
  text-decoration: none;
  font-weight: 500;
}
.alhc-suggestion-all:hover { background: #f0f0f0; }

/* === AI Shop Assistant Chat === */
.alhc-ai-chat-btn {
  position: fixed; bottom: 24px; right: 24px;
  display: flex; align-items: center; gap: 8px;
  background: #003440; color: #fff;
  padding: 12px 20px; border-radius: 100px;
  cursor: pointer; z-index: 99999;
  box-shadow: 0 4px 20px rgba(0,52,64,.3);
  font-size: 14px; font-weight: 500;
  transition: transform .2s, box-shadow .2s;
  border: none;
}
.alhc-ai-chat-btn:hover { transform: scale(1.05); box-shadow: 0 6px 30px rgba(0,52,64,.4); }
.alhc-ai-chat-btn svg { flex-shrink: 0; }

/* Desktop: centered modal */
@media (min-width: 769px) {
  .alhc-ai-chat-window {
    display: none;
    position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 680px; height: 80vh; max-height: 700px;
    background: #fff; border-radius: 16px;
    box-shadow: 0 8px 60px rgba(0,0,0,.2);
    z-index: 99999;
    flex-direction: column; overflow: hidden;
  }
  .alhc-ai-chat-window.open { display: flex; }
}
/* Mobile: full screen */
@media (max-width: 768px) {
  .alhc-ai-chat-window {
    display: none;
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background: #fff; border-radius: 0;
    z-index: 99999;
    flex-direction: column; overflow: hidden;
  }
  .alhc-ai-chat-window.open { display: flex; }
  .alhc-ai-chat-btn { bottom: 16px; right: 16px; padding: 10px 16px; font-size: 13px; }
}

.alhc-ai-chat-header {
  display: flex; justify-content: space-between; align-items: center;
  background: #003440; color: #fff;
  padding: 16px 20px; font-size: 16px; font-weight: 600;
  flex-shrink: 0;
}
.alhc-ai-chat-messages {
  flex: 1; overflow-y: auto; padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.alhc-ai-msg { display: flex; margin-bottom: 4px; }
.alhc-ai-msg.user { justify-content: flex-end; }
.alhc-ai-msg.ai { justify-content: flex-start; }
.alhc-ai-bubble {
  max-width: 88%; padding: 12px 18px;
  border-radius: 12px; font-size: 14px; line-height: 1.6;
  color: #333; word-wrap: break-word;
}
.alhc-ai-msg.user .alhc-ai-bubble {
  background: #003440; color: #fff;
  border-bottom-right-radius: 4px;
}
.alhc-ai-msg.ai .alhc-ai-bubble {
  background: #f5f5f5; color: #333;
  border-bottom-left-radius: 4px;
}
.alhc-ai-bubble a { color: #003440; text-decoration: underline; }
.alhc-ai-msg.user .alhc-ai-bubble a { color: #8ab4f8; }
.alhc-ai-prod {
  display: block; padding: 10px 14px; margin: 6px 0;
  background: #fff; border-radius: 8px;
  text-decoration: none; color: #333; font-size: 14px;
  border: 1px solid #e0e0e0; transition: all .15s;
}
.alhc-ai-prod:hover { background: #f0f7fa; border-color: #003440; color: #003440; }

.alhc-ai-chat-input-wrap {
  display: flex; gap: 8px;
  padding: 16px 20px; border-top: 1px solid #e5e5e5;
  background: #fafafa; flex-shrink: 0;
}
.alhc-ai-chat-input-wrap input {
  flex: 1; border: 1px solid #ddd; border-radius: 24px;
  padding: 12px 18px; font-size: 15px; outline: none;
}
.alhc-ai-chat-input-wrap input:focus { border-color: #003440; }
.alhc-ai-chat-input-wrap button {
  background: #003440; color: #fff;
  border: none; border-radius: 50%;
  width: 42px; height: 42px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background .2s; flex-shrink: 0;
}
.alhc-ai-chat-input-wrap button:hover { background: #005a70; }
/* === End AI Chat === */

/* Calculator row spans */
.alh-calc-row span { display: inline-block; min-width: 180px !important; }


/* ============================================================
   MOBILE RESPONSIVE — Homepage (2026-05-16)
   ============================================================ */

/* --- Hero Mosaic: stack columns --- */
@media (max-width: 768px) {
  .alh-hero { grid-template-columns: 1fr !important; gap: 8px !important; padding: 0 16px !important; margin: 16px auto !important; }
  .alh-hero > a { min-height: 280px !important; }
  .alh-hero > div { gap: 8px !important; }
  .alhc-hero-sm-card { min-height: 160px !important; }
  .alh-hero h2 { font-size: 22px !important; }
  .alh-hero h3 { font-size: 17px !important; }
  .alh-hero .alhc-hero-card>div, .alhc-hero-sm-card>div { padding: 20px !important; max-width: 100% !important; }
  .alh-hero span[style*="border-radius:100px"] { padding: 10px 24px !important; font-size: 14px !important; }
}

/* --- Categories: single column --- */
@media (max-width: 600px) {
  .alhc-categories-grid { grid-template-columns: 1fr !important; }
  .alhc-cat-card { flex-direction: row !important; padding: 12px !important; }
  .alhc-cat-img { width: 60px !important; height: 60px !important; min-width: 60px !important; }
}

/* --- Google Reviews: compact + expandable --- */
@media (max-width: 768px) {
  .alh-reviews { padding: 0 16px !important; }
  .alh-reviews-carousel { flex-direction: column !important; gap: 8px !important; overflow: visible !important; }
  .alh-review-card { flex: none !important; width: 100% !important; min-width: 0 !important; }
  .alh-review-text { font-size: 13px !important; line-height: 1.5 !important; }
  .alh-review-text.alh-review-collapsed {
    display: -webkit-box !important; -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important; overflow: hidden !important;
  }
  .alh-review-expand {
    display: inline-block !important;
    color: #003440; font-size: 12px; font-weight: 600;
    cursor: pointer; margin-top: 4px;
  }
}
.alh-review-expand { display: none; }

/* --- CTA + Calculator: stack --- */
@media (max-width: 768px) {
  .alhc-section>div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important; gap: 24px !important;
  }
}

/* --- Popular products carousel mobile --- */
@media (max-width: 480px) {
  .alh-carousel { grid-template-columns: 1fr !important; }
  .alh-carousel-btn { display: none !important; }
}

/* --- FAQ mobile --- */
@media (max-width: 600px) {
  .alh-collapsible summary { font-size: 14px !important; padding: 14px 0 !important; }
  .alh-collapsible div { font-size: 13px !important; }
  .alh-collapsible summary span { font-size: 10px !important; }
}

/* --- Sections padding mobile --- */
@media (max-width: 768px) {
  .alhc-section { padding-left: 16px !important; padding-right: 16px !important; }
  .alhc-section-header { padding: 20px 0 16px !important; }
  .alhc-section-title { font-size: 20px !important; }
  .alhc-section-subtitle { font-size: 13px !important; }
}

/* --- Image zoom-in on scroll (triggered by JS) --- */
.alh-img-zoom {
  overflow: hidden; border-radius: inherit;
}
.alh-img-zoom img {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
}
.alh-img-zoom.zoom-visible img {
  transform: scale(1.05);
}
@media (prefers-reduced-motion: no-preference) {
  .alhc-hero-card, .alhc-hero-sm-card {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .alhc-hero-card:hover, .alhc-hero-sm-card:hover {
    transform: scale(1.02);
  }
}

/* --- Header mobile --- */
@media (max-width: 768px) {
  .alh-top-bar { font-size: 11px !important; padding: 6px 16px !important; }
  .alh-header { padding: 8px 16px !important; gap: 8px !important; }
}


/* === RESPONSIVE FIXES 2026-05-16 === */

/* ---- Mobile (768px) ---- */
@media (max-width: 768px) {
  .woocommerce ul.products,
  .woocommerce ul.products.columns-2,
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products.columns-4 {
    grid-template-columns: 1fr !important;
  }
  .alhc-grid-inner         { grid-template-columns: 1fr !important; }
  .alhc-products-grid      { grid-template-columns: 1fr !important; }
  .wc-block-grid__products { grid-template-columns: 1fr !important; }

  .alh-product-details {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .alh-review-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .alh-review-text.alh-expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
  }
  .alh-review-toggle {
    display: inline-block;
    font-size: 12px;
    color: #888;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 4px;
  }

  .alhc-footer-grid,
  .alh-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .alhc-cats-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 769px) {
  .alh-review-toggle { display: none !important; }
}

/* === RESPONSIVE FIXES PATCH 2026-05-16b === */
@media (max-width: 768px) {
  .alhc-product-grid    { grid-template-columns: 1fr !important; }
  .alhc-pv2-products    { grid-template-columns: 1fr !important; }
  .alhc-categories-grid { grid-template-columns: 1fr !important; }
}

.alhc-offerte-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: "Arial", sans-serif;
}

.alhc-offerte-form h2 {
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.alhc-offerte-form .form-group {
    margin-bottom: 15px;
}

.alhc-offerte-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.alhc-offerte-form input,
.alhc-offerte-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.alhc-offerte-form textarea {
    resize: vertical;
    min-height: 100px;
}

.alhc-offerte-form button {
    display: block;
    width: 100%;
    padding: 12px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.alhc-offerte-form button:hover {
    background: #005177;
}

@media (max-width: 600px) {
    .alhc-offerte-form {
        padding: 15px;
    }
}

