*{box-sizing:border-box}.catalog-container,.product-container{width:min(100%,1320px);margin:0 auto;padding-left:24px;padding-right:24px}.catalog-hero,.product-page__top{padding:14px 0 8px;background:linear-gradient(135deg,#f6f9fc,#eef3f8)}.catalog-eyebrow,.product-title-block>span,.product-designer-heading>span,.product-description-grid>div>span,.product-static-section span{color:#f0a800;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.catalog-hero h1,.product-title-block h1{max-width:780px;margin:8px 0;color:#0d223f;font-size:clamp(2.2rem,5vw,4rem)}.catalog-hero p,.product-title-block p,.product-designer-heading p{max-width:700px;margin:0;color:#667085;line-height:1.6}.catalog-products{padding:48px 0 70px;background:#f4f7fb}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.catalog-card{overflow:hidden;border:1px solid #dce4ed;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(13,34,63,.06)}.catalog-card__image{display:block;aspect-ratio:4/3;overflow:hidden;background:#eef2f6}.catalog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.catalog-card:hover .catalog-card__image img{transform:scale(1.025)}.catalog-card__placeholder{display:grid;width:100%;height:100%;place-items:center;padding:20px;color:#617086;font-weight:800;text-align:center}.catalog-card__body{padding:20px}.catalog-card__body h2{margin:0;color:#0d223f;font-size:1.25rem}.catalog-card__body p{min-height:48px;margin:10px 0 18px;color:#667085;line-height:1.5}.catalog-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf1f5;padding-top:15px}.catalog-card__footer span{color:#667085;font-size:.8rem}.catalog-card__footer a{display:inline-flex;min-height:40px;align-items:center;border-radius:9px;padding:0 14px;color:#fff;background:#064dbf;font-weight:900;text-decoration:none}.catalog-empty{border:1px solid #dce4ed;border-radius:16px;padding:30px;color:#667085;background:#fff;text-align:center}.product-back{display:inline-flex;margin-bottom:20px;color:#29425f;font-size:.86rem;font-weight:800;text-decoration:none}.product-designer-section{padding:0 0 56px;background:#f4f7fb}.product-designer-heading{margin-bottom:24px}.product-designer-heading h2,.product-description-grid h2,.product-static-section h2{margin:7px 0 8px;color:#0d223f;font-size:clamp(1.7rem,3vw,2.5rem)}.product-description-section{padding:56px 0 72px;background:#fff}.product-description-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:start}.product-description-copy,.product-description-grid p{color:#53657a;line-height:1.75}.product-info-box{border:1px solid #dce4ed;border-radius:16px;padding:22px;background:#f8fafc}.product-info-box span,.product-info-box strong,.product-info-box small{display:block}.product-info-box span{color:#667085;font-size:.8rem}.product-info-box strong{margin-top:8px;color:#0d223f;font-size:1.3rem}.product-info-box small{margin-top:12px;color:#667085}.product-static-section{padding:44px 0;background:#f4f7fb}.product-static-section .product-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:28px;align-items:center}.product-static-section img{width:100%;border-radius:18px}.product-page{min-height:60vh}@media(max-width:950px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-description-grid,.product-static-section .product-container{grid-template-columns:1fr}}@media(max-width:620px){.catalog-container,.product-container{padding-left:15px;padding-right:15px}.catalog-hero,.product-page__top{padding:44px 0 32px}.catalog-grid{grid-template-columns:1fr}.catalog-card__body p{min-height:auto}.catalog-card__footer{align-items:flex-start;flex-direction:column}}
.product-designer-intro{
    max-width:700px;
    margin:0 0 24px;
    color:#667085;
    font-size:1rem;
    line-height:1.7;
}

.product-title-block h1{
    font-size:clamp(1.9rem,3.8vw,3rem)!important;
    margin:4px 0 6px;
}
