/* Add custom CSS styles below */
/* ===== CAFEEIN Theme - Coffee Palette ===== */
:root {
  /* ====== ألوان CAFEEIN الأساسية ====== */
  --main-color: #2A170C;        /* بني قهوة غامق - للنصوص والأزرار */
  --second-color: #8A5A32;      /* بني كراميل غامق - للهوفر والأسعار */
  --third-color: #FFF7ED;       /* كريمي فاتح - للنص فوق الخلفيات الغامقة */
  --color-primary: var(--main-color);
  --black: var(--text-main);

  /* ====== درجات مساعدة من نفس باليت اللوجو ====== */
  --accent-color: #B9895B;      /* بيج/كراميل */
  --accent-light: #F4E6D3;
  --accent-mid: #D7B892;
  --accent-dark: #5A351C;
  --accent-glow: #E8CDAA;

  /* ====== الخلفيات ====== */
  --body: #FBF4EA;              /* خلفية عامة كريمي */
  --bg-soft: #F3E5D3;           /* خلفية سكاشن */
  --bg-card: #FFFDF8;           /* خلفية الكروت */
  --bg-card-alt: #F8EDDF;       /* خلفية كارت فاتحة */
  --button-bg: #FFF3E4;

  /* ====== النصوص ====== */
  --text-main: #2A170C;
  --text-dark: #1A0D06;
  --text-muted: #6F563E;
  --charcoal: #302016;

  /* ====== الحدود والظلال ====== */
  --border-light: #D8C0A5;
  --border-strong: #B9895B;
  --shadow-soft: rgba(42, 23, 12, 0.10);
  --shadow-accent: rgba(185, 137, 91, 0.24);
  --shadow-teal: var(--shadow-accent);

  /* ====== تقييمات العملاء ====== */
  --testimonial-bg: #FFFDF8;
  --testimonial-text: #2A170C;
  --testimonial-muted: #6F563E;
  --testimonial-border: #D8C0A5;
  --testimonial-quote: #8A5A32;
  --testimonial-stars: #C7923E;

  --white: #FFFFFF;
  --logo: url(https://cdn.files.salla.network/theme/581115255/660976b8-0cc8-438d-aecc-dcc8772faa0a_500x333.png);
}

* {
  margin:0;
  padding:0;
  box-sizing:border-box;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: var(--body);
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--main-color);
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: var(--body);
    -webkit-border-radius: 0;
}

::selection {
    color: var(--third-color);
    background: var(--second-color);
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: var(--body) var(--logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 360px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}

@keyframes fade-in {
    0% { opacity: 1; transform: scale(1); }
    75% { opacity: 1; transform: scale(1); }
    85% { opacity: .5; transform: scale(1); }
    99% { opacity: .1; transform: scale(1); }
    100% { opacity: 0; transform: scale(.1); }
}

.flex-col { background: var(--body); }
.s-block { margin-top: 2rem; background: unset; }

/* ====== خلفية الجسم الجديدة ====== */
body {
  background: radial-gradient(circle at top, #FFF8EF 0%, #F5E8D7 58%, #E7CFB5 100%);
  color: var(--text-main);
}

/* ====== جرادينت CAFEEIN ====== */
.gold-gradient {
  background: linear-gradient(
    135deg,
    #FFF7ED 0%,
    #E8CDAA 28%,
    #B9895B 56%,
    #8A5A32 78%,
    #2A170C 100%
  );
}



/* ----- start nav -----*/
.bg-inherit { background-color: inherit; background: var(--body); }
.top-navbar { display: flex; min-height: 48px; padding-top: .5rem; padding-bottom: .5rem; background: unset; }
.s-contacts-topnav-link:last-child:where([dir=rtl],[dir=rtl] *) { display: none; }
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a { color: var(--main-color); }
}
@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a:hover { color: var(--second-color); }
}
.sicon-user-circle { content: "\f072"; color: var(--main-color); border: none; }
.sicon-user-circle:hover { content: "\f072"; color: var(--second-color); }
.header-btn__icon.icon:where([dir=rtl],[dir=rtl] *) {
    margin-left: 9px; margin-right: 0; margin-right: initial;
    color: var(--main-color) !important; border: none;
}
.header-btn__icon.icon:hover {
    margin-left: 9px; margin-right: 0; margin-right: initial;
    color: var(--second-color) !important;
}
.sicon-shopping-bag:before { content: "\e901"; text-align: center; }
.sicon-user-circle:before { content: "\f077"; text-align: center; }
i.text-base.sicon-shopping-bag:before { content: "\ea6e"; text-align: center; }
.s-cart-summary-total {
    font-weight: 600; --tw-text-opacity: 1;
    color: #000; color: rgba(0, 0, 0, var(--tw-text-opacity));
    color: var(--main-color);
}
.sicon-menu { content: "\ed7f"; color: var(--main-color); }
.sicon-menu:hover { content: "\ed7f"; color: var(--second-color); }
.s-contacts-topnav-link:where([dir=rtl],[dir=rtl] *) { border-left-width: 1px; color: var(--main-color); }
.s-contacts-topnav-link:hover { border-left-width: 1px; color: var(--second-color); }
.topnav-link-item:last-child:where([dir=rtl],[dir=rtl] *) { border-width: 0; padding-left: 0; color: var(--main-color); }
.topnav-link-item:last-child:hover { border-width: 0; padding-left: 0; color: var(--second-color); }
.topnav-link-item.right-side:first-child:where([dir=rtl],[dir=rtl] *) { padding-right: 0; color: var(--main-color); }
.topnav-link-item.right-side:first-child:hover { padding-right: 0; color: var(--second-color); }
.s-search-icon svg { height: 1rem; width: 1rem; fill: var(--main-color); }
.main-menu > li > a[href*="offer"] { --tw-text-opacity: 1; color: #991b1b; color: var(--main-color); }
.s-cart-summary-count { top: -.125rem; --tw-bg-opacity: 1; background-color: var(--second-color); }
.top-navbar .s-search-input {
    border-style: none; background: var(--third-color);
    box-shadow: 1px 1px 5px var(--main-color);
}
.s-user-menu-trigger { background: transparent; }
.main-nav-container { min-height: 70px; background: var(--body); box-shadow: none; }
@media (min-width: 1024px) {
  .main-nav-container { min-height: 100px; background: var(--body); box-shadow: none; }
}
.navbar-brand img:hover {
    -webkit-animation: blink-1 0.6s both;
    animation: blink-1 0.6s both;
}
@-webkit-keyframes blink-1 { 0%,50%,100% { opacity: 1; } 25%,75% { opacity: 0; } }
@keyframes blink-1 { 0%,50%,100% { opacity: 1; } 25%,75% { opacity: 0; } }
/*----- end nav -----*/

/*----- start sidebar -----*/
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
        padding-right: .75rem; background: var(--main-color); color: var(--third-color);
    }
}
.mm-spn.mm-spn--navbar ul {
    top: calc(50px + 1px); top: calc(var(--mm-spn-item-height) + 1px);
    background: var(--main-color); color: var(--third-color);
}
@media only screen and (max-width: 1024px) {
    .mm-spn li a span:hover { padding: 0; color: var(--second-color); }
}
/*----- end sidebar -----*/

/*----- start content -----*/
.banner-entry { width: 50vw; min-height: 100px; background: unset; }
.lazy__bg {
    background-size: 100% 100%;
    background-size: contain!important;
    background-repeat:no-repeat!important;
}
.lazy__bg:after {
  content: ""; position: absolute; top: -50%; left: -60%;
  width: 20%; height: 200%; opacity: 0; transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
.lazy__bg:hover:after {
  opacity: 1; left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.lazy__bg:active:after { opacity: 0; }
.gap-3 { display: flex; flex-wrap: nowrap; justify-content: center; }

@media only screen and (max-width: 600px) {
.banner-entry { height:auto; }
}
@media (min-width: 768px) {
.two-row .banner-entry:first-child { height: auto !important; }
}
.s-slider-block__display-all {
    display: inline-block; font-size: .875rem; line-height: 1.25rem;
    font-weight: 700; color: #414042; color: var(--color-primary);
    color: var(--main-color);
}
.s-slider-block__display-all:hover {
    display: inline-block; font-size: .875rem; line-height: 1.25rem;
    font-weight: 700; color: #414042; color: var(--color-primary);
    color: var(--second-color);
}
a.s-block__display-all { color: var(--main-color); }
a.s-block__display-all:hover { color: var(--second-color); }
.s-slider-block__title h2 {
    position: relative; font-size: 1.125rem; line-height: 1.75rem;
    font-weight: 700; line-height: 1.2; color: var(--main-color);
    padding: 10px; border-radius: 26px;
}
.s-block__title h2 {
    position: relative; font-size: 1.125rem; line-height: 1.75rem;
    font-weight: 700; line-height: 1.2; color: var(--main-color);
    padding: 10px; border-radius: 32px;
}
.banner--fixed img {
    display: block; width: 100%; border-radius: .375rem; border-style: none;
    --tw-bg-opacity: 1; background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    -o-object-fit: cover; object-fit: cover; background: none;
}
.s-breadcrumb-item { display: inline-block; color: black; }
.s-breadcrumb-item:hover { display: inline-block; color: var(--second-color); }
.s-breadcrumb-primary-reverse li { color: var(--second-color); opacity: 0.8; }
.s-breadcrumb-primary-reverse li:hover { color: var(--second-color); opacity: 0.8; }
.profile-header .breadcrumbs a { color: var(--second-color); }
.profile-header .breadcrumbs a:hover { color: var(--second-color); }
.btn--outline-primary {
    border-width: 1px; border-color: #414042; border-color: var(--main-color);
    color: #414042; color: var(--main-color);
}
.no-content-placeholder .icon {
    margin-bottom: 1rem; display: flex; height: 8rem; width: 8rem;
    align-items: center; justify-content: center; border-radius: 9999px;
    --tw-bg-opacity: 1; background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem; line-height: 1; --tw-text-opacity: 1;
    color: #d1d5db; color: var(--third-color); background: var(--main-color);
}
.no-content-placeholder p {
    margin-bottom: 1rem; font-size: 1rem; line-height: 1.5rem;
    --tw-text-opacity: 1; color: #6b7280;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
    color: var(--main-color);
}
.rtl\:pl-3:where([dir=rtl],[dir=rtl] *) { padding-left: .75rem; color: var(--third-color); }
.text-xl {
    font-size: 1.25rem; line-height: 1.75rem; color: var(--third-color);
    background: var(--main-color); padding: 5px; border-radius: 30px; text-align: center;
}
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; color: black; }
span.text-gray-500.line-through { color: var(--second-color); }
.product__description a {
    --tw-text-opacity: 1; color: #1d4ed8;
    color: rgba(29, 78, 216, var(--tw-text-opacity));
    color: var(--main-color);
}
.s-products-list-placeholder span {
    margin-bottom: 1rem; display: flex; height: 8rem; width: 8rem;
    align-items: center; justify-content: center; border-radius: 9999px;
    --tw-bg-opacity: 1; background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-size: 3rem; line-height: 1; --tw-text-opacity: 1; color: #d1d5db;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
    background: var(--main-color);
}
.s-products-list-placeholder p {
    padding-top: .5rem; text-align: center; --tw-text-opacity: 1;
    color: #9ca3af; color: rgba(156, 163, 175, var(--tw-text-opacity));
    color: var(--main-color);
}
.s-products-list-placeholder span svg {
    margin-left: auto; margin-right: auto; height: 4rem; width: 4rem;
    fill: var(--third-color); text-align: center;
}
.s-block--photos-slider { margin-top: 0 !important; }
.swiper { padding-left: 0 !important; }
salla-slider.photos-slider .swiper-slide {
    position: relative; margin-top: -5px; margin-left: 1.1rem; margin-right: 10px;
    height: auto; width: 102%; overflow: hidden; padding-left: 0; padding-right: 0;
}
@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative; margin-top: -5px; margin-left: 1.1rem; margin-right: 2px;
        height: auto; width: 107%; overflow: hidden; padding-left: 0; padding-right: 0
    }
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    border-color: #414042; border-color: var(--main-color);
    background-color: #414042; color: var(--third-color); color: var(--third-color);
    background: var(--main-color);
}
button.btn--wishlist.animated.hidden.sm\:inline-flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center.s-button-wrap.hydrated.not-added {
    color: var(--second-color);
}
.btn--wishlist.is-added { --tw-text-opacity: 1; color: var(--main-color); }
.s-comments-product {
    margin-bottom: 1rem; --tw-bg-opacity: 1; background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    padding-top: 1rem; padding-bottom: 1rem; background: unset;
}
.s-breadcrumb-arrow svg { height: .875rem; width: .875rem; fill: var(--second-color); }
.s-add-product-button-mini-checkout-content {
    display: flex; flex-shrink: 0; align-items: center; white-space: nowrap;
    font-size: .8rem; color: var(--main-color); background: 0 0 !important;
    width: 107%; height: 110%; justify-content: center;
}
.s-add-product-button-mini-checkout-content:hover {
    display: flex; flex-shrink: 0; align-items: center; white-space: nowrap;
    font-size: .8rem; color: var(--second-color); background: 0 0 !important;
    width: 107%; height: 110%; justify-content: center;
}
button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock { opacity: 0; }
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock { opacity: 0; }
.s-login-modal-header-icon svg { height: 1.25rem; width: 1.25rem; flex-shrink: 0; fill: var(--main-color); }
.s-modal-title { color: var(--main-color); }
span.s-login-modal-header-icon { border: 2px solid var(--main-color); }
label.s-login-modal-label { color: var(--main-color); font-weight: bold; }
.iti__selected-dial-code { color: var(--main-color); font-weight: bold; }
input.s-tel-input-control.tel-input.s-ltr { border: 2px solid var(--main-color); }
a.s-login-modal-link { color: var(--main-color); }
a.s-login-modal-link:hover { color: var(--second-color); }
.s-block--features__item .feature-icon {
    margin-bottom: .75rem; display: flex; height: 6rem; width: 6rem;
    align-items: center; justify-content: center; overflow: hidden;
    border-radius: 9999px; background-color: #414042; background-color: var(--main-color);
}
.s-block--features__item .feature-icon i {
    font-size: 3.875rem; line-height: 2.25rem; color: var(--third-color); color: var(--third-color);
}
.s-block--features__item h2 {
    margin-bottom: .25rem; font-size: 20px; line-height: 1.25rem;
    font-weight: 700; --tw-text-opacity: 1; color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.s-block--features__item p {
    font-size: 15px; line-height: 1.25rem; --tw-text-opacity: 1; color: #6b7280;
    color: var(--main-color); font-weight: 700;
}
#salla-modal:not(.s-search-modal)>div.s-modal-wrapper>div>div.s-modal-header:before {
    display: block !important; content: ''; background: var(--logo);
    background-size: contain; background-repeat: no-repeat; background-position: center;
    width: 100%; height: 102px; margin: 15px auto;
}
/*----- end content -----*/

/*----- start product card -----*/
.s-button-primary-outline {
    fill: #414042; fill: var(--color-primary); color: #414042;
    color: var(--color-primary); color: var(--main-color); border: solid var(--main-color);
}
.s-button-primary-outline:hover {
    fill: #414042; fill: var(--color-primary); color: #414042;
    color: var(--color-primary); background: var(--main-color);
    color: var(--third-color); border: solid var(--main-color);
}
.s-product-card-content {
    position: relative; display: flex; flex-direction: column;
    padding: .75rem; border-radius: 9px; align-items: center;
}
.s-product-card-vertical { background: unset; }
.s-button-wide {
    width: 100%; color: var(--main-color); border-radius: 15px;
    background: none !important; border: solid 2px;
    box-shadow: 5px 5px 1px var(--main-color);
}
.s-button-wide:hover {
    width: 100%; color: var(--main-color); border-radius: 15px;
    background: none !important; border: solid 2px;
    box-shadow: 5px 5px 1px var(--second-color);
}
.s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.outline {
    --salla-fast-checkout-button-border-radius: .75rem;
    width: 50%; color: var(--main-color); border-radius: 40px 10px;
    background: none !important; border: solid 2px;
    border-block-start-width: 2px; border-block-end-width: 6px;
}
.s-product-card-content-title a {
    display: block; font-size: .875rem; line-height: 1.25rem; font-weight: 700;
    --tw-text-opacity: 1; color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
    color: var(--main-color); text-align: center; height: 20px; overflow:hidden;
}
.s-product-card-content-title a:hover {
    display: block; font-size: .875rem; line-height: 1.25rem; font-weight: 700;
    --tw-text-opacity: 1; color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity));
    color: var(--second-color);
}
.s-fast-checkout-button.outline {
    background-color: transparent; border: 1px solid var(--color-primary);
    color: var(--color-primary); color: var(--main-color);
    border-radius: 40px 10px; background: none !important; border: solid 2px;
    border-block-start-width: 2px; border-block-end-width: 6px;
}
.s-product-card-price {
    font-size: .875rem; line-height: 1.25rem; font-weight: 700;
    color: var(--second-color);
}
.s-product-card-sale-price h4 { --tw-text-opacity: 1 !important; color: var(--second-color) !important; }
.s-product-card-sale-price { color: var(--main-color); }
.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%; border-top-left-radius: .75rem; border-top-right-radius: .75rem;
    background: unset;
}
.s-product-card-content-sub {
    margin-bottom: 1.25rem; display: flex; width: 100%;
    align-items: center; justify-content: center;
}
.s-product-card-entry { transition: transform .2s ease-in-out; }
.s-product-card-entry:hover { transform: scale(1.03) }
.s-product-card-image img.loaded { background: var(--third-color); position: relative; opacity: 1; border-radius: 20px; }
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    width: 67px; transition: width 500ms ease 0s;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    width: 200px;
}
.s-product-card-image-cover { -o-object-fit: cover; object-fit: fill; }
/*----- end product card -----*/
#main-content > section.s-block.s-block--features.container {
  background: var(--bg-card-alt) !important;
}


/*----- start footer -----*/
.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1; border-bottom-color: #e5e7eb;
    border-bottom-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1; background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    background: var(--body); color: var(--main-color);
    border-radius: 84px; border-bottom: 7px solid var(--second-color);
    font-weight: 500; text-align: center;
}
.store-footer h3 {
    margin-bottom: .75rem; font-size: 1.125rem; line-height: 1.75rem;
    font-weight: 700; padding: 10px; text-align: center;
    color: var(--main-color); font-size: 25px; font-family: sans-serif;
}
a.flex.items-center.m-0 { display: flex; flex-direction: column; }
a.flex.items-center.m-0:after {
    content: "من نحن"; width: 100%; margin-bottom: .75rem; line-height: 1.75rem;
    font-weight: 700; padding: 10px; text-align: center;
    color: var(--main-color); font-size: 25px; font-family: sans-serif;
}
@media (max-width: 1024px) {
    .store-footer a h3:nth-child(1) {
        font-size: 1rem; color: transparent; background-image: var(--logo);
        background-size: 100%; background-repeat: no-repeat; scale: 3;
        line-height: 4; background-position: center; margin-top: 10px;
    }
}
.store-footer a h3:nth-child(1) { display: none; }
@media (min-width: 1024px) {
    .rtl\:lg\:pr-20:where([dir=rtl],[dir=rtl] *) {
        padding-right: 5rem; background: var(--logo); background-repeat: no-repeat;
        background-size: contain; scale: 0.7; line-height: 0;
        margin-bottom: 0px; margin-top: 0px;
    }
}
.s-menu-footer-item:hover {
    margin-bottom: 1.25rem; display: block; font-size: .875rem;
    line-height: 1.25rem; line-height: 1; color: var(--second-color);
}
.s-contacts-item:hover {
    display: flex; align-items: center; font-size: .875rem;
    line-height: 1.25rem; line-height: 1; color: var(--second-color);
}
.copyright-text p {
    --tw-text-opacity: 1; color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    color: var(--third-color); padding-top: 20px;
}
a.hover\:text-primary:hover { color: var(--second-color); }
.store-footer__inner {
    border-bottom-width: 1px; border-style: dashed;
    border-bottom-color: rgba(255, 255, 255, .1);
    --tw-bg-opacity: 1; background-color: #1d1f1f;
    background-color: rgba(29, 31, 31, var(--tw-bg-opacity));
    padding-top: 2rem; padding-bottom: 2rem; border: none;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1; background-color: #f9fafb;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
    --tw-text-opacity: 1; color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    background: var(--main-color); border-radius: 85px 85px 0px 0px;
}
.s-social-link a:hover {
    display: flex; height: 2rem; width: 2rem; align-items: center;
    justify-content: center; border-radius: 9999px; border-width: 1px;
    font-size: .875rem; line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms; color: var(--second-color);
}
.s-social-list { display: flex; gap: .625rem; justify-content: center; }
.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
    display: flex; flex-direction: column; align-items: center;
}
.s-menu-footer-list { display: flex; flex-direction: column; align-items: center; }
.s-contacts-list.s-contacts-list-vertical {
    display: flex; align-items: center; flex-direction: row;
    flex-wrap: wrap; justify-content: center;
}
span.unicode { display: none; }
.footer-is-light .store-footer .contact-social { border: none; }
.store-footer::after {
    content: "برمجة وتطوير Halim Nabil"; top: 0; color: var(--third-color) !important;
    font-size: 16px; opacity: .8; text-align: center;
    font-family: sans-serif; font-weight: bold; width: 100%; display: inline-block;
}

/*----- end footer -----*/
.testimonials,
.s-block--testimonials,
#testimonials {
  background: var(--bg-soft) !important;
}

.testimonial-card,
.s-reviews-testimonial,
.salla-testimonial,
.review-card {
  background: var(--testimonial-bg) !important;
  color: var(--testimonial-text) !important;
  border: 1px solid var(--testimonial-border) !important;
  box-shadow: 0 10px 28px var(--shadow-soft) !important;
}

.testimonial-card p,
.s-reviews-testimonial p,
.review-card p {
  color: var(--testimonial-text) !important;
}

.testimonial-card small,
.s-reviews-testimonial small,
.review-card small {
  color: var(--testimonial-muted) !important;
}

.testimonial-card h3,
.testimonial-card h4,
.s-reviews-testimonial h3,
.s-reviews-testimonial h4,
.review-card h3,
.review-card h4 {
  color: var(--text-dark) !important;
}

.testimonial-card svg,
.s-reviews-testimonial svg,
.review-card svg {
  color: var(--testimonial-stars) !important;
}

/* =========================================================
   CAFEEIN Final readability fixes
   الهدف: نفس ألوان اللوجو + وضوح كامل للنصوص والأزرار
   ========================================================= */
html,
body {
  color: var(--text-main) !important;
  background: radial-gradient(circle at top, #FFF8EF 0%, #F5E8D7 58%, #E7CFB5 100%) !important;
}

body,
button,
input,
textarea,
select {
  font-family: inherit;
}

/* خلفيات عامة فاتحة وواضحة */
.flex-col,
.bg-inherit,
.main-nav-container,
.top-navbar,
.s-block,
.s-comments-product,
#main-content > section.s-block.s-block--features.container,
.testimonials,
.s-block--testimonials,
#testimonials {
  background: var(--body) !important;
  color: var(--text-main) !important;
}

.s-block:nth-of-type(even),
.s-block--features,
.s-block--tabs-produtcs,
.s-block--banners {
  background: var(--bg-soft) !important;
}

/* النصوص الأساسية */
body,
p,
span,
li,
label,
.s-block--features__item p,
.no-content-placeholder p,
.s-products-list-placeholder p,
.s-product-card-content-sub,
.product__description,
.product__description p,
.product__description a,
.s-cart-summary-total,
.s-modal-title,
.s-login-modal-label,
.iti__selected-dial-code {
  color: var(--text-main) !important;
}

/* العناوين */
h1,
h2,
h3,
h4,
h5,
h6,
.s-block__title h2,
.s-slider-block__title h2,
.s-product-card-content-title a,
.store-footer h3,
a.flex.items-center.m-0:after {
  color: var(--text-dark) !important;
}

/* النصوص الثانوية */
.text-gray-500,
.text-gray-400,
.text-gray-300,
.s-product-card-content-subtitle,
.testimonial-card small,
.s-reviews-testimonial small,
.review-card small {
  color: var(--text-muted) !important;
}

/* الروابط */
a,
.main-menu li.root-level > a,
.s-slider-block__display-all,
a.s-block__display-all,
.s-breadcrumb-item,
.profile-header .breadcrumbs a,
a.s-login-modal-link {
  color: var(--main-color) !important;
}

a:hover,
.main-menu li.root-level > a:hover,
.s-slider-block__display-all:hover,
a.s-block__display-all:hover,
.s-breadcrumb-item:hover,
.profile-header .breadcrumbs a:hover,
a.s-login-modal-link:hover,
.s-menu-footer-item:hover,
.s-contacts-item:hover,
a.hover\:text-primary:hover {
  color: var(--second-color) !important;
}

/* الهيدر والأيقونات */
.sicon-user-circle,
.sicon-menu,
.header-btn__icon.icon,
.s-search-icon svg,
.s-login-modal-header-icon svg,
.s-breadcrumb-arrow svg {
  color: var(--main-color) !important;
  fill: var(--main-color) !important;
}

.sicon-user-circle:hover,
.sicon-menu:hover,
.header-btn__icon.icon:hover {
  color: var(--second-color) !important;
  fill: var(--second-color) !important;
}

.s-cart-summary-count {
  background: var(--second-color) !important;
  color: var(--third-color) !important;
}

/* البحث والحقول */
.top-navbar .s-search-input,
.s-search-input,
input,
textarea,
select,
input.s-tel-input-control.tel-input.s-ltr {
  background: var(--white) !important;
  color: var(--text-main) !important;
  border: 1px solid var(--border-light) !important;
  box-shadow: 0 6px 18px var(--shadow-soft) !important;
}

input::placeholder,
textarea::placeholder,
.s-search-input::placeholder {
  color: var(--text-muted) !important;
  opacity: 1 !important;
}

/* القائمة الجانبية للموبايل */
.mm-spn.mm-spn--navbar ul,
.mm-spn.mm-spn--navbar.mm-spn--main:where([dir=rtl],[dir=rtl] *):after {
  background: var(--main-color) !important;
  color: var(--third-color) !important;
}

.mm-spn li a,
.mm-spn li a span {
  color: var(--third-color) !important;
}

.mm-spn li a span:hover {
  color: var(--accent-mid) !important;
}

/* الكروت والمنتجات */
.s-product-card-entry,
.s-product-card-vertical,
.testimonial-card,
.s-reviews-testimonial,
.salla-testimonial,
.review-card {
  background: var(--bg-card) !important;
  color: var(--text-main) !important;
  border: 1px solid var(--border-light) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px var(--shadow-soft) !important;
}

.s-product-card-content-title a {
  height: auto !important;
  min-height: 38px !important;
  overflow: visible !important;
  line-height: 1.45 !important;
}

.s-product-card-image img.loaded,
.s-product-card-vertical .s-product-card-image,
.s-products-list-placeholder span,
.no-content-placeholder .icon {
  background: var(--bg-card-alt) !important;
}

.s-products-list-placeholder span svg,
.no-content-placeholder .icon svg,
.no-content-placeholder .icon i {
  fill: var(--main-color) !important;
  color: var(--main-color) !important;
}

.s-product-card-price,
.s-product-card-sale-price h4,
.s-product-card-sale-price,
span.text-gray-500.line-through {
  color: var(--second-color) !important;
}

/* الأزرار */
.btn--outline-primary,
.s-button-primary-outline,
.s-button-wide,
.s-fast-checkout-button.outline,
.s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.outline {
  color: var(--main-color) !important;
  fill: var(--main-color) !important;
  background: var(--button-bg) !important;
  border-color: var(--main-color) !important;
  box-shadow: 0 6px 0 rgba(42, 23, 12, .20) !important;
}

.btn--outline-primary:hover,
.s-button-primary-outline:hover,
.s-button-wide:hover,
.s-fast-checkout-button.outline:hover,
.s-add-product-button-main .s-add-product-button-mini-checkout .s-fast-checkout-button.outline:hover,
.s-block--tabs-produtcs .tab-trigger.is-active button {
  color: var(--third-color) !important;
  fill: var(--third-color) !important;
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
  box-shadow: 0 6px 0 rgba(42, 23, 12, .28) !important;
}

.s-add-product-button-mini-checkout-content,
.s-add-product-button-mini-checkout-content:hover {
  color: inherit !important;
}

/* الفوتر */
.footer-is-light .store-footer {
  background: var(--main-color) !important;
  color: var(--third-color) !important;
}

.footer-is-light .store-footer .store-footer__inner,
.store-footer__inner {
  background: var(--third-color) !important;
  color: var(--main-color) !important;
  border-bottom-color: var(--second-color) !important;
}

.store-footer,
.store-footer p,
.store-footer a,
.store-footer li,
.store-footer span,
.store-footer .s-contacts-item,
.store-footer .s-menu-footer-item {
  color: var(--main-color) !important;
}

.footer-is-light .store-footer::after,
.store-footer::after,
.copyright-text p {
  color: var(--third-color) !important;
}

.s-social-link a {
  color: var(--main-color) !important;
  border-color: var(--border-light) !important;
  background: var(--third-color) !important;
}

.s-social-link a:hover {
  color: var(--third-color) !important;
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

/* التحديد والاسكرول */
::selection {
  color: var(--third-color) !important;
  background: var(--main-color) !important;
}

::-webkit-scrollbar-track-piece {
  background-color: var(--body) !important;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--main-color) !important;
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: var(--second-color) !important;
}

/* منع اختفاء أي كتابة بسبب الشفافية أو ألوان قديمة */
[style*="color: transparent"]:not(.store-footer a h3:nth-child(1)) {
  color: var(--text-main) !important;
}