.page-title {
    text-align: start;
    font-weight: bold;
    color: var(--primary-color);
}

.shop-container {
    padding: 40px 0px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.shop-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-color);
}

.shop-title {
    font-size: 22px;
    font-weight: bold;
}

.shop-owner-name {
    font-size: 16px;
    color: #666;
}

.shop-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-gradient);
    color: white;
    font-size: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.shop-description {
    font-size: 15px;
    color: #555;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: justify;
}

.product-list {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.rating-badge {
    background: #4A90E2;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
}

.shop-info i {
    color: var(--primary-color);
}

.shop-des {
    font-weight: bold;
    color: var(--primary-color);
}