.product-category{margin-bottom:40px}.category-title{font-size:.9rem;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #333;color:#333}.category-title a{color:#333;text-decoration:none;transition:color .2s ease}.category-title a:hover{color:#06c}@media (min-width:600px){.category-title{font-size:1.1rem}}.product-items{list-style:none;padding:0;margin:0}.product-item{padding:12px 16px;border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.product-item:last-child{border-bottom:none}.product-item:hover{background-color:#f5f5f5}.product-item a{text-decoration:none;color:#333;display:block;font-size:1rem;line-height:1.6}.product-item a:hover{color:#06c}.product-list--layout-vertical{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:none}.product-list--layout-vertical .product-list__item{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border-radius:8px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.product-list--layout-vertical .product-list__item:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(20,31,45,.12)}.product-list--layout-vertical .product-list__thumbnail{aspect-ratio:3/4;overflow:hidden;background:#f3f5f7}.product-list--layout-vertical .product-list__thumbnail a{display:block;height:100%}.product-list--layout-vertical .product-list__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.product-list--layout-vertical .product-list__item:hover .product-list__thumbnail img{transform:scale(1.04)}.product-list--layout-vertical .product-list__content{display:flex;flex:1;flex-direction:column;gap:10px;padding:16px}.product-list--layout-vertical .product-list__title{margin:0;font-size:1rem;line-height:1.5}.product-list--layout-vertical .product-list__title a{color:#20252b;text-decoration:none}.product-list--layout-vertical .product-list__title a:hover{color:#06c}.product-list--layout-vertical .product-list__excerpt{color:#59616b;font-size:.9rem;line-height:1.7}.product-list--layout-vertical .product-list__excerpt p{margin:0}@media (min-width:960px){.product-list--layout-vertical{grid-template-columns:repeat(4,1fr)}}