.spb-page{max-width:1100px;margin:0 auto;}
.spb-block{margin-bottom:20px;}

.spb-hero{
  background-size:cover;background-position:center;border-radius:14px;
  padding:70px 30px;margin-bottom:24px;position:relative;overflow:hidden;
}
.spb-hero-overlay{position:relative;z-index:1;max-width:600px;margin:0 auto;text-align:center;color:#fff;}
.spb-hero-heading{font-size:36px;margin:0 0 12px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);}
.spb-hero-subtext{font-size:16px;margin:0 0 20px;text-shadow:0 1px 6px rgba(0,0,0,.3);}
.spb-hero-button{background:#fff;color:#3d1aa8 !important;}

.spb-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;}
.spb-category-card{display:block;text-decoration:none;color:inherit;text-align:center;}
.spb-category-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%;margin-bottom:8px;border:3px solid #eee;}
.spb-category-card:hover img{border-color:#5b2ee8;}
.spb-category-name{font-weight:700;}
.spb-heading{margin:0 0 10px;}
.spb-text p{line-height:1.7;margin:0 0 12px;}
.spb-image img{display:inline-block;}
.spb-button{
  display:inline-block;padding:12px 26px;border-radius:8px;text-decoration:none;font-weight:700;
  transition:.2s;
}
.spb-button:hover{opacity:.88;color:inherit;}
.spb-columns2{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
@media (max-width:700px){.spb-columns2{grid-template-columns:1fr;}}
.spb-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;}
.spb-product-card{display:block;text-decoration:none;color:inherit;border:1px solid #eee;border-radius:10px;padding:12px;text-align:center;transition:.2s;}
.spb-product-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.1);transform:translateY(-2px);}
.spb-product-card img{max-width:100%;border-radius:8px;margin-bottom:8px;}
.spb-product-name{font-weight:700;margin-bottom:4px;}
