/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
:root {
    --main-color: #ed6752;
    --secondary-color: #3F51B5;
    --white-color: #fff;
    --black-color: #000;
    --linear-color: linear-gradient(180deg, rgba(195,166,134,0.9304096638655462) 6%, rgba(195,166,134,1) 17%, rgba(177,148,115,1) 74%);
    
}
body {
    background-color: var(--white-color) !important;
}
/*** header***/
#mainnav{
  height: 80px !important;
}

.s-user-menu-trigger {
    background: transparent;
}

#mainnav .sicon-menu{width:unset}

.top-navbar ,.bg-inherit {
 background-color: #f7f7f1 !important;
color:#ed6752 !important;
}
.bg-inherit * {color:#ed6752 !important ;}

.top-navbar .s-search-input::placeholder{
  color: #fff !important;
}

.s-search-icon svg {
  
    fill: #fff !important;
}
.top-navbar .s-search-input {
    background-color: var(--main-color)  !important
}

.navbar-brand img {
    max-height: 4rem !important;
}


.main-menu li.root-level>a:hover {
    transform: translateY(-3px);
  
}



i.header-btn_icon.sicon-user-circle,i.header-btn_icon.icon.sicon-shopping-bag,i.sicon-menu {
    background: var(--main-color)!important;
    color: var(--white-color)!important;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    transition: 0.3s
}

i.sicon-menu {
    padding: 8px;
    border-radius: 50%
}

i.header-btn_icon.sicon-user-circle:hover,i.header-btn_icon.icon.sicon-shopping-bag:hover {
    background: var(--white-color)!important;
    color: var(--main-color)!important;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    transform: translateY(-3px);
    transition: 0.3s
}
/*** header***/


/** silder block ***/


section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}

/** End silder block ***/




/** banners blocks ***/

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}

.banner--fixed img {
    border-radius: 0 !important;
}

/** End banners ***/




/** titles style ***/
.s-block__title h2,
.s-slider-block__title h2 {
    position: relative;
}


a.s-slider-block__display-all {
    background: var(--main-color);
    color: var(--white-color);
    padding: 7px 15px;
    border-radius: 50px !important;
    transition: all 0.3s ease-in-out;
}
.s-slider-block__display-all:hover {
    background: var(--secondary-color);
}

.s-products-slider-wrapper .s-slider-nav-arrow {
    background-color: var(--secondary-color);
        opacity: 1;
}

.s-products-slider-wrapper .s-slider-nav-arrow svg {
    fill: var(--main-color);
}


/** product code */

.s-product-card-entry {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.s-product-card-entry * {
    justify-content: center;
    text-align: center;
}
.s-products-slider-card.swiper-slide {
    padding-block: 7px;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: #fff;
    background: var(--main-color)!important;
    transition: ease-out 0.5s;
    border: 2px solid var(--main-color)!important;
    box-shadow: inset 0 0 0 0 #fff
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    color: var(--main-color)!important;
    box-shadow: inset 0 -100px 0 0 #fff
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:active {
    transform: scale(.9)
}

.s-product-card-image {
    background-color: transparent;
}





/*** quick buy ****/

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background: #4dc247;
    border-radius: 12px;
}
salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}
.s-block--features__item .feature-icon{
  background:var(--main-color)!important; 
}
.s-block--features__item .feature-icon i{
  color: #fff !important;
}


/** footer **/ 

.store-footer__inner {
    background: #f7f7f1 !important;
    color: #000;
}
.footer-is-light .store-footer {
  background: var(--main-color)!important;
}
@media (max-width: 992px) {
    .store-footer__inner * {
        justify-content: center;
        text-align: center;
    }
}

footer .s-social-list {
    margin-top: 20px !important;
}

footer .s-social-list a {
    transition: all 0.3s ease-in-out;
    border:none;
}
footer .s-social-list a:hover {
    transform: translateY(-10px);
}

footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border:none
}
footer a[href*=tiktok] {
   background: var(--black-color);
    color:white;
}
footer a[href*=snapchat] {
    background:yellow;
    color:var(--black-color);

}

footer [href="https://x.com/ALawad_2023"] {
    background-color: var(--black-color);
}

footer .s-contacts-icon {
    background-color: var(--main-color);
    border: 0;
}

    .store-footer h3 {
    position: relative;
        margin-bottom
}
.store-footer h3:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: var(--main-color);
    bottom: -10px;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
}
.store-footer h3:hover:before {
    width: 60%;
}

div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div > p.max-w-sm.leading-6.mb-6 {
    margin: 0 !important;
}
@media (max-width: 992px) {
    .store-footer h3 {
    margin-bottom: 25px !important;
}
.store-footer h3:before {
    width: 50px !important;
    background-color: var(--main-color);
    bottom: -10px;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}
  
}


.copyright-text p {
    color: white !important;
}

.s-block--features__item {
  background: linear-gradient(135deg, #ed6753, #f7ebe8);
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    color: #fff;
}

.s-slider-block__title-right h2{
   font-weight: 700;
	border-bottom: 2px solid  var(--main-color);
	padding-bottom:20px;
	position:relative;
}
 .s-slider-block__title-right {color: var(--main-color);}

.s-slider-block__title-right h2{
    margin-top: 15px;
}


.s-slider-block__title-right h2::before {
    content: "";
    width: 15px;
    display: block;
    height: 15px;
    background: white;
    border: 2px solid  var(--main-color);
    outline: 10px solid white;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.s-reviews-header{ color:var(--main-color);}


.s-block--features__item h2 , .s-block--features__item p{color:white }