/* تنسيقات السلايدر المتقدم */
.advanced-slider__caption__inner__content__text {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #dcc8b4;
}

.advanced-slider__caption__inner__content__heading {
    font-size: 3.75rem;
    line-height: 4rem;
    color: #dcc8b4;
}

.advanced-slider__caption__inner__content__button {
    transition: all .3s ease;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.advanced-slider__caption {
    align-items: end;
}

/* تنسيقات عامة للكتل والصور */
.s-block {
    margin-top: 1rem;
}

.s-block--bundle-marquee-divider {
    margin-top: 0rem;
}

.text-primary-reverse {
    color: #d9c8b5;
}

.cta-button {
    border: 1px solid #d4c3af !important;
    color: #d4c3af !important;
}

.main-image {
    object-fit: contain;
}

/* تنسيقات المنتجات المخصصة */
.s-block--custom-products .text-store-text-secondary,
.s-block--custom-products .sm\:text-4xl {
    text-align: start;
}

.s-block--custom-products .border-primary {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.s-block--custom-products .w-28 {
    width: 5rem;
}

/* حركات الأنميشن (Animations) */
.s-block--square-links .border-primary {
    transform-origin: center;
    animation: pulseLine 2.5s infinite ease-in-out;
}

@keyframes pulseLine {
    0% { transform: scaleX(0.7); }
    50% { transform: scaleX(1.3); }
    100% { transform: scaleX(0.7); }
}

@keyframes drawLineFromRight {
    0% { width: 0; opacity: 0; }
    100% { width: 70px; opacity: 1; } 
}

/* إخفاء وتنسيق عناصر معينة */
.product-card__buttons>div button {
    display: none !important;
}

.s-trust-badges-wrapper {
    display: none;
} /* تم إضافة قوس الإغلاق المفقود هنا */

/* تنسيقات الفوتر (الأسفل) */
.store-footer {
    margin-top: 0rem;
}

.footer-is-custom .store-footer .store-footer__curve {
    color: var(--footer-bg);
    display: none;
}

.footer-logo {
    justify-content: center;
    display: flex;
}

.s-social-list {
    justify-content: center;
}

.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,
.footer-is-custom .store-footer {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

/* التجاوب مع الشاشات (Media Queries) */
@media (min-width: 992px) {
    .about-container {
        grid-template-columns: 0.8fr 1.2fr;
        padding: 0rem;
        gap: 0rem;
    }
}

@media (min-width: 768px) {
    .store-footer.basic-footer .footer-description p:where([dir=rtl],[dir=rtl] *), 
    .store-footer.basic-footer .footer-description+p:where([dir=rtl],[dir=rtl] *), 
    .store-footer.basic-footer .footer-description:where([dir=rtl],[dir=rtl] *) {
        text-align: center;
    }
}

/* كود الموبايل الخاص بك */
@media (max-width: 767px) {
    .advanced-slider__caption__inner__content__text {
        font-size: 1.5rem;
        line-height: 2rem;
    }
  .advanced-slider__caption__inner__content__heading {
    font-size: 2.75rem;
}
}
.advanced-slider__caption__inner__content__heading {
    color: #ece1cd;
}.advanced-slider__caption__inner__content__text {
 
    color: #ece1cd;
}