
.vtopia-profile-menu-item{
    display:block;
}

.vtopia-profile-menu-item > a{
    display:block;
}

.vtopia-profile-menu-item.current-menu-item > a,
.vtopia-profile-menu-item.current_page_item > a{
    color:var(--theme-link-hover-color, #729851);
}

.ct-panel-content .vtopia-profile-menu-item{
    width:100%;
}

.vtopia-guest-catalog{
    max-width:1500px;
    margin:0 auto;
}

.vtopia-guest-catalog-header{
    max-width:760px;
    margin-bottom:28px;
}

.vtopia-guest-catalog-header h1{
    margin:0 0 10px;
}

.vtopia-guest-catalog-header p{
    margin:0;
    color:#56685c;
    line-height:1.6;
}

.vtopia-guest-category-section{
    margin:0 0 34px;
}

.vtopia-guest-category-title{
    margin:0 0 15px;
    color:#193126;
    font-size:1.35rem;
}

.vtopia-guest-product-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}

.vtopia-guest-product-card{
    min-width:0;
    overflow:hidden;
    border:1px solid #d9e2da;
    border-radius:12px;
    background:#fff;
}

.vtopia-guest-product-image-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:1 / .82;
    overflow:hidden;
    background:#f5f3eb;
}

.vtopia-guest-product-image{
    width:100%;
    height:100%;
    object-fit:cover;
}

.vtopia-guest-product-content{
    padding:13px;
}

.vtopia-guest-product-content h3{
    margin:0 0 8px;
    color:#193126;
    font-size:1rem;
    line-height:1.25;
}

.vtopia-guest-product-packaging{
    margin-bottom:11px;
    color:#53635a;
    font-size:.83rem;
}

.vtopia-guest-product-available{
    display:inline-flex;
    padding:5px 8px;
    border:1px solid #9fd0ac;
    border-radius:999px;
    background:#e4f5e9;
    color:#21633a;
    font-size:.76rem;
    font-weight:700;
}

.vtopia-guest-catalog-empty{
    padding:22px;
    border:1px solid #d9e2da;
    border-radius:12px;
    background:#f7f9f7;
}

.vtopia-guest-catalog-cta{
    margin-top:30px;
    padding:22px;
    border-radius:14px;
    background:#eef5ef;
    text-align:center;
}

.vtopia-guest-catalog-cta p{
    margin:0 0 13px;
    font-weight:700;
}

.vtopia-guest-catalog-cta a{
    display:inline-flex;
    padding:11px 17px;
    border-radius:10px;
    background:#205830;
    color:#fff;
    text-decoration:none;
    font-weight:700;
}

@media(max-width:1200px){
    .vtopia-guest-product-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}

@media(max-width:950px){
    .vtopia-guest-product-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:700px){
    .vtopia-guest-product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:440px){
    .vtopia-guest-product-grid{
        grid-template-columns:1fr;
    }
}
