/* Add custom CSS styles below */ 


@media (min-width: 992px){
.s-product-card-entry .s-product-card-quick-view-btn {
        top: 4rem !important;
    }}
    
  @media (max-width: 768px) {
   .index .whatsapp-icon, .scroll-top {
        bottom: 0.9rem !important;
    }
 custom-salla-product-card .s-product-card-content-footer salla-add-product-button button{     
    border-radius: 8px !important;  
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    position: absolute;
    bottom: 50px;
        
}
custom-salla-product-card .s-product-card-content-footer salla-add-product-button .s-button-text span:last-child {
    display: none !important;
}
    .s-product-card-entry .s-product-card-quick-view-btn{
	top: 7.5rem!important;
}

}



@media (max-width: 768px) {
    custom-salla-product-card .s-product-card-content-footer salla-add-product-button button::after {
        content: "";
        display: inline-block;
        width: 35px;
        height: 35px;
        background-image: url("https://u.craffo.com/uploads/ashraf_craffo/WhatsApp%20Image%202025-11-22%20at%2011_32_11_a3c5a101.png");
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center;
    }

  .index .s-product-card-entry .s-product-card-wishlist-btn{
    	display: none !important;
    }
  .s-product-card-entry .s-product-card-quick-view-btn,   
custom-salla-product-card .s-product-card-content-footer salla-add-product-button button {
    background: rgba(255, 255, 255, 0.5) !important;
    width: 45px !important;
    height: 45px !important;
  padding: 0px !important;
}
  [dir=rtl] .s-product-card-entry .s-product-card-quick-view-btn {
    right: 0 !important;
}
  .s-product-card-entry .s-product-card-content-footer .s-button-btn{
	right: -0.32rem !important;
}

}

custom-salla-product-card .s-product-card-quick-view-btn i {
    display: none !important;
}

custom-salla-product-card .s-product-card-quick-view-btn::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("https://u.craffo.com/uploads/ashraf_craffo/WhatsApp%20Image%202025-11-22%20at%2011_32_11_8aafe0b6.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.navbar-brand img {
    max-height: 3.5rem !important;
    width: auto !important;
    max-width: 300px !important;
}


   .luna-store-footer >div>div:nth-child(1) a img{
    	max-width: 150px !important;
    }

  @media(min-width: 768px){
    .index header.luna-store-header.store-header{
    	margin-top: 2.8rem !important;
    }}

.s-product-card-entry .s-product-card-wishlist-btn{
    	display: none !important;
    }


@media(max-width: 768px){
.luna-faqs div#accordionExample h2 > button{
	font-size: 15px !important;
}

section.luna-faqs > div > div.luna-faqs-title > div > h2{
	font-size: 18px !important;
}
.luna-faqs div#accordionExample h2 > p{
	font-size: 14px !important;
}	
}


@media(min-width: 768px){
#app > div.app-inner.flex.flex-col.min-h-full > section.luna-products-with-banner.py-5.block.block > div > div.flex > div:nth-child(1) {
    height: auto !important;
    max-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px !important;
}

section.luna-products-with-banner.py-5.block.block > div > div:nth-child(1) {
    gap: 8rem !important;
}
}