/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > main > section:nth-child(5)  {
  margin-top: 0px !important; 
}
@media (min-width: 768px) {

/* ترتيب مميزات المتجر: الأيقونة على اليمين والنص بجانبها */
.s-block--enhanced-features__item {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 18px !important;
    align-items: center !important;

    direction: rtl !important;
    text-align: right !important;

    padding: 25px 30px !important;
}

/* الأيقونة */
.s-block--enhanced-features__item .feature-icon {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;

    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* العنوان */
.s-block--enhanced-features__item h2 {
    grid-column: 2 !important;
    grid-row: 1 !important;

    margin: 0 0 6px !important;
    text-align: right !important;
}

/* الوصف */
.s-block--enhanced-features__item p {
    grid-column: 2 !important;
    grid-row: 2 !important;

    margin: 0 !important;
    text-align: right !important;
}

/* تصغير الأيقونة نفسها عند الحاجة */
.s-block--enhanced-features__item .feature-icon img,
.s-block--enhanced-features__item .feature-icon svg,
.s-block--enhanced-features__item .feature-icon i {
    max-width: 48px !important;
    max-height: 48px !important;
}
}
.s-block--enhanced-features__item {
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .s-block--enhanced-features__item:not(:last-child) {
        border-left: 1px solid #eeeeee !important;
}

.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    border-bottom-color: rgb(70 10 26) !important;
}