#xs-search {
    display: inline-block;
}

.badge-bestseller {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FFD700;
    color: #000;
    padding: 4px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .product.device-phone #sale-event {
        display: none;
    }
}

@media (max-width: 575px) {
    #menu #nav-desktop>button {
        position: absolute;
        top: -87px;
        left: 15px;
    }

    .search_mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .magnet-center-v3 header #xs-search {
        display: none;
    }

    .search_mobile #search {
        width: calc(100% - 60px);
    }

    .search_mobile .xs-search-close {
        display: none;
    }

    .search_mobile {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}


.prod-box_info a.button.button-rosu {
    padding: 7px 24px !important;
}

@media (max-width: 768px) {
    .prod-box_info a.button.button-rosu {
        padding: 16px 24px !important;
    }
}


/* Google Rating Badge */
.google-rating-badge {
	display: block;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-bottom: 3px solid #cc0000;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 10px;
	text-align: center;
	cursor: default;
	user-select: none;
}
.google-rating-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}
.google-rating-text {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.google-rating-stars {
	color: #FBBC04;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}
.google-rating-stars .star {
	display: inline-block;
	width: 1em;
	text-align: center;
}
.google-rating-stars .star.partial {
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #FBBC04;
}
.google-rating-stars .star.partial span {
	display: inline-block;
	width: 1em;
}
.google-rating-stars .star.empty {
	color: #ddd;
}
.google-rating-reviews {
	font-size: 12px;
	color: #5a9e3c;
	margin-top: 4px;
	text-decoration: none;
	display: inline-block;
}
.google-rating-reviews:hover {
	text-decoration: underline;
	color: #4a8e2c;
}


