.homegroupstyle{text-align:center;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:16px;padding:0;margin:0;border:none;box-sizing:border-box;background-color:#fff;border-radius:var(--border-radius);box-shadow:var(--product-item-shadow);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.homegroupstyle:hover{box-shadow:var(--product-item-shadow-hover);transform:translateY(-4px)}.homegroupstyle_image{width:100%;aspect-ratio:1}.homegroupstyle_image a{display:flex;align-items:center;justify-content:center;width:100%;padding:0;margin:0;border:none;box-sizing:border-box;text-wrap:wrap}.homegroupstyle_image img{border:none;margin:0;padding:0;width:100%;transition:transform .3s ease}.homegroupstyle:hover .homegroupstyle_image img{transform:scale(1.05)}.homegroupstyle_title{font-size:1em;text-align:center;padding:0 10px 16px;width:100%;text-wrap:wrap}.homegroupstyle_title a{font-weight:600;color:var(--text-color);text-decoration:none}.homegroupstyle_title a:hover{color:var(--primary-color)}