/* Add custom CSS styles below */ 


@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&display=swap');
body , body *{
  font-family: "Scheherazade New", serif;
  }
/*@media (max-width:768px){
.main-nav-container {
    min-height: 100px;
}
}*/
.AL_best_seller .container {
    margin: 50px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
/*********category******************/
.al-categories .category_card::after {
display:none
}
@media (min-width:991px){
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 3rem;
}
#background-video-0 {
    object-fit: cover;
    object-position: 0px  -269px !important;
}
.video-background.relative.Al__anime.fade {
    height: 100vh;
}
}
.al-categories img {
    width: auto;
    height: auto;
    --tw-translate-y: 0px !important;
}
.al-categories p {
    display: none;
}
.al-categories .category_card:hover::after {
    background: #fbf9ed;
    transform: scale(1);
}
.al-categories h3 {
    font-size: 20px;
}
@media (max-width:768px){
.al-categories .lg\:grid-cols-6 {
    row-gap:1.5rem;
}
}
/******main-banner********************/
@media (max-width:768px){
.spacespacespace {
display:block  !important;
}
div[aria-label="1 / 1"] > div > div:nth-of-type(2){
    display:none !important 
}
.spacespacespace {
    display: block  !important;
    width: 100%;
}
}
@media (max-width:768px){
.special_title h3 {
    font-size: 17px;
}
.al-testimonial .grid  > div:nth-of-type(2) *{
color:#000 !important; 
}
}

/****************footer*******/
@media (max-width:768px){
.store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
.store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0px !important;
}
}
@media (min-width: 992px) {
    custom-salla-product-card {
        height: 400px !important;
        display: flex !important;
    }
    .s-product-card-image img {
        object-fit: cover;
    }
}
.hideOnMobilePlugin {
    display: none !important;
}


.main-nav-container.fixed-pinned .inner {
    margin-top: 3rem !important;
}