/* Add custom CSS styles below */ 


/*
[dir=rtl] .s-slider-block__title h2{
color: #fff;
    background: linear-gradient(130deg,#18ffd9,#0082af 41.07%,#3a3197 76.05%);
    border-radius: 10px;
  
}
*/





.footer-is-light .store-footer{



background: rgb(0,212,255);
background: linear-gradient(29deg, rgba(0,212,255,0.5) 0%, rgba(255,255,255,1) 50%);

}


.btn--add-to-cart {

background: rgb(108,15,216);
background: linear-gradient(135deg, rgba(108,15,216,1) -50%, rgba(0,205,225,1) 49%);

    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    margin: 0px 10px 25px 10px;
    }
    
    
    
    
    .product-entry .btn--add-to-cart:not(.deal) button:not(:hover) {
    --tw-border-opacity: 0;
    border-color: rgba(229,231,235,var(--tw-border-opacity));
    color: inherit;
}














/* زر اظهار المزيد */

.s-button-primary {

color : #fff ;
background-color: #000 ;

}