/* Add custom CSS styles below */ 
:root {
    --main-color: #813c6c;
    --white-color: #fff;
}

body {
    background-color: white;
}
/*** nav **/
.header-btn__icon,
.sicon-menu {
    background-color: var(--main-color);
    color: white;
    transition: all 0.3s ease-in-out;
}
.sicon-menu {
  padding: 7px;
  border-radius: 50px;
}

.header-btn__icon:hover,
.sicon-menu:hover {
    transform: translateY(-10px);
}

.top-navbar {
    background-color: var(--main-color);
    color: white;
}
.main-nav-container.fixed-pinned .inner {
    padding: 15px;
    border-radius: 0 0 50px 50px;
}

/*** banners ***/
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0 !important;
}

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

section.s-block.s-block--fixed-banner.wide-placeholder .banner--fixed img {
    border-radius: 0 !important;
}


/*** sections ***/

section.s-block.s-block--banners.container .grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
    grid-area: 1/1/1/1
}

a.banner-entry.square-photos {
    background-color: transparent;
    height: 238px;
}

a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    a.banner-entry.square-photos {
    height: 103px;
}
}


/*** titles ***/

@media(min-width: 1024px) {
    .s-block__title h2 {
        font-size:27px!important
    }
}

.s-block__title h2,.s-slider-block__title h2 {
    font-size: 21px;
    position: relative;
    padding: 0
}

.s-block__title h2:before,.s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 3px;
    right: 30px;
    left: 30px;
    background: var(--main-color);
    bottom: -10px;
    transform: translateX(0);
    transition: all .5s;
    z-index: -1
}

.s-block__title h2:hover:before,.s-slider-block__title h2:hover:before {
    right: 0;
    left: 0;
    transition: all .5s
}

.s-block__title,.s-slider-block__title h2 {
    color: var(--main-color)
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__display-all {
    background: var(--main-color);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    opacity: 1;
    font-size: 18px
}

body.index .s-block__title .right-side {
    padding: 0
}

body.index .s-block__title {
    flex-direction: column;
    row-gap: 28px
}

body.index .s-block__title,.s-slider-block__title {
    margin-bottom: 2rem
}



/**** product ***/

.s-products-slider-card {
    padding-bottom: 10px;
}
.s-product-card-entry {
    border: 2px solid #813c6c;
    overflow: hidden;
    box-shadow: rgb(17 12 46 / 5%) 0px 48px 100px 0px;
}

.s-button-btn {
    background-color: var(--main-color) !important;
    color: white;
}

.s-product-card-content {
    padding-bottom: 0;
    margin-bottom: 0;
}
.s-product-card-content-footer .s-button-primary-outline {
    width: 90%!important;
    margin-left: auto;
    bottom: -2px;
    left: 1.5rem;
    border-radius: 5px 0 0 0;
}
.s-product-card-content-footer .s-button-primary-outline:before, .s-product-card-content-footer salla-add-product-button[product-status=out]:before {
    content: "";
    background: url("https://i.ibb.co/gZPMwbhm/wired-lineal-146-trolley-hover-jump-1.gif") 0 0/contain;
    width: 35px;
    margin-left: 5px;
    position: absolute;
    left: -3rem;
    height: 35px;
    display: inline-block;
}
.s-button-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-product-card-content-footer .s-button-primary-outline .s-button-text i {
    display: none;
}
@media (max-width: 767px) {
    .s-product-card-content-footer .s-button-text {
        font-size: 13px!important;
    }
}



/*** features **/

.s-block--features__item {
    background-color: var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 1rem !important;
}

.s-block--features__item p {
    font-size: 12px;
    color: #fff;
}
.s-block--features__item h2 {
    font-size: 19px;
    color: white;
}

.s-block--features__item .feature-icon {
    background-color: transparent !important;
    width: 7rem;
    height: 7rem;
}
.s-block--features__item .feature-icon i:before {
    display: none;
}
.s-block--features__item .feature-icon i {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--features__item .feature-icon i.sicon-shipping-fast {
    background-image: url("https://i.ibb.co/rGSbkQ8g/image.png");
}
.s-block--features__item .feature-icon i.sicon-secure-credit-card-2 {
    background-image: url("https://i.ibb.co/KxrQtqkH/image.png");
}
.s-block--features__item .feature-icon i.sicon-packed-box {
    background-image: url("https://i.ibb.co/HTdzpNtk/image.png");
}


@media (max-width: 767px) {
    section.s-block.s-block--features .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
    .s-block--features__item:first-child {
    grid-area: 1/1/1/1;
}

    .s-block--features__item .feature-icon {
    width: 5rem;
    height: 6rem;
}
.s-block--features__item h2 {
    font-size: 15px;
}
}



/*** footer ***/

.store-footer__inner {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1099%26quot%3b)' fill='none'%3e%3cpath d='M 0%2c125 C 96%2c162.6 288%2c336.6 480%2c313 C 672%2c289.4 768%2c-25.2 960%2c7 C 1152%2c39.2 1344%2c380.6 1440%2c474L1440 560L0 560z' fill='rgba(129%2c 60%2c 108%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1099'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");    color: white;
    background-position: top;
    background-size: cover;
    background-color: #813c6c!important;
    position: relative;
    padding-top: 18rem;
    border-radius:  90px 90px 0 0;
}

.store-footer__inner:before {
    content: "";
    background-image: url("https://i.ibb.co/pBm3CXzT/logo-foter.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 250px;
    height: 250px;
}
@media (max-width: 767px) {
    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
}






/*a[href*=instagram] {
    background: -o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
}

a[href*=tiktok] {
    background: -o-linear-gradient(330deg,#69c9d0,#000,#ee1d52);
    background: linear-gradient(120deg,#69c9d0,#000,#ee1d52)
}

a[href*=facebook] {
    background: -o-linear-gradient(45deg,#3776f2,#00b1f7);
    background: linear-gradient(45deg,#3776f2,#00b1f7)
}

a[href*=youtube] {
    background-color: #c4302b
}
a[href*=snapchat] {
    background-color: yellow;
    color: black;
}
a[href="https://x.com/ILikesabooks"] {
    background-color: black;
    color: white;
}

.store-footer__inner a[href*=whatsapp]>span:first-child {
    background-color: green;
    border: 0
}*/
li.s-social-link a {
    background-color: #fff !important;
}
.s-social-link a svg {
    fill: #000;
}


body.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff url(https://i.ibb.co/tMRbrvqs/image.png);
    position: fixed;
    z-index: 99999999999999999!important;
    transform: scale(0);
    background-size: 300px!important;
    background-repeat: no-repeat;
    background-position: center!important;
    animation-name: logobg;
    animation-duration: 2.5s
}

@keyframes logobg {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1)
    }

    78% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

div#mainnav {
    background: #e6edfa;
}


section.s-block.s-block--logos-slider {
    background: white !important;
}


li.s-social-link a {
    border: 0 !important;
}
/*slider full width */
[dir=rtl] salla-slider.photos-slider .swiper{
    padding: 0 !important;
}
.s-block salla-slider.photos-slider .swiper-slide {
    margin: 0;
    width: 100%;
    padding: 0;
}
 .carousel-slider .swiper-wrapper>div:first-of-type {
    padding: 0;
}
.s-block:first-of-type {
    margin-top: 0;
}