/* Start custom CSS for wd_text_block, class: .elementor-element-125a0d6 */.shop-category-section{

padding:90px 0;

background:#fff;

}

.section-heading{

text-align:center;

margin-bottom:60px;

}

.section-heading span{

color:#1f6dff;

font-weight:700;

letter-spacing:2px;

font-size:13px;

}

.section-heading h2{

font-size:46px;

margin:15px 0;

font-weight:700;

}

.section-heading p{

color:#777;

max-width:650px;

margin:auto;

}

.category-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.category-card{

background:#fff;

border-radius:20px;

padding:35px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.35s;

text-align:center;

}

.category-card:hover{

transform:translateY(-8px);

box-shadow:0 18px 50px rgba(0,0,0,.12);

}

.category-card img{

height:90px;

margin-bottom:25px;

}

.category-card h3{

font-size:24px;

margin-bottom:15px;

}

.category-card a{

color:#1f6dff;

font-weight:600;

text-decoration:none;

}/* End custom CSS */