/* 
 * Developed By Package +201002241591
 * Email: 3lwaaa@gmail.com
 * WhatsApp: https://wa.me/201002241591
 */

/* ============================================
   ROOT VARIABLES & COLORS
   ============================================ */
:root {
  --color-primary: #e8b121
;
  --color-primary-dark: #050505;
  --color-primary-light: #e8b121;
  --color-primary-reverse: #ffffff;
  --bg: #000000e6;
}

/* ============================================
   NAVBAR & HEADER STYLING
   ============================================ */
.navbar-brand img {
  max-height: 4.5rem;
}

@media (min-width: 640px) {
  .navbar-brand img {
    max-height: 7rem;
  }
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 59px;
  padding: 5px;
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 75px;
  padding: 5px;
}

div#mainnav {
  background: var(--bg);
  color: white;
}

.main-nav-container.fixed-header .inner {
  background-color: var(--bg);
  backdrop-filter: blur(9px);
}

.main-nav-container.fixed-pinned .inner {
  box-shadow: 0 0 5px var(--color-primary);
}

.topnav-is-dark .top-navbar {
  --tw-bg-opacity: 0;
}

/* ============================================
   ICONS
   ============================================ */
.sicon-shopping-bag:before,
.sicon-user-circle:before {
  color: white;
}

/* ============================================
   SECTION TITLES
   ============================================ */
.s-block__title h2 {
  font-size: 1.45rem;
}

[dir=rtl] .s-block__title .right-side {
  padding-left: 0rem;
  background: linear-gradient(307deg, var(--color-primary), transparent);
}

.s-slider-block__title h2 {
  font-size: 1.45rem;
}

.s-block--slider-with-bg .s-slider-block__title-left {
  margin-bottom: 20px;
}

[dir=rtl] .s-slider-block__title-right {
  padding-left: 0rem;
  background: linear-gradient(307deg, var(--color-primary) -67%, transparent 75%);
}

/* ============================================
   SPACING & UTILITIES
   ============================================ */
.px-2\.5 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.text-xs {
  line-height: 0.25rem;
}

.dmopMx {
  display: none;
}

.rounded-md {
  border-radius: 0rem !important;
}

.bg-inherit {
  border-bottom: 1px solid var(--color-primary);
}

/* ============================================
   GRID & LAYOUT
   ============================================ */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.grid-flow-row {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
  display: flex;
  flex-wrap: wrap;
}

.gap-3 {
  gap: 0.5rem;
}

/* ============================================
   PRODUCTS & ENTRIES
   ============================================ */
.product-entry {
  border: 0.2px solid #e8b121;
}

.s-product-card-vertical {
  border: 1px solid rgb(0, 0, 0);
}

/* ============================================
   BANNER STYLING
   ============================================ */
.banner-entry {
  border-radius: 1.375rem;
  width: 22%;
  height: 240px !important;
  background: #f9fafb00;
}

.banner-entry h3 {
  line-height: 1.5rem;
  font-size: 24px;
  color: var(--color-primary);
  display: none;
}

.banner--fixed img {
  background: #faebd700;
}

.has-overlay:after {
  display: none;
}

/* ============================================
   CAROUSEL & SLIDER
   ============================================ */
[dir=rtl] .carousel-slider .swiper {
  padding-left: 0rem !important;
}

salla-slider.photos-slider .swiper-slide {
  position: relative;
  margin: 0 !important;
  padding: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}

section:first-of-type.s-block.s-block--photos-slider {
  margin: 0 !important;
}

/* ============================================
   LAZY LOADING
   ============================================ */
.lazy__bg.lazy.entered.loaded {
  background-size: contain;
  background-repeat: no-repeat;
}

/* ============================================
   BUTTONS
   ============================================ */
.s-button-primary {
  border-color: #231f1e;
  background-color: #231f1e;
  color: #fff;
}

.s-button-primary:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.s-button-primary-outline {
  color: white;
  background: var(--color-primary);
  border: 2px solid var(--color-primary-dark);
  fill: #231f1e;
}

.s-button-primary-outline:hover {
  background-color: var(--color-primary);
  fill: #fff;
  color: #fff;
}

/* ============================================
   FOOTER
   ============================================ */
.footer-is-light .store-footer .store-footer__inner {
  background: var(--color-primary);
  color: white;
  border-radius: 18px;
}

.store-footer::after {
  content: "تصميم وتطوير منصة لافتة للمصمم على احمد";
  font-size: 13px;
  color: rgb(35, 69, 130) !important;
  margin-right: 89px !important;
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {
  .banner-entry h3 {
    display: none;
  }

  .has-overlay:after {
    display: none;
  }

  .grid-flow-row {
    grid-template-columns: auto auto auto auto;
  }

  .banner-entry {
    max-height: 110px;
    width: 48%;
    height: 130px !important;
    background: #f9fafb00;
  }

  .gap-3 {
    gap: 0.5rem;
  }
}

/* ============================================
   RESPONSIVE DESIGN - TABLET (481px - 767px)
   ============================================ */
@media (min-width: 481px) and (max-width: 767px) {
  .banner-entry {
    width: 47%;
    height: 177px !important;
    background: #f9fafb00;
  }
}

/* ============================================
   RESPONSIVE DESIGN - TABLET LANDSCAPE (768px - 1024px)
   ============================================ */
@media (min-width: 768px) and (max-width: 1024px) {
  .banner-entry h3 {
    display: none;
  }

  .has-overlay:after {
    display: none;
  }

  .grid-flow-row {
    grid-template-columns: auto auto auto auto;
  }

  .banner-entry {
    max-height: 110px;
    width: 48%;
    height: 130px !important;
    background: #f9fafb00;
  }

  .gap-3 {
    gap: 0.5rem;
  }

  .banner-entry {
    width: 48%;
    height: 130px !important;
    background: #f9fafb00;
  }
}

/* ============================================
   RESPONSIVE DESIGN - DESKTOP (1025px - 1280px)
   ============================================ */
@media (min-width: 1025px) and (max-width: 1280px) {
  .banner-entry {
    width: 48%;
    height: 130px !important;
    background: #f9fafb00;
  }
}