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

body.index {
    background-color: #74427c;
}
/*** 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:first-of-type {
    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;
}


/*** 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: 1px solid #fff;
    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/j9Py8FGh/wired-lineal-146-trolley-hover-jump-3.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: transparent;
    box-shadow: none;
    padding: 1rem !important;
}

.s-block--features__item p {
    display: none;
}
.s-block--features__item h2 {
    font-size: 19px;
    color: white;
}

.s-block--features__item .feature-icon {
    background-color: #74427c !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 .sicon-store2 {
    background-image: url("https://i.ibb.co/Qv2yHvGX/image.png");
}
.s-block--features__item .feature-icon i.sicon-shipping-fast {
    background-image: url("https://i.ibb.co/GfJk5cDB/image.png");
}
.s-block--features__item .feature-icon i.sicon-fire {
    background-image: url("https://i.ibb.co/rr2Bsj8/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-color: #fff !important;
    color: #74427c;
    position: relative;
    padding-top: 18rem;
    border-radius: 50px 50px 0 0;
}

.store-footer__inner:before {
    content: "";
    background-image: url("https://i.ibb.co/KxWPBqqN/logo-magedd-jpg-3-01.jpg");
    background-size: 200px;
    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);
    color: white;
}
a[href*=snapchat] {
    background: yellow;
    color: #000;
}
a[href="https://x.com/mjeedtv_?s=21&t=OSqYhzN-Cqtup81aD25Srw"] {
    background:  #000;
    color: #fff;
}
a[href*=facebook] {
    background: -o-linear-gradient(45deg,#3776f2,#00b1f7);
    background: linear-gradient(45deg,#3776f2,#00b1f7)
}

a[href*=youtube] {
    background-color: #c4302b
}

a[href*=whatsapp]>span:first-child {
    background-color: green;
    border: 0
}

.index .s-slider-block__display-all {
    color: white;
}

body.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--white-color) url(https://i.ibb.co/KxWPBqqN/logo-magedd-jpg-3-01.jpg);
    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)
    }
}

footer.store-footer {
    background-color: transparent !important;!i;!;
}

.copyright-text p {
    color: white;
}