/* jahmi.sa codes */

.mm-spn.mm-spn--navbar ul:before {
	content: "";
	opacity: 1;
	border-top: 1px solid #ddd;
	background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=600,height=600,onerror=redirect,format=auto/bRZZzW/orR6b5GuBq1hg0WsF9DdJcib5LDEa56wUdn4aiWJ.png);
	background-image: var(--custom-image1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 100%;
	margin: auto;
	position: static;
	height: 120px;
}

custom-salla-product-card .product-block__thumb .badge {
	background-color: #165a6d9e;
}

/* jahmi.sa codes */

/* not jahmi codes */

/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

button,
salla-button {
	border-radius: 100px 100px 100px 100px !important;
}
/* not jahmi codes */

/* Trustpilot Box */
.trustpilot-widget-container {
    position: relative;
    top: 20px;
    left: 0%;
}

/* حدود وزوايا للصندوق (iframe) */
.trustpilot-widget-container iframe[src*="trustpilot.com"] {
    border: 1px solid #e5e7eb;   /* عدّل اللون/السُمك حسب الهوية */
    border-radius: 80px;          /* زوايا مستديرة */
    overflow: hidden;
    display: block;
}

/* تحسين الاستجابة للجوال */
@media (max-width: 768px) {
    .trustpilot-widget-container {
        top: 10px;   /* نزول بسيط */
        left: -5%;   /* محاذاة أكثر لليسار */
    }
}
/* Trustpilot Box */