.cmsh-section{--cmsh-navy:#071b3b;--cmsh-red:#d71920;--cmsh-text:#0c1b34;--cmsh-muted:#667085;--cmsh-border:#e6e9ee;--cmsh-bg:#f8f9fb;width:100%;margin:0 auto 48px;font-family:inherit;color:var(--cmsh-text)}.cmsh-section *{box-sizing:border-box}.cmsh-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.cmsh-section-head h2{margin:0;font-size:clamp(22px,2vw,30px);line-height:1.2;font-weight:750;letter-spacing:-.02em;color:var(--cmsh-text)}.cmsh-section-link{display:inline-flex;align-items:center;gap:9px;color:var(--cmsh-text);text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap}.cmsh-section-link:hover{color:var(--cmsh-red)}.cmsh-section-link span{font-size:18px;transition:transform .2s}.cmsh-section-link:hover span{transform:translateX(3px)}.cmsh-categories-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.cmsh-category-card{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:12px;padding:18px 10px 16px;border:1px solid transparent;border-radius:12px;background:var(--cmsh-bg);color:var(--cmsh-text);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.cmsh-category-card:hover{transform:translateY(-3px);border-color:#dde2e8;background:#fff;box-shadow:0 12px 30px rgba(7,27,59,.08)}.cmsh-category-image-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:100px}.cmsh-category-image-wrap img{display:block;width:100%;height:100%;object-fit:contain}.cmsh-category-name{font-size:13px;line-height:1.35;font-weight:650;text-align:center;min-height:36px;display:flex;align-items:center;justify-content:center}.cmsh-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.cmsh-product-card{min-width:0;border:1px solid var(--cmsh-border);border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cmsh-product-card:hover{transform:translateY(-3px);border-color:#d6dce4;box-shadow:0 14px 36px rgba(7,27,59,.09)}.cmsh-product-image-link{display:block;text-decoration:none}.cmsh-product-image-wrap{display:flex;align-items:center;justify-content:center;height:230px;padding:18px;background:#fff}.cmsh-product-image-wrap img{display:block;width:100%!important;height:100%!important;max-width:100%;object-fit:contain}.cmsh-product-content{display:flex;flex-direction:column;flex:1;padding:15px 15px 16px}.cmsh-product-brand{font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.055em;text-transform:uppercase;color:#4d5a6c;margin-bottom:7px}.cmsh-product-title{margin:0 0 12px;font-size:14px;line-height:1.4;font-weight:600;min-height:39px}.cmsh-product-title a{color:var(--cmsh-text);text-decoration:none}.cmsh-product-title a:hover{color:var(--cmsh-red)}.cmsh-product-price{margin-top:auto;min-height:32px;color:var(--cmsh-text);font-size:18px;font-weight:750;line-height:1.25}.cmsh-product-price del{display:inline-block;color:#98a2b3;font-size:12px;font-weight:500;margin-right:6px}.cmsh-product-price ins{text-decoration:none}.cmsh-product-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:40px;margin-top:14px;border:1px solid #b9c1cc;border-radius:7px;color:var(--cmsh-navy);background:#fff;text-decoration:none;font-size:13px;font-weight:700;transition:background .2s,color .2s,border-color .2s}.cmsh-product-button:hover{background:var(--cmsh-navy);border-color:var(--cmsh-navy);color:#fff}@media(max-width:1200px){.cmsh-categories-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cmsh-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.cmsh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cmsh-product-image-wrap{height:210px}}@media(max-width:640px){.cmsh-section{margin-bottom:36px}.cmsh-section-head{align-items:flex-end}.cmsh-section-head h2{font-size:22px}.cmsh-section-link{font-size:12px}.cmsh-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cmsh-category-image-wrap{height:90px}.cmsh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cmsh-product-image-wrap{height:170px;padding:12px}.cmsh-product-content{padding:12px}.cmsh-product-title{font-size:13px;min-height:55px}.cmsh-product-price{font-size:16px}.cmsh-product-button{font-size:12px}}@media(max-width:390px){.cmsh-products-grid{grid-template-columns:1fr 1fr}.cmsh-product-image-wrap{height:150px}.cmsh-product-content{padding:10px}.cmsh-product-button{min-height:38px}}
