.sm-page-hero{position:relative;min-height:320px;display:flex;align-items:center;overflow:hidden}.sm-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.sm-page-hero__bg ai-img,.sm-page-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sm-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(12,35,64,.9) 0,rgba(12,35,64,.7) 100%)}.sm-page-hero__title{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:.75rem}.sm-page-hero__subtitle{font-size:1.1rem;color:rgba(255,255,255,.8);max-width:640px}.sm-products-grid{background:var(--sm-lighter)}.sm-category-title{font-size:1.5rem;color:var(--sm-primary);padding-bottom:8px;border-bottom:2px solid var(--sm-secondary);display:inline-block}.sm-category-desc{font-size:.95rem}.sm-product-card{background:#fff;border-radius:var(--sm-radius-lg);overflow:hidden;box-shadow:var(--sm-shadow-sm);transition:box-shadow .3s var(--sm-ease),transform .3s var(--sm-ease);height:100%;display:flex;flex-direction:column}.sm-product-card:hover{box-shadow:var(--sm-shadow-lg);transform:translateY(-4px)}.sm-product-card__link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1}.sm-product-card__img{height:240px;overflow:hidden;background:var(--sm-lighter);display:flex;align-items:center;justify-content:center}.sm-product-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s var(--sm-ease)}.sm-product-card:hover .sm-product-card__img img{transform:scale(1.05)}.sm-product-card__body{padding:20px}.sm-product-card__name{font-size:1.1rem;font-weight:600;color:var(--sm-primary);margin:0}.sm-product-card__actions{padding:0 20px 20px}@media (max-width:767px){.sm-page-hero{min-height:240px}.sm-page-hero__title{font-size:1.5rem}.sm-product-card__img{height:180px}}