.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-19670 .elementor-element.elementor-element-415fde6.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}/* Start custom CSS for html, class: .elementor-element-8c7f5b9 */.gl-search{
    padding:70px 20px;
    background:linear-gradient(135deg,#edf9f0,#ffffff);
}

.gl-search-container{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.gl-search h2{
    font-size:38px;
    margin-bottom:15px;
    color:#235b2f;
}

.gl-search p{
    color:#666;
    font-size:18px;
    margin-bottom:35px;
}

.gl-search-form{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

.gl-search-form input{
    flex:1;
    min-width:300px;
    max-width:650px;
    padding:18px 24px;
    border-radius:60px;
    border:2px solid #4caf50;
    font-size:18px;
    outline:none;
    transition:.3s;
}

.gl-search-form input:focus{
    border-color:#2e7d32;
    box-shadow:0 0 15px rgba(46,125,50,.25);
}

.gl-search-form button{
    padding:18px 38px;
    border:none;
    border-radius:60px;
    background:#2e7d32;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.gl-search-form button:hover{
    background:#1b5e20;
    transform:translateY(-2px);
}

.gl-tags{
    margin-top:30px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}

.gl-tags span{
    font-weight:bold;
    color:#444;
}

.gl-tags a{
    text-decoration:none;
    background:#fff;
    color:#2e7d32;
    padding:10px 18px;
    border-radius:30px;
    border:1px solid #cde7d2;
    transition:.3s;
}

.gl-tags a:hover{
    background:#2e7d32;
    color:#fff;
}

@media(max-width:768px){

.gl-search h2{
    font-size:28px;
}

.gl-search-form{
    flex-direction:column;
}

.gl-search-form input{
    min-width:100%;
}

.gl-search-form button{
    width:100%;
}

}/* End custom CSS */