.gatto-products-widget{width:100%;box-sizing:border-box}
.gatto-products-header{margin:0 0 22px}
.gatto-products-title-main{margin:0 0 8px;font-size:44px;line-height:1.1;font-weight:700;color:#a20f8a}
.gatto-products-subtitle{font-size:20px;line-height:1.45;color:#555}
.gatto-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.gatto-product-card{background:#fff;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(0,0,0,.08);transition:transform .25s ease,box-shadow .25s ease;height:100%}
.gatto-product-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.12)}
.gatto-product-image-wrap{display:block;position:relative;overflow:hidden;background:#f7f3f1;aspect-ratio:4/5}
.gatto-product-image-wrap img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.gatto-product-card:hover .gatto-product-image-wrap img{transform:scale(1.05)}
.gatto-product-body{padding:14px 14px 18px;display:flex;flex-direction:column;flex:1 1 auto}
.gatto-product-title{margin:0 0 10px;font-size:18px;line-height:1.35;font-weight:600;color:#1f1f1f}
.gatto-product-title a{color:inherit;text-decoration:none}
.gatto-product-title a:hover{opacity:.85}
.gatto-product-price{margin:0 0 16px;font-size:20px;line-height:1.2;font-weight:700;color:#111}
.gatto-product-price del{opacity:.5;margin-right:8px;font-weight:400}
.gatto-product-spacer{flex:1 1 auto}
.gatto-add-to-cart,.gatto-load-more-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 18px;border:none;border-radius:999px;background:#a20f8a;color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 18px rgba(162,15,138,.22);text-transform:uppercase}
.gatto-add-to-cart:hover,.gatto-load-more-btn:hover{opacity:.95;transform:translateY(-1px)}
.gatto-pagination,.gatto-load-more-wrap{display:flex;justify-content:center;gap:10px;margin:28px 0 0;flex-wrap:wrap}
.gatto-pagination a,.gatto-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border:1px solid #ddd;border-radius:999px;text-decoration:none;color:#1f1f1f;background:#fff}
.gatto-pagination .current{background:#a20f8a;color:#fff;border-color:#a20f8a}
.gatto-empty{padding:16px;border:1px dashed #ddd;border-radius:16px}
@media (max-width:1024px){.gatto-products-title-main{font-size:38px}.gatto-products-subtitle{font-size:18px}.gatto-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media (max-width:767px){.gatto-products-title-main{font-size:28px}.gatto-products-subtitle{font-size:16px}.gatto-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gatto-product-body{padding:12px 12px 16px}.gatto-product-title{font-size:15px}.gatto-product-price{font-size:17px}.gatto-add-to-cart,.gatto-load-more-btn{min-height:42px;font-size:12px;padding:10px 12px}}

.gatto-controls{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin:0 0 20px}
.gatto-filter-pills{display:flex;flex-wrap:wrap;gap:10px}
.gatto-filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#1f1f1f;text-decoration:none;transition:all .2s ease}
.gatto-filter-pill:hover{transform:translateY(-1px);border-color:#a20f8a;color:#a20f8a}
.gatto-filter-pill.is-active{background:#a20f8a;color:#fff;border-color:#a20f8a}
.gatto-sort-wrap{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.gatto-sort-label{font-size:14px;line-height:1.2;color:#555}
.gatto-sort-select{min-height:42px;padding:10px 14px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#1f1f1f;min-width:220px}
@media (max-width:767px){.gatto-controls{align-items:stretch}.gatto-sort-wrap{width:100%}.gatto-sort-select{width:100%;min-width:0}.gatto-filter-pill{min-height:38px;padding:8px 14px;font-size:13px}}
