:root{--navy:#0e1624;--orange:#ff5a1f;--amber:#ff8a1f;--yellow:#ffd54f;--light:#f2f4f7;--muted:#69717e;--line:#e2e6ec;--shell:min(1180px,calc(100% - 40px))}*{box-sizing:border-box}body{margin:0;background:#fff;color:var(--navy);font-family:Poppins,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:var(--shell);margin:auto}.product-header{position:relative;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}.product-header .shell{height:82px;display:flex;align-items:center;justify-content:space-between}.biomi-logo{display:block;width:170px;height:62px;background:url('/assets/images/biomi-brand/biomi-primary.png') center/170px auto no-repeat}.product-header nav{display:flex;gap:26px;font-size:.9rem;font-weight:600}.product-header nav a{color:#59616e}.product-header nav a:hover,.product-header nav .active{color:var(--orange)}.catalog-hero{padding:105px 0 92px;background:radial-gradient(circle at 80% 30%,rgba(255,213,79,.25),transparent 27%),linear-gradient(135deg,#fff,#fff5ed)}.kicker{color:var(--orange);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}.catalog-hero h1{max-width:900px;font-size:clamp(3rem,6vw,5.8rem);line-height:.98;letter-spacing:-.06em;margin:20px 0}.catalog-hero h1 em{color:var(--orange);font-style:normal}.catalog-hero p{max-width:670px;color:var(--muted);font-size:1.08rem}.catalog-body{padding:80px 0;background:var(--light)}.filters{display:flex;gap:10px;margin-bottom:35px}.filters input,.filters select{height:50px;border:1px solid #d3d8df;background:#fff;border-radius:999px;padding:0 20px;font:500 .9rem Poppins}.filters input{flex:1}.filters button,.primary-button{border:0;border-radius:999px;padding:0 24px;background:linear-gradient(135deg,var(--orange),var(--amber));color:#fff;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catalog-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(14,22,36,.07);transition:.25s}.catalog-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(14,22,36,.12)}.card-image{display:block;height:230px;background:linear-gradient(135deg,var(--orange),var(--yellow));overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.catalog-card:hover img{transform:scale(1.035)}.card-image.placeholder{display:grid;place-items:center}.card-image.placeholder span{font-size:6rem;font-weight:800;color:rgba(255,255,255,.8)}.card-copy{padding:24px}.category{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);font-weight:700}.card-copy h2{font-size:1.45rem;line-height:1.2;margin:10px 0}.card-copy p{color:var(--muted);font-size:.9rem}.text-link{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-top:20px;font-size:.85rem;font-weight:700}.text-link b{color:var(--orange)}.empty{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed #c5cad1;border-radius:20px;color:var(--muted)}
.product-detail{padding:35px 0 100px}.breadcrumb{display:flex;gap:9px;flex-wrap:wrap;color:#7b828d;font-size:.8rem;margin:15px 0 40px}.breadcrumb a{color:var(--orange)}.detail-hero{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:70px;padding-bottom:70px;border-bottom:1px solid var(--line)}.detail-copy h1{font-size:clamp(3rem,5.5vw,5.5rem);line-height:.95;letter-spacing:-.06em;margin:18px 0}.detail-copy>p{font-size:1.12rem;color:var(--muted)}.detail-actions{display:flex;align-items:center;gap:16px;margin-top:30px}.primary-button{display:inline-flex;min-height:54px;align-items:center;gap:15px;box-shadow:0 13px 28px rgba(255,90,31,.2)}.availability{font-size:.76rem;font-weight:700;padding:8px 12px;border-radius:99px;background:#eef1f4}.availability.available{color:#18794e;background:#e9f8f0}.availability.coming_soon{color:#8b5c00;background:#fff5d6}.detail-hero figure{margin:0;border-radius:28px;overflow:hidden;background:#fff4eb;box-shadow:0 25px 60px rgba(14,22,36,.13)}.detail-hero figure img{width:100%;aspect-ratio:4/3;object-fit:cover}.content-layout{display:grid;grid-template-columns:220px minmax(0,760px);justify-content:center;gap:65px;padding:80px 0}.content-layout aside{display:flex;flex-direction:column;gap:14px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#7a818c}.content-layout aside a{color:var(--orange)}.rich-content{font-size:1.03rem;color:#313a47}.rich-content h2,.rich-content h3,.rich-content h4{color:var(--navy);line-height:1.18;letter-spacing:-.035em;margin:1.7em 0 .65em}.rich-content h2{font-size:2rem}.rich-content h3{font-size:1.5rem}.rich-content a{color:var(--orange);text-decoration:underline}.rich-content img{height:auto;border-radius:18px}.rich-content blockquote{border-left:4px solid var(--orange);margin:28px 0;padding:12px 24px;background:#fff5ed;border-radius:0 12px 12px 0}.rich-content table{width:100%;border-collapse:collapse}.rich-content td,.rich-content th{border:1px solid var(--line);padding:10px}.end-cta{padding:55px;border-radius:30px;background:linear-gradient(135deg,var(--navy),#1d2d46);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.end-cta h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.1}footer{padding:40px 0;background:var(--navy);color:#b7bfca}footer .shell{display:flex;align-items:center;gap:30px}.footer-logo{width:75px;height:55px;background-image:url('/assets/images/biomi-brand/biomi-symbol-glow.png');background-size:85px auto}.not-found{min-height:100vh;display:grid;place-content:center;text-align:center}.not-found a{color:var(--orange)}
@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}.detail-hero{grid-template-columns:1fr;gap:35px}.content-layout{grid-template-columns:1fr}.content-layout aside{display:none}}
@media(max-width:650px){:root{--shell:min(100% - 28px,1180px)}.product-header .shell{height:70px}.biomi-logo{width:140px;height:55px;background-size:140px auto}.product-header nav a:not(.active){display:none}.catalog-hero{padding:70px 0}.catalog-hero h1{font-size:3.2rem}.filters{flex-direction:column}.filters input,.filters select,.filters button{width:100%;height:50px}.products-grid{grid-template-columns:1fr}.product-detail{padding-top:15px}.detail-copy h1{font-size:3.2rem}.detail-actions{align-items:flex-start;flex-direction:column}.content-layout{padding:55px 0}.end-cta{padding:35px 25px;align-items:flex-start;flex-direction:column}footer .shell{display:block}}
.contact-email{margin-left:auto;color:#fff;font-size:.88rem;font-weight:600}.contact-email:hover{color:var(--yellow)}@media(max-width:650px){.contact-email{display:inline-block;margin:12px 0 0}}
.language-switcher{display:inline-flex!important;gap:3px!important;padding:3px;border:1px solid var(--line);border-radius:999px}.language-switcher a{display:grid!important;place-items:center;min-width:31px;height:28px;padding:0!important;border-radius:999px;font-size:.67rem}.language-switcher a.active{background:var(--navy);color:#fff!important}@media(max-width:650px){.product-header nav{gap:8px}.product-header nav>a:not(.active){display:none}.product-header .language-switcher a{display:grid!important}}
.ad-slot{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;overflow:hidden;text-align:center;clear:both}.product-ad-section{margin-block:32px}.ad-label{display:block;margin-bottom:7px;color:#777f89;font-size:.66rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.ad-content{display:flex;align-items:center;justify-content:center;max-width:100%;overflow:hidden}.ad-slot-leaderboard .ad-content{min-width:min(728px,100%);min-height:90px}@media(max-width:767px){.ad-desktop-only{display:none}.ad-mobile-only{display:flex}.ad-slot-leaderboard .ad-content{min-width:320px;min-height:50px}.product-ad-section{margin-block:25px}}
