@media (max-width: 768px) {

  .tala-categories {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  .tala-categories > div {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
  }

  .tala-categories img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .tala-categories p {
    font-size: 16px !important;
    padding: 10px;
  }

}




@media (min-width: 1024px) {

  .salla-advertisement .container {
    justify-content: center !important;
      padding-right: 180px;
  }

  .salla-advertisement h2 {
    flex: unset !important;
    width: fit-content;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
  }

  .salla-advertisement .ad-close {
    position: absolute;
    left: 20px;
  }

}



.card-content .product-name{
	height: 3.5rem !important;
	overflow: hidden !important;
}



.sicon-menu:before {
	color: #ffffff !important;
}
h1 {
    font-weight: bold !important;
}
.tala-title {
    font-weight: bold !important;
}
.tala-card img {
	height: 450px;
	border-radius: 30px;
}
.product-name {
	height: inherit;
}
.tala-special-product div.flex.items-center > p {
    margin: auto;
}

footer > div > div > a > img {
    filter: invert(1);
}


@media only screen and (max-width: 600px) {
	nav.tala-header > div {
		height: 2rem;
	}
	nav.tala-header > div > div:first-child {
		width: 10rem;
		margin-bottom: 1rem;
	}
	.tala-header > div > div > a > img {
		content: url("https://ik.imagekit.io/emadrizq/logof-w.png");
	}
	
    .tala-hero-video .video-content{
        padding: 0 10px;
    }
	.tala-card img {
		height: 350px;
	}
}