.bmm-product-widget {
    padding: 16px;
}

.bmm-product-widget__title {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 12px;
}

.bmm-product-card {
    display: block;
    text-decoration: none;
    color: #333;
}

.bmm-product-card__img {
    position: relative;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.bmm-product-card__img img {
    width: 100%;
    display: block;
    max-height: 300px;
    object-fit: contain;
}

.bmm-product-card__wish {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #ccc;
}

.bmm-product-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bmm-product-card__name {
    font-size: 13px;
    color: #666;
}

.bmm-product-card__price {
    font-size: 16px;
    font-weight: 600;
}



.belarx-megadrop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 700px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 0;
    flex-direction: row;
}

.menu-item.dropdown:hover .belarx-megadrop {
    display: flex;
}

.bmm-children {
    list-style: none;
    margin: 0;
    padding: 16px 0;
    min-width: 220px;
    border-right: 1px solid #eee;
}

.bmm-children li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
}

.bmm-children li a:hover {
    background: #f7f7f7;
}

.bmm-widget {
    flex: 1;
    padding: 16px 20px;
    border-left: 1px solid #eee;
}

.bmm-grandchildren-col {
    min-width: 200px;
    padding: 16px 0;
    border-right: 1px solid #eee;
}

.bmm-grandchildren-col ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bmm-grandchildren-col ul li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    width: 100%;
}

.bmm-grandchildren-col ul li a:hover {
    background: #f7f7f7;
}