/* STLBEAST V199 - clean three-view product pages */
.stlb199-product-views{margin:28px 0 24px;padding:0}
.stlb199-product-views-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:0 0 16px}
.stlb199-product-views-head h2{margin:0;font-size:1.8rem;line-height:1;color:#f4fbff}
.stlb199-product-views-head span{color:rgba(214,234,255,.72);font-size:.95rem;line-height:1.5;max-width:720px;text-align:right}
.stlb199-product-views-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.stlb199-product-view{margin:0;padding:0;border:0;background:transparent;box-shadow:none;border-radius:0;overflow:visible}
.stlb199-product-view img{display:block;width:100%;height:auto;border-radius:18px;background:transparent;box-shadow:0 22px 46px rgba(0,0,0,.26)}
.stlb199-product-view.is-front{display:none}
.stlb127-release-media img{display:block;width:100%;height:auto;border-radius:22px;box-shadow:0 26px 56px rgba(0,0,0,.32)}
@media (max-width: 900px){
  .stlb199-product-views-head{display:block}
  .stlb199-product-views-head span{display:block;text-align:left;margin-top:8px}
  .stlb199-product-views-grid{grid-template-columns:1fr;gap:14px}
}
