/* Add custom CSS styles below */
@keyframes logobg {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

body:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0000005c
    url(https://i.ibb.co/4Pf50tw/3-CNIZl-Kc-Gq-Rey-Gy-Pa-N9md0h0-Zg-W239-Mxvh-NOweoa.webp);
  position: fixed;
  z-index: 99999999999999999 !important;
  transform: scale(0);
  background-size: 50rem !important;
  background-repeat: no-repeat;
  background-position: center !important;
  animation-name: logobg;
  animation-duration: 1.1s;
  backdrop-filter: blur(4px);
}

.s-product-card-image img.loaded {
  background: white !important;
}

.main-nav-container.fixed-pinned .navbar-brand img {
  transform: scale(1.3);
}

/*   #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3){
        margin-top:2rem;
    }
    
    #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(3) > div{
        width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}*/

[dir="rtl"] .s-slider-block__title h2 {
  font-size: 2rem;
}

.s-product-card-entry {
  border-image: linear-gradient(
      transparent,
      transparent,
      #ff5e5e,
      #ff000d,
      #a40000
    )
    27;
  border-style: solid;
  border-width: 3px;
}
#app > div.app-inner.flex.flex-col.min-h-full > div > div > div > div > a,
div.main-content.w-full.md\:w-2\/4.md\:pb-16
  > form
  > section
  > salla-add-product-button
  > salla-button
  > button,
.s-button-primary-outline {
  color: white;
  background: rgb(0, 3, 6);
  background: linear-gradient(0deg, rgb(136, 0, 0) 0%, rgb(255, 63, 63) 100%);
}

#app > div.app-inner.flex.flex-col.min-h-full > div > div > div > div > a:hover,
div.main-content.w-full.md\:w-2\/4.md\:pb-16
  > form
  > section
  > salla-add-product-button
  > salla-button
  > button:hover,
.s-button-primary-outline:hover {
  background: linear-gradient(0deg, rgb(255, 45, 45) 0%, rgb(177, 0, 0) 100%);
  color: white;
  opacity: 1;
  border-color: rgba(0, 3, 6, 1);
}

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

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

[dir="rtl"] .s-slider-block__title h2 {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #760000 0%,
    #d87000 29%,
    #ebeb00 67%,
    #ff4a4a 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;
  line-height: 1.5;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.slide--cat-entry i::before,
.s-block--features__item .feature-icon i::before {
  content: "";
}

.s-block--features__item .feature-icon {
  height: 6rem;
  width: 6rem;
}

@keyframes up-down {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: -25px;
  }
}

.banner img {
  box-shadow: 1px 1px 6px -1px #c20000;

  animation: up-down 8s ease infinite;
}

.topnav-is-dark .top-navbar,
.store-footer {
  background: #cb0000;
}

#mainnav > div > div,
.main-nav-container,
.main-nav-container.fixed-header .inner,
.store-footer__inner {
  background-image: linear-gradient(to right, #ff3535, #d30000);
}

.s-block--categories .swiper-wrapper {
  justify-content: space-evenly;
}


@media screen and (max-width: 667px) {
  footer * {
    text-align: center !important;
    justify-content: center !important;
  }
  .s-block--categories .swiper-wrapper {
    justify-content: start;
  }
  body:before {
    background-size: 18rem !important;
  }
  .banner--fixed img {
    margin: auto;
    width: 100%;
  }
}

#app
  > div.app-inner.flex.flex-col.min-h-full
  > footer
  > div.md\:flex.items-center.justify-between.py-4.container.text-center
  > span
  > p,
.justify-end *,
.main-menu li.root-level > a,
.sicon-menu:before,
.store-footer,
.topnav-is-dark .top-navbar * {
  color: white !important;
}
 {
}
.main-menu li.root-level > a {
  font-size: 16px !important
  ;
}

#mainnav > div > div > div > div:nth-child(1) > a.navbar-brand > img {
  margin-right: 1rem;
}

#mainnav > div > div{max-width:100%;
padding:0 2rem}

li#\35 922488 {
    display: none !important;
}
@font-face {
    font-family: 'CustomFont';
    src: url('custom-font.woff2') format('woff2');
    font-display: swap;
}

<script>
document.addEventListener("DOMContentLoaded", function () {
  // التحقق أن هذه صفحة منتج عبر وجود حاوية محددة
  var productContainer = document.querySelector(".product-page-wrapper, .product-single, .product-detail");

  if (productContainer) {
    // إضافة كود CSS ديناميكياً لتصميم البلوك
    var style = document.createElement("style");
    style.innerHTML = `
      /* تصميم البلوك الأساسي */
      .custom-product-info {
        margin-top: 20px;
        padding: 15px;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
        border-radius: 12px;
        font-family: 'Tajawal', Arial, sans-serif;
      }

      /* تصميم العناصر الفردية داخل البلوك */
      .custom-product-info .info-item {
        display: flex;
        align-items: center;
        margin-bottom: