:root{--primary-gold:#c9a24d;--primary-blue:#114fc7;--bg:#f7f8fb;--white:#fff;--text:#1e293b;--muted:#64748b;--shadow:0 20px 60px rgba(15,23,42,.10);--container:1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:'Vazirmatn',sans-serif;overflow-x:hidden;color:var(--text)}img{display:block;width:100%;height:100%;object-fit:cover}.elx-home{background:radial-gradient(circle at top right,rgba(255,215,120,.18),transparent 25%),radial-gradient(circle at top left,rgba(17,79,199,.10),transparent 30%),linear-gradient(180deg,#fcfdff 0%,#f7f8fb 100%);min-height:100vh}.elx-container{width:min(var(--container),calc(100% - 32px));margin:auto}.elx-header{position:fixed;top:0;right:0;left:0;z-index:999;padding:18px 0;transition:.35s cubic-bezier(.22,.61,.36,1);background:transparent}.elx-header.scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(15,23,42,.06);box-shadow:0 10px 30px rgba(15,23,42,.04);padding:12px 0}.elx-nav{display:flex;align-items:center;justify-content:space-between;gap:20px}.elx-logo{font-size:1.6rem;font-weight:900;letter-spacing:-1px;white-space:nowrap;background:linear-gradient(135deg,var(--primary-blue),var(--primary-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.custom-logo{max-height:60px;width:auto;object-fit:contain}.elx-menu{display:flex;align-items:center;gap:30px}.elx-menu a{text-decoration:none;color:var(--text);font-weight:800;font-size:.95rem;transition:.25s ease;position:relative}.elx-menu a::after{content:'';position:absolute;bottom:-4px;right:0;width:0;height:2px;background:var(--primary-blue);transition:width .3s ease}.elx-menu a:hover::after{width:100%}.elx-menu a:hover{color:var(--primary-blue)}.elx-actions{display:flex;gap:10px;align-items:center}.elx-chip{padding:10px 20px;border-radius:999px;background:rgba(255,255,255,.72);border:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-weight:800;font-size:.84rem;cursor:pointer;transition:.25s cubic-bezier(.22,.61,.36,1);user-select:none;text-decoration:none;color:var(--text);display:inline-flex;align-items:center;gap:6px;font-family:'Vazirmatn',sans-serif}.elx-chip:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,.08)}.search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:none;align-items:center;justify-content:center;animation:fadeIn .3s ease}.search-overlay.active{display:flex}.search-modal{background:#fff;border-radius:30px;padding:40px;max-width:600px;width:90%;box-shadow:0 30px 80px rgba(0,0,0,.3);animation:slideUp .4s cubic-bezier(.22,.61,.36,1)}.search-modal .close-btn{float:left;font-size:1.8rem;cursor:pointer;color:var(--muted);transition:.3s ease;border:0;background:0 0;font-family:'Vazirmatn',sans-serif}.search-modal .close-btn:hover{color:var(--text);transform:rotate(90deg)}.search-modal h3{margin-bottom:20px;font-weight:900;font-size:1.4rem}.search-modal input{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:16px;font-size:1.1rem;font-family:'Vazirmatn',sans-serif;transition:.3s ease;background:#f8fafc}.search-modal input:focus{outline:0;border-color:var(--primary-blue);box-shadow:0 0 0 4px rgba(17,79,199,.1);background:#fff}.search-btn{width:100%;margin-top:16px;padding:14px;background:var(--primary-blue);color:#fff;border:0;border-radius:16px;font-size:1.1rem;font-weight:900;font-family:'Vazirmatn',sans-serif;cursor:pointer;transition:.3s ease}.search-btn:hover{background:#0d3da0;transform:translateY(-2px);box-shadow:0 8px 25px rgba(17,79,199,.3)}.search-hint{margin-top:16px;color:var(--muted);font-size:.85rem;text-align:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.elx-hero{min-height:100vh;padding-top:96px;display:flex;align-items:center}.elx-split{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:78vh;border-radius:42px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.elx-panel{position:relative;overflow:hidden;isolation:isolate;min-height:620px;background:#eef2f7;animation:fadeInUp .8s cubic-bezier(.22,.61,.36,1) both}.elx-panel:last-child{animation-delay:.15s}.hero-picture{position:absolute;inset:0;z-index:-2;display:block}.hero-img{transform:scale(1.03);transition:transform 1.2s cubic-bezier(.22,.61,.36,1);will-change:transform}.elx-panel .overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,.12) 52%,rgba(255,255,255,.04)),radial-gradient(circle at top right,var(--hero-glow),transparent 36%);opacity:.8;transition:opacity .6s ease}.elx-panel:hover .hero-img{transform:scale(1.12)}.elx-panel:hover .overlay{opacity:.95}.electric-panel{--hero-glow:rgba(17,79,199,.32)}.chandelier-panel{--hero-glow:rgba(201,162,77,.34)}.elx-card{position:absolute;right:32px;left:32px;bottom:32px;z-index:2;padding:28px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,255,255,.55));border:1px solid rgba(255,255,255,.72);box-shadow:0 24px 55px rgba(0,0,0,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:.4s cubic-bezier(.22,.61,.36,1)}.elx-panel:hover .elx-card{transform:translateY(-12px) scale(1.01);background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,255,255,.62));box-shadow:0 30px 65px rgba(0,0,0,.22)}.elx-badge{display:inline-flex;padding:7px 15px;border-radius:999px;background:#fff;font-size:.78rem;font-weight:900;margin-bottom:14px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.blue-badge{color:var(--primary-blue)}.gold-badge{color:var(--primary-gold)}.elx-card h1{font-size:clamp(2rem,3.4vw,3.4rem);font-weight:900;margin:0 0 12px;line-height:1.1}.blue-title{color:var(--primary-blue)}.gold-title{color:var(--primary-gold)}.elx-card p{margin:0 0 24px;line-height:1.9;color:#334155;font-weight:600}.elx-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;font-weight:900;transition:.3s cubic-bezier(.22,.61,.36,1);cursor:pointer;border:0;gap:8px;font-family:'Vazirmatn',sans-serif}.elx-btn-blue{background:var(--primary-blue);color:#fff}.elx-btn-gold{background:var(--primary-gold);color:#fff}.elx-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 14px 28px rgba(0,0,0,.16)}.elx-section{padding:92px 0;content-visibility:auto;contain-intrinsic-size:700px}.section-head{margin-bottom:36px}.elx-title{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:900;margin:0;background:linear-gradient(135deg,var(--text),var(--primary-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.elx-sub{color:var(--muted);font-size:1.05rem;margin-top:10px;font-weight:500}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-card,.product-card,.feature-card{background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:30px;transition:.4s cubic-bezier(.22,.61,.36,1);animation:fadeInUp .6s cubic-bezier(.22,.61,.36,1) both}.category-card{height:280px;overflow:hidden;position:relative;display:flex;align-items:flex-end;padding:26px;cursor:pointer;background:#eef2f7;text-decoration:none}.category-card img{position:absolute;inset:0;z-index:0;transition:transform .6s cubic-bezier(.22,.61,.36,1)}.category-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.08) 70%,transparent);transition:.4s ease}.category-card:hover img{transform:scale(1.12)}.category-card:hover::after{background:linear-gradient(to top,rgba(17,79,199,.82),rgba(17,79,199,.2) 60%,transparent)}.category-card div{position:relative;z-index:2;color:#fff;transition:transform .3s ease}.category-card:hover div{transform:translateY(-4px)}.category-card h3{margin:0 0 6px;font-size:1.25rem;font-weight:900}.category-card p{margin:0;opacity:.88;font-weight:500}.product-card{padding:16px;text-align:center}.product-card:hover{transform:translateY(-12px) scale(1.01);box-shadow:var(--shadow);border-color:rgba(201,162,77,.55)}.product-img{height:240px;border-radius:24px;overflow:hidden;margin-bottom:15px;background:#eef2f7;position:relative;display:block}.product-img img{transition:transform .6s cubic-bezier(.22,.61,.36,1)}.product-card:hover .product-img img{transform:scale(1.06)}.product-card h4{margin:10px 0;font-size:1rem;font-weight:800}.product-card .price{font-weight:900;font-size:1.18rem;margin:8px 0 16px;color:var(--primary-blue)}.price.gold{color:var(--primary-gold)}.stars{color:var(--primary-gold);font-size:14px;margin-bottom:5px;letter-spacing:2px}.add-to-cart-btn,.product-card .button{display:block;width:100%;padding:12px;border-radius:999px;font-weight:800;font-size:.9rem;font-family:'Vazirmatn',sans-serif;border:0;cursor:pointer;transition:.3s ease;background:var(--primary-blue);color:#fff;text-decoration:none}.add-to-cart-btn.gold{background:var(--primary-gold)}.add-to-cart-btn:hover,.product-card .button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.feature-card{padding:34px}.feature-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:var(--shadow);border-color:rgba(17,79,199,.2)}.f-icon{width:60px;height:60px;border-radius:20px;display:grid;place-items:center;margin-bottom:20px;font-weight:900;font-size:1.1rem;transition:transform .3s ease}.feature-card:hover .f-icon{transform:scale(1.08) rotate(-3deg)}.bg-blue{background:#e0eaff;color:var(--primary-blue)}.bg-gold{background:#fef3c7;color:var(--primary-gold)}.feature-card p{color:var(--muted);line-height:1.8;font-weight:500}.info-banner{background:#fff;border-radius:40px;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;box-shadow:var(--shadow);transition:.4s ease}.info-banner:hover{box-shadow:0 25px 70px rgba(15,23,42,.12)}.info-banner p{color:var(--muted);line-height:2;font-weight:500}.info-img{height:350px;border-radius:30px;overflow:hidden;background:#eef2f7}.info-img img{transition:transform .8s cubic-bezier(.22,.61,.36,1)}.info-banner:hover .info-img img{transform:scale(1.04)}.info-btn{margin-top:20px}.cta-box{padding:76px 28px;text-align:center;background:linear-gradient(135deg,rgba(17,79,199,.07),rgba(201,162,77,.13));border-radius:40px;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.4s ease}.cta-box:hover{background:linear-gradient(135deg,rgba(17,79,199,.12),rgba(201,162,77,.18))}.cta-box p{color:var(--muted);font-weight:600}.cta-actions{display:flex;gap:15px;justify-content:center;margin-top:30px;flex-wrap:wrap}.elx-footer{padding:40px 0}.footer-inner{background:rgba(255,255,255,.68);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:35px;padding:46px;border:1px solid #fff;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:38px;transition:.4s ease}.footer-inner:hover{background:rgba(255,255,255,.8);box-shadow:var(--shadow)}.footer-logo{margin-bottom:20px;display:inline-block}.footer-inner h4{font-weight:900;margin:0 0 18px;color:var(--text)}.footer-inner a,.footer-inner p{color:var(--muted);text-decoration:none;display:block;margin:0 0 10px;font-weight:500;line-height:1.8;transition:.25s ease}.footer-inner a:hover{color:var(--primary-blue);transform:translateX(-4px)}.copyright{text-align:center;margin-top:30px;font-weight:700;color:var(--muted);font-size:.9rem}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:repeat(2,1fr)}.elx-menu{gap:18px}}@media (min-width:1025px){.hero-img{image-rendering:auto}.elx-panel{transform:translateZ(0)}.category-card img,.product-img img,.info-img img{backface-visibility:hidden}}@media (max-width:768px){.elx-menu{display:none}.elx-actions .elx-chip:first-child{display:none}.elx-hero{padding-top:76px}.elx-split{grid-template-columns:1fr;border-radius:30px}.elx-panel{min-height:520px}.elx-card{right:18px;left:18px;bottom:18px;padding:22px;border-radius:24px}.grid-4,.info-banner,.footer-inner{grid-template-columns:1fr}.info-banner{padding:28px}.elx-section{padding:64px 0}.search-modal{padding:24px;margin:16px}}@media (max-width:480px){.elx-container{width:min(var(--container),calc(100% - 22px))}.elx-logo{font-size:1.25rem}.elx-chip{padding:9px 14px;font-size:.78rem}.elx-panel{min-height:470px}.product-img{height:220px}.elx-card h1{font-size:1.6rem}}


.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;display:block;width:auto;height:auto;z-index:100000;background:#fff;color:#111;padding:12px 18px;border-radius:12px;top:12px;right:12px}.mobile-menu-toggle{display:none;border:0;background:rgba(255,255,255,.75);border-radius:14px;padding:8px 13px;font-size:1.4rem;font-weight:900;cursor:pointer;color:var(--text)}.section-hidden{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.section-visible{opacity:1;transform:translateY(0)}.footer-widget ul{list-style:none;padding:0;margin:0}.footer-widget li{margin:0}.footer-widget .wp-block-heading{font-weight:900;margin:0 0 18px;color:var(--text)}.products-section{background:rgba(255,255,255,.42)}
@media (min-width:1025px){.category-card,.product-card,.feature-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.elx-card{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.hero-picture{contain:paint}.elx-split{content-visibility:visible}}
@media (max-width:768px){.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center}.elx-nav{position:relative}.elx-menu{display:none;position:absolute;top:calc(100% + 12px);right:16px;left:16px;background:rgba(255,255,255,.96);border:1px solid rgba(15,23,42,.07);box-shadow:var(--shadow);border-radius:24px;padding:18px;z-index:1001;flex-direction:column;align-items:stretch;gap:0}.elx-menu.is-open{display:flex}.elx-menu a{padding:12px 8px;border-bottom:1px solid rgba(15,23,42,.06)}.elx-menu a:last-child{border-bottom:0}.cart-chip{padding-inline:12px}.cart-chip{font-size:.78rem}}


/* v1.2 Professional shop/UX additions */
.elx-nav{position:relative}.mega-menu-panel{position:absolute;top:calc(100% + 18px);right:0;left:0;background:rgba(255,255,255,.96);border:1px solid rgba(15,23,42,.07);border-radius:30px;box-shadow:var(--shadow);padding:18px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s ease;z-index:998;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.elx-nav:focus-within .mega-menu-panel,.elx-nav:hover .mega-menu-panel{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.mega-menu-card{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:22px;padding:18px;text-decoration:none;transition:.25s ease}.mega-menu-card strong{display:block;color:var(--text);font-weight:900;margin-bottom:6px}.mega-menu-card span{color:var(--muted);font-weight:700;font-size:.86rem}.mega-menu-card:hover{transform:translateY(-4px);border-color:rgba(17,79,199,.25);box-shadow:0 14px 30px rgba(15,23,42,.08)}.bl-page-card{background:#fff}.entry-content{line-height:2;color:#334155}.entry-content p{margin:0 0 1rem}.bl-search-results{display:grid;gap:18px}.bl-result-card{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}.bl-result-card h2{font-size:1.2rem;margin-bottom:8px}.bl-result-card h2 a{text-decoration:none;color:var(--text)}.bl-result-thumb{height:120px;border-radius:20px;overflow:hidden;background:#eef2f7}.bl-result-thumb img{width:100%;height:100%;object-fit:cover}.wp-block-image img{height:auto}.wp-caption{max-width:100%}@media(max-width:1024px){.mega-menu-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mega-menu-panel{display:none}.bl-result-card{grid-template-columns:1fr}.bl-result-thumb{height:200px}}


/* v1.3 Premium additions */
.bl-promo-strip-wrap{padding:0 0 18px}.bl-promo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.70);border-radius:28px;padding:14px;box-shadow:0 12px 36px rgba(15,23,42,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.bl-promo-strip span{display:flex;align-items:center;justify-content:center;text-align:center;background:#fff;border-radius:18px;padding:12px;color:var(--text);font-weight:900;font-size:.9rem}.hero-picture::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.02),rgba(255,255,255,.12),rgba(255,255,255,.02));transform:translateX(100%);transition:transform .9s ease}.elx-panel:hover .hero-picture::after{transform:translateX(-100%)}.mega-menu-card::before{content:"";display:block;width:38px;height:4px;border-radius:999px;background:linear-gradient(90deg,var(--primary-blue),var(--primary-gold));margin-bottom:12px}.bl-floating-contact{position:fixed;left:18px;bottom:18px;z-index:998;display:flex;flex-direction:column;gap:10px}.bl-floating-contact a{width:52px;height:52px;border-radius:999px;display:grid;place-items:center;text-decoration:none;background:var(--primary-blue);color:#fff;box-shadow:0 12px 30px rgba(17,79,199,.22);font-size:1.25rem}.bl-floating-contact a:nth-child(2){background:var(--primary-gold)}@media(max-width:1024px){.bl-promo-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.bl-promo-strip{grid-template-columns:1fr}.bl-promo-strip span{font-size:.85rem}.bl-floating-contact{left:12px;bottom:12px}.bl-floating-contact a{width:46px;height:46px}}


/* v1.5 Responsive Customizer Hero Backgrounds
   Desktop and mobile images are injected from wp_head. */
.elx-hero-slide.hero-industrial,
.elx-hero-slide.hero-luxury,
.elx-final-cta{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.elx-hero-slide.hero-industrial{ background-position: center center; }
.elx-hero-slide.hero-luxury{ background-position: center center; }

.elx-hero-slide.hero-industrial > *,
.elx-hero-slide.hero-luxury > *,
.elx-final-cta > *{
  position: relative;
  z-index: 2;
}

@media (min-width: 769px){
  .elx-hero-slide.hero-industrial,
  .elx-hero-slide.hero-luxury{
    min-height: 620px;
  }
}

@media (max-width: 768px){
  .elx-hero-slide.hero-industrial,
  .elx-hero-slide.hero-luxury{
    min-height: 540px;
    background-size: cover;
    background-position: center top;
    padding-top: 76px;
    padding-bottom: 64px;
  }
  .elx-hero-slide.hero-industrial{ background-position: center center; }
  .elx-hero-slide.hero-luxury{ background-position: center top; }
  .elx-final-cta{
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 480px){
  .elx-hero-slide.hero-industrial,
  .elx-hero-slide.hero-luxury{
    min-height: 500px;
  }
}

/* v1.6 modern navigation */
.elx-nav{position:relative}.elx-menu{padding:7px 12px;border:1px solid rgba(15,23,42,.06);border-radius:999px;background:rgba(255,255,255,.58);box-shadow:0 8px 30px rgba(15,23,42,.04)}
.elx-menu>li{list-style:none;position:relative}.elx-menu ul{list-style:none;margin:0;padding:0}.elx-menu .sub-menu{position:absolute;top:calc(100% + 16px);right:0;min-width:220px;padding:10px;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 60px rgba(15,23,42,.14);opacity:0;visibility:hidden;transform:translateY(8px);transition:.22s;display:block;z-index:1001}.elx-menu li:hover>.sub-menu,.elx-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.elx-menu .sub-menu a{display:block;padding:10px 12px}.mega-menu-panel{display:none;position:absolute;top:calc(100% + 10px);right:0;left:0;padding:20px;border-radius:24px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);box-shadow:0 28px 70px rgba(15,23,42,.16);z-index:1000}.mega-menu-panel.is-open{display:block}.mega-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mega-menu-card{padding:18px;border:1px solid #edf0f5;border-radius:16px;text-decoration:none;color:var(--text);transition:.2s}.mega-menu-card:hover{transform:translateY(-3px);border-color:var(--primary-gold);box-shadow:0 12px 30px rgba(15,23,42,.08)}.mega-menu-card strong,.mega-menu-card span{display:block}.mega-menu-card span{font-size:.8rem;color:var(--muted);margin-top:4px}
.elx-header.scrolled .elx-menu{background:#fff}.mobile-menu-toggle{display:none;border:0;background:#fff;border-radius:12px;width:44px;height:44px;font-size:1.35rem;box-shadow:0 6px 18px rgba(15,23,42,.08)}
.product-card h4 a{color:inherit;text-decoration:none}
@media(max-width:900px){.mobile-menu-toggle{display:grid;place-items:center}.elx-menu{display:none;position:absolute;top:calc(100% + 12px);right:16px;left:16px;padding:14px;border-radius:22px;background:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18);flex-direction:column;align-items:stretch;gap:0}.elx-menu.is-open{display:flex}.elx-menu>li,.elx-menu>a{width:100%}.elx-menu a{display:block;padding:13px 10px}.elx-menu .sub-menu{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 10px;background:#f8fafc}.elx-menu li:hover>.sub-menu,.elx-menu li:focus-within>.sub-menu{display:block}.mega-menu-panel{position:fixed;top:76px;right:12px;left:12px;max-height:70vh;overflow:auto}.mega-menu-grid{grid-template-columns:repeat(2,1fr)}.elx-actions{margin-right:auto}.elx-chip{padding:9px 12px}.cart-chip{font-size:0}.cart-chip .cart-count{font-size:.85rem}}
@media(max-width:560px){.elx-actions .elx-chip:first-child{display:none}.mega-menu-grid{grid-template-columns:1fr}.elx-logo{font-size:1.25rem}.elx-nav{gap:8px}.elx-section{padding:64px 0}}
\n/* v1.6.2 – transparent, static and performance-focused hero */
.elx-hero{min-height:auto;padding-top:0;display:block;background:#08111d}
.elx-hero .elx-container{width:100%;max-width:none}
.elx-split{display:grid;grid-template-columns:1fr 1fr;min-height:clamp(560px,78vh,860px);border-radius:0;overflow:hidden;box-shadow:none;background:#08111d}
.elx-panel{min-height:clamp(560px,78vh,860px);background:#08111d;animation:none!important;transform:none!important}
.hero-picture{z-index:0}
.hero-img{transform:none!important;transition:none!important;object-position:center;will-change:auto}
.elx-panel:hover .hero-img{transform:none!important}
.elx-panel .overlay{z-index:1;opacity:1!important;transition:none!important;background:linear-gradient(90deg,rgba(5,12,22,.62) 0%,rgba(5,12,22,.22) 46%,rgba(5,12,22,.03) 76%),linear-gradient(0deg,rgba(5,12,22,.28),transparent 55%)}
.chandelier-panel .overlay{background:linear-gradient(90deg,rgba(14,9,5,.60) 0%,rgba(14,9,5,.20) 48%,rgba(14,9,5,.03) 78%),linear-gradient(0deg,rgba(14,9,5,.26),transparent 55%)}
.elx-card,.elx-hero-copy{right:clamp(24px,5vw,96px);left:auto;bottom:50%;transform:translateY(50%);max-width:min(540px,78%);padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.elx-panel:hover .elx-card{transform:translateY(50%)!important;box-shadow:none!important}
.elx-card h1{font-size:clamp(2.1rem,4vw,4.5rem);line-height:1.12;margin-bottom:16px;color:#fff!important;text-shadow:0 3px 24px rgba(0,0,0,.45)}
.elx-card p{max-width:620px;color:rgba(255,255,255,.92)!important;font-size:clamp(.95rem,1.2vw,1.15rem);font-weight:600;text-shadow:0 2px 18px rgba(0,0,0,.48);margin-bottom:28px}
.elx-card .elx-btn{box-shadow:0 10px 28px rgba(0,0,0,.22);padding:15px 30px}
.elx-card .elx-btn:hover{transform:translateY(-2px) scale(1.01)}
.hero-picture::after{display:none!important}
@media(max-width:768px){
 .elx-hero{padding-top:0}.elx-split{grid-template-columns:1fr;min-height:0}.elx-panel{min-height:78svh;min-height:78vh}.elx-card,.elx-hero-copy{right:24px;left:24px;bottom:10%;transform:none;max-width:none}.elx-panel:hover .elx-card{transform:none!important}.elx-card h1{font-size:clamp(2rem,9vw,3.2rem)}.elx-panel .overlay{background:linear-gradient(0deg,rgba(4,10,18,.78) 0%,rgba(4,10,18,.26) 54%,rgba(4,10,18,.05) 100%)}.chandelier-panel .overlay{background:linear-gradient(0deg,rgba(15,9,4,.78) 0%,rgba(15,9,4,.28) 54%,rgba(15,9,4,.05) 100%)}
}
/* =========================================================
   v2.2.0 — Reference-accurate luxury homepage
   ========================================================= */
:root{--ref-dark:#06101c;--ref-dark2:#0b1725;--ref-orange:#ff7a00;--ref-gold:#f5b52e;--ref-white:#fff;--ref-text:#0e1725}
body{background:#f6f7f9;color:var(--ref-text);overflow-x:hidden}
.elx-home{background:#f6f7f9}
.elx-container{width:min(1400px,calc(100% - 36px))}
/* Header: dark, compact, visually matching reference */
.elx-header{position:relative!important;top:auto!important;background:#07111d!important;padding:14px 0!important;border-bottom:1px solid rgba(255,255,255,.16);box-shadow:0 4px 22px rgba(0,0,0,.22);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.elx-nav{min-height:58px;gap:28px}
.elx-logo,.elx-logo:visited{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important;font-size:1.55rem;font-weight:900;line-height:1}
.elx-logo span{color:var(--ref-orange)}
.custom-logo{max-height:52px;filter:brightness(0) invert(1)}
.elx-menu{order:2;flex:1;justify-content:center;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;gap:34px}
.elx-menu a{color:#f7f8fa!important;font-size:1rem;font-weight:800}
.elx-menu a::after{background:var(--ref-orange)!important;height:3px}
.elx-menu a:hover{color:var(--ref-orange)!important}
.elx-actions{order:3}
.elx-chip{background:#182638!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;box-shadow:none!important;padding:10px 16px!important}
.cart-chip{border-radius:12px!important}
.mobile-menu-toggle{background:#182638!important;color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:none}
.elx-header.scrolled{position:relative!important;background:#07111d!important;padding:14px 0!important}
/* Search modal */
.search-modal{background:#0b1725;color:#fff;border:1px solid rgba(255,255,255,.1)}
.search-modal h3{color:#fff}.search-modal input{background:#111e2d;color:#fff;border-color:#26364a}.search-hint{color:#9aa9bb}
/* Hero */
.bl-reference-home{background:#f6f7f9}
.bl-ref-hero{position:relative;width:100%;height:clamp(540px,calc(100svh - 150px),650px);min-height:540px;overflow:hidden;background:#07111d}
.bl-ref-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0}
.bl-ref-hero-panels{position:relative;z-index:2;width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr}
.bl-ref-hero-copy{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}
.bl-copy-inner{width:min(470px,78%);margin-top:-8px;direction:rtl}
.bl-ref-electric .bl-copy-inner{transform:translateX(4%)}
.bl-ref-light .bl-copy-inner{transform:translateX(-1%)}
.bl-hero-mark{display:block;font-size:4rem;line-height:.7;color:#38a8ff;text-shadow:0 0 20px rgba(56,168,255,.85);font-weight:900;margin-bottom:18px}
.bl-chandelier-mark{color:#ffbe42;font-size:3.4rem;text-shadow:0 0 18px rgba(255,190,66,.8)}
.bl-ref-hero h1,.bl-ref-hero h2{margin:0 0 12px;font-size:clamp(2.2rem,4vw,4rem);font-weight:900;letter-spacing:-1.5px;text-shadow:0 5px 24px rgba(0,0,0,.42)}
.bl-ref-electric h1{color:#fff}.bl-ref-light h2{color:#f5b52e}
.bl-ref-hero p{margin:0 0 24px;color:#fff;font-size:clamp(1rem,1.35vw,1.25rem);font-weight:800;text-shadow:0 3px 18px rgba(0,0,0,.55)}
.bl-orange-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#ff8b00,#ff6500);color:#fff!important;text-decoration:none;border-radius:14px;padding:12px 25px;font-weight:900;box-shadow:0 9px 26px rgba(255,104,0,.28);transition:.22s ease;border:1px solid rgba(255,255,255,.1)}
.bl-orange-btn b{font-size:1.35rem;line-height:.5}.bl-orange-btn:hover{transform:translateY(-2px);box-shadow:0 13px 32px rgba(255,104,0,.4)}
/* Category strip exactly below hero */
.bl-category-rail{position:relative;z-index:5;margin:-42px auto 0;width:min(1270px,calc(100% - 50px));background:linear-gradient(180deg,#0d1a28,#07111d);border:1px solid rgba(255,255,255,.32);border-radius:20px;box-shadow:0 18px 42px rgba(2,8,18,.28)}
.bl-category-inner{display:grid;grid-template-columns:repeat(8,1fr);min-height:116px}
.bl-cat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#fff;text-decoration:none;border-left:1px solid rgba(255,255,255,.12);font-weight:900;font-size:.92rem;padding:10px 5px;text-align:center;transition:.2s ease}
.bl-cat-item:last-child{border-left:0}.bl-cat-item:hover{color:#ffb13a;background:rgba(255,255,255,.035)}
.bl-cat-icon{width:50px;height:50px;border:1px solid rgba(255,183,46,.28);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.02);box-shadow:inset 0 0 22px rgba(255,170,0,.05)}
.bl-cat-icon svg{width:27px;height:27px;fill:none;stroke:#ffb52d;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
/* Section heading */
.bl-products-wrap{padding:42px 22px 20px;max-width:1500px;margin:auto}
.bl-section-heading{display:flex;align-items:center;justify-content:center;gap:34px;position:relative;margin:0 auto 26px}
.bl-section-heading span{width:150px;height:3px;background:linear-gradient(90deg,transparent,#ff7a00);border-radius:999px}.bl-section-heading span:nth-of-type(2){background:linear-gradient(90deg,#ff7a00,transparent)}
.bl-section-heading h2{font-size:2.25rem;font-weight:900;margin:0;color:#111b2a}.bl-section-heading i{position:absolute;top:42px;font-style:normal;color:#ff6f00;font-size:1.35rem}
.bl-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px}
.bl-ref-product{background:#fff;border:1px solid #e4e7ec;border-radius:16px;overflow:hidden;box-shadow:0 7px 24px rgba(17,24,39,.06);transition:.25s ease;min-width:0}
.bl-ref-product:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(17,24,39,.12)}
.bl-product-media{height:275px;display:block;position:relative;background:#f1f3f6;overflow:hidden}.bl-product-media img{width:100%;height:100%;object-fit:cover}.bl-product-media>span{position:absolute;top:10px;right:10px;z-index:2;background:#ff6e00;color:#fff;padding:5px 11px;border-radius:10px;font-size:.76rem;font-weight:900}.bl-ref-product h3{padding:14px 15px 5px;font-size:.98rem;margin:0;min-height:54px}.bl-ref-product h3 a{color:#172033;text-decoration:none}.bl-product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 14px 15px}.bl-product-bottom strong{font-size:1rem;color:#111b2a}.bl-product-bottom .button{width:auto!important;padding:7px 10px!important;border-radius:10px!important;font-size:0!important;background:transparent!important;color:#111!important;line-height:1!important}.bl-product-bottom .button:after{content:'🛒';font-size:1.1rem}.bl-empty-products{grid-column:1/-1;text-align:center;padding:50px;background:#fff;border-radius:18px}
/* Dream / light experience */
.bl-dream-section{padding:42px 22px 36px;max-width:1450px;margin:auto}.bl-dream-card{display:grid;grid-template-columns:1fr 1fr;min-height:330px;border-radius:24px;overflow:hidden;background:#0a1522;box-shadow:0 18px 45px rgba(2,8,18,.2)}.bl-dream-copy{padding:48px 55px;display:flex;flex-direction:column;justify-content:center;color:#fff}.bl-eyebrow{color:#ffae25;font-size:.88rem;font-weight:900;letter-spacing:.5px}.bl-dream-copy h2{font-size:clamp(2rem,3vw,3rem);margin:10px 0 12px;color:#fff;font-weight:900}.bl-dream-copy p{max-width:600px;color:#c7d0db;line-height:2;font-weight:600;margin:0 0 22px}.bl-dream-actions{display:flex;gap:12px;flex-wrap:wrap}.bl-outline-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:14px;border:1px solid rgba(255,255,255,.25);color:#fff;text-decoration:none;font-weight:900}.bl-dream-image{min-height:330px}.bl-dream-image img{width:100%;height:100%;object-fit:cover}
/* Trust row */
.bl-trust-strip{max-width:1400px;margin:0 auto 40px;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr)}.bl-trust-strip>div{background:#091522;color:#fff;padding:22px 18px;text-align:center;border-left:1px solid rgba(255,255,255,.12)}.bl-trust-strip>div:first-child{border-radius:16px 0 0 16px}.bl-trust-strip>div:last-child{border-radius:0 16px 16px 0;border-left:0}.bl-trust-strip b{display:block;color:#ffae25;font-size:1rem}.bl-trust-strip small{display:block;color:#aeb9c5;margin-top:5px}
/* Final CTA */
.bl-final-cta{max-width:1400px;margin:0 auto 50px;border-radius:24px;min-height:260px;padding:55px;background:linear-gradient(110deg,rgba(5,14,25,.96),rgba(20,13,6,.88)),url('../images/hero-reference-light.jpg') center/cover;display:flex;align-items:center;color:#fff}.bl-final-cta>div{max-width:700px}.bl-final-cta h2{font-size:clamp(2rem,3.2vw,3rem);margin:9px 0 10px;font-weight:900}.bl-final-cta p{color:#ccd5df;line-height:1.9;margin:0 0 20px;font-weight:600}
/* Mobile: BOTH hero panels visible together; no internal hero scroll */
@media(max-width:768px){
  .elx-container{width:calc(100% - 20px)}.elx-header{padding:8px 0!important}.elx-nav{min-height:48px}.elx-menu{display:none}.elx-actions{gap:5px}.elx-chip{font-size:0;padding:8px!important;min-width:40px;justify-content:center}.elx-chip:before{font-size:1.15rem}.search-btn{display:none}.mobile-menu-toggle{display:grid!important;place-items:center;width:40px;height:40px}
  .bl-ref-hero{height:390px;min-height:390px;overflow:hidden}.bl-ref-hero-bg{display:none}.bl-ref-hero-panels{grid-template-columns:1fr 1fr;gap:5px;padding:5px;background:#07111d}.bl-ref-hero-copy{height:380px;min-height:0;overflow:hidden;border-radius:14px;background-size:cover;background-position:center center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.13)}.bl-ref-electric{background-image:linear-gradient(180deg,rgba(3,11,22,.04),rgba(3,11,22,.58)),url('../images/hero-reference-electric.jpg')}.bl-ref-light{background-image:linear-gradient(180deg,rgba(10,7,3,.05),rgba(10,7,3,.58)),url('../images/hero-reference-light.jpg')}.bl-copy-inner{width:92%;margin-top:0;transform:none!important;align-self:flex-end;padding:0 7px 24px}.bl-hero-mark{font-size:2rem;margin-bottom:7px}.bl-chandelier-mark{font-size:1.9rem}.bl-ref-hero h1,.bl-ref-hero h2{font-size:clamp(1.1rem,5.2vw,1.65rem);letter-spacing:-.4px;margin-bottom:7px}.bl-ref-hero p{font-size:.72rem;line-height:1.55;margin-bottom:12px}.bl-orange-btn{padding:8px 10px;border-radius:9px;font-size:.68rem;gap:4px;white-space:nowrap}.bl-orange-btn b{font-size:1rem}
  .bl-category-rail{margin:-20px 8px 0;width:calc(100% - 16px);border-radius:16px}.bl-category-inner{grid-template-columns:repeat(4,1fr);min-height:0}.bl-cat-item{font-size:.65rem;gap:5px;padding:10px 2px;border-bottom:1px solid rgba(255,255,255,.1)}.bl-cat-icon{width:36px;height:36px}.bl-cat-icon svg{width:20px;height:20px}
  .bl-products-wrap{padding:34px 10px 12px}.bl-section-heading{gap:10px;margin-bottom:24px}.bl-section-heading span{width:48px;height:2px}.bl-section-heading h2{font-size:1.55rem}.bl-section-heading i{top:29px;font-size:1rem}.bl-products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.bl-product-media{height:170px}.bl-ref-product h3{font-size:.78rem;padding:10px 9px 3px;min-height:45px}.bl-product-bottom{padding:5px 9px 10px}.bl-product-bottom strong{font-size:.74rem}.bl-product-bottom .button:after{font-size:.9rem}
  .bl-dream-section{padding:26px 10px}.bl-dream-card{grid-template-columns:1fr;min-height:0}.bl-dream-image{height:180px;min-height:180px;order:-1}.bl-dream-copy{padding:24px 20px}.bl-dream-copy h2{font-size:1.55rem}.bl-dream-copy p{font-size:.82rem;line-height:1.9}.bl-outline-btn{padding:9px 16px;font-size:.8rem}
  .bl-trust-strip{grid-template-columns:repeat(2,1fr);padding:0 10px;margin-bottom:26px}.bl-trust-strip>div{border-left:0!important;border-bottom:1px solid rgba(255,255,255,.12);border-radius:0!important;padding:15px 8px}.bl-trust-strip>div:nth-child(1){border-radius:14px 0 0 0!important}.bl-trust-strip>div:nth-child(2){border-radius:0 14px 0 0!important}.bl-trust-strip>div:nth-child(3){border-radius:0 0 0 14px!important}.bl-trust-strip>div:nth-child(4){border-radius:0 0 14px 0!important}.bl-trust-strip b{font-size:.78rem}.bl-trust-strip small{font-size:.65rem}
  .bl-final-cta{margin:0 10px 25px;padding:28px 22px;min-height:220px;border-radius:18px}.bl-final-cta h2{font-size:1.5rem}.bl-final-cta p{font-size:.8rem}
}
@media(max-width:380px){.bl-ref-hero{height:350px;min-height:350px}.bl-ref-hero-copy{height:340px}.bl-copy-inner{padding-bottom:18px}.bl-ref-hero p{font-size:.64rem}.bl-orange-btn{font-size:.62rem;padding:7px 8px}.bl-cat-item{font-size:.58rem}.bl-cat-icon{width:32px;height:32px}.bl-product-media{height:150px}}

/* =========================================================
   v2.3.0 — FINAL clean-banner responsive reference build
   ========================================================= */
.bl-reference-home{background:#f7f8fa!important}
.bl-ref-hero{height:auto!important;min-height:0!important;aspect-ratio:1536/524;position:relative;overflow:hidden;background:#07111d}
.bl-ref-hero-bg{display:block!important;position:absolute;inset:0;background-size:100% 100%!important;background-position:center!important;background-repeat:no-repeat!important}
.bl-ref-hero-panels{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;z-index:2}
.bl-ref-hero-copy{display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;position:relative}
.bl-ref-electric{padding-right:7%}.bl-ref-light{padding-left:7%}
.bl-copy-inner{width:min(500px,78%);margin-top:-3%;direction:rtl}
.bl-ref-electric .bl-copy-inner{transform:translateX(4%)}
.bl-ref-light .bl-copy-inner{transform:translateX(-1%)}
.bl-hero-mark{font-size:clamp(2.5rem,4.8vw,4.8rem);line-height:.6;margin-bottom:16px;color:#42aaff;text-shadow:0 0 22px rgba(66,170,255,.95);font-weight:900}
.bl-chandelier-mark{color:#ffc13d;text-shadow:0 0 22px rgba(255,193,61,.9)}
.bl-ref-hero h1,.bl-ref-hero h2{font-size:clamp(2rem,4.2vw,4.1rem)!important;line-height:1.12!important;font-weight:1000!important;letter-spacing:-1.8px!important;margin:0 0 10px!important;text-shadow:0 5px 28px rgba(0,0,0,.48)!important}
.bl-ref-electric h1{color:#fff!important}.bl-ref-light h2{color:#ffbd32!important}
.bl-ref-hero p{font-size:clamp(.9rem,1.35vw,1.3rem)!important;line-height:1.7;margin:0 0 22px!important;color:#fff!important;font-weight:800;text-shadow:0 3px 18px rgba(0,0,0,.6)}
.bl-orange-btn{background:linear-gradient(135deg,#ff8b00,#ff5d00)!important;border:0!important;border-radius:13px!important;padding:11px 24px!important;font-weight:900!important;box-shadow:0 10px 28px rgba(255,91,0,.28)!important}
.bl-category-rail{margin:-42px auto 0!important;width:min(1270px,calc(100% - 50px))!important}
.bl-cat-icon img{width:28px!important;height:28px!important;object-fit:contain!important;border-radius:0!important}
.bl-dream-card{background:#0a1522!important}
.bl-final-cta{background:#0a1522!important;background-image:none!important;min-height:230px!important;border:1px solid rgba(255,255,255,.22)}
.bl-final-cta.has-image{background-image:linear-gradient(90deg,rgba(5,14,25,.95),rgba(5,14,25,.62)),var(--final-bg)!important;background-size:cover!important;background-position:center!important}
@media(max-width:768px){
  .bl-ref-hero{aspect-ratio:auto;height:auto!important;min-height:0!important;background:#07111d;padding:6px!important;display:block}
  .bl-ref-hero-bg{display:none!important}
  .bl-ref-hero-panels{position:relative;inset:auto;display:grid;grid-template-columns:1fr;gap:6px;height:auto}
  .bl-ref-hero-copy{height:154px!important;min-height:154px!important;border-radius:14px;overflow:hidden;padding:0!important;background-image:var(--mobile-ref-bg)!important;background-size:200% 100%!important;background-repeat:no-repeat!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
  .bl-ref-electric{--mobile-ref-bg:url('../images/hero-reference-clean3.jpg');background-position:left center!important}
  .bl-ref-light{--mobile-ref-bg:url('../images/hero-reference-clean3.jpg');background-position:right center!important}
  .bl-copy-inner{width:52%!important;margin:0!important;transform:none!important;align-self:center!important;padding:0!important}
  .bl-ref-electric .bl-copy-inner{margin-right:auto!important;margin-left:3%!important}
  .bl-ref-light .bl-copy-inner{margin-left:auto!important;margin-right:3%!important}
  .bl-hero-mark{font-size:1.8rem!important;margin-bottom:5px!important}
  .bl-chandelier-mark{font-size:1.65rem!important}
  .bl-ref-hero h1,.bl-ref-hero h2{font-size:1.35rem!important;letter-spacing:-.7px!important;margin-bottom:4px!important}
  .bl-ref-hero p{font-size:.65rem!important;line-height:1.45!important;margin-bottom:7px!important}
  .bl-orange-btn{padding:6px 10px!important;border-radius:8px!important;font-size:.62rem!important;box-shadow:0 5px 14px rgba(255,91,0,.24)!important}
  .bl-category-rail{margin:-14px 8px 0!important;width:calc(100% - 16px)!important}
  .bl-category-inner{grid-template-columns:repeat(4,1fr)!important}
  .bl-cat-item{font-size:.62rem!important;min-height:76px;padding:8px 2px!important}
  .bl-cat-icon{width:36px!important;height:36px!important}
  .bl-products-wrap{padding:30px 10px 12px!important}
  .bl-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}
  .bl-product-media{height:160px!important}
  .bl-ref-product h3{font-size:.76rem!important;min-height:44px!important}
  .bl-dream-section{padding:24px 10px!important}
  .bl-dream-card{grid-template-columns:1fr!important}
  .bl-dream-image{height:150px!important;min-height:150px!important;order:-1}
  .bl-dream-copy{padding:22px 18px!important}
  .bl-dream-copy h2{font-size:1.45rem!important}
  .bl-dream-copy p{font-size:.78rem!important}
  .bl-trust-strip{grid-template-columns:repeat(2,1fr)!important;padding:0 10px!important;margin-bottom:22px!important}
  .bl-final-cta{margin:0 10px 25px!important;min-height:190px!important;padding:25px 18px!important;border-radius:18px!important}
  .bl-final-cta h2{font-size:1.4rem!important}
}
@media(max-width:380px){
  .bl-ref-hero-copy{height:142px!important;min-height:142px!important}
  .bl-copy-inner{width:54%!important}
  .bl-ref-hero h1,.bl-ref-hero h2{font-size:1.2rem!important}
  .bl-ref-hero p{font-size:.58rem!important}
  .bl-orange-btn{font-size:.58rem!important;padding:5px 8px!important}
  .bl-cat-item{font-size:.56rem!important}
  .bl-product-media{height:145px!important}
}

/* =========================================================
   v2.4.0 — ACTUAL REFERENCE IMPLEMENTATION
   ========================================================= */
body:has(.bl-reference-home) .elx-header{position:relative!important;top:auto!important;background:#06111e!important;border-bottom:1px solid rgba(255,174,37,.35)!important;box-shadow:0 8px 30px rgba(0,0,0,.28)!important;padding:14px 0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
body:has(.bl-reference-home) .elx-home{background:#f7f8fa!important}
body:has(.bl-reference-home) .elx-logo{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important;font-weight:1000!important}
body:has(.bl-reference-home) .elx-menu a{color:#f7fafc!important;font-weight:800!important}
body:has(.bl-reference-home) .elx-menu a::after{background:#ff8a00!important}
body:has(.bl-reference-home) .elx-menu a:hover{color:#ffb52e!important}
body:has(.bl-reference-home) .elx-chip{background:#111e2d!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important}
body:has(.bl-reference-home) .elx-chip:hover{background:#17283b!important}
body:has(.bl-reference-home) .bl-ref-hero{aspect-ratio:1536/524!important;height:auto!important;min-height:0!important;width:100%!important;background:#06111e!important;overflow:hidden!important}
body:has(.bl-reference-home) .bl-ref-hero-bg{display:block!important;position:absolute!important;inset:0!important;background-image:url('../images/hero-reference-clean.jpg')!important;background-size:100% 100%!important;background-position:center center!important;background-repeat:no-repeat!important}
body:has(.bl-reference-home) .bl-ref-hero-panels{position:absolute!important;inset:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;z-index:3!important}
body:has(.bl-reference-home) .bl-ref-hero-copy{background:transparent!important;min-height:0!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}
body:has(.bl-reference-home) .bl-ref-electric{padding-right:8%!important}.bl-ref-light{padding-left:8%!important}
body:has(.bl-reference-home) .bl-copy-inner{width:min(520px,78%)!important;margin-top:-1%!important;direction:rtl!important}
body:has(.bl-reference-home) .bl-ref-electric .bl-copy-inner{transform:translateX(4%)!important}.bl-ref-light .bl-copy-inner{transform:translateX(-1%)!important}
body:has(.bl-reference-home) .bl-hero-mark{font-size:clamp(2.5rem,4.2vw,4.7rem)!important;line-height:.65!important;color:#4db5ff!important;text-shadow:0 0 26px rgba(40,157,255,.95)!important;margin-bottom:16px!important}
body:has(.bl-reference-home) .bl-chandelier-mark{color:#ffc13a!important;text-shadow:0 0 24px rgba(255,177,38,.95)!important}
body:has(.bl-reference-home) .bl-ref-hero h1,body:has(.bl-reference-home) .bl-ref-hero h2{font-family:'Vazirmatn',sans-serif!important;font-size:clamp(2.2rem,4.15vw,4.1rem)!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-2px!important;text-shadow:0 4px 24px rgba(0,0,0,.65)!important;margin:0 0 10px!important}
body:has(.bl-reference-home) .bl-ref-electric h1{color:#fff!important}body:has(.bl-reference-home) .bl-ref-light h2{color:#ffbe32!important}
body:has(.bl-reference-home) .bl-ref-hero p{font-size:clamp(.9rem,1.25vw,1.25rem)!important;line-height:1.7!important;color:#fff!important;font-weight:700!important;margin:0 0 20px!important;text-shadow:0 3px 16px rgba(0,0,0,.72)!important}
body:has(.bl-reference-home) .bl-orange-btn{display:inline-flex!important;align-items:center!important;gap:8px!important;background:linear-gradient(135deg,#ff9300,#ff5b00)!important;color:#fff!important;border:0!important;border-radius:12px!important;padding:11px 23px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 8px 24px rgba(255,91,0,.35)!important}
body:has(.bl-reference-home) .bl-category-rail{position:relative!important;z-index:5!important;margin:-42px auto 0!important;width:min(1270px,calc(100% - 50px))!important}
body:has(.bl-reference-home) .bl-category-inner{background:linear-gradient(180deg,#0d1b2a,#07111c)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(2,8,18,.28)!important}
body:has(.bl-reference-home) .bl-cat-item{color:#fff!important}.bl-cat-item:hover{color:#ffbd36!important}.bl-cat-icon{border-color:rgba(255,255,255,.13)!important;background:rgba(255,255,255,.025)!important}.bl-cat-icon svg{stroke:#ffb11b!important}.bl-cat-item span:last-child{font-weight:800!important}
body:has(.bl-reference-home) .bl-products-wrap{background:#f7f8fa!important;max-width:1500px!important}
body:has(.bl-reference-home) .bl-ref-product{border-radius:14px!important}.bl-product-media{height:275px!important}.bl-product-media img{object-fit:cover!important}
body:has(.bl-reference-home) .bl-dream-card{background:#091522!important;border:1px solid rgba(255,255,255,.2)!important}.bl-dream-placeholder{width:100%;height:100%;min-height:330px;background:linear-gradient(135deg,#0c1c2b,#06111d)!important}
body:has(.bl-reference-home) .bl-final-cta{background:#091522!important;background-image:none!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 18px 45px rgba(2,8,18,.16)!important;text-align:center!important;justify-content:center!important}
body:has(.bl-reference-home) .bl-final-cta>div{max-width:850px!important;margin:auto!important}.bl-final-cta h2{color:#fff!important}.bl-final-cta p{color:#cbd5e1!important}

@media(max-width:768px){
  body:has(.bl-reference-home) .elx-header{padding:7px 0!important}
  body:has(.bl-reference-home) .elx-container{width:calc(100% - 16px)!important}
  body:has(.bl-reference-home) .elx-logo{font-size:1.05rem!important}
  body:has(.bl-reference-home) .elx-nav{min-height:48px!important;gap:7px!important}
  body:has(.bl-reference-home) .elx-menu{display:none!important}
  body:has(.bl-reference-home) .mobile-menu-toggle{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;background:#111e2d!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important}
  body:has(.bl-reference-home) .elx-actions{gap:4px!important}.elx-actions .elx-chip{font-size:0!important;min-width:36px!important;width:36px!important;height:36px!important;padding:0!important;border-radius:10px!important}.elx-actions .elx-chip:before{font-size:1rem!important}.elx-actions .cart-chip:before{content:'🛒'}.elx-actions #searchBtn:before{content:'⌕'}
  body:has(.bl-reference-home) .bl-ref-hero{aspect-ratio:auto!important;height:232px!important;padding:4px!important;background:#06111e!important}
  body:has(.bl-reference-home) .bl-ref-hero-bg{display:block!important;inset:4px!important;background-size:200% 100%!important;background-position:left center!important;border-radius:12px!important}
  body:has(.bl-reference-home) .bl-ref-hero-panels{position:absolute!important;inset:4px!important;grid-template-columns:1fr 1fr!important;gap:4px!important}
  body:has(.bl-reference-home) .bl-ref-hero-copy{height:224px!important;min-height:224px!important;border-radius:11px!important;overflow:hidden!important;background-image:none!important}
  body:has(.bl-reference-home) .bl-ref-electric{padding:0!important}.bl-ref-light{padding:0!important}
  body:has(.bl-reference-home) .bl-copy-inner{width:86%!important;margin:0!important;transform:none!important;align-self:flex-end!important;padding:0 3px 15px!important}
  body:has(.bl-reference-home) .bl-ref-electric .bl-copy-inner{margin-left:auto!important;margin-right:0!important}.bl-ref-light .bl-copy-inner{margin-right:auto!important;margin-left:0!important}
  body:has(.bl-reference-home) .bl-hero-mark{font-size:1.5rem!important;margin-bottom:5px!important}.bl-chandelier-mark{font-size:1.35rem!important}
  body:has(.bl-reference-home) .bl-ref-hero h1,body:has(.bl-reference-home) .bl-ref-hero h2{font-size:1.08rem!important;letter-spacing:-.6px!important;margin-bottom:4px!important}
  body:has(.bl-reference-home) .bl-ref-hero p{font-size:.58rem!important;line-height:1.4!important;margin-bottom:6px!important}
  body:has(.bl-reference-home) .bl-orange-btn{padding:6px 9px!important;border-radius:7px!important;font-size:.58rem!important;gap:3px!important}
  body:has(.bl-reference-home) .bl-category-rail{margin:-12px 8px 0!important;width:calc(100% - 16px)!important}
  body:has(.bl-reference-home) .bl-cat-item{min-height:70px!important;padding:7px 2px!important;font-size:.6rem!important}
  body:has(.bl-reference-home) .bl-cat-icon{width:34px!important;height:34px!important}.bl-cat-icon svg{width:20px!important;height:20px!important}
  body:has(.bl-reference-home) .bl-products-wrap{padding:30px 10px 10px!important}.bl-products-grid{grid-template-columns:repeat(2,1fr)!important;gap:9px!important}.bl-product-media{height:150px!important}.bl-ref-product h3{font-size:.73rem!important;min-height:42px!important;padding:9px!important}.bl-product-bottom{padding:4px 8px 9px!important}.bl-product-bottom strong{font-size:.7rem!important}
  body:has(.bl-reference-home) .bl-dream-section{padding:22px 10px!important}.bl-dream-card{grid-template-columns:1fr!important}.bl-dream-image{min-height:120px!important;height:120px!important;order:-1}.bl-dream-copy{padding:20px 17px!important}.bl-dream-copy h2{font-size:1.35rem!important}.bl-dream-copy p{font-size:.72rem!important;line-height:1.8!important}
  body:has(.bl-reference-home) .bl-trust-strip{grid-template-columns:repeat(2,1fr)!important;padding:0 10px!important;margin-bottom:22px!important}.bl-trust-strip b{font-size:.72rem!important}.bl-trust-strip small{font-size:.58rem!important}
  body:has(.bl-reference-home) .bl-final-cta{margin:0 10px 22px!important;padding:25px 16px!important;min-height:170px!important}.bl-final-cta h2{font-size:1.3rem!important}.bl-final-cta p{font-size:.72rem!important}
}
@media(max-width:380px){body:has(.bl-reference-home) .bl-ref-hero{height:210px!important}.bl-ref-hero-copy{height:202px!important;min-height:202px!important}.bl-copy-inner{padding-bottom:11px!important}.bl-ref-hero h1,.bl-ref-hero h2{font-size:.98rem!important}.bl-ref-hero p{font-size:.52rem!important}.bl-orange-btn{font-size:.52rem!important;padding:5px 7px!important}.bl-cat-item{font-size:.54rem!important}.bl-cat-icon{width:30px!important;height:30px!important}.bl-product-media{height:135px!important}}


/* === BARgh LUSTER REFERENCE FINAL v2.5.0 === */
.bl-reference-page .elx-home{background:#f7f8fa!important}
.bl-reference-page .elx-header{position:relative!important;background:#050a10!important;border-bottom:1px solid rgba(255,255,255,.16)!important;padding:12px 0!important}
.bl-reference-page .elx-container{width:min(1280px,calc(100% - 40px))!important}
.bl-reference-page .elx-logo{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important}
.bl-reference-page .elx-menu a{color:#f5f7fa!important}
.bl-reference-page .elx-menu a::after{background:#ff8b00!important}
.bl-reference-page .elx-chip{background:#101a27!important;color:#fff!important;border:1px solid rgba(255,255,255,.08)!important}
.bl-reference-page .bl-ref-hero{position:relative!important;width:100%!important;aspect-ratio:1536/524!important;height:auto!important;min-height:0!important;overflow:hidden!important;background:#06111e!important}
.bl-reference-page .bl-ref-hero-bg{position:absolute!important;inset:0!important;display:block!important;background-image:url('../images/hero-reference-clean.jpg')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.bl-reference-page .bl-ref-hero-panels{position:absolute!important;inset:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;z-index:2!important}
.bl-reference-page .bl-ref-hero-copy{height:100%!important;min-height:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important}
.bl-reference-page .bl-ref-electric{padding-right:7%!important}.bl-reference-page .bl-ref-light{padding-left:7%!important}
.bl-reference-page .bl-copy-inner{width:min(500px,80%)!important;direction:rtl!important;margin-top:-1%!important}
.bl-reference-page .bl-ref-electric .bl-copy-inner{transform:translateX(4%)!important}.bl-reference-page .bl-ref-light .bl-copy-inner{transform:translateX(-2%)!important}
.bl-reference-page .bl-hero-mark{font-size:clamp(2.8rem,4.1vw,4.5rem)!important;line-height:.7!important;color:#54b9ff!important;text-shadow:0 0 25px rgba(50,165,255,.95)!important;display:block!important;margin-bottom:18px!important}
.bl-reference-page .bl-chandelier-mark{color:#ffc02d!important;text-shadow:0 0 24px rgba(255,172,26,.95)!important}
.bl-reference-page .bl-ref-hero h1,.bl-reference-page .bl-ref-hero h2{font-size:clamp(2.25rem,4.1vw,4rem)!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-2px!important;text-shadow:0 4px 25px rgba(0,0,0,.75)!important;margin:0 0 10px!important}
.bl-reference-page .bl-ref-electric h1{color:#fff!important}.bl-reference-page .bl-ref-light h2{color:#ffbf2e!important}
.bl-reference-page .bl-ref-hero p{font-size:clamp(.9rem,1.2vw,1.22rem)!important;color:#fff!important;font-weight:800!important;text-shadow:0 3px 15px rgba(0,0,0,.8)!important;margin:0 0 18px!important}
.bl-reference-page .bl-orange-btn{background:linear-gradient(135deg,#ff9800,#ff5a00)!important;color:#fff!important;border-radius:12px!important;padding:11px 23px!important;box-shadow:0 9px 26px rgba(255,91,0,.34)!important;font-weight:900!important}
.bl-reference-page .bl-category-rail{position:relative!important;z-index:5!important;margin:-40px auto 0!important;width:min(1270px,calc(100% - 50px))!important}
.bl-reference-page .bl-category-inner{background:linear-gradient(180deg,#0d1a28,#07101a)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:18px!important;box-shadow:0 18px 45px rgba(0,0,0,.28)!important;overflow:hidden!important}
.bl-reference-page .bl-cat-item{color:#fff!important;min-height:112px!important}.bl-reference-page .bl-cat-item:hover{color:#ffbd36!important}.bl-reference-page .bl-cat-icon{border-color:rgba(255,255,255,.11)!important;background:rgba(255,255,255,.025)!important}.bl-reference-page .bl-cat-icon svg{stroke:#ffb21c!important}
.bl-reference-page .bl-products-wrap{max-width:1500px!important;background:#f7f8fa!important;padding-top:54px!important}
.bl-reference-page .bl-section-heading h2{font-weight:950!important;color:#111827!important}.bl-reference-page .bl-ref-product{border-radius:14px!important;overflow:hidden!important}.bl-reference-page .bl-product-media{height:250px!important}.bl-reference-page .bl-product-media img{object-fit:cover!important}
.bl-reference-page .bl-dream-section{padding:26px 20px!important}.bl-reference-page .bl-dream-card{position:relative!important;min-height:250px!important;display:block!important;overflow:hidden!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.14)!important;background:#09131f!important}
.bl-reference-page .bl-dream-image{position:absolute!important;inset:0!important;z-index:0!important;height:100%!important;min-height:0!important}
.bl-reference-page .bl-dream-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:right center!important;filter:none!important;opacity:1!important}
.bl-reference-page .bl-dream-image:after{display:none!important;content:none!important}
.bl-reference-page .bl-dream-copy{position:relative!important;z-index:1!important;max-width:620px!important;margin-left:auto!important;padding:45px 55px!important;background:linear-gradient(90deg,rgba(5,12,20,.94),rgba(5,12,20,.42),transparent)!important;color:#fff!important}
.bl-reference-page .bl-dream-copy h2{color:#fff!important}.bl-reference-page .bl-dream-copy p{color:#e5e7eb!important}
.bl-reference-page .bl-trust-strip{max-width:1280px!important;margin:0 auto 24px!important;background:#07111c!important;border-radius:14px!important;color:#fff!important;padding:18px!important}
.bl-reference-page .bl-final-cta{max-width:1280px!important;margin:0 auto 30px!important;min-height:210px!important;background:#07111c!important;background-image:none!important;border-radius:18px!important}

@media(max-width:768px){
 .bl-reference-page .elx-header{padding:7px 0!important}
 .bl-reference-page .elx-container{width:calc(100% - 14px)!important}
 .bl-reference-page .elx-logo{font-size:1rem!important}
 .bl-reference-page .elx-menu{display:none!important}
 .bl-reference-page .mobile-menu-toggle{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;background:#101a27!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important}
 .bl-reference-page .elx-actions{gap:4px!important}.bl-reference-page .elx-actions .elx-chip{font-size:0!important;min-width:36px!important;width:36px!important;height:36px!important;padding:0!important;border-radius:10px!important}
 .bl-reference-page .bl-ref-hero{aspect-ratio:auto!important;height:250px!important;padding:5px!important;overflow:hidden!important;background:#06111e!important}
 .bl-reference-page .bl-ref-hero-bg{inset:5px!important;border-radius:13px!important;background-size:200% 100%!important;background-position:left center!important}
 .bl-reference-page .bl-ref-hero-panels{inset:5px!important;grid-template-columns:1fr 1fr!important;gap:5px!important}
 .bl-reference-page .bl-ref-hero-copy{height:240px!important;min-height:240px!important;border-radius:12px!important;overflow:hidden!important;align-items:flex-end!important}
 .bl-reference-page .bl-electric{background:transparent!important}.bl-reference-page .bl-ref-light{background:transparent!important}
 .bl-reference-page .bl-copy-inner{width:90%!important;margin:0!important;padding:0 5px 14px!important;transform:none!important}
 .bl-reference-page .bl-ref-electric .bl-copy-inner{margin-right:0!important;margin-left:auto!important}.bl-reference-page .bl-ref-light .bl-copy-inner{margin-left:0!important;margin-right:auto!important}
 .bl-reference-page .bl-hero-mark{font-size:1.5rem!important;margin-bottom:5px!important}.bl-reference-page .bl-chandelier-mark{font-size:1.35rem!important}
 .bl-reference-page .bl-ref-hero h1,.bl-reference-page .bl-ref-hero h2{font-size:1.12rem!important;letter-spacing:-.5px!important;margin-bottom:4px!important}
 .bl-reference-page .bl-ref-hero p{font-size:.58rem!important;line-height:1.45!important;margin-bottom:6px!important}
 .bl-reference-page .bl-orange-btn{padding:6px 10px!important;border-radius:7px!important;font-size:.58rem!important}
 .bl-reference-page .bl-category-rail{margin:-12px 7px 0!important;width:calc(100% - 14px)!important}
 .bl-reference-page .bl-category-inner{border-radius:14px!important}.bl-reference-page .bl-cat-item{min-height:68px!important;padding:7px 2px!important;font-size:.58rem!important}.bl-reference-page .bl-cat-icon{width:34px!important;height:34px!important}.bl-reference-page .bl-cat-icon img{object-fit:contain!important;padding:5px!important}
 .bl-reference-page .bl-products-wrap{padding:28px 7px 8px!important}.bl-reference-page .bl-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.bl-reference-page .bl-product-media{height:108px!important}.bl-reference-page .bl-ref-product h3{font-size:.58rem!important;min-height:38px!important;padding:6px 5px!important}.bl-reference-page .bl-product-bottom{padding:3px 5px 7px!important}.bl-reference-page .bl-product-bottom strong{font-size:.56rem!important}.bl-reference-page .bl-product-bottom .button{font-size:0!important;padding:0!important;background:none!important;color:#111!important}.bl-reference-page .bl-product-bottom .button:after{content:'🛒';font-size:.8rem!important}
 .bl-reference-page .bl-dream-section{padding:12px 7px!important}.bl-reference-page .bl-dream-card{min-height:170px!important;height:170px!important;border-radius:14px!important}.bl-reference-page .bl-dream-image{display:block!important}.bl-reference-page .bl-dream-image img{object-position:right center!important;opacity:1!important}.bl-reference-page .bl-dream-copy{max-width:72%!important;height:100%!important;padding:25px 14px!important;margin:0 0 0 auto!important;background:linear-gradient(90deg,rgba(5,12,20,.9),rgba(5,12,20,.28),transparent)!important}.bl-reference-page .bl-dream-copy .bl-eyebrow{font-size:.58rem!important}.bl-reference-page .bl-dream-copy h2{font-size:1rem!important;margin:3px 0 5px!important}.bl-reference-page .bl-dream-copy p{font-size:.58rem!important;line-height:1.65!important;margin-bottom:6px!important}.bl-reference-page .bl-dream-copy .bl-orange-btn{font-size:.55rem!important;padding:5px 8px!important}
 .bl-reference-page .bl-trust-strip{grid-template-columns:repeat(4,1fr)!important;padding:8px 5px!important;margin:0 7px 12px!important;border-radius:12px!important}.bl-reference-page .bl-trust-strip>div{padding:5px 2px!important}.bl-reference-page .bl-trust-strip b{font-size:.54rem!important}.bl-reference-page .bl-trust-strip small{font-size:.42rem!important;line-height:1.4!important}
 .bl-reference-page .bl-final-cta{margin:0 7px 15px!important;padding:18px 10px!important;min-height:120px!important;border-radius:12px!important}.bl-reference-page .bl-final-cta h2{font-size:1rem!important}.bl-reference-page .bl-final-cta p{font-size:.56rem!important}.bl-reference-page .bl-final-cta .bl-orange-btn{font-size:.55rem!important;padding:5px 9px!important}
}
@media(max-width:380px){.bl-reference-page .bl-ref-hero{height:228px!important}.bl-reference-page .bl-ref-hero-copy{height:218px!important;min-height:218px!important}.bl-reference-page .bl-ref-hero h1,.bl-reference-page .bl-ref-hero h2{font-size:1rem!important}.bl-reference-page .bl-ref-hero p{font-size:.52rem!important}.bl-reference-page .bl-category-inner{grid-template-columns:repeat(4,1fr)!important}.bl-reference-page .bl-cat-item{font-size:.52rem!important}.bl-reference-page .bl-product-media{height:96px!important}.bl-reference-page .bl-dream-card{height:155px!important;min-height:155px!important}}
