@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {
    background-color: white !important;
}

body *:not(i) {
    font-family: "Almarai", sans-serif !important;
}

/* header */
input.s-search-input,
.top-navbar button.btn--rounded-gray.basis-0 {
    border: 1px solid #484c363b !important;
    box-shadow: 0 0 10px #9e9e94;
}

.top-navbar * {
    color: #333333 !important;
    border-color: #333333 !important;
}

.top-navbar {
    background: #a8a89d !important;
}

div#mainnav {
    background: #484c36 !important;
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
    border: 0px !important;
    background: #dfded5 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #3c3f2c;
    transition: 0.5s;
}

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

i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    border-radius: 50% !important;
}

div#mainnav b.s-cart-summary-total {
    color: #dfded3 !important;
}

span.s-cart-summary-count {
    background: #323232 !important;
}

.main-menu li.root-level>a {
    background: #dfded3 !important;
    color: #484c36 !important;
    margin-left: 8px;
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    border-radius: 30px !important;
    transition: 0.5s;
}

.main-menu li.root-level>a:hover {
    transform: translateY(-4px);
    border-radius: 15px !important;
}

@media (min-width: 1024px) {
    .main-menu {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* header */

/* Menu At Mobile */

/* Menu At Mobile */

/* First Section */
body.index>div.app-inner>section.s-block.s-block--photos-slider:nth-child(3) {
    margin: 0px !important;
}

body.index>div.app-inner>section.s-block.s-block--photos-slider:nth-child(3) img {
    border-radius: 0px !important;
}

body.index>div.app-inner>section.s-block.s-block--photos-slider:nth-child(3) .swiper {
    margin: 0px !important;
    padding: 0px !important;
}

body.index>div.app-inner>section.s-block.s-block--photos-slider:nth-child(3) .swiper-slide {
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
}

/* First Section */

/* Fixed banner */
section.s-block.s-block--fixed-banner>.container {
    padding: 0px !important;
    width: 100%;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner>.container img {
    border-radius: 0px !important;
}

/* Fixed banner */

/* Second Section (CAT) */
body.index section.s-block.s-block--banners>div.grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 767px) {
body.index section.s-block.s-block--banners>div.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}

body.index section.s-block.s-block--banners>div.grid>a.banner-entry {
    background-color: transparent !important;
    border-radius: 0px !important;
    height: 330px !important;
}

@media (max-width: 767px) {
    body.index section.s-block.s-block--banners>div.grid {
        gap: 4px !important;
    }

    body.index section.s-block.s-block--banners>div.grid>a.banner-entry {
        height: 140px !important;
    }

    body.index>div.app-inner section.s-block.s-block--banners.container {
        padding: 4px !important;
    }
}

body.index section.s-block.s-block--banners>div.grid>a.banner-entry>div {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

/* Second Section (CAT) */

/* Product */
a.s-slider-block__display-all {
    background: #484c36 !important;
    color: #dfded3;
    border-radius: 30px;
    padding: 8px;
    font-size: 13px;
}

.s-products-slider-wrapper .s-slider-swiper-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.s-product-card-entry {
    background: #d8d8ce !important;
    border-radius: 25px !important;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
    transition: 0.5s;
}

.s-product-card-fit-height .s-product-card-image {
    height: 20rem;
    max-height: 26rem;
}

.s-product-card-entry:hover {
    transform: translateY(-4px);
}

button.s-button-btn {
    background: #484c36 !important;
    color: #dfded3;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 0px !important;
    transition: 0.5s;
}

button.s-button-btn:hover {
    border-radius: 10px;
    transform: translateY(-4px);
}

.s-product-card-content-sub {
    justify-content: center;
}

/* Product */

/* Title Section */
.section--title,
.s-slider-block__title h2,
.s-block__title h2,
body.product-index .main-content>div>h1 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #3c3f2d 0%, #4b4e39 29%, #4b4e39 67%, #dfded3 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    font-weight: 800;
    font-size: 1.4rem !important;
    position: relative;
}

.s-slider-block__title h2::before,
body.product-index .main-content>div>h1::before {
    content: "";
    position: absolute;
    bottom: -9px;
    width: 53%;
    height: 39px;
    background: #d8d8ce;
    z-index: -1;
    border-radius: 30px;
    right: -6px;
    transition: 0.5s;
}

.s-slider-block__title h2:hover::before,
body.product-index .main-content>div>h1:hover::before {
    width: 100%;
}

@keyframes textclip {
    100% {
        background-position: 200%;
    }
}

/* Title Section */

/* Features Site Section */
section.s-block.s-block--features.container:has(.s-block--features__item) {
    background: #484c36;
    padding: 30px;
    border-radius: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.s-block--features__item {
    position: relative;
    padding: 25px;
    border-radius: 20px 50px 50px 20px;
}
.s-block--features__item h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.s-block--features__item .feature-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.s-block--features__item h2, .s-block--features__item p {
    width: 80%;
    margin-right: auto;
    text-align: right;
}
@media (max-width: 1024px) {
    section.s-block.s-block--features > div.grid:has(.s-block--features__item) {
        display: flex;
        flex-direction: column;
    }
    section.s-block.s-block--features:has(.s-block--features__item) {
        padding: 30px 15px !important;
        width: 98%;
    }
}
i.sicon-headset,
i.sicon-debit-card-back,
i.sicon-gold-badge {
    width: 3rem;
}
i.sicon-headset {
    content: url(https://i.postimg.cc/tR2DwTdz/wired-outline-981-consultation-1.gif);
}
i.sicon-debit-card-back {
    content: url(https://i.postimg.cc/QtjknGHP/wired-outline-948-stock-share-1.gif);
}
i.sicon-gold-badge {
    content: url(https://i.postimg.cc/h45TV7bN/wired-outline-1780-medal-first-place-1.gif);
}
/* Features Site Section */

/* breadcrumb ol */

.s-breadcrumb-wrapper {
    background: #484c36;
    padding: 10px;
    border-radius: 8px;
}
ol.s-breadcrumb-wrapper > li {
    color: #d8d8ce;
}
.s-breadcrumb-arrow svg {
    fill: #d8d8ce;
}
ol.s-breadcrumb-wrapper > li:last-child {
    color: white;
    font-weight: bold;
}

/* breadcrumb ol */
/* Footer */
.store-footer {
    background-color: #484e36 !important;
}

.store-footer__inner {
    background: #484e36;
    padding-top: 6rem;
    padding-bottom: 6rem;
    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='1200' height='450' preserveAspectRatio='none' viewBox='0 0 1200 450'%3e%3cg mask='url(%26quot%3b%23SvgjsMask5168%26quot%3b)' fill='none'%3e%3crect width='1200' height='450' x='0' y='0' fill='rgba(72%2c 78%2c 54%2c 1)'%3e%3c/rect%3e%3ccircle r='57.614176548998145' cx='439.08' cy='315.11' stroke='rgba(95%2c 100%2c 78%2c 1)' stroke-width='1.64' stroke-dasharray='3%2c 3'%3e%3c/circle%3e%3ccircle r='57.86345607101005' cx='250.65' cy='264.34' stroke='rgba(83%2c 88%2c 65%2c 1)' stroke-width='1.71'%3e%3c/circle%3e%3crect width='264' height='264' clip-path='url(%26quot%3b%23SvgjsClipPath5169%26quot%3b)' x='448.1' y='-57.01' fill='url(%26quot%3b%23SvgjsPattern5170%26quot%3b)' transform='rotate(109.06%2c 580.1%2c 74.99)'%3e%3c/rect%3e%3cpath d='M1013.8299999999999 396.40000000000003 L975.25 374.70000000000005L964.7846843881323 415.30531561186774z' fill='rgba(83%2c 88%2c 65%2c 1)'%3e%3c/path%3e%3cpath d='M55.17 201.62L50.12 189.85 60.49 182.34 55.45 170.57 65.82 163.07 60.77 151.3 71.15 143.79M62.88 203.75L57.83 191.98 68.2 184.48 63.16 172.71 73.53 165.2 68.49 153.43 78.86 145.92M70.59 205.88L65.54 194.11 75.92 186.61 70.87 174.84 81.24 167.33 76.2 155.56 86.57 148.05' stroke='rgba(95%2c 100%2c 78%2c 1)' stroke-width='1.12'%3e%3c/path%3e%3ccircle r='56.92689781779619' cx='820.58' cy='119.29' fill='rgba(91%2c 96%2c 72%2c 1)'%3e%3c/circle%3e%3crect width='237.88' height='237.88' clip-path='url(%26quot%3b%23SvgjsClipPath5171%26quot%3b)' x='1005.98' y='170.06' fill='url(%26quot%3b%23SvgjsPattern5172%26quot%3b)' transform='rotate(310.47%2c 1124.92%2c 289)'%3e%3c/rect%3e%3ccircle r='42.98880817153369' cx='1103.52' cy='343.51' stroke='rgba(83%2c 88%2c 65%2c 1)' stroke-width='2.29' stroke-dasharray='2%2c 2'%3e%3c/circle%3e%3crect width='263.04' height='263.04' clip-path='url(%26quot%3b%23SvgjsClipPath5173%26quot%3b)' x='297.71' y='36.41' fill='url(%26quot%3b%23SvgjsPattern5174%26quot%3b)' transform='rotate(217.97%2c 429.23%2c 167.93)'%3e%3c/rect%3e%3ccircle r='37.5' cx='948.2' cy='96' stroke='rgba(83%2c 88%2c 65%2c 1)' stroke-width='1' stroke-dasharray='3%2c 2'%3e%3c/circle%3e%3crect width='293.08' height='293.08' clip-path='url(%26quot%3b%23SvgjsClipPath5175%26quot%3b)' x='795.61' y='299.87' fill='url(%26quot%3b%23SvgjsPattern5176%26quot%3b)' transform='rotate(71.52%2c 942.15%2c 446.41)'%3e%3c/rect%3e%3crect width='204' height='204' clip-path='url(%26quot%3b%23SvgjsClipPath5177%26quot%3b)' x='29.69' y='-72.16' fill='url(%26quot%3b%23SvgjsPattern5178%26quot%3b)' transform='rotate(335.79%2c 131.69%2c 29.84)'%3e%3c/rect%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask5168'%3e%3crect width='1200' height='450' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern5170'%3e%3cpath d='M0 6L3 0L6 6' stroke='rgba(91%2c 96%2c 72%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath5169'%3e%3ccircle r='66' cx='580.1' cy='74.99'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='6.26' height='6.26' patternUnits='userSpaceOnUse' id='SvgjsPattern5172'%3e%3cpath d='M0 6.26L3.13 0L6.26 6.26' stroke='rgba(83%2c 88%2c 65%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath5171'%3e%3ccircle r='59.47' cx='1124.92' cy='289'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='10.96' height='10.96' patternUnits='userSpaceOnUse' id='SvgjsPattern5174'%3e%3cpath d='M0 10.96L5.48 0L10.96 10.96' stroke='rgba(83%2c 88%2c 65%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath5173'%3e%3ccircle r='65.76' cx='429.23' cy='167.93'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='293.08' height='8.62' patternUnits='userSpaceOnUse' id='SvgjsPattern5176'%3e%3crect width='293.08' height='4.31' x='0' y='0' fill='rgba(91%2c 96%2c 72%2c 1)'%3e%3c/rect%3e%3crect width='293.08' height='4.31' x='0' y='4.31' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath5175'%3e%3ccircle r='73.27' cx='942.15' cy='446.41'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='204' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern5178'%3e%3crect width='204' height='3' x='0' y='0' fill='rgba(91%2c 96%2c 72%2c 1)'%3e%3c/rect%3e%3crect width='204' height='3' x='0' y='3' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath5177'%3e%3ccircle r='51' cx='131.69' cy='29.84'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
}
@media (max-width: 1024px) {
    .store-footer__inner {
        padding-bottom: 2rem;
    }
}

.store-footer h3 {
    background: #dfded3;
    color: #484e36;
    padding: 12px;
    width: 100%;
    border-radius: 30px;
}

@media (max-width: 992px) {
    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
    .s-contacts-list.s-contacts-list-vertical {
        width: fit-content;
        margin: auto;
        align-items: flex-start;
    }
}

.copyright-text>p {
    color: #d8d8ce !important;
}

.store-footer__inner li.s-social-link > a,
.s-contacts-list.s-contacts-list-vertical span.s-contacts-icon {
    background: #363b27;
    border: 1px solid #5b6048;
}
.store-footer__inner li.s-social-link > a {
    width: 2.7rem;
    height: 2.7rem;
}

.s-contacts-list.s-contacts-list-vertical span.s-contacts-icon {
    width: 3rem;
}

.s-menu-footer-list a.s-menu-footer-item {
    position: relative;
    padding-right: 12px;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .s-menu-footer-list {
        width: fit-content;
        margin: 30px auto 15px;
    }
}
.s-menu-footer-list a.s-menu-footer-item:hover {
    padding-right:  16px;
}
.s-menu-footer-list a.s-menu-footer-item::after,
.s-menu-footer-list a.s-menu-footer-item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid white;
    border-left: 1px solid white;
}
.s-menu-footer-list a.s-menu-footer-item::before {
    right: -10px;
}
.s-menu-footer-list a.s-menu-footer-item::after {
    right: -13px;
}

.s-menu-footer-list a.s-menu-footer-item {
    text-align: right;
}
/* Footer */