@font-face {
  font-family: 'CareemRegular';
  src: url('https://raw.githubusercontent.com/amr099/Fonts/master/CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'CareemRegular', sans-serif;
}


:root {
  --bg-clr: #041124;
  --primary-clr: #fff;
}

body,
.s-comments-product {
background-color: var(--bg-clr);
  background-size: cover;
  background-repeat: no-repeat;
}

.s-add-product-button-mini-checkout-content {
    color: #fff !important;
}

.store-footer,
.topnav-is-dark .top-navbar {
    background-color: var(--bg-clr) !important
}

/* Navbar */

.main-nav-container {
  min-height: 56px;
}

.index button.s-button-element {
    color: #fff !important;
}

.s-user-profile-wrapper input,
.s-user-profile-wrapper select{
    color: #fff !important;
}

.s-button-btn, .s-price-range-number-input {
    border-radius: 0;
}

.s-user-profile-wrapper option {
    background: #000 !important;
}

.s-user-settings-section *,
.s-user-settings-section:last-child {
    color: #fff !important;
}
.s-user-settings-section-icon svg {
    stroke: #fff;
    fill: #fff;
}
/* Unset Raeed Carousel */
section.s-block.s-block--photos-slider:first-of-type {
    margin-top: 0 !important;
}

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

salla-slider.photos-slider .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* Categories Grid */

.s-block__title {
  justify-content: center;
}

.right-side h2 {
  color: var(--primary-clr);
}

@media (min-width: 1024px) {
  .right-side h2 {
    font-size: 5rem;
  }
}

.s-block--banners .grid {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  gap: 1rem;
}

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

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

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

.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;
  }
}

/* Transparent Banner */

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

/* 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: 135%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

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

/* Products */



.s-product-card-entry {
  background-color: transparent;
}

.s-product-card-content-title a {
  color: var(--primary-clr) !important;
}

.s-product-card-price {
  color: #fff;
}

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

/* Center Product Content */

.s-product-card-content > * {
  text-align: center;
}

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

/* Last Banner Padding */

.s-block--fixed-banner:nth-of-type(8) {
  padding: 1rem 15rem !important;
}

@media (max-width: 1200px) {
  .s-block--fixed-banner:nth-of-type(8) {
    padding: 1rem 2rem !important;
  }
}

/* Footer */

.store-footer__inner {
  background-color: var(--bg-clr);
}

.store-footer__inner *,
.copyright-text p,
.s-contacts-icon {
  color: var(--primary-clr) !important;
}

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

/* Category Page */

.s-breadcrumb-item,
h1#page-main-title,
label {
  color: var(--primary-clr);
}

.s-breadcrumb-arrow svg {
  stroke: var(--primary-clr);
  color: var(--primary-clr);
}

select#product-filter {
  background: var(--bg-clr) !important;
  color: var(--primary-clr);
  border-color: var(--bg-clr);
}

/* Product Page */

.product__description *,
.main-content h1,
.main-content b,
.main-content label {
  color: var(--primary-clr) !important;
}

.product__description strong {
  color: #f00 !important;
}

.product__description * {
  background-color: var(--bg-clr);
}

.main-content h2 {
  color: #fff;
}

.main-content *:not(button) {
  background: transparent;
}

.mb-4.flex.justify-between.sm\:grid.sm\:grid-cols-3.bg-white.rounded-md.px-4.py-2 {
  color: #fce07c;
}

.s-quantity-input-container {
  border-color: var(--primary-clr);
}

.s-quantity-input-container svg path {
  fill: var(--primary-clr);
}

.s-quantity-input-input {
  color: #fff;
  border-color: var(--primary-clr);
}

/* Cart Page */

.item-price {
  color: #fff !important;
}

.shadow-default.bg-white.p-5.xs\:p-7.rounded-md.mb-5.relative.transition-height.duration-1000 {
  background: transparent;
  color: #fff;
  border: 1px solid var(--primary-clr);
}