/* Add custom CSS styles below */ 
.store-header,
.store-header * {
  color: #000 !important;
}

.store-header i,
.store-header svg,
.store-header svg path,
.store-header .icon,
.store-header [class*="sicon-"] {
  color: #000 !important;
  fill: #000 !important;
}

.store-header a,
.store-header button,
.store-header p,
.store-header span,
.store-header b {
  color: #000 !important;
}


/* قسم المجموعات */
.square-links-1 .home-block-line {
  display: none !important;
}

/* البادج فوق العنوان */
.square-links-1 .home-block-title::before {
  content: "أقسامنا";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  margin-bottom: 14px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background: #fafafa;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

/* العنوان والوصف */
.square-links-1 .home-block-title h2 {
  color: #000 !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.square-links-1 .home-block-title p {
  color: #666 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  margin-top: 6px !important;
}

/* توزيع العناصر */
.square-links-1 ul {
  margin-top: 64px !important;
  gap: 42px !important;
}

/* كارت الصورة */
.square-links-1 li a > div {
  position: relative;
  overflow: visible !important;
  border-radius: 14px !important;
}

/* السكوير المعووج خلف الصورة */
.square-links-1 li a > div::before {
  content: "";
  position: absolute;
  inset: -16px -14px 16px 14px;
  z-index: 0;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #f6f7f8;
  transform: rotate(-7deg);
}

/* الصورة فوق الخلفية */
.square-links-1 li img {
  position: relative;
  z-index: 1;
  height: 276px !important;
  border-radius: 14px !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

/* اسم القسم */
.square-links-1 li h3 {
  margin-top: 28px !important;
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

/* قسم تشكيلتنا */
.s-block--product-tabs .home-block-title {
  margin-bottom: 24px !important;
}

/* إزالة الخط */
.s-block--product-tabs .home-block-title > div,
.s-block--product-tabs .home-block-title .border-primary {
  display: none !important;
}

/* البادج فوق العنوان */
.s-block--product-tabs .home-block-title::before {
  content: "تشكيلتنا";
  display: inline-flex;
  align-items: center;
  padding: 8px 52px 8px 28px;
  margin-bottom: 14px;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  background: #fafafa;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}


/* العنوان والوصف */
.s-block--product-tabs .home-block-title h2 {
  color: #000 !important;
  font-size: 38px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin-top: 0 !important;
}

.s-block--product-tabs .home-block-title p {
  max-width: 980px;
  margin: 6px auto 0 !important;
  color: #777 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

/* التابات */
.s-block--product-tabs .btn-tabs-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 14px !important;
}

.s-block--product-tabs .product-tab {
  min-width: 145px !important;
  height: 40px !important;
  padding: 0 22px !important;
  border: 1px solid #a64f35 !important;
  border-radius: 14px !important;

  color: #a64f35 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.s-block--product-tabs .product-tab span {
  color: inherit !important;
}

.s-block--product-tabs .product-tab.active {
  background: #a64f35 !important;
  color: #fff !important;
}

/* ألوان أزرار وسعر المنتجات بنفس اللون */
.s-block--product-tabs .product-card__promotion {
  background-color: #863710 !important;
}

.s-block--product-tabs .s-button-primary-outline {
  border-color: #a64f35 !important;
  color: #a64f35 !important;
}

.s-block--product-tabs .s-button-primary-outline:hover {
  background: #a64f35 !important;
  color: #fff !important;
}

.s-block--product-tabs .product-card__enhanced-mini-cart .s-button-element,
.s-block--product-tabs .product-card__normal-cart .s-button-element {
  border-color: #a64f35 !important;
  background: #a64f35 !important;
  color: #fff !important;
}

/* الصور */
.s-block--product-tabs .product-card__image {
  background: #f8f5f2 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.s-block--product-tabs .product-card__image img {
  border-radius: 18px !important;
  object-fit: cover !important;
}

/* الموبايل */
@media (max-width: 767px) {
  .s-block--product-tabs .home-block-title h2 {
    font-size: 28px !important;
  }

  .s-block--product-tabs .home-block-title p {
    font-size: 14px !important;
  }

  .s-block--product-tabs .product-tab {
    min-width: 135px !important;
    height: 38px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
  }
}
h3.images-grid__title.text-2xl.font-medium.absolute.top-0.ltr\:left-0.rtl\:right-0.p-4.xs\:text-xl.md\:text-3xl {
    bottom: 0 !important;
    top: auto;
}
.special-slider__content.space-y-4.lg\:space-y-8.absolute.top-0.left-0.w-full.h-full.flex.flex-col.items-center.justify-center.px-2\.5.py-10.lg\:p-10.z-\[1\]{
  justify-content: end !important;
}



.square-links-1 .square-links__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

/* Remove extra left space */
.square-links-1 .s-slider-container,
.square-links-1 .swiper-wrapper {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.square-links-1 .swiper-slide {
  margin-left: 0 !important;
}

/* Mobile spacing */
@media (max-width: 768px) {

  .square-links-1 .swiper-slide {
    width: 100% !important;
  }
}
.square-links-1 .swiper-wrapper{
  justify-content: center;
}

@media (max-width: 767px) {
  .hero-sec {
    --mobileSliderHeight: auto !important;
  }

  .hero-sec .advanced-slider__slide {
    height: auto !important;
  }

  .hero-sec .advanced-slider__image {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}
@font-face {
  font-family: "Paykan VF";
  src: url("data:font/truetype;charset=utf-8;base64,PASTE_BASE64_HERE") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.s-block--product-tabs--toggle .btn-tabs-container, .s-block--store-branches--toggle .btn-tabs-container {
 
     background: none !important;
  border: none !important;
                     }

html,
body,
body *,
button,
input,
textarea,
select {
  font-family: "Paykan VF", serif !important;
}
.aspect-\[14\/13\] {
    aspect-ratio: auto;
}
@media (max-width: 767px) {
  .images-grid__col:first-child .images-grid__item,
  .images-grid__col:last-child .images-grid__item {
    height: 400px !important;
  }
}
[data-selia="about-button"] {
  background: #fde8cf !important;
  color: #b54a2f !important;
  border-radius: 999px !important;
  height: 48px !important;
  padding: 0 26px !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

[data-selia="about-button"] span {
  font-family: inherit;
}

[data-selia="about-button"] i {
  display: none !important;
}
@media (max-width: 767px) {
  .square-links-1 .s-slider-swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    transform: none !important;
  }

  .square-links-1 .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }

  .square-links-1 .square-links__image-wrap img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}