.ec-page-hero{background:var(--theme-primary);padding:60px 0;text-align:center}.ec-page-hero h1{color:#fff;font-size:36px;margin-bottom:16px}.ec-page-hero__desc{color:rgba(255,255,255,.7);font-size:18px;max-width:720px;margin:0 auto;line-height:1.7}@media (max-width:768px){.ec-page-hero{padding:40px 0}.ec-page-hero h1{font-size:26px}.ec-page-hero__desc{font-size:16px}}.ec-products-grid{padding:var(--theme-section-padding) 0}.ec-category-section{margin-bottom:48px}.ec-category-section:last-child{margin-bottom:0}.ec-category-title{font-size:28px;margin-bottom:8px;color:var(--theme-text)}.ec-category-desc{font-size:16px;color:var(--theme-text-secondary);margin-bottom:24px;line-height:1.65}.ec-product-item{border:1px solid var(--theme-border);border-radius:var(--theme-radius-card);overflow:hidden;background:var(--theme-bg);transition:all var(--theme-duration-transition) var(--theme-ease);height:100%;display:flex;flex-direction:column}.ec-product-item:hover{box-shadow:var(--theme-shadow-elevated);border-color:var(--theme-secondary)}.ec-product-item__link{display:block;-webkit-text-decoration:none;text-decoration:none;color:inherit;flex:1}.ec-product-item__img{aspect-ratio:4/3;background:var(--theme-bg-tertiary);overflow:hidden}.ec-product-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--theme-duration-transition) var(--theme-ease)}.ec-product-item:hover .ec-product-item__img img{transform:scale(1.03)}.ec-product-item__body{padding:20px}.ec-product-item__body h3{font-size:18px;font-weight:600;color:var(--theme-text);margin:0}.ec-product-item__btn{margin:0 20px 20px;border-radius:var(--theme-radius-btn);font-size:14px;font-weight:500}