/* Product images (square in lists) */
.s-search-product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;   /* تفضل مربعة في القوائم */
}

/* Single product images (full, no blur) */
.single-product img {
  width: 100%;
  height: auto;
  object-fit: contain;  /* الصورة كاملة وواضحة */
  background: #fff;     /* خلفية بيضا لو في فراغ */
}

/* Article images (1:2 ratio) */
.article-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/2;
  object-fit: contain;
  margin: 15px 0;
}

/* Footer images */
.footer-images img {
  width: 50% !important;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/* Slider and banner images - show full image */
.slider img,
.banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Slider container */
.slider {
  max-width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
}

/* Global images */
img {
  max-width: 100%;
  height: auto;
}
/* Responsive images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Lazyload blur effect */
.lazyload {
  filter: blur(10px);
  transition: filter 0.3s ease-out;
}

.lazyloaded {
  filter: blur(0);
}
/* Add custom CSS styles below */ 
.sbc-certificate{
scale:1.1;
}
.sbc-certificate img{
scale:1.4;
}
.details__action button,
.details__title *{
font-size:20px !important;
}
ul.angel-search-links-list.angel-search-list li a img {
    width: 40%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
            object-fit: contain;
}
ul.angel-search-links-list.angel-search-list li a  {
    height: 50px;
}
/*single-product*/



.items-start .main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16 .flex.items-center.gap-4.border.border-gray-200.dark\:border-opacity-20.rounded-md.p-2.mb-4 {
    display: none;
}

@media(width < 400px){
.details__action button,
.details__title *{
font-size:17px !important;
}


}

svg{
width:18px !important; 
}
.p--features__item.flex.flex-center.gap-2.px-2.py-3.bg-white.da-bgg.rounded-md {
    box-shadow: 2px 2px 3px #d1d1d1;
}
@media ( max-width:767px )
{
.footer-images:after {
    content: ' موثّق في منصة الأعمال ';
    color: #ffffff;
    display: block;
    width: 100%;
}
.footer-images img {
    width: 50% !important;
    height: auto;
    margin: 20px auto 10px auto;
}
ul.angel-search-links-list.angel-search-list li{
max-width:45%
}
ul.angel-search-links-list.angel-search-list li a img {
        object-fit: contain;    padding-top: 0.8rem!important;
    padding-bottom: 0.8rem!important;
}
}
.sbc-certificate.flex-center.gap-2.text-gray-400.da-tm {
    display: none;
}
  @media ( min-width:768px )
{
.flex.flex-col.gap-4.shrink-0,.footer-images {
display:none;
}
}