/* Add custom CSS styles below */
body {
    background-color: rgba(243, 244, 246, 1);
}

section.s-block--banners .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.two-row .banner-entry:first-child {
    grid-column: unset !important;
    grid-row: unset !important;
}

.s-product-card-entry {
    border-radius: 6%;
}

.banner--fixed img {
    border-radius: 15px;
    box-shadow: 1px 2px 2px #469995;
    border-width: thin;
}

.banner-entry {
    border-radius: 15px;
    box-shadow: 1px 2px 2px #469995;
    background-size: cover;
    border-width: thin;
}

.banner-entry:first-child {
    height: none;
}

.s-product-card-fit-height .s-product-card-image {
    height: auto;
    max-height: none;
    box-shadow: 3px 4px 2px #469995;
    border-radius: 6%;
    transition: 1s;
}

.s-product-card-fit-height .s-product-card-image:hover {
    transform: scale(0.9);
}

.s-button-btn, .s-price-range-number-input {
    background-color: #ffffff;
    color: #000000;
}

.s-button-btn:hover, .s-price-range-number-input:hover {
    color: #ffffff;
    background-color: #000000;
}

.s-reviews-container .swiper-slide {
    border: 1px solid #469995;
    transform: skew(10deg, 10deg);
    margin-bottom: 73px;
    margin-top: 67px;
}

.s-block--features__item {
    box-shadow: 1px 1px 2px #469995;
    border-width: thin;
}

:root {
    --main-color: #985890;
    --white-color: #fff;
}

body {
    background-color: #ffffff;
}

/*** 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;
    background: transparent;
}

/*** 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;
    color: var(--main-color);
    text-align: center;
    width: 100%;
}

.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 {
    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 var(--main-color);
    overflow: hidden;
    box-shadow: rgb(17 12 46 / 5%) 0px 48px 100px 0px;
    background: white;
}

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

/*** footer ***/
.store-footer__inner {
    background-color: var(--main-color) !important;
    color: #000;
    position: relative;
    padding-top: 15rem;
    border-radius: 50px 50px 0 0;
}

.store-footer__inner:before {
    content: "";
    background-image: url("https://i.ibb.co/XkpXzYS8/bewatersa-com.png");
    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: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

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

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

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

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

/*** إزالة الخلفية القديمة واستبدالها بالأبيض ***/
body.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 200px !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);
    }
} .product-card .product-badge {
    display: none !important;
}