/* store-1478877278.css */

/* https://lujinalingerie.com/ar */

.product-single .product-count-down { display: none !important; }

#app > footer > div > div > div > div.flex.flex-col.items-center.gap-4::before {
 content: "موثق لدى منصة الأعمال";
    display: block;
    margin-top: -8px;
    font-size: 13px;
    text-align: center;
}

.art-store-footer .block.mb-6::after {
      content: "";
    display: block;
    width: 80px;
    height: 80px;
    margin-top: 9px;
    background-image: url('https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=90,height=90,onerror=redirect,format=auto/images/sbc.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media(max-width: 768px){
	#app > footer > div > div > div > div.flex.flex-col.items-center.gap-4::before {
    margin-top: -25px;
}
	.art-store-footer .block.mb-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
