/* Add custom CSS styles below */ 
/*code me*/
/*bannars*/
/*.s-block--fixed-banner .container{
max-width:2800px !important;
padding:0px !important;
margin:0px !important;
}*/

.s-angel--divider .s-block__title h2{
font-size:2.2rem !important;
}
.s-product-card-entry{
    border-radius: 15px 40px 15px 40px;
        transition: 0.3s;
    box-shadow: 0px 0px 15px rgba(246, 84, 13, 0.3);
}
.s-product-card-entry:hover{
 border-radius: 40px 15px 40px 15px;
scale:1.03;
    box-shadow: 10px 10px 15px rgba(246, 84, 13, 0.5);
}
.swiper.s-slider-container{
    padding: 10px 0px 20px;
}
.s-button-text{
  animation: scalee 1.2s infinite;
}

@keyframes scalee {
  0%,100% {scale: 0.9;}
  65% {scale: 1.1;}
}
/*products*/
.s-block--best-offers{
    position: relative;

}
.victorMe{
    position: absolute;
    top: -5px;
    right: 40%;
}
.s-product-card-content {
background: linear-gradient(136.71deg, #F7530C -64.05%, rgba(255, 255, 255,0.6) 100.5%) !important;
}
/*dark mode*/
.dark .s-product-card-content {
background: linear-gradient(136.71deg, #F7530C -64.05%, rgba(0, 0, 0,0) 85.5%) !important;
}
@media (min-width: 768px) {
    .s-products-slider-card.swiper-slide {
        width: 23.666667% !important;
    }
}
.dark .s-product-card-content-footer salla-add-product-button .s-button-outline {
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}
.dark .s-product-card-content-footer salla-add-product-button .s-button-outline:hover{
background:none !important;
}
.s-product-card-wishlist-btn{
    background-color: var(--color-primary);
    padding: 5px !important;
    color: #fff;

}
.s-product-card-wishlist-btn:hover{
background:none !important;
}
/*testimonials*/
.testimonials-slider .swiper-slide>div{
    background-image: url(https://github.com/HamoAlpatel/jsonanimation/blob/main/E-CARD_REV.png?raw=true) !important;
background: #3d3d3d;
    border-radius: 55px 8px 8px 8px;
}
salla-slider .s-slider-block__title-nav button{

background: #f6540d !important;
    border: 1px solid #f6540d !important;
color:#fff !important;
}
salla-slider .s-slider-block__title-nav button .s-slider-button-icon svg{
fill:#fff !important;
}
/*.tabs-wrapper*/
.s-block-tabs .container{
padding:0px !important;
}
.tabs__flex{
padding-left:5px;
padding-right:5px;
}
#featured-products-style2-5-BrXeXa_4{
padding:0px !important;
}
.tabs-wrapper{
background:none !important;
}
/*s-block--features angel-features*/
.s-block--features.angel-features{
margin:50px 0px;
background-image: url("https://github.com/HamoAlpatel/jsonanimation/blob/main/E-CARD_WHYME.png?raw=true");
    background-size: cover;
    padding: 80px 0px;
}

.s-block__title h2{
margin:auto !important;
width:fit-content !important;
font-size:35px;
}
@media(width < 500px){
.dark .tabs__flex .tab-trigger {
    font-size: 13px;
}
.tabs__flex .tab-trigger {
    border-radius: .375rem;
    padding: .375rem 0.5rem;
}
}
.store-footer {
    background-color: #231919 !important;
}

.store-footer__inner {
    background-color: #231919 !important;
}
nav#mobile-menu {
    background: #231919 !important;
}