/* Font */
@font-face {
  font-family: 'GE SS Two Medium';
  src: url('https://wpazzrk.github.io/uploaded_fonts/GE_SS_Two_Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'GE SS Two Medium', sans-serif;
}

/* html */
html {
    overflow: auto;
}

/* BG */
body {
    background-color: #fff;
}

/* Header */
#mainnav {
    height: unset !important;
}
.top-navbar {
    background-color: var(--color-primary);
}
.top-navbar * {
    color: #fff;
}
.top-navbar ::placeholder {
    color: #000;
}
.s-search-icon svg {
    fill: #000;
}
.navbar-brand img {
    max-height: 12rem;
    padding-block: 0.3rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 140px;
}
custom-main-menu {
    min-height: unset;
}

/* First Banner Start */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
img,
.banner-entry {
  background-color: unset !important;
}
/* First Banner End */

/* Who we are banner */
@media (max-width: 768px) {
    section:has(img[src *= '1b59e4f0-becb-4c6e-a4a3-f7fdfb90bd8f']) {
        scale: 1.2;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container {
    max-width: 100%;
    background-color: #D9CFBA;
    padding-block: 5%;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin-inline: auto;
}
section.s-block.s-block--banners.container .s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title * {
    padding: 0;
}
section.s-block.s-block--banners.container .s-block__title h2 {
    font-size: 40px;
    position: relative;
    z-index: 1;
}
section.s-block.s-block--banners.container .s-block__title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 110%;
    height: 26px;
    background-color: #CBBDA0;
    border-radius: 24px;
    z-index: -1;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 405px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:1280px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
        max-width: 1280px;
        margin-inline: auto;
    }
}
@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 325px;
    }
}
@media(max-width:768px){
    section.s-block.s-block--banners.container .grid {
        gap: 0.5rem;
    }
    a.banner-entry{
        height: 250px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container {
        padding-block: 10%;
        padding-inline: 0.2rem;
    }
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 0.3rem;
    }
    a.banner-entry{
        height: 190px;
    }
    section.s-block.s-block--banners.container .s-block__title h2 {
        font-size: 24px;
    }
}
/* Categories List End */

/* Products Start */
salla-add-product-button button {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}
.s-block--best-offers h2 {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.s-block--best-offers h2::before {
    content: "";
    width: 15px;
    height: 35px;
    background-color: var(--color-primary);
    display: block;
}
.s-product-card-vertical {
  background: linear-gradient(white, white) padding-box,
linear-gradient(90deg, #694F12, #C4A45E) border-box;
  border-radius: 1rem;
  border: 4px solid transparent;
}
@media (width < 768px) {
    .s-block--best-offers h2 {
        font-size: 24px;
        font-weight: normal;
    }
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}
/* Products End */

/* Features */
@media (min-width: 1024px) {
    section:has(img[src *= '7aaead04-a6c3-406f-a1cb-6fb18bf2a40c']) {
        padding-inline: 5%;
    }
}

/* Responsiveness */
@media (min-width: 576px) {
    section:has(img[src *= 'f8da2da5-3e91-4432-85a6-2e9e20e968bf' ]) {
        display: none;
    }
    section:has(img[src *= '7890bae0-d783-4c22-8618-080516c81fb5' ]) {
        margin-block: 5rem;
    }
}
@media (max-width: 576px) {
    section:has(img[src *= '7890bae0-d783-4c22-8618-080516c81fb5' ]) {
        display: none;
    }
}

/* Footer Start */
.footer-is-light .store-footer .store-footer__inner{
    background-color: var(--color-primary);
    color: white;
    border: none;
}
.footer-is-light .store-footer{
    background-color: var(--color-primary);
}
.store-footer a.flex > h3::before {
    content: "";
    width: 125px;
    height: 125px;
    background-image: url('https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qQydrK/jsX7wNNIA5R1tiq434vq9CjVosQH2sFnavPb04Nj.png');
    background-size: cover;
    display: block;
    background-color: #fff;
    margin-bottom: 1rem;
}
/* remove border - xmoaaz */
.footer-is-light .store-footer .contact-social {
  border: none;
}
.copyright-text p {
  color: #fff;
}
/* color: black to icons's border */
span.s-contacts-icon {
    border-color: #fff;
}
.store-footer .copyright-text a:hover {
    opacity: 0.7;
    color: #fff;
}
iframe {
  margin-top: 3rem;
}
.unicode {
  text-align: right;
}
@media (width < 1024px) {
	footer * {
  		margin-left: auto;
  		margin-right: auto;
  		text-align: center;
	}
}
.store-footer {
    margin-top: 0;
}
/* Footer End */