@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body * {

font-family: "Cairo", sans-serif;

}
.flex.rtl\:space-x-reverse.space-x-2.items-end {
    margin: 10px 0;
}
.s-social-list {
    margin: 12px 0 30px 0px;
}
footer .container.grid {
    gap: 2rem;
}


.mobile-banner {
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.mobile-banner:hover {
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5); /* وميض ذهبي */
  transform: scale(1.02); /* تكبير بسيط */
}




.s-slider-block__title-left {
    display: none !important;
}
.s-product-card-content-title {
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 2rem;
    margin: 1rem 0;
}

@media (min-width: 768px) {
header .inner.bg-inherit .items-stretch .flex.items-center:not(.justify-end) {
width: 67%;
justify-content: space-between;
}
}



@media (max-width: 768px) {
.a.flex.items-center.m-0:after {
margin-top: -9px !important;
left: 113px !important;
}

.store-footer,
.store-footer__inner {background: linear-gradient(135deg, #b6925a 0%, #d5b785 100%);}
}

.s-slider-block__title h2 {font-size: 25.12px;color: darkgoldenrod !important;}

.s-button-primary:hover {
background-color: #3d230c8a;
}

.s-button-primary {
border-color: transparent;
background: linear-gradient(144deg, rgb(47 70 155) 12%, rgb(242 105 53) 99%);
color: #fff;
}

.swiper-button-disabled {
opacity: 1;
background-color: #750035 !important;
}

.s-slider-nav-arrow svg {
fill: #ffffff;
}

.s-comments-product {
background-color: rgb(255 255 255);
}

.s-button-primary-outline:hover {
background-color: #b98e58;
color: white;
}


@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: 0;
    }
}


.............................................

/* ✅ بنر الديسكتوب يظهر فقط في الهوم وعلى الديسكتوب */
@media (min-width: 769px) {
  body.home img[src*="LXD22Ch37f1QHPBrqAf7mODBomOooBqw36hivUVX.png"] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}

/* 🚫 إخفاء بنر الديسكتوب على الموبايل وفي كل الصفحات التانية */
@media (max-width: 768px) {
  img[src*="LXD22Ch37f1QHPBrqAf7mODBomOooBqw36hivUVX.png"] {
    display: none !important;
  }
  body:not(.home) img[src*="LXD22Ch37f1QHPBrqAf7mODBomOooBqw36hivUVX.png"] {
    display: none !important;
  }
}

/* 🚫 صورة الموبايل مخفية افتراضيًا */
.mobile-banner {
  display: none;
}

/* ✅ بنر الموبايل يظهر فقط في الهوم وعلى الموبايل */
@media (max-width: 768px) {
  body.home .mobile-banner {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 10px auto;
  }
}


.................................



/* Global */

:root {
--logo: url();
--bg: #fff;
--header-bg: #000;
--header-color: #fff;
--cat-num: 4;
--feat-bg: #000;
--feat-color: #fff;
--footer-bg: var(--color-primary);
}

body {background-color: white;}

.top-navbar .s-search-input {
background-color: #fff;
}

.main-nav-container {
min-height: 0;
}

.top-navbar,
#mainnav,
.inner,
.sub-menu {
background: #ffffff00 !important;
}

#mainnav,
#mainnav i:before,
#mainnav b {color: darkgoldenrod !important;}

#mainnav a:hover {
color: #ffffff !important;
opacity: 1;
backdrop-filter: blur(100px);
filter: hue-rotate(32deg);
}

.sicon-shopping-bag:before {
content: "\ef39" !important;
}

.main-nav-container.fixed-pinned .inner {
box-shadow: 0 0 5px rgb(0 0 0 / 71%);
}

.main-nav-container.fixed-header .inner {
transform: translate3d(0, 0, 0);
backdrop-filter: blur(20px);
}

.sicon-user-circle:before {
content: "\f078";
}

/* Carousel */

.s-block:nth-of-type(1) {
margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
display: none !important;
}

.s-block--photos-slider * {
margin: 0 !important;
padding: 0 !important;
border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
margin-left: 0 !important;
margin-right: 0 !important;
width: 90% !important;
border-radius: 12px !important;
}

/* Categories */

.grid.one-row.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.s-block--banners .banner-entry {
height: 300px;
}

@media (max-width: 992px) {
.s-block--banners .banner-entry {
height: 200px;
}
}

@media (max-width: 480px) {
.s-block--banners .banner-entry {
height: 140px;
}
}

.s-block--banners .lazy__bg {
background-size: contain;
background-repeat: no-repeat;
}

@media (min-width: 640px) {
.two-row .banner-entry:first-child {
grid-row: span 1 / span 1;
}
}

/* Products */

.s-product-card-entry {background-color: transparent;border: 2px solid #ffffff;border-radius: 0.5rem !important;}

.s-product-card-image {
background-color: #fff !important;
}

.s-product-card-entry:hover img {
scale: 1.2;
}

.s-product-card-entry img {
transition: all 0.3s;
}

.slider-bannars-moving h2,
.s-product-card-content-title {
text-align: center !important;
}

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

.s-product-card-content-title a {
color: #000 !important;
}

body:not(body.product-single) .s-button-element:not(.s-product-card-wishlist-btn) {background: linear-gradient(144deg, rgb(179 173 157) 12%, rgb(184 134 11) 99%);color: #fff !important;border-radius: 0.5rem;}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
background-color: var(--color-primary) !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover .sicon-heart {
color: #fff !important;
}

@media (max-width: 600px) {
.s-products-slider-card {
width: 55%;
}
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
background-color: transparent !important;
}

/* Features */

.s-block--features__item .feature-icon {
background-color: var(--feat-bg);
}

.s-block--features__item .feature-icon i {
color: var(--feat-color) !important;
}

/* Footer */

.store-footer,
.store-footer__inner {background: linear-gradient(135deg, #b6925a 0%, #d5b785 100%);}

@media (min-width: 1024px) {
footer .grid {grid-template-columns: repeat(4, minmax(0, 1fr));}
}

/* Social Icons */

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, #f1f1f1, #ee1d52);
}

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

a[href*="twitter"] {
background: #000;
}

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

a[href*="snapchat"] {
background-color: #ff0;
color: #000;
}

a[href*="twitter"],
a[href*="snapchat"],
a[href*="facebook"],
a[href*="tiktok"],
a[href*="instagram"] {
border: unset !important;
}

.has-overlay:after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 0%);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.03, 0.78, 0.89, 0);
    transition-duration: 300ms;
    --tw-content: "";
    content: "";
    content: var(--tw-content);
}


@media (max-width: 769px) {
footer * {
margin: 0 auto;
text-align: center;
}
}

/* Loading Screen */

.index:before {
content: "";
width: 100%;
height: 100%;
background: var(--bg) var(--logo);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9 !important;
background-size: 250px !important;
background-repeat: no-repeat;
background-position: center !important;
animation-name: logobg;
animation-duration: 3s;
animation-fill-mode: forwards;
}

@keyframes logobg {
0% {
opacity: 1;
}

50% {
opacity: 1;
}

100% {
opacity: 0;
visibility: hidden;
}
}

/* Special Heading */
section#best-offers-5-slider {
margin-top: 4rem;
}

/* Hover Effect */

.banner-entry>div {
background-repeat: no-repeat;
display: inline-block;
transition: 0.3s;
}

.banner-entry>div:after {
content: "";
position: absolute;
top: -50%;
left: -60%;
width: 20%;
height: 200%;
opacity: 0;
transform: rotate(30deg);
background: rgba(255, 255, 255, 0.13);
background: linear-gradient(to right,
rgba(255, 255, 255, 0.13) 0%,
rgba(255, 255, 255, 0.13) 77%,
rgba(255, 255, 255, 0.5) 92%,
rgba(255, 255, 255, 0) 100%);
}

.banner-entry>div:hover:after {
opacity: 1;
left: 130%;
transition-property: left, top, opacity;
transition-duration: 0.7s, 0.7s, 0.15s;
transition-timing-function: ease;
}

.banner-entry>div:active:after {
opacity: 0;
}

.banner-entry>div:not(:hover) {
transform: scale(0.95);
}

footer * {
color: #ffffff !important;
}

header * {color: darkgoldenrod !important;fill: darkgoldenrod !important;}

.s-slider-block__title {display: unset;}

/**************************/
body:after {
content: "";
width: 100%;
height: 100%;
top: 0;
position: fixed;
z-index: 999999;
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.1),
rgba(255, 255, 255, 0));
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background: url("https://cdn.salla.sa/form-builder/wpMkFauAD6WmGfFcDK92wyuJdQESfdj6gijQPOBU.png");
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: 360px;
animation-name: fade-in;
animation-duration: 1s;
transform: scale(0);
border: none;
}

@keyframes fade-in {
0% {
opacity: 1;
transform: scale(1);
}

75% {
opacity: 1;
transform: scale(1);
}

85% {
opacity: 0.5;
transform: scale(1);
}

99% {
opacity: 0.1;
transform: scale(1);
}

100% {
opacity: 0;
transform: scale(0.1);
}
}

.flex-col {
background: var(--body);
}

.s-block {
margin-top: 2rem;
background: unset;
}


@keyframes scrollBrands {
0% {
background-position-x: 0;
}

50% {
background-position-x: 35000px;
}

100% {
background-position-x: 0;
}
}

/****************/
section:nth-child(1 of .s-block.s-block--fixed-banner) img,
section:nth-child(2 of .s-block.s-block--fixed-banner) img,
section:nth-child(3 of .s-block.s-block--fixed-banner) img {
object-fit: scale-down;
width: 17%;
margin: auto;
}

.navbar-brand img {max-height: 5rem !important;width: auto;}

button.undefined {background: linear-gradient(144deg, rgb(179 173 157) 12%, rgb(184 134 11) 99%);color: #fff !important;border: unset !important;}

a.flex.items-center.m-0:after {content: "";display: block;width: 7rem;height: 7rem;background-image: url("https://cdn.salla.sa/form-builder/wpMkFauAD6WmGfFcDK92wyuJdQESfdj6gijQPOBU.png");background-size: contain;background-repeat: no-repeat;position: absolute;top: 8px;margin-top: 23px;/* color: white; */filter: brightness(0.5);}

@media (max-width: 768px) {
a.flex.items-center.m-0:after {
    margin-top: 8px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0.5);
    width: 9.5rem;
    height: 6.5rem;
    text-align: center;
}

p.max-w-sm.leading-6.mb-6 {
margin-bottom: 50px;
}
}

a.flex.items-center.m-0 h3 {
color: transparent !important;
}

.navbar-brand img:hover {
-webkit-animation: blink-1 0.6s both;
animation: blink-1 0.6s both;
}

@-webkit-keyframes blink-1 {

0%,
50%,
100% {
opacity: 1;
}

25%,
75% {
opacity: 0;
}
}

@keyframes blink-1 {

0%,
50%,
100% {
opacity: 1;
}

25%,
75% {
opacity: 0;
}
}
section:nth-child(7 of .s-block--photos-slider) .swiper-slide-active {
    width: 100% !important;
}
section:nth-child(2 of .s-block--photos-slider) .swiper-slide-active{
    width: 90% !important;
}
section:nth-child(6 of .s-block--photos-slider) .swiper-slide-active,
section:nth-child(5 of .s-block--photos-slider) .swiper-slide-active,
section:nth-child(4 of .s-block--photos-slider) .swiper-slide-active,
section:nth-child(3 of .s-block--photos-slider) .swiper-slide-active {
width: 100% !important;
}



section:nth-child(1 of .s-block--photos-slider) .swiper-slide-active {
width: 100% !important;
border-radius: 0px !important;
}

@media (min-width: 768px) {
.index header .inner.bg-inherit .items-stretch .flex.items-center:not(.justify-end) {width: 64%;justify-content: space-between;}
}

section:nth-child(1 of .s-block--banners) .md\:grid-cols-3 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

section:nth-child(2 of .s-block--banners) .md\:grid-cols-3 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.store-footer h3 {
    margin: 1.25rem 0;
}

footer h3 {
  color: #635637 !important; 
}

footer *:not(h3) {
  color: #ffffff !important; 
}



@media (min-width: 768px) {
  a.flex.items-center.m-0:after {
      content: "";
      display: block;
      width: 10rem;
      height: 10rem;
      background-image: url(https://cdn.salla.sa/form-builder/wpMkFauAD6WmGfFcDK92wyuJdQESfdj6gijQPOBU.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 65px;
      margin-top: 10px;
      /* color: white; */
      filter: brightness(0.5);
  }
}



@media (min-width: 1024px) {
    footer .container.grid {
        gap: 13rem;
    }

    footer .grid {
        grid-template-columns: repeat(3, minmax(1, 1fr));
    }

    .gap-8 {
        gap: 20rem;
    }

    .lg\:col-span-2 {
        grid-column: span 1 / span 1;
    }

    footer {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}