/* Add custom CSS styles below */
.header--transparent #mainnav:not(.fixed-pinned) {
    background-color: #f8f6dc;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.main-nav-container.fixed-header .inner {
    transform: translate3d(0, 0, 0);
    background: #f8f6dc;
}

.w-\[75\%\] {
    width: 60%;
    height: 70%;
    cursor: default;
}

@media (min-width: 1024px) {
    .footer-is-dark .store-footer .footer-item {
        border-color: rgba(255, 255, 255, .15);
        text-align: center;
    }
}

.rtl\:rounded-s:where([dir="rtl"], [dir="rtl"] *) {
    visibility: hidden;
}

.rtl\:rounded-e:where([dir="rtl"], [dir="rtl"] *) {
    visibility: hidden;
}

.store-footer .social-accounts {
    position: relative;
    z-index: 0;
    display: inline-flex;
    display: none;
    gap: 1.5rem;
    padding-top: 20px;
    margin-bottom: -56px;
}

@media (min-width: 1024px) {
    .s-product-card-entry .s-product-card-content-main a {
        font-size: 16px;
        line-height: 1.75rem;
    }
}

.ltr\:rounded-s:where([dir="ltr"], [dir="ltr"] *) {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    visibility: hidden;
}

.ltr\:rounded-e:where([dir="ltr"], [dir="ltr"] *) {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    visibility: hidden;
}

@media (min-width: 1024px) {
    .s-block--hero-slider .slider-fixed-titles:where([dir="rtl"], [dir="rtl"] *) {
        text-align: right;
        margin-top: 50px;
    }
}

.s-block--full-bg+footer, .s-block--full-bg+.s-block--full-bg, .s-block--full-bg:first-of-type {
    margin-top: 0px;
    box-shadow: 0px 0px 75px #ffe3e1;
}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.75rem;
    visibility: hidden;
}

.s-quantity-input-button svg {
    margin-left: auto;
    margin-right: auto;
    height: 1.25rem;
    width: 1.25rem;
    visibility: hidden;
}

.s-quantity-input-button {
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, 1);
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    opacity: 1;
    visibility: hidden;
}

.s-quantity-input-input {
    border-width: 0px;
    pointer-events: none;
}

a.s-contacts-item[href*="555315889"] {
 display: none !important;
}

@media (min-width: 1024px) {
    .lg\:h-\[85\%\] {
        height: 85%;
        transform: translate3d(0px, 0px, 0px) rotate(0.0001deg);
        transform-style: preserve-3d;
        backface-visibility: hidden;
        position: relative;
        pointer-events: none;
        transform: scale(1.25);
    }
}

.text-primary {
    color: #414042;
    color: var(--color-primary);
    font-size: 20px;
}

/* --- بداية التعديل --- */
@media only screen and (max-width: 768px) {
  .swiper {  
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {      
  }
}
/* --- نهاية التعديل --- */

/* --- تعديل لرفع زر الواتساب (نسخة محسنة) --- */
a[href*="whatsapp.com"],
a[href*="wa.me"] {
    bottom: 90px !important;
}

/* --- Footer Color Fixes --- */

/* This rule is for Desktop view */
.main-footer-widgets .footer-title {
    color: #000000 !important;
}

/* These rules will ONLY apply to Mobile screens (768px and below) */
@media (max-width: 768px) {
    .s-menu-footer-item,
    .s-contacts-item,
    .footer-title {
        color: #FFFFFF !important;
    }
}

/* --- Separate and Reorder Map and Contact Box (V3) --- */

/* 1. Force the main container to a column layout */
div[class*="bg-gray-100"][class*="min-h-"] {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important; /* Allow container to grow to fit both items */
}

/* 2. Target the Map's wrapper */
div[class*="bg-gray-100"] > div.flex-1 {
    order: 1 !important; /* Make the map appear FIRST */
    height: 450px;
}

/* 3. Target the Contact Box */
div[class*="bg-gray-100"] > div[class*="bg-white"] {
    order: 2 !important; /* Make the contact box appear SECOND */
    position: relative !important;
    margin-top: 2rem; /* Add space between map and box */
}

/* 4. Forcefully kill the absolute positioning of the map's inner container */
div[class*="bg-gray-100"] .flex-1 > div[class*="absolute"] {
    position: static !important;
    height: 100% !important;
}