/* Add custom CSS styles below */ 
.featured-cats {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;


  /* ===== عن متجر روز – تصميم احترافي ===== */

.about-section {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}

/* الصورة */
.about-section img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* طبقة الفيد البيج */
.about-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #edddd2 0%,
    rgba(237,221,210,0.85) 30%,
    rgba(237,221,210,0.4) 55%,
    rgba(237,221,210,0) 75%
  );
  z-index: 1;
}

/* حاوية النص فوق الصورة */
.about-section .content,
.about-section .text,
.about-section .inner {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  padding: 0 8%;
  z-index: 2;
  text-align: right;
}

/* العنوان */
.about-section h1,
.about-section h2,
.about-section h3 {
  color: #FFB0B6 !important;
  font-weight: 600;
  font-size: clamp(26px, 3vw, 36px);
  margin-bottom: 16px;
}

/* النص */
.about-section p {
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  max-width: 720px;
}

/* زر إن وجد */
.about-section a,
.about-section button {
  margin-top: 18px;
}