/* Add custom CSS styles below */ 
.banner--fixed img {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: transparent;
    -o-object-fit: cover;
    object-fit: cover;
}



/* Add custom CSS styles below */ 
.s-block--fixed-banner {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
.yasmeen-fixed-product-title {color: black !important;}


.s-product-card-entry .s-button-btn {
    font-size: 15px !important;
    line-height: 1.25rem !important;
    padding: .75rem !important;
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
    border-radius:20px !important;
}


.s-product-card-entry .s-button-btn {
    font-size: 15px !important;
    line-height: 1.25rem !important;
    padding: .75rem !important;
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
    border-radius: 20px !important;
    background: #B0A69D;
    color: white;
}


.store-footer {
    position: relative;
    margin-top: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgba(14, 15, 15, 1);
    background-color: #46423F !important;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

,@media (min-width: 1024px) {
     footer .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
        display: flex;
    }
    footer  .md\:grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {

.yasmeen-square-slide  .h-\[215px\] {
    height: 400px;}

.yasmeen-squares .yasmeen-squares-slider .yasmeen-square-slide {
    width: 215px !important;
    max-width: 215px !important;
    max-height: 400px !important;
    height: 400px !important;
    padding: 0 !important;
    background: transparent;
    border-radius: 40px;
}}


@media (max-width: 765px) { .yasmeen-square-slide  .h-\[215px\] {
    height: 163px !important;}

.yasmeen-squares .yasmeen-squares-slider .yasmeen-square-slide {
    width: 215px !important;
    max-width: 215px !important;
    max-height:163px !important;
    height: 163px !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 40px;
}}
@media (max-width: 765px) {
    .yasmeen-squares .yasmeen-squares-slider .yasmeen-square-slide {
        width: 215px !important;
        max-width: 88px !important;
        max-height: 163px !important;
        height: 163px !important;
        padding: 0 !important;
        background: transparent !important;
        border-radius: 12.63px;
    }
}

/* الكارت نفسه */
.yasmeen-square-slide {
  overflow: hidden;          /* يمنع الصورة من الخروج من الكارت */
  border-radius: 20px;       /* نفس الـ rounded */
  transition: transform 0.3s ease; /* لتنعيم الحركة */
}

/* الصورة جوه الكارت */
.yasmeen-square-slide img {
  transition: transform 0.3s ease; /* حركة ناعمة للصورة */
}

/* تأثير الهفر */
.yasmeen-square-slide:hover img {
  transform: scale(1.1); /* تكبير الصورة */
}

.yasmeen-squares-title h2{text-align: center !important;}


  .yasmeen-squares-title  .lg\:gap-4 {
        gap: 1rem;
        width: 100%;
    }

.yasmeen-squares .yasmeen-squares-slider .swiper-wrapper {
    justify-content: center !important;
}.header-btn {
    border-style: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background: #B0A69D;
    PADDING: 9PX;
    PADDING-RIGHT: 38PX;
    width: 155;
    height: 48;
    gap: 10px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 20px;
    padding: 10px;
    COLOR: WHITE;
}




















Almost out of storage … If you run out of space, you can't save to Drive, back up Google Photos, or use Gmail.
/* تنسيق العنوان الرئيسي داخل القسم */
.section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; /* المسافة بين العنوان والأقسام */
  color: #333;
}

/* تنسيق الحاوية التي تحتوي على الفئات */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* محاذاة العناصر في المنتصف */
}

/* باقي التنسيقات كما هي */
.category-item {
  flex: 1 1 calc(20% - 40px);
  max-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.category-item a {
  display: block;
  text-align: center;
  padding: 10px;
}

.category-item img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 0;
}

.category-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .category-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .category-item {
    flex: 1 1 100%;
  }
}
.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
    color: #333;
    PADDING-TOP: 64PX;
}
.categories-container {
    display: flex;
    flex-wrap: inherit;
    gap: 3px;
    justify-content: space-evenly;
}

.boxItem {
    position: relative;
    width: calc(50% - 10px);
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: #f7d8e9;
    transition: transform 0.3s ease;
}
.category-item {
    flex: 1 1 calc(20% - 40px);
    max-width: 200px;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.categories-container {
  display: flex;
  gap: 15px;
  align-items: flex-start; /* مهم */
}

/* كل العناصر */
.category-item {
  transition: 0.3s;
}

/* العناصر الزوجية (2 و 4) */
.category-item:nth-child(even) {
  margin-top: 53px;
}

@media (max-width: 768px) {


.section-heading {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    color: #333;
    PADDING-TOP: 0px;
    padding-bottom: 30px;
}
.categories-container {
    display: flex;
    gap: 0;
}}



....@media (min-width: 1024px) {

.yasmeen-store-header {display: flex;
    flex-direction: row-reverse;}

/* الهيدر الرئيسي */
.yasmeen-store-header .container {
  display: flex;
  justify-content: space-between; /* الديفين اليمين والشمال */
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}

/* اللوجو + الأقسام */
.navbar-brand,
#mobile-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  order: 1; /* حطهم على اليمين */
}

/* أيقونات البحث والسلة واليوزر وزر تسجيل الدخول */
.header-btn,
.s-cart-summary-wrapper,
.btn--rounded-gray {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  order: 2; /* حطهم على الشمال */
}

/* الأقسام / القائمة */
#mobile-menu {
  flex: 1;
  justify-content: center; /* خلي الأقسام في الوسط */
}

/* RTL: اللوجو والأقسام على اليمين، الأيقونات على اليسار */
body[dir="rtl"] .yasmeen-store-header .container {
  flex-direction: row-reverse;
}

/* LTR: اللوجو والأقسام على اليسار، الأيقونات على اليمين */
body[dir="ltr"] .yasmeen-store-header .container {
  flex-direction: row;
}}




.yasmeen-fixed-product-title {
    color: black !important;
    width: 100%;
    text-align: center;
}



@media (min-width: 1024px) {
    .yasmeen-fixed-product-title .lg\:gap-4 {
        gap: 1rem;
        width: 100%;
    }
}


@media (min-width: 1024px) {
    .navbar-brand {
        margin-top: 0px;
        margin-bottom: 0px;
        POSITION: ABSOLUTE;
        LEFT: 1290PX;
    }

  .yasmeen-store-header{    DISPLAY: FLEX;
    FLEX-DIRECTION: row-reverse;
    ALIGN-ITEMS: initial;
    JUSTIFY-CONTENT: space-around;
}
  .yasmeen-store-header .main-nav-container {
    min-height: auto !important;
    height: auto !important;
    BORDER: 0;
}
}
 @media (min-width: 1024px) {

  .yasmeen-main-nav .lg\:flex.gap-4 {
    margin-left: auto;
    order: -1; /* يخليها أول عنصر */
  }

}

@media (min-width: 1024px) {
    .yasmeen-store-header {
        DISPLAY: FLEX;
        FLEX-DIRECTION: row-reverse;
        ALIGN-ITEMS: initial;
        JUSTIFY-CONTENT: space-around;
        width: 1586px;
    }
}
@media (min-width: 1024px) {
    .yasmeen-main-nav .lg\:flex.gap-4 {
        order: -1;
        position: absolute;
        right: 936px;    }
  header .rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 0;
}
  header .font-semibold {
    font-weight: 600;
    display: none;
}
}
@media (min-width: 1024px) {
    .yasmeen-store-header {
        DISPLAY: FLEX;
        FLEX-DIRECTION: row-reverse;
        ALIGN-ITEMS: initial;
        JUSTIFY-CONTENT: space-around;
        width: 1586px;
        box-shadow: 0px 1px 8px 0px #00000014;
        padding-top: 18px;
    }
  header .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
}
}

* {
  font-family: 'DM Sans', sans-serif !important;
}


.s-slider-block__title-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: none;
}

.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: center;
}
.main-nav-container.fixed-pinned .inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 29;
    box-shadow: 10px 0 8px 8px rgba(0, 0, 0, .1);
    transform: translate3d(0, -100%, 0);
    background: #d5a1a83b;
}




.sicon-user:before {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://i.ibb.co/dwgYR1y8/profile.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    border: 0;
}
#s-cart-icon i.header-btn__icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://i.ibb.co/8gMbT7vN/Frame-1984077654.png);
    background-size: cover;
    background-position: revert-layer;
    color: transparent;
    font-size: 0;
    border: 0;
    padding: 13px;
}

.header-btn{font-family: DM Sans;
font-weight: 700;
font-style: Bold;
}
.s-product-card-content-footer {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
}.s-product-card-content-main,
.s-product-card-content-sub {
  opacity: 1 !important;
}.s-product-card-entry {
  box-shadow: 0px 1px 3px 0px #00000026;
  transition: all 0.3s ease;
}

.s-product-card-entry:hover {
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

.s-product-card-entry {
    box-shadow: 0px 1px 3px 0px #00000026;
    border-radius: 12px;
    transition: all 0.3s ease;
    /* border-radius: 24px !important; */
    border-radius: 24px !important;
}.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    padding: 0px;
    background: #f3f4f6!important;
    border-radius: 12px!important;
    padding-right: 5px!important;
}
.s-product-card-entry {
    box-shadow: 0px 1px 3px 0px #00000026;
    border-radius: 12px;
    transition: all 0.3s ease;
    /* border-radius: 24px !important; */
    border-radius: 24px !important;
    padding: 15px;
    padding-bottom: 0px;
}.s-product-card-entry .s-product-card-content {
    padding: 0 !important;
    padding-top: 22px !important;
}







/* العنوان الرئيسي */
.section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #333;
}

/* حاوية الأقسام */
.categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-evenly;
  align-items: flex-start;
}

/* كل بطاقة */
.category-item {
  position: relative;
  flex: 1 1 calc(20% - 20px);
  max-width: 231px;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* الصورة */
.category-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Overlay وردي شفاف */
.category-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 216, 233, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

/* النص في منتصف الصورة */
.category-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Hover Effects */
.category-item:hover::before {
  opacity: 1; /* ظهور الخلفية الوردي الشفاف */
}

.category-item:hover .category-name {
  opacity: 1; /* ظهور الاسم */
}

.category-item:hover img {
  transform: scale(1.05); /* تكبير خفيف */
  filter: brightness(0.8); /* تعتيم الصورة */
}

/* Responsive */
@media (max-width: 768px) {
  .category-item {
    flex: 1 1 calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .category-item {
    flex: 1 1 100%;
  }
}.category-item:hover {
    transform: scale(1.1);
    box-shadow: none;
}.category-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.category-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    font-weight: 700;
    font-family: 'DM Sans' !important;
}
.category-item:nth-child(even) {
    margin-top: 100px;
}


.category-item:hover img {
    transform: none;
    filter: brightness(0.8);
}


.category-item:hover {
    transform: none !important;
    box-shadow: none;
}