.sr-product-category__title{font-size:1.5rem;font-weight:700;color:var(--sr-darker);position:relative;padding-bottom:12px}.sr-product-category__title::after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;background:var(--sr-primary);border-radius:2px}.sr-product-category__desc{color:var(--sr-text-secondary);font-size:.95rem;max-width:600px}.sr-product-card{background:#fff;border:1px solid var(--sr-border);border-radius:var(--sr-radius);overflow:hidden;transition:all 250ms var(--sr-ease);height:100%;display:flex;flex-direction:column}.sr-product-card:hover{border-color:var(--sr-primary-light);box-shadow:var(--sr-shadow-lg);transform:translateY(-3px)}.sr-product-card__link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1}.sr-product-card__link:hover{color:inherit}.sr-product-card__img{aspect-ratio:4/3;overflow:hidden;background:var(--sr-light)}.sr-product-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s var(--sr-ease)}.sr-product-card:hover .sr-product-card__img img{transform:scale(1.05)}.sr-product-card__body{padding:12px 14px 8px}.sr-product-card__name{font-size:.88rem;font-weight:600;color:var(--sr-darker);margin:0;line-height:1.35}.sr-product-card .btn{margin:auto 10px 10px;font-size:.82rem;padding:6px 12px;border-radius:var(--sr-radius-sm)}@media (max-width:575.98px){.sr-product-card__img{aspect-ratio:1/1}.sr-product-card__name{font-size:.82rem}}