/** Static catalog widgets; no full service application styles. */
body.bk-catalog-ui{padding-bottom:90px;}
.bk-home-category-menu{
    width:100%!important;
    max-width:980px!important;
    margin:0 auto!important;
    padding:16px 12px!important;
    background:#fff!important;
    border-radius:18px!important;
    box-sizing:border-box!important;
}

.bk-home-category-menu h2{
    margin:0 0 4px!important;
    color:#111827!important;
    font-size:22px!important;
    line-height:1.2!important;
    font-weight:950!important;
    letter-spacing:0!important;
}

.bk-home-category-menu p{
    margin:0 0 16px!important;
    color:#6b7280!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:750!important;
}

.bk-home-category-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:18px 14px!important;
}

.bk-home-category-tile{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    gap:8px!important;
    padding:0!important;
    color:#151515!important;
    text-decoration:none!important;
    text-align:center!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.bk-home-category-tile span{
    width:94px!important;
    height:94px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    border-radius:16px!important;
    background:#f3f4f6!important;
    color:#c9246b!important;
    font-size:22px!important;
    font-weight:950!important;
}

.bk-home-category-tile img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}

.bk-home-category-tile strong{
    display:block!important;
    color:#151515!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:900!important;
    letter-spacing:0!important;
}

@media (max-width: 640px){
    .bk-home-category-menu{
        padding:14px 10px!important;
        border-radius:14px!important;
    }
    .bk-home-category-menu h2{
        font-size:18px!important;
    }
    .bk-home-category-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
        gap:16px 8px!important;
    }
    .bk-home-category-tile span{
        width:82px!important;
        height:82px!important;
        border-radius:14px!important;
    }
    .bk-home-category-tile strong{
        font-size:11px!important;
    }
}


.bk-popular-services{
    width:100%!important;
    max-width:760px!important;
    margin:20px auto!important;
    padding:14px 10px!important;
    background:#fff7f8!important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
    overflow:hidden!important;
}
.bk-popular-services h2{
    margin:0 0 20px!important;
    color:#b73063!important;
    font-size:18px!important;
    font-weight:600!important;
    line-height:1.15!important;
    text-align:center!important;
}
.bk-popular-services p{
    margin:0 16px 16px!important;
    color:#5f6674!important;
    font-size:14px!important;
    font-weight:750!important;
    line-height:1.35!important;
    text-align:center!important;
}
.bk-popular-track{
    display:flex!important;
    gap:14px!important;
    overflow-x:auto!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:x proximity!important;
    padding:0 0 6px!important;
    -webkit-overflow-scrolling:touch!important;
}
.bk-popular-card{
    flex:0 0 calc((100% - 28px) / 2.5)!important;
    min-width:0!important;
    color:#111827!important;
    text-decoration:none!important;
    scroll-snap-align:start!important;
}
.bk-popular-img{
    display:flex!important;
    width:100%!important;
    aspect-ratio:1/1!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
    border-radius:14px!important;
    background:#f3f4f6!important;
}
.bk-popular-img img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}
.bk-popular-img b{
    color:#c9246b!important;
    font-size:24px!important;
    font-weight:950!important;
}
.bk-popular-card strong{
    display:none!important;
    margin:9px 2px 0!important;
    color:#111827!important;
    font-size:15px!important;
    font-weight:950!important;
    line-height:1.18!important;
    text-align:center!important;
}
.bk-continue-shopping[hidden]{
    display:none!important;
}

@media(min-width:760px){
    .bk-popular-card{
        flex-basis:calc((100% - 42px) / 3.5)!important;
    }
}
/* Preserve the home hero city spacing formerly supplied by catalog CSS. */
.bk-home-hero .bk-city{margin:3px 0 0!important;}
