/* ==========================================================
   SAMANS | Floating Mobile Menu
========================================================== */

/* الخلفية المعتمة */
.mm-ocd {
    background: rgba(0, 0, 0, 0.45) !important;
}

/* المربع الرئيسي */
.mm-spn.mm-spn--light {
    width: 90% !important;
    max-width: 90% !important;
    margin: 70px auto 18px auto !important;
    height: calc(100% - 150px) !important;
    max-height: 550px !important;

    border-radius: 24px !important;
    background: #fff !important;
    overflow: hidden !important;

    left: 50% !important;
    right: auto !important;
    transform: translateX(-10%) !important;
    width: 100% !important;

    direction: rtl !important;

    box-shadow: 0 20px 60px rgba(0,0,0,.18) !important;
}

/* إزالة الخلفيات الداخلية */
.mm-spn,
.mm-spn *,
.mm-spn .mm-spn--panel,
.mm-spn.mm-spn--light .mm-spn--panel {
    background: #fff !important;
    color: #000 !important;
}

/* القوائم */
.mm-spn.mm-spn--light ul {
    width: 100% !important;
    padding: 18px !important;
    box-sizing: border-box !important;
}

.mm-spn.mm-spn--light li {
    width: 100% !important;
}

.mm-spn.mm-spn--light a {
    display: block;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: right !important;
    padding-right: 20px !important;
}

/* زر الإغلاق */
button.btn--close-sm.close-mobile-menu.sicon-cancel.lg\:hidden {
    top: 14px !important;
    left: auto !important;
    right: 18px !important;
    background: #000 !important;
    color: #fff !important;
}


/* ==========================================================
   02 - تبويبات صفحة المنتج
========================================================== */

.tabs-wrapper .tabs__item {
    display: block !important;
    opacity: 1 !important;
}

/* ==========================================================
   03 - قسم التقييمات
========================================================== */

section.s-block.s-block--testimonials .s-slider-block__title .s-slider-block__title-right h2 {
    font-size: 0;
}

section.s-block.s-block--testimonials .s-slider-block__title .s-slider-block__title-right h2:before {
    content: "أصــدقــاء الــرفــاهــيــة";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    text-align: center;
}

#product-tabs-faqs > div > div > div.flex.mob\:flex-col.justify-between.my-5.da-tm > h2 {
    display: none;
}

#product-tabs-faqs > div > div > div.flex.mob\:flex-col.justify-between.my-5.da-tm::before {
    content: "تقييمات أصدقاء الرفاهية";
    color: #000;
    display: block;
    font-size: 1.25rem;
    font-family: var(--font-main);
}

.flex.mob\:flex-col.justify-between.my-5.da-tm p.text-base,
span.s-rating-stars-reviews,
span.switch.review-switch.opacity-50,
span.switch.question-switch.opacity-50,
span.switch.review-switch.opacity-50 span,
span.switch.question-switch.opacity-50 span {
    display: none;
}

/* ==========================================================
   04 - الهيدر والشعار
========================================================== */

.navbar-brand img {
    max-height: 7.5rem;
    max-width: 193px;
    width: auto;
    margin: 0 -43px;
}

/* ==========================================================
   05 - الأيقونات
========================================================== */

.sicon-quote:before {
    content: "";
}

.sicon-twitter2:before {
    content: "X" !important;
    font-weight: 600 !important;
}

/* ==========================================================
   06 - خطوط المتجر | SAMANS
========================================================== */

@font-face {
    font-family: "ManchetteFine";
    src: url("https://res.cloudinary.com/qsnzi5du/raw/upload/v1783209982/ManchetteFine-Medium_muj7rx.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: "ManchetteFine";
    --font-main: "ManchetteFine";
    --font-secondary: "ManchetteFine";
}

body,
* {
    font-family: "ManchetteFine" !important;
    font-weight: 400 !important;
}

body {
    word-spacing: .08em;
}

/* أسماء المنتجات */

.s-product-card-content-title,
.s-product-card-content-title a {
    font-weight: 700 !important;
}

/* وصف المنتجات */

.product-description,
.description,
.ck-content,
.s-product-description,
.product-content {
    font-size: 1.25em !important;
    line-height: 2 !important;
}
/* ==========================================================
   07 - إخفاء تبويبات المنتج
========================================================== */

a.tab-trigger.description-tab,
a.tab-trigger.reviews-tab {
    display: none !important;
}

/* ==========================================================
   08 - بطاقات مزايا SAMANS
========================================================== */

.samans-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 16px 0;
}

.samans-card {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 14px;
    min-height: 95px;
    box-sizing: border-box;
}

.samans-info {
    flex: 1;
    text-align: right;
}

.samans-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    margin-bottom: 4px;
}

.samans-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.45;
}

.samans-desc div {
    margin: 0;
}

.samans-icon {
    width: 58px;
    height: 78px;
    flex: 0 0 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.samans-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    stroke: #111;
    fill: none;
}

.samans-icon svg path,
.samans-icon svg rect,
.samans-icon svg circle,
.samans-icon svg polygon {
    stroke: #111;
}

/* ---------- Arabic ---------- */

html[lang="ar"] .samans-card,
html:not([lang]) .samans-card {
    flex-direction: row-reverse;
}

html[lang="ar"] .samans-info,
html:not([lang]) .samans-info {
    text-align: right;
}

/* ---------- English ---------- */

html[lang="en"] .samans-card {
    flex-direction: row;
}

html[lang="en"] .samans-info {
    text-align: left;
}

/* ---------- Mobile ---------- */

@media (max-width: 480px) {
    .samans-features {
        gap: 8px;
    }

    .samans-card {
        padding: 12px;
        min-height: 88px;
    }

    .samans-title {
        font-size: 15px;
    }

    .samans-desc {
        font-size: 11px;
    }

    .samans-icon {
        width: 48px;
        height: 68px;
        flex: 0 0 48px;
    }
}

/* SAMANS | Fix Floating Menu Content */

.mm-spn.mm-spn--light {
    direction: rtl !important;
}

.mm-spn.mm-spn--light ul {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 18px !important;
}

.mm-spn.mm-spn--light li {
    width: 100% !important;
}

.mm-spn.mm-spn--light a {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: right !important;
    padding-right: 20px !important;
}

button.btn--close-sm.close-mobile-menu.sicon-cancel.lg\:hidden {
    top: 14px !important;
    left: auto !important;
    right: 18px !important;
    background: #000 !important;
    color: #fff !important;
}

/* SAMANS | Center Floating Menu */

.mm-spn.mm-spn--light {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-10%) !important;
    width: 100% !important;
}

/* ==========================================================
   SAMANS | Luxury Add To Cart Button
========================================================== */

/* زر أضف للسلة */

.s-button-element.s-button-btn.s-button-primary {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
    background: linear-gradient(
        180deg,
        #1b1b1b 0%,
        #090909 55%,
        #000000 100%
    ) !important;
    border: 1px solid rgba(255,255,255,.06);
    box-shadow:
        0 10px 22px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.08);
    transition:
        transform .18s ease,
        box-shadow .18s ease;
    letter-spacing: .2px;
}