.elementor-2452 .elementor-element.elementor-element-11a99644{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9352414 */.temapo-homepage{
    max-width:1400px;
    margin:auto;
    padding:20px;
}

.temapo-home-hero{
    background:#fff;
    border-radius:28px;
    padding:60px;
    margin-bottom:30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    overflow:hidden;
}

.temapo-home-hero h1{
    font-size:56px;
    line-height:1.1;
    font-weight:900;
    color:#111827;
    margin-bottom:20px;
}

.temapo-home-hero p{
    font-size:20px;
    color:#6b7280;
    margin-bottom:30px;
}

.temapo-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ef4444;
    color:#fff;
    padding:16px 28px;
    border-radius:18px;
    font-weight:800;
    text-decoration:none;
}

.temapo-home-cats{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
    margin-bottom:25px;
}

.temapo-home-cats a{
    background:#fff;
    padding:18px;
    border-radius:18px;
    text-align:center;
    text-decoration:none;
    font-weight:700;
    color:#111827;
    box-shadow:0 4px 14px rgba(0,0,0,.05);
}

.temapo-home-filter{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.temapo-home-filter span{
    background:#fff;
    padding:14px 22px;
    border-radius:14px;
    font-weight:600;
}

.temapo-featured-grid,
.temapo-home-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:25px;
    margin-bottom:50px;
}

.temapo-featured-card,
.temapo-home-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    text-decoration:none;
    color:#111827;
    transition:.2s;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.temapo-featured-card:hover,
.temapo-home-card:hover{
    transform:translateY(-4px);
}

.temapo-featured-card img,
.temapo-home-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.temapo-featured-card h3,
.temapo-home-card h3{
    padding:16px 18px 8px;
    font-size:18px;
    font-weight:800;
}

.temapo-featured-price,
.temapo-home-card strong{
    display:block;
    padding:0 18px 18px;
    color:#0f766e;
    font-size:18px;
    font-weight:900;
}

.temapo-main-categories{
    margin-top:60px;
}

.temapo-main-categories h2{
    margin-bottom:20px;
    font-size:36px;
}

.temapo-main-categories div{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:18px;
}

.temapo-main-categories a{
    background:#fff;
    padding:18px;
    border-radius:18px;
    text-align:center;
    text-decoration:none;
    font-weight:700;
    color:#111827;
}

@media(max-width:1024px){

    .temapo-featured-grid,
    .temapo-home-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .temapo-home-cats{
        grid-template-columns:repeat(2,1fr);
    }

    .temapo-main-categories div{
        grid-template-columns:repeat(2,1fr);
    }

    .temapo-home-hero{
        padding:35px;
    }

    .temapo-home-hero h1{
        font-size:38px;
    }
}

@media(max-width:768px){

    .temapo-featured-grid,
    .temapo-home-grid{
        grid-template-columns:1fr;
    }

    .temapo-home-cats{
        grid-template-columns:1fr 1fr;
    }

    .temapo-home-hero{
        padding:28px;
    }

    .temapo-home-hero h1{
        font-size:32px;
    }

    .temapo-home-filter{
        gap:10px;
    }

    .temapo-home-filter span{
        font-size:13px;
        padding:12px 16px;
    }
}/* End custom CSS */