@import "normalize.css";
@import "bootstrap.min.css";
@import "bootstrap-icon/bootstrap-icons.min.css";
@import "color.css";
@import "mega-menu.css";


:root {
    --text-white: var(--text-white)fff;
    --text-danger: var(--text-danger);
    --text-success: var(--text-success);
    --bg-white: var(--text-white)fff;
    --bg-danger: var(--bg-danger);
    --bg-success: var(--bg-success);
    --bg-warning: var(--bg-warning);
    --border-light: var(--border-light);
    --highlight-span-bg: var(--highlight-span-bg);
    --highlight-span-border: var(--highlight-span-border);
    --highlight-span-text: var(--highlight-span-text);
}
/* ===== Default Theme ===== */
@font-face {
    font-family: "dana";
    src: url("../fonts/dana/dana-fanum-regular.woff2") format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: "dana";
    src: url("../fonts/dana/dana-fanum-bold.woff2") format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: "noora";
    src: url("../fonts/noora/Noora-Regular.woff") format('woff2');
    font-weight: bold;
}

html {
    font-size: 16px;
    line-height: 1.6;
}

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

:root {
    /* theme color */
    --main-color-one: #f3a128;
    --main-color-one-shadow: #0070ff14;
    --main-color-one-hover: #f3a128;
    --main-color-one-light: #f3a128;
    --main-color-two: #FF9100;
    --main-color-two-light: #f3a128;
    --main-color-two-shadow: #FF910031;
    --main-color-two-hover: #e28100;
    --main-color-three: #4caf50;
    --main-color-three-shadow: #4caf5031;
    --main-color-three-hover: #2d8431;
    --main-color-green: #3bd230;
    --main-color-green-hover: #27a81d;
    --bg-site: #f4f4f4;
    --font-size: 14px;
    --color-site: #333333;
    --font-site: 'dana';
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-sm: 0 6px 14px rgba(0, 0, 0, 0.16);
    --shadow-md: 0 10px 24px rgba(0, 0, 0, 0.2);
    --shadow-box: rgb(0 0 0 / 10%) 0px 0px 10px 0px !important;
    --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.25);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-inner: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
    --text-muted: #565757;
    --text-muted-two: #929292;
    --border-muted: #ced4da;
    --amz-bg: #0b1220;
    --amz-surface: #101a30;
    --amz-surface-2: #0f182c;
    --amz-border: #202b46;
    --amz-text: #f5f9ff;
    --amz-text-weak: #dce6ff;
    --amz-muted: #b4c9ef;
    --amz-primary: #00b781;
    --amz-primary-ink: #04120e;
    --amz-accent: #fbbf24;
    --amz-info: #2ea0ff;
    --amz-ok: #19c37d;
    --amz-warn: #eab308;
    --amz-danger: #ef4444;
    --amz-title: #f59e0b;
    --amz-danger-bg: rgba(239, 68, 68, 0.09);
    --amz-danger-pill: rgba(239, 68, 68, 0.18);
    --amz-warn-bg: rgba(234, 179, 8, 0.12);
    --radius-xl: 18px;
    --radius-lg: 14px;
    --radius-md: 12px;
    --chip-bg: #0e1629;
    --chip-border: #1b2742;
    --gradient-hero: radial-gradient(1200px 520px at 40% -10%, #15213a 0%, transparent 60%);
    --gradient-cta: linear-gradient(90deg, #00b781, #23d39b);
}

body {
    font-size: var(--font-size);
    font-family: var(--font-site), serif;
    font-weight: normal;
    background: var(--bg-site);
    color: var(--color-site);
    position: relative;
}

img {
    max-width: 100%;
}

.bi {
    font-size: 20px;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons, serif !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0;
    color: var(--color-site);
    line-height: 1.5;
}

a, p, span {
    color: var(--color-site);
}

.nav-link {
    color: var(--color-site);
}

p {
    line-height: 27px;
}

.order-6 {
    order: 6;
}

.contact-us-title{
    margin-bottom: 35px
}

.title-line-bottom, .title-line-bottom-center {
    position: relative;
    padding-bottom: 10px;
}

.title-line-bottom::before, .title-line-bottom-center::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 5px;
    background-color: var(--main-color-one);
}

.title-line-bottom-center::before {
    right: 50%;
    transform: translateX(50%);
}

.f-800 {
    font-weight: 800;
}

.tooltip {
    font-family: var(--font-site), serif;
    font-size: 12px !important;
}

p {
    line-height: 36px;
    margin-bottom: 0;
    font-size: 16px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-left: 7px;
}

.text-muted-two {
    color: var(--text-muted-two);
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: var(--main-color-one);
}

.content {
    padding: 20px 0;
}

.content-box {
    background-color: var(--text-white);
    box-shadow: var(--shadow-box);
    padding: 20px 0;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-400);
}

.content-box:nth-last-child(1) {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--color-site);
    font-size: var(--font-size);
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.def-color {
    color: var(--color-site) !important;
}

.py-20 {
    padding: 20px 0;
}

.py-30 {
    padding: 30px 0;
}

.py-40 {
    padding: 40px 0;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-27 {
    font-size: 27px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-30 {
    font-size: 30px !important;
}

.text-overflow-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-overflow-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-justify {
    text-align: justify;
}

.span-primary {
    display: inline;
    background-color: var(--highlight-span-bg);
    border-bottom: 1px dashed var(--highlight-span-border);
    padding: 4px 7px;
    color: var(--highlight-span-text);
}

.form-group {
    margin-bottom: 15px;
}

.main-color-one-color {
    color: var(--main-color-one) !important;
}

.main-color-one-outline {
    border-color: var(--main-color-one);
}

.main-color-one-outline:hover {
    background-color: var(--main-color-one);
    color: var(--text-white);
}

.main-color-green {
    background-color: #189D0E;
    color: var(--text-white);
}

.main-color-green-color {
    color: #189D0E;
}

.main-color-green:hover {
    color: var(--text-white) !important;
    background-color: var(--main-color-green-hover) !important;
}

.no-highlight {
    overflow: visible !important;
}

.btn {
    transition: 200ms;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.btn:not(.no-highlight):before {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 100%;
}

.btn:active {
    transform: translate(0, 2px);
}

.btn:hover:before {
    transition: 800ms;
    left: -100%;
}

.main-color-one-bg {
    background-color: var(--main-color-one) !important;
    color: var(--text-white) !important;
}

.main-color-one-bg:hover {
    background-color: var(--main-color-one-hover) !important;
    color: var(--text-white) !important;
}

.main-color-one-light-bg {
    background-color: #768dff;
    color: var(--text-white);
}

.main-color-one-color-light {
    color: var(--main-color-one-light);
}

.main-color-two-light-bg {
    background-color: var(--main-color-two-light) !important;
    color: var(--text-white) !important;
}

.main-color-two-color-light {
    color: var(--main-color-two-light);
}

.main-color-two-color {
    color: var(--main-color-two) !important;
}

.main-color-two-bg {
    background-color: var(--main-color-two) !important;
    color: var(--text-white) !important;
}

.main-color-two-bg:hover {
    background-color: var(--main-color-two-hover) !important;
    color: var(--text-white) !important;
}

.main-color-three-color {
    color: var(--main-color-three) !important;
}

.main-color-three-bg {
    background-color: var(--main-color-three) !important;
    color: var(--text-white) !important;
}

.main-color-three-bg:hover {
    background-color: var(--main-color-three-hover) !important;
    color: var(--text-white) !important;
}

.mco-hover,
.mct-hover,
.mctt-hover {
    transition: 0.3s;
}

.mco-hover:hover {
    color: var(--main-color-one-hover) !important;
}

.mct-hover:hover {
    color: var(--main-color-two-hover) !important;
}

.mctt-hover:hover {
    color: var(--main-color-three-hover) !important;
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.shadow-inner {
    box-shadow: inset 0 2px 12px 4px rgb(0 0 0 / 5%);
}

.shadow-box {
    box-shadow: rgb(0 0 0 / 10%) 0 0 10px 0 !important;
}

.danger-label {
    padding: 10px 10px;
    background-color: var(--bg-danger) !important;
    color: var(--text-danger) !important;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.success-label {
    padding: 5px 10px;
    background-color: var(--bg-success);
    color: var(--text-success);
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.warning-label {
    padding: 5px 10px;
    background-color: var(--bg-warning);
    color: #705d01;
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
}

.pointer {
    cursor: pointer;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: var(--text-white);
}

.swiper-pagination-bullet-active {
    background: var(--main-color-two);
    width: 25px;
    height: 7px;
    border-radius: 10px;
}

.fix-icon::before {
    line-height: inherit !important;
    vertical-align: middle !important;
}

.btn:focus {
    border-color: transparent !important;
}

.border-animate {
    /* you can change these variables to control the border */
    --border-color: var(--main-color-one);
    --border-width: 2px;
    --bottom-distance: 0px;
    /* you can increase this */
    color: #666;
    display: inline-block;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0 var(--border-width);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    margin: 5px 0;
}

.fromCenter {
    background-position: 50% calc(100% - var(--bottom-distance));
}

.fromRight {
    background-position: 100% calc(100% - var(--bottom-distance));
}

.fromLeft {
    background-position: 0 calc(100% - var(--bottom-distance))
}

.border-animate:hover {
    background-size: 100% var(--border-width);
}

.border-animate:focus {
    background-size: 100% var(--border-width);
}




/* bootstrap touch spin */
.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
    width: 40px;
    height: 40px;
    border: 0;
    outline: none;
    font-weight: bold;
    background: var(--main-color-one);
    box-shadow: var(--shadow-box);
    color: var(--text-white);
    border-radius: 5px;
}

.bootstrap-touchspin-up {
    margin-right: 7px;
}

.bootstrap-touchspin-down {
    margin-left: 7px;
}

.form-counter {
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    background: var(--text-white);
    box-shadow: var(--shadow-box);
    border-radius: 5px;
    border: 1px solid var(--border-light);
}

.counter .input-group {
    align-items: center;
}

.form-counter:focus {
    border: none;
    outline: none;
}

.wh-20{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.w-40-px{
    width: 40px;
}

.h-50-px{
    height: 50px;
}

.container-fluid{
    --bs-gutter-x: 1.5rem;
}


section{
    padding: 25px 0;
}

.my-25{
    margin: 25px 0;
}

.swiper-slide {
    padding: 0 5px;
}

.running-top{
    transition: 0.3s all ease-in-out;
}

.running-top:hover{
    transform: translateY(-12px);
}

.font-dana{
    font-family: dana, serif;
}

.icon-circle{
    position: relative;
    padding-right: 15px;
}

.icon-circle::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color-one);
}

.border-dashed{
    border-top: 1px dashed var(--bs-gray-400);
}

.border-ui{
    border: 1px solid var(--bs-gray-400);
}

.img-reverse-x{
    transform: scaleX(-1);
}

.w-100-px{
    width: 100px;
}

.h-100-px{
    height: 100px;
}

.w-150-px{
    width: 150px;
}

.h-150-px{
    height: 150px;
}


body{ background:var(--amz-bg); color:var(--amz-text); }
.container{ max-width:1200px; }
a{ color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible{ outline:2px dashed var(--amz-accent); outline-offset:2px; border-radius:8px; }

/* Utils */
.text-bright{ color:var(--amz-text) !important; }
.text-weak{ color:var(--amz-text-weak) !important; }
.text-muted{ color:var(--amz-muted) !important; }

/* ===================== HERO ===================== */
.amz-hero{ padding:56px 0 24px; background:var(--gradient-hero); }
.amz-badge{
    display:inline-flex; align-items:center; gap:8px;
    color:var(--amz-text-weak); background:rgba(255,255,255,.06); border:1px solid var(--amz-border);
    padding:8px 12px; border-radius:999px; font-size:13px;
}
.amz-title{ font-size:36px; line-height:1.35; margin:14px 0 10px; color:var(--amz-text); }
.amz-sub{ color:var(--amz-text-weak); font-size:15px; max-width:640px; }

.amz-cta{ display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }
.amz-btn{
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:12px 18px; border-radius:12px; text-decoration:none; font-weight:800; letter-spacing:.2px;
    border:1px solid transparent; transition:.2s ease;
}
.amz-btn--primary{
    background:var(--gradient-cta); color:var(--amz-primary-ink); box-shadow:var(--shadow-sm);
}
.amz-btn--primary:hover{ transform:translateY(-1px); filter:saturate(1.06); }
.amz-btn--outline{ color:var(--amz-text); border-color:#2c3752; background:transparent; }
.amz-btn--outline:hover{ background:#15213a; }

.amz-bullets{ display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
.amz-chip{
    display:inline-flex; align-items:center; gap:8px; font-size:13px; color:var(--amz-text);
    background:var(--chip-bg); border:1px solid var(--chip-border); padding:8px 12px; border-radius:999px;
}

.amz-hero-card{
    background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.00));
    border:1px solid var(--amz-border); border-radius:var(--radius-xl); padding:18px; color:var(--amz-text);
    box-shadow:var(--shadow-lg);
}
.amz-hero-card .item{ display:flex; gap:10px; align-items:flex-start; padding:10px 8px; border-bottom:1px dashed #23304d;}
.amz-hero-card .item:last-child{ border-bottom:0; }
.amz-hero-card .icon{ width:20px; height:20px; margin-top:3px; fill:var(--amz-text-weak); }
.amz-hero-note{ margin-top:10px; font-size:12px; color:var(--amz-muted); }

/* ===================== SECTION GENERIC ===================== */
.amz-sec{   background-color: var(--chip-bg) !important;
}
.amz-sec-title{ color:var(--text-white)fff; font-size:22px; margin-bottom:16px; font-weight:900; letter-spacing:.2px; }
/* نارنجی شیک و خوانا روی زمینه تیره */
.amz-sec-title { color: var(--amz-title) !important; }
/* Steps */
.amz-steps .amz-grid{ display:grid; gap:12px; grid-template-columns: repeat(4, 1fr); }
.amz-step{
    background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:var(--radius-lg);
    padding:14px; color:var(--amz-text); box-shadow:var(--shadow-sm);
}
.amz-step .icon{ width:20px; height:20px; fill:var(--amz-text-weak); margin-bottom:8px; }
.amz-step h3{ font-size:16px; margin:2px 0 6px; color:var(--amz-text); }
.amz-step p{ color:var(--amz-text-weak); }

/* KPI Strip (Prestige) */
.amz-kpis{ background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02)); border-top:1px solid var(--amz-border); border-bottom:1px solid var(--amz-border); }
.amz-kpis .grid{ display:grid; grid-template-columns: repeat(4,1fr); gap:12px; }
.kpi{
    background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:14px; padding:14px; text-align:center;
}
.kpi .num{ font-size:24px; font-weight:900; color:var(--text-white)fff; }
.kpi .cap{ font-size:12px; color:var(--amz-text-weak); }

/* Cards / badges */
.amz-cards{ display:grid; grid-template-columns: repeat(4, 1fr); gap:12px; }
.amz-badge-card{
    background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:var(--radius-lg);
    padding:14px; display:flex; gap:12px; align-items:flex-start; color:var(--amz-text); box-shadow:var(--shadow-sm);
}
.amz-badge-card .icon{ width:20px; height:20px; fill:var(--amz-text-weak); margin-top:2px; }
.amz-badge-card h4{ margin:0 0 6px; font-size:16px; color:var(--amz-text); }
.amz-badge-card p{ color:var(--amz-text-weak); margin:0; }

/* Pricing & timeline */
.amz-pricing{ display:grid; grid-template-columns:1.2fr .8fr; gap:12px; }
.amz-card{
    background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:var(--radius-lg);
    padding:14px; color:var(--amz-text); box-shadow:var(--shadow-sm);
}
.amz-card h3{ color:var(--amz-text); }
.amz-list{ margin:0; padding:0; list-style:none; }
.amz-list li{ padding:8px 0; border-bottom:1px dashed #24314e; font-size:14px; color:var(--amz-text); }
.amz-list li:last-child{ border-bottom:0; }
.amz-pill{ display:inline-flex; align-items:center; gap:8px; padding:6px 10px; border-radius:999px; font-size:12px; border:1px solid; }
.amz-pill--warn{ background:var(--amz-warn-bg); border-color:rgba(234,179,8,.4); color:var(--text-white)6d5; }

/* Categories */
.amz-cat-grid{ display:grid; grid-template-columns: repeat(6, 1fr); gap:8px; }
.amz-cat{ background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:12px; padding:10px; font-size:13px; color:var(--amz-text); text-align:center; }
.amz-cat--ok{ border-color:rgba(25,195,125,.35); }

/* Restricted (contrast fixed) */
.amz-restricted{
    background:linear-gradient(180deg, rgba(239,68,68,.07), rgba(239,68,68,.05)), var(--amz-surface-2);
    border:1px solid rgba(239,68,68,.35);
    border-radius:var(--radius-lg); padding:16px; color:var(--amz-text); box-shadow:var(--shadow-md);
}
.amz-restricted h3{ margin:0 0 6px; font-size:16px; color:var(--text-white)1f1; }
.amz-restricted p{ margin:0 0 10px; color:#ffe1e4; }
.amz-restricted .amz-restrict-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:8px; }
.amz-restricted .tag{
    background:rgba(239,68,68,.12); border:1px solid rgba(239,68,68,.35); color:var(--text-white)0f1;
    padding:8px 10px; border-radius:12px; font-size:13px; text-align:center;
}

/* FAQ */
details.amz-faq{
    background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:var(--radius-lg);
    padding:12px 14px; color:var(--amz-text); margin-bottom:10px;
}
details.amz-faq summary{ cursor:pointer; font-weight:800; color:var(--amz-text); }
details.amz-faq p{ margin:10px 0 0; color:var(--amz-text-weak); font-size:14px; }

/* Sticky CTA */
.amz-sticky{
    position:sticky; bottom:0; background:rgba(10,16,30,.88); backdrop-filter: blur(8px);
    border-top:1px solid var(--amz-border); padding:10px; z-index:50;
}

/* Modal (Quick Quote) */
.amz-modal-backdrop{ position:fixed; inset:0; background:rgba(0,0,0,.55); display:none; align-items:center; justify-content:center; z-index:1100; }
.amz-modal{ width:min(560px,92vw); background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:16px; box-shadow:var(--shadow-lg); padding:16px; }
.amz-modal h3{ margin:0 0 8px; font-size:18px; color:var(--amz-text); }
.amz-input{ width:100%; background:#0c1426; border:1px solid #203353; color:var(--amz-text); border-radius:10px; padding:10px 12px; }
.amz-row{ display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.amz-modal .actions{ display:flex; gap:8px; justify-content:flex-end; margin-top:12px; }

/* Testimonials */
.amz-testimonials .amz-slide{
    background:var(--amz-surface); border:1px solid var(--amz-border); color:var(--amz-text);
    border-radius:16px; padding:16px; height:auto; box-shadow:var(--shadow-sm);
}
.amz-stars{ font-size:14px; color:#ffd166; letter-spacing:.5px; }

/* Trust seals */
.amz-trust{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.seal{
    background:var(--amz-surface); border:1px solid var(--amz-border); border-radius:14px;
    padding:14px; display:flex; align-items:center; gap:10px; color:var(--amz-text);
}
.seal .i{ width:22px; height:22px; fill:#9fe7ce; }

/* Calculator */
.calc-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:12px; }
.calc-out{ background:#0d1528; border:1px dashed #2a3b62; border-radius:12px; padding:12px; color:var(--amz-text); }

/* Responsive */
@media (max-width: 1199.98px){ .container{ padding:0 14px; } }
@media (max-width: 991.98px){
    .amz-steps .amz-grid{ grid-template-columns: 1fr 1fr; }
    .amz-cards{ grid-template-columns: 1fr 1fr; }
    .amz-pricing{ grid-template-columns:1fr; }
    .amz-cat-grid{ grid-template-columns: 1fr 1fr 1fr; }
    .amz-restricted .amz-restrict-grid{ grid-template-columns: 1fr 1fr; }
    .amz-kpis .grid{ grid-template-columns: 1fr 1fr; }
    .amz-trust{ grid-template-columns: 1fr 1fr; }
    .amz-title{ font-size:28px; }
}
@media (max-width: 575.98px){
    .amz-cat-grid{ grid-template-columns: 1fr 1fr; }
    .amz-row, .calc-grid{ grid-template-columns:1fr; }
    .amz-title{ font-size:24px; }
}

/* ===================== AMAZON/EBAY WIDGET (scoped) ===================== */
.amazon-ebay .shadow-box{ box-shadow: var(--shadow-lg); }
.amazon-ebay .amz-card{
    background: var(--amz-surface);
    border: 1px solid var(--amz-border);
    color: var(--amz-text);
}

/* Tabs */
.amazon-ebay .amz-tabs{
    gap: 8px;
    border-bottom: 1px solid var(--amz-border)!important;
}
.amazon-ebay .amz-tab{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--amz-text-weak);
    border: 1px solid transparent !important;
    border-bottom: 0 !important;
    padding: 10px 12px;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    transition: .2s ease;
}
.amazon-ebay .amz-tab:hover{
    background: #0f182c;
    color: var(--amz-text);
}
.amazon-ebay .amz-tab.active{
    color: var(--amz-text);
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
    border-color: var(--amz-border) var(--amz-border) transparent var(--amz-border) !important;
}

/* Tab content container spacing */
.amazon-ebay .tab-product-content{
    padding: 8px 6px 14px;
}

/* Search */
.amazon-ebay .amz-search{
    position: relative;
}
.amazon-ebay .amz-search__frame{
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-md);
    background: #0c1426;
    display: block;
}
.amazon-ebay .amz-search__input{
    background: transparent;
    border: 0;
    color: var(--amz-text);
    padding: 12px 14px;
    border-radius: var(--radius-md);
}
.amazon-ebay .amz-search__input::placeholder{
    color: var(--amz-muted);
}
.amazon-ebay .amz-search__input:focus{
    outline: none;
    box-shadow: none;
}
.amazon-ebay .amz-search__btn{
    position: absolute;
    inset-inline-end: 6px; /* راست به چپ سازگار */
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: var(--shadow-sm);
}
.amazon-ebay .amz-search__btn i{
    font-size: 18px;
    line-height: 1;
    color: var(--amz-primary-ink);
}

/* کراس‌اَندر لبه‌های کارت/تب‌ها روی تم تیره تمیز دیده شود */
.amazon-ebay .tab-product-nav{
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-lg);
}

/* ریسپانسیو */
@media (max-width: 575.98px){
    .amazon-ebay .amz-tab{
        font-size: 13px;
        padding: 8px 10px;
    }
    .amazon-ebay .amz-search__btn{
        inset-inline-end: 4px;
    }
}

/* دسترسی‌پذیری فوکِس */
.amazon-ebay .amz-tab:focus-visible,
.amazon-ebay .amz-search__btn:focus-visible,
.amazon-ebay .amz-search__input:focus-visible{
    outline: 2px dashed var(--amz-accent);
    outline-offset: 2px;
    border-radius: 8px;
}
/* ===================== HOW IT WORKS (amz-steps) ===================== */
/* ساختار کلی (با Tokens خودت همخوان است) */
#how-it-works.amz-steps{
    background: transparent;
}
#how-it-works .amz-sec-title{
    margin-bottom: 18px;
}

/* Grid */
#how-it-works .amz-grid{
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
}

/* کارت هر مرحله */
#how-it-works .amz-step{
    position: relative;
    background: var(--amz-surface);
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-lg);
    padding: 16px 14px;
    color: var(--amz-text);
    box-shadow: var(--shadow-sm);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
#how-it-works .amz-step:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: #2a3b62;
}

/* آیکن */
#how-it-works .amz-step .icon{
    width: 22px; height: 22px;
    fill: var(--amz-text-weak);
    margin-bottom: 8px;
}

/* تیتر و متن */
#how-it-works .amz-step h3{
    font-size: 16px;
    margin: 2px 0 6px;
    color: var(--amz-text);
    font-weight: 800;
    letter-spacing: .2px;
}
#how-it-works .amz-step p{
    margin: 0;
    color: var(--amz-text-weak);
    font-size: 14px;
    line-height: 1.7;
}

/* پِل هشدار داخل متن پیش‌فاکتور */
#how-it-works .amz-pill{
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 10px; border-radius: 999px; font-size: 12px;
    border: 1px solid;
}
#how-it-works .amz-pill--warn{
    background: var(--amz-warn-bg);
    border-color: rgba(234,179,8,.4);
    color: var(--text-white)6d5;
}

/* فوکِس برای دسترس‌پذیری */
#how-it-works .amz-step:focus-within{
    outline: 2px dashed var(--amz-accent);
    outline-offset: 3px;
}

/* نسخه شماره‌دار (اختیاری) — اگر خواستی شماره مرحله نمایش داده شود */
#how-it-works .amz-grid{
    counter-reset: hiw;
}
#how-it-works .amz-step::before{
    counter-increment: hiw;
    content: counter(hiw);
    position: absolute;
    inset-inline-start: 12px; top: 12px;
    width: 28px; height: 28px;
    border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--gradient-cta);
    color: var(--amz-primary-ink);
    font-weight: 900; font-size: 13px;
    box-shadow: var(--shadow-sm);
    /* اگر شماره نمی‌خواهی، این بلوک را حذف کن */
}

/* ریسپانسیو */
@media (max-width: 991.98px){
    #how-it-works .amz-grid{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575.98px){
    #how-it-works .amz-grid{ grid-template-columns: 1fr; }
    #how-it-works .amz-step{ padding: 14px 12px; }
    #how-it-works .amz-step .icon{ width: 20px; height: 20px; }
}
/* ===================== WHY US (scoped, force override) ===================== */
/* 1) توکن‌های تم فقط برای همین سکشن */
.amz-badges{
    --amz-bg: #0b1220;
    --amz-surface: #101a30;
    --amz-border: #202b46;
    --amz-text: #f5f9ff;
    --amz-text-weak: #e6efff;
    --amz-muted: #c8d6f5;
    --amz-accent: #fbbf24;
    --amz-warn-bg: rgba(234,179,8,.12);
    --radius-lg: 14px;
    --shadow-sm: 0 6px 14px rgba(0,0,0,.16);
    --shadow-md: 0 10px 24px rgba(0,0,0,.2);

}
/* تیتر بخش */
section.amz-badges .amz-sec-title{
    color: var(--amz-accent) !important;
    margin-bottom: 16px;
}

/* 2) گرید کارت‌ها */
section.amz-badges .amz-cards{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
}

section.amz-badges .amz-badge-card{
    background: var(--amz-surface) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-lg) !important;
    padding: 14px !important;
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
    color: var(--amz-text) !important;
    box-shadow: var(--shadow-sm) !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
section.amz-badges .amz-badge-card:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md) !important;
    border-color: #2a3b62 !important;
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) !important;
}

/* آیکن */
section.amz-badges .amz-badge-card .icon{
    width: 22px !important; height: 22px !important;
    fill: var(--amz-text-weak) !important;
    flex: 0 0 auto !important;
    margin-top: 2px !important;
}

/* تیتر و متن کارت */
section.amz-badges .amz-badge-card h4{
    margin: 0 0 6px !important;
    font-size: 16px !important;
    color: var(--amz-text) !important;
    font-weight: 900 !important;
    letter-spacing: .2px !important;
}
section.amz-badges .amz-badge-card p{
    margin: 0 !important;
    color: var(--amz-text-weak) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

/* فوکِس برای دسترس‌پذیری */
section.amz-badges .amz-badge-card:focus-within{
    outline: 2px dashed var(--amz-accent);
    outline-offset: 3px;
    border-radius: var(--radius-lg);
}

/* 4) ریسپانسیو */
@media (max-width: 991.98px){
    section.amz-badges .amz-cards{ grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 575.98px){
    section.amz-badges .amz-cards{ grid-template-columns: 1fr !important; }
    section.amz-badges .amz-badge-card{ padding: 12px !important; }
    section.amz-badges .amz-badge-card .icon{ width: 20px !important; height: 20px !important; }
}
/* ——— پاک‌کردن خط سفیدِ بالا/پایین فقط در سکشن چرا ما ——— */
section.amz-badges,
section.amz-badges .container {
    background: transparent !important;
    border: 0 !important;           /* هر مرز احتمالی خنثی */
    box-shadow: none !important;
}

/* اگر یک استایل سراسری روی amz-sec مرز گذاشته: */
section.amz-badges.amz-sec {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

/* اگر شبه‌عنصرها جداکننده رسم می‌کنند: */
section.amz-badges::before,
section.amz-badges::after,
section.amz-badges .container::before,
section.amz-badges .container::after {
    content: none !important;
}

/* اگر از کلاس‌های آماده‌ی مرز استفاده شده باشد */
section.amz-badges.border-top,
section.amz-badges.border-bottom,
section.amz-badges .container.border-top,
section.amz-badges .container.border-bottom {
    border: 0 !important;
}

/* جایگزین: مرز تیره‌ی ظریف (بجای حذف کامل) — یکی را انتخاب کن */
section.amz-badges.amz-sec.has-dark-divider {
    border-top: 1px solid var(--amz-border) !important;
    border-bottom: 1px solid var(--amz-border) !important;
}
/* ===================== FOOTER (Dark Theme, Scoped) ===================== */
/* توکن‌های محلی فقط برای فوتر و زیر‌بخش‌ها */
footer,
section.copy-right,
section.mobile-footer,
section.float-btn {
    --amz-bg: #0b1220;
    --amz-surface: #101a30;
    --amz-surface-2: #0f182c;
    --amz-border: #202b46;
    --amz-text: #f5f9ff;
    --amz-text-weak: #e6efff;
    --amz-muted: #c8d6f5;
    --amz-accent: #fbbf24;
    --amz-primary: #00b781;
    --shadow-sm: 0 6px 14px rgba(0,0,0,.16);
    --shadow-md: 0 10px 24px rgba(0,0,0,.2);
}

/* ---------- Footer Shell ---------- */
footer {
    background: var(--amz-surface) !important;
    color: var(--amz-text) !important;
    border-top: 1px solid var(--amz-border) !important;
    box-shadow: none !important;
}
footer .container-fluid { padding-right: 14px; padding-left: 14px; }

/* تیترهای ستون‌ها */
footer h6,
footer .icon-circle {
    color: var(--amz-accent) !important;
    margin-bottom: 8px !important;
}

/* پاراگراف‌ها و متن‌های کم‌رنگ */
footer .text-muted,
footer p {
    color: var(--amz-muted) !important;
}

/* لینک‌ها */
footer a.nav-link,
footer a {
    color: var(--amz-text-weak) !important;
    transition: color .2s ease, transform .18s ease;
}
footer a.nav-link:hover,
footer a:hover {
    color: var(--text-white)fff !important;
    transform: translateY(-1px);
}

/* آیکن‌های کنار متن */
footer .main-color-one-color i,
footer i.bi {
    color: #9fe7ce !important;
}

/* ---------- Newsletter (فرم خبرنامه) ---------- */
footer .form-group .form-control {
    background: #0c1426 !important;
    border: 1px solid #203353 !important;
    color: var(--amz-text) !important;
    box-shadow: none !important;
}
footer .form-group .form-control::placeholder {
    color: var(--amz-muted) !important;
}
footer .form-group .btn {
    color: var(--amz-text) !important;
}
footer .form-group .btn i { font-size: 22px; }

/* حذف هر سفیدکننده‌ی اتفاقی در فوتر */
footer .bg-white,
footer .card.bg-white,
footer .card-header.bg-white,
footer .btn.bg-white {
    background: var(--amz-surface) !important;
    color: var(--amz-text) !important;
}

/* ---------- ستون نمادها (enamad/samandehi) ---------- */
footer .small-slider .item {
    background: var(--amz-surface-2);
    border: 1px solid var(--amz-border);
    border-radius: 12px;
    padding: 10px;
    margin-inline: 6px;
    box-shadow: var(--shadow-sm);
}

/* ---------- Accordion نسخه موبایل ---------- */
footer .footer-col-in-mobile .card {
    background: transparent !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: 12px;
}
footer .footer-col-in-mobile .card-header {
    background: var(--amz-surface-2) !important;
    border-bottom: 1px solid var(--amz-border) !important;
}
footer .footer-col-in-mobile .btn-link {
    color: var(--amz-text) !important;
    text-decoration: none !important;
    display: block;
    width: 100%;
}
footer .footer-col-in-mobile .card-body {
    background: var(--amz-surface) !important;
    color: var(--amz-text-weak) !important;
}
footer .footer-col-in-mobile .navbar-nav .nav-link { color: var(--amz-text-weak) !important; }
footer .footer-col-in-mobile .navbar-nav .nav-link:hover { color: var(--text-white) !important; }

/* ---------- Footer Desc (متن توضیحی انتها) ---------- */
footer .footer-desc {
    border-top: 1px dashed var(--amz-border);
    margin-top: 18px;
    padding-top: 10px;
}
footer .footer-desc h3 { color: var(--text-white) !important; }
footer .footer-desc p { color: var(--amz-muted) !important; }

/* ===================== COPYRIGHT BAR ===================== */
section.copy-right {
    background: #0d1528 !important;
    border-top: 1px solid var(--amz-border) !important; /* جایگزین border-primary */
}
section.copy-right .container-fluid { padding-right: 14px; padding-left: 14px; }
section.copy-right p { color: var(--amz-muted) !important; }

/* خنثی سازی کلاس‌های مرزی پیش‌فرض بوت‌استرپ در این سکشن */
section.copy-right.border-top,
section.copy-right[class*="border-"] {
    border-color: var(--amz-border) !important;
}

/* ===================== MOBILE BOTTOM MENU ===================== */
section.mobile-footer {
    position: sticky;
    bottom: 0;
    z-index: 1050;
    background: rgba(10,16,30,.92);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--amz-border);
}
section.mobile-footer .parent {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 6px;
    padding: 8px 10px;
}
section.mobile-footer .item {
    display: flex; align-items: center; justify-content: center;
    background: #0e1629;
    border: 1px solid #1b2742;
    border-radius: 12px;
    height: 42px;
    color: var(--amz-text);
    transition: transform .15s ease, background-color .2s ease, border-color .2s ease;
}
section.mobile-footer .item:hover{
    transform: translateY(-1px);
    background: #14213a;
    border-color: #2a3b62;
}
section.mobile-footer .item a { color: var(--amz-text) !important; }

/* ===================== FLOAT BUTTONS / SCROLL PROGRESS ===================== */
section.float-btn {
    background: transparent !important;
}
section.float-btn .progress-wrap {
    border: 1px solid var(--amz-border);
    background: var(--amz-surface-2);
    box-shadow: var(--shadow-sm);
}
section.float-btn .progress-circle path {
    stroke: var(--amz-primary) !important;
    fill: transparent;
    stroke-width: 2;
}

/* ===================== FIXERS / CLEANUPS ===================== */
/* حذف خطوط سفید احتمالی بالا/پایین کانتینرها در این بخش‌ها */
footer, footer .container-fluid,
section.copy-right, section.copy-right .container-fluid {
    box-shadow: none !important;
}
footer::before, footer::after,
footer .container-fluid::before, footer .container-fluid::after,
section.copy-right::before, section.copy-right::after {
    content: none !important;
}

/* پاک کردن پس‌زمینه‌های سفید تزریقی از کلاس‌های عمومی */
footer .bg-white,
section.copy-right .bg-white,
section.mobile-footer .bg-white,
section.float-btn .bg-white {
    background: transparent !important;
    color: var(--amz-text) !important;
}

/* اندازه‌ها روی موبایل */
@media (max-width: 575.98px){
    footer .small-slider .item { margin-inline: 4px; padding: 8px; }
}
/* رفع سفید بودن بک‌گراند آکاردئون موبایل در فوتر */
footer .footer-col-in-mobile .card-header .btn-link.bg-white,
footer .footer-col-in-mobile .card-header .btn-link {
    background-color: var(--amz-surface) !important; /* رنگ تیره */
    color: var(--amz-text) !important;
    border-radius: 8px !important;
}

footer .footer-col-in-mobile .card {
    background-color: var(--amz-surface) !important;
    border: 1px solid var(--amz-border) !important;
}

footer .footer-col-in-mobile .card-body {
    background-color: var(--amz-surface-2) !important;
    color: var(--amz-text-weak) !important;
}

footer .footer-col-in-mobile .navbar-nav .nav-link {
    color: var(--amz-text-weak) !important;
}
footer .footer-col-in-mobile .navbar-nav .nav-link:hover {
    color: var(--text-white) !important;
}

/* حالت اولیه تیره */
.mega{
    --pink:#ff3ea5; --pink-2:#ff86c6;
    background: rgba(10,16,30,.85);
    backdrop-filter: blur(8px);
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
    z-index: 1030;
}

/* هرگونه bg-white داخل مگا را در حالت عادی خنثی کن */
.mega .top-menu-parent,
.mega .top-menu-parent.bg-white{
    background: #101a30 !important;          /* تیره */
    border: 1px solid #202b46 !important;
    border-radius: 12px;
}

/* لینک‌ها در حالت عادی */
.mega .nav-link{
    color:#e6efff !important;
    border:1px solid transparent;
    border-radius:999px !important;
    transition:background-color .15s,color .15s,transform .12s;
}
.mega .nav-link:hover,
.mega .nav-link.nav-active{
    background:#14213a !important;
    color:var(--text-white) !important;
    transform: translateY(-1px);
}

/* ===== حالت چسبیده: صورتی واقعی (با قدرت زیاد) ===== */
.mega.is-sticky,
.mega.position-sticky.is-sticky{
    background: var(--pink) !important;
    border-bottom: 1px solid var(--pink-2) !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.mega.position-sticky.is-sticky .top-menu-parent,
.mega.position-sticky.is-sticky .top-menu-parent.bg-white{
    background: var(--pink) !important;
    border-color: var(--pink-2) !important;
}

/* خوانایی لینک‌ها روی صورتی */
.mega.is-sticky .nav-link{ color:#190716 !important; }
.mega.is-sticky .nav-link:hover,
.mega.is-sticky .nav-link.nav-active{
    background: rgba(0,0,0,.08) !important;
    color:#000 !important;
}

/* نقطه سفید داخل «صفحه اصلی» */
.mega .main-menu-head .nav-link .bg-white{
    background:#9fe7ce !important; width:8px; height:8px; display:inline-block;
}
.mega.is-sticky .main-menu-head .nav-link .bg-white{ background:var(--text-white) !important; }

/* روی تبلت/موبایل خود HTML هم غیرفعالش کرده؛ جهت اطمینان */
@media (max-width: 991.98px){
    .mega{ display:none !important; }
}
/* ================== HEADER (Dark) ================== */
header{
    --amz-bg:#0b1220; --amz-surface:#101a30; --amz-surface-2:#0f182c;
    --amz-border:#202b46; --amz-text:#f5f9ff; --amz-text-weak:#e6efff; --amz-muted:#c8d6f5;
    --amz-accent:#fbbf24; --amz-primary:#00b781;
}
header{ background:var(--amz-bg) !important; color:var(--amz-text) !important; border-bottom:1px solid var(--amz-border); }
header .container-fluid{ padding-inline:14px; }

/* جستجو (دسکتاپ + آفس‌کانواس موبایل) */
header .search-filed label,
#responsiveMenu .search-filed label{
    background:var(--amz-surface-2) !important; border:1px solid var(--amz-border) !important; border-radius:999px !important;
}
header .search-input,
#responsiveMenu .search-input{
    background:transparent !important; color:var(--amz-text) !important; border:0 !important;
}
header .search-input::placeholder{ color:var(--amz-muted) !important; }
header .search-btn{ border-radius:999px; }

/* آیتم‌های راست هدر */
#cart-count{ background:var(--amz-primary) !important; color:#04120e !important; border:1px solid rgba(0,0,0,.12); font-weight:800; }
.header-register{ background:var(--amz-surface-2) !important; color:var(--amz-text) !important; }
header .dropdown-menu{ background:var(--amz-surface) !important; color:var(--amz-text) !important; border:1px solid var(--amz-border) !important; }
header .dropdown-item{ color:var(--amz-text-weak) !important; }
header .dropdown-item:hover{ background:#14213a !important; color:var(--text-white) !important; }

/* آف‌کانواس موبایل */
#responsiveMenu.offcanvas{ background:var(--amz-surface) !important; color:var(--amz-text); border-inline-end:1px solid var(--amz-border); }
#responsiveMenu .offcanvas-header{ border-bottom:1px solid var(--amz-border); }
#responsiveMenu .rm-item-menu .nav-link{ color:var(--amz-text-weak) !important; }
#responsiveMenu .rm-item-menu .nav-link:hover{ color:var(--text-white) !important; }

/* خنثی‌سازی سفیدهای Bootstrap داخل هدر */
header .bg-white, header .btn-white{ background:transparent !important; color:var(--amz-text) !important; }

/* ================== MEGA (Dark + Sticky Pink) ================== */
.mega{
    background: rgba(10,16,30,.85);
    backdrop-filter: blur(8px);
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
    z-index:1030;
}
.mega .container-fluid{ padding-inline:14px; }
.mega .top-menu-parent{
    background: var(--amz-surface) !important; border:1px solid var(--amz-border) !important;
    border-radius:12px; box-shadow:0 6px 14px rgba(0,0,0,.16);
}
/* هر bg-white داخل مگا را خنثی کن */
.mega .top-menu-parent .bg-white{ background: transparent !important; }

/* لینک‌ها در حالت معمول */
.mega .nav-link{ color:#e6efff !important; border:1px solid transparent; border-radius:999px !important; transition:background-color .15s,color .15s,transform .12s; }
.mega .nav-link:hover,
.mega .nav-link.nav-active{ background:#14213a !important; color:var(--text-white) !important; transform:translateY(-1px); }


/* خوانایی لینک‌ها روی صورتی */
.mega.is-sticky .nav-link{ color:#190716 !important; }
.mega.is-sticky .nav-link:hover,
.mega.is-sticky .nav-link.nav-active{ background: rgba(0,0,0,.08) !important; color:#000 !important; }

/* نقطه‌ی کوچک داخل «صفحه اصلی» */
.mega .main-menu-head .nav-link .bg-white{ background:#9fe7ce !important; width:8px; height:8px; display:inline-block; }
.mega.is-sticky .main-menu-head .nav-link .bg-white{ background:var(--text-white) !important; }

/* روی دسکتاپ هست؛ در تبلت/موبایل پنهان بماند */
@media (max-width: 991.98px){ .mega{ display:none !important; } }



/* ===================== AMAZON / EBAY PAGE (SCOPED) ===================== */
.amazon-ebay { color: var(--amz-text); }

/* کارت/بک‌گراند‌ها داخل صفحه جدید */
.amazon-ebay .shadow-box,
.amazon-ebay .amz-card,
.amazon-ebay .card,
.amazon-ebay .content-box {
    background: var(--amz-surface) !important;
    border: 1px solid var(--amz-border) !important;
    color: var(--amz-text) !important;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

/* هر bg-white ناخواسته رو خنثی کن فقط در این صفحه */
.amazon-ebay .bg-white,
.amazon-ebay .btn.bg-white,
.amazon-ebay .card.bg-white,
.amazon-ebay .card-header.bg-white {
    background: var(--amz-surface) !important;
    color: var(--amz-text) !important;
}

/* ===== Tabs (بالای فرم جستجو) ===== */
.amazon-ebay .tab-product-nav {
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-lg);
    padding: 6px;
}
.amazon-ebay .nav-tabs { border-bottom: 1px solid var(--amz-border) !important; gap: 8px; }
.amazon-ebay .nav-tabs .nav-link {
    background: transparent; color: var(--amz-text-weak);
    border: 1px solid transparent !important; border-bottom: 0 !important;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    padding: 10px 12px; transition: .2s ease;
}
.amazon-ebay .nav-tabs .nav-link:hover { background: #0f182c; color: var(--amz-text); }
.amazon-ebay .nav-tabs .nav-link.active {
    color: var(--amz-text);
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
    border-color: var(--amz-border) var(--amz-border) transparent var(--amz-border) !important;
}

/* ===== Search bar ===== */
.amazon-ebay .search-filed label {
    display: block; border-radius: var(--radius-md) !important;
    background: #0c1426 !important; border: 1px solid var(--amz-border) !important;
}
.amazon-ebay .search-input {
    background: transparent !important; color: var(--amz-text) !important; border: 0 !important;
    padding: 12px 14px; border-radius: var(--radius-md);
}
.amazon-ebay .search-input::placeholder { color: var(--amz-muted) !important; }
.amazon-ebay .search-btn {
    position: absolute; inset-inline-end: 6px; top: 50%; transform: translateY(-50%);
    border-radius: 10px; padding: 10px 12px;
    background: var(--gradient-cta) !important; color: var(--amz-primary-ink) !important;
    border: 0; box-shadow: var(--shadow-sm);
}

/* ===== Breadcrumb ===== */
.amazon-ebay .breadcrumb { background: transparent; }
.amazon-ebay .breadcrumb .breadcrumb-item a { color: var(--amz-text-weak); }
.amazon-ebay .breadcrumb .breadcrumb-item.active { color: var(--amz-text); }

/* ===== گالری (Swiper) ===== */
.amazon-ebay .pro_gallery {
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
    border: 1px solid var(--amz-border); border-radius: var(--radius-lg); padding: 10px;
}
.amazon-ebay .icon-product-box { position: absolute; inset-inline-end: 10px; top: 10px; display: grid; gap: 8px; }
.amazon-ebay .icon-product-box .icon-product-box-item,
.amazon-ebay .icon-product-box button {
    background: #0e1629; border: 1px solid #1b2742; color: var(--amz-text);
    width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px; transition: .18s ease;
}
.amazon-ebay .icon-product-box .icon-product-box-item:hover { background: #14213a; border-color: #2a3b62; }
.amazon-ebay .swiper-pagination-bullet { background: #2a3b62 !important; opacity: .7; }
.amazon-ebay .swiper-pagination-bullet-active { background: var(--amz-primary) !important; opacity: 1; }

/* ===== تیتر و امتیاز ===== */
.amazon-ebay .product-meta-title h5 { color: var(--amz-text); }
.amazon-ebay .product-meta-rating .text-muted { color: var(--amz-text-weak) !important; }

/* ===== ویژگی‌ها و لیست‌ها ===== */
.amazon-ebay .product-meta-feature-items .title { color: var(--amz-accent) !important; }
.amazon-ebay .navbar-nav .nav.item { color: var(--amz-text); }
.amazon-ebay .navbar-nav .nav.item span { color: var(--amz-text-weak); margin-inline-end: 6px; }

/* ===== مارکت‌ها و وارییشن‌ها (radio-as-button) ===== */
.amazon-ebay .product-meta-color-items { display: flex; flex-wrap: wrap; gap: 8px; }
.amazon-ebay .product-meta-color-items .btn {
    background: #0e1629; border: 1px solid #1b2742; color: var(--amz-text);
    padding: 8px 12px; border-radius: 12px; transition: .18s ease; display: inline-flex; align-items: center; gap: 8px;
}
.amazon-ebay .product-meta-color-items .btn:hover { background: #14213a; border-color: #2a3b62; }
.amazon-ebay .btn-check:checked + .btn {
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
    border-color: #2a3b62;
}
.amazon-ebay .btn + .btn img { display: inline-block; }

/* حالت غیرفعال مارکت‌های ناموجود */
.amazon-ebay .btn-check:disabled + .btn {
    opacity: .5; cursor: not-allowed; filter: grayscale(.2);
}

/* ===== کارت قیمت/دکمه خرید ===== */
.amazon-ebay .bs-bg-gray-200 {
    background: #0d1528 !important; border-color: #203353 !important; color: var(--amz-text) !important;
}
.amazon-ebay .btn-add-to-cart,
.amazon-ebay .amz-btn--primary {
    background: var(--gradient-cta) !important; color: var(--amz-primary-ink) !important; border: 0;
    padding: 12px 16px; border-radius: 12px; font-weight: 800; box-shadow: var(--shadow-sm);
}
.amazon-ebay .btn-add-to-cart[disabled] { filter: grayscale(.4) brightness(.8); cursor: not-allowed; }

/* ===== فرم تعداد (TouchSpin) ===== */
.amazon-ebay .bootstrap-touchspin .input-group-btn-vertical > .btn,
.amazon-ebay .bootstrap-touchspin .btn {
    background: #0e1629; border: 1px solid #1b2742; color: var(--amz-text);
}
.amazon-ebay input.counter,
.amazon-ebay .bootstrap-touchspin input[type="text"] {
    background: #0c1426; border: 1px solid #203353; color: var(--amz-text);
    border-radius: 10px; text-align: center;
}

/* ===== پیام‌های خطا/خالی ===== */
.amazon-ebay .order-list--empty { background: #0d1528; border: 1px dashed #2a3b62; border-radius: var(--radius-lg); }
.amazon-ebay .order-list__empty-text { color: var(--amz-text-weak); }

/* ===== Sticky CTA (نواری که پایین می‌چسبه) ===== */
.amazon-ebay .amz-sticky {
    position: sticky; bottom: 0; background: rgba(10,16,30,.88);
    backdrop-filter: blur(8px); border-top: 1px solid var(--amz-border); padding: 10px; z-index: 50;
}

/* ===== Tooltip تیره ===== */
.amazon-ebay .tooltip-inner { background-color: #0e1629; color: var(--amz-text); border: 1px solid #1b2742; }
.amazon-ebay .tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.amazon-ebay .tooltip.bs-tooltip-top .tooltip-arrow::before { border-top-color: #1b2742; }

/* ===== فوکِس دسترس‌پذیری ===== */
.amazon-ebay a:focus-visible,
.amazon-ebay button:focus-visible,
.amazon-ebay input:focus-visible,
.amazon-ebay .btn:focus-visible {
    outline: 2px dashed var(--amz-accent);
    outline-offset: 2px; border-radius: 8px;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 991.98px){
    .amazon-ebay .nav-tabs .nav-link { font-size: 13px; padding: 8px 10px; }
    .amazon-ebay .icon-product-box { inset-inline-end: 8px; top: 8px; }
}
@media (max-width: 575.98px){
    .amazon-ebay .search-btn { inset-inline-end: 4px; }
    .amazon-ebay .product-meta-color-items .btn { padding: 8px 10px; }
}


/* ===================== Breadcrumb Dark Style ===================== */

/* ===== Dark Breadcrumb (match your theme) ===== */
.bread-crumb .content-box{
    background: var(--amz-surface) !important;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--amz-border) !important;
}

/* هر سفیدکننده‌ی داخلی را خنثی کن */
.bread-crumb .container-fluid,
.bread-crumb .breadcrumb,
.bread-crumb .bg-white{
    background: transparent !important;
    color: var(--amz-text) !important;
}

/* رنگ لینک‌ها و جداکننده‌ها */
.bread-crumb .breadcrumb-item a{
    color: var(--amz-text-weak) !important;
    text-decoration: none;
    transition: color .2s ease;
}
.bread-crumb .breadcrumb-item a:hover{ color: var(--amz-text) !important; }
.bread-crumb .breadcrumb-item + .breadcrumb-item::before{
    color: var(--amz-muted) !important; /* رنگ / بین آیتم‌ها */
}

/* آیتم فعال و کلاس سفارشی تو */
.bread-crumb .breadcrumb-item.active,
.bread-crumb .main-color-one-color{
    color: var(--amz-accent) !important;
}

/* اگر هنوز جایی سفید موند، این بوستر اختصاصی را هم اضافه کن: */
.content .bread-crumb .content-box{ background: var(--amz-surface) !important; }


/* ===================== AUTH POLISH (Dark) ===================== */
.content.vh-100{
    /* پس‌زمینه با هاله خیلی لطیف */
    background:
            radial-gradient(900px 420px at 40% -10%, rgba(255,255,255,.04), transparent 60%),
            var(--amz-bg) !important;
}

.auth{ padding-block: 24px; }

.auth-form{
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-lg) !important;
    padding: 22px 20px;
    transform: translateY(0);
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.auth-form:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-md) !important;
    border-color: #2a3b62 !important;
}

/* سربرگ فرم */
.auth-form-title{
    border-bottom: 1px solid var(--amz-border) !important;
    padding-bottom: 12px;
    margin-bottom: 16px !important;
}
.auth-form-title h2{
    color: var(--amz-text) !important;
    letter-spacing: .2px;
    font-weight: 900;
}
.header-logo img{
    max-height: 42px;
    width: auto !important;
    opacity: .95;
}

/* فیلدها */
.auth-form .comment-item{ margin-bottom: 16px; }
.auth-form .form-label{
    color: var(--amz-text-weak) !important;
    font-size: 13px;
    margin-bottom: 6px;
}
.auth-form .form-control{
    background: #0c1426 !important;
    border: 1px solid #203353 !important;
    color: var(--amz-text) !important;
    border-radius: var(--radius-md) !important;
    padding: 12px 14px;
    line-height: 1.4;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.auth-form .form-control::placeholder{ color: var(--amz-muted) !important; }
.auth-form .form-control:focus{
    border-color: var(--amz-accent) !important;
    box-shadow: 0 0 0 3px rgba(251,191,36,.18) !important; /* accent glow */
    background: #0e1629 !important;
}

/* خطا/هشدار (اگر کلاس‌های بوت‌استرپ را ست کنی) */
.auth-form .is-invalid,
.auth-form .form-control.is-invalid{
    border-color: rgba(239,68,68,.65) !important;
    box-shadow: 0 0 0 3px rgba(239,68,68,.15) !important;
}
.auth-form .invalid-feedback{ color: #ffb3b8 !important; }

/* دکمه */
.auth-form .btn.main-color-one-bg{
    background: var(--gradient-cta) !important;
    color: var(--amz-primary-ink) !important;
    border: 0 !important;
    border-radius: var(--radius-md) !important;
    font-weight: 900;
    letter-spacing: .2px;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
    box-shadow: var(--shadow-sm);
}
.auth-form .btn.main-color-one-bg:hover{
    transform: translateY(-1px);
    filter: saturate(1.06);
    box-shadow: var(--shadow-md);
}
.auth-form .btn.main-color-one-bg:active{
    transform: translateY(0);
    filter: saturate(1);
}
.auth-form .btn.main-color-one-bg:disabled{
    opacity: .7; cursor: not-allowed; filter: grayscale(.2) brightness(.95);
}

/* متن قوانین پایین فرم */
.loginTermsDesc{
    color: var(--amz-text-weak) !important;
    font-size: 13px;
    background: #0d1528;
    border: 1px dashed #2a3b62;
    border-radius: var(--radius-md);
    padding: 10px 12px;
}
.loginTermsDesc a{ color: var(--amz-accent) !important; }

/* دسترس‌پذیری */
.auth-form button:focus-visible,
.auth-form input:focus-visible{
    outline: 2px dashed var(--amz-accent);
    outline-offset: 2px;
    border-radius: 8px;
}

/* ریسپانسیو و فاصله‌ها */
@media (max-width: 991.98px){
    .auth-form{ padding: 20px 16px; }
}
@media (max-width: 575.98px){
    .auth{ padding-block: 12px; }
    .auth-form-title{ padding-bottom: 10px; margin-bottom: 14px !important; }
    .auth-form .form-control{ padding: 11px 12px; }
}
@media (prefers-reduced-motion: reduce){
    .auth-form,
    .auth-form .btn.main-color-one-bg{ transition: none !important; }
}

/* ===================== AUTH OTP (Dark, scoped to .bg-auth) ===================== */

/* پس‌زمینه کلی صفحه با هاله لطیف */
.bg-auth{
    background:
            radial-gradient(900px 420px at 40% -10%, rgba(255,255,255,.04), transparent 60%),
            var(--amz-bg) !important;
    color: var(--amz-text) !important;
}

/* کارت فرم لاگین/OTP */
.bg-auth .auth-form{
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-lg) !important;
    padding: 22px 20px;
    color: var(--amz-text) !important;
    transform: translateY(0);
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
/* اگر کلاس bg-white توی HTML است، در این صفحه خنثی شود */
.bg-auth .auth-form.bg-white{ background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)) !important; }

/* هدر فرم */
.bg-auth .auth-form-title{
    border-bottom: 1px solid var(--amz-border) !important;
    padding-bottom: 12px;
    margin-bottom: 16px !important;
}
.bg-auth .auth-form-title h2{
    color: var(--amz-text) !important;
    letter-spacing: .2px;
    font-weight: 900;
}
.bg-auth .header-logo img{ max-height: 42px; width: auto !important; opacity: .95; }

/* پیام موفقیت/هشدار با پالت تیره */
.bg-auth .alert{
    border-radius: var(--radius-md) !important;
    border-width: 1px !important;
}
.bg-auth .alert-success{
    background: rgba(25,195,125,.10) !important;       /* --amz-ok با شفافیت */
    border-color: rgba(25,195,125,.35) !important;
    color: #bff5e0 !important;
}
.bg-auth .alert-danger{
    background: var(--amz-danger-bg) !important;
    border-color: var(--amz-danger-pill) !important;
    color: #ffd6d9 !important;
}

/* فیلدهای OTP */
.bg-auth #otp-input{
    display: grid; grid-template-columns: repeat(6, 1fr);
    gap: 10px; margin-top: 10px;
}
.bg-auth #otp-input label{ display: block; }
.bg-auth #otp-input input[type="number"]{
    appearance: textfield;                 /* حذف اسپینرها */
    -moz-appearance: textfield;
    text-align: center;
    font-size: 20px; font-weight: 800; letter-spacing: .5px;
    color: var(--amz-text) !important;

    background: #0c1426 !important;
    border: 1px solid #203353 !important;
    border-radius: var(--radius-md) !important;
    padding: 12px 0;
    height: 48px;

    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .1s ease;
}
.bg-auth #otp-input input[type="number"]::placeholder{ color: var(--amz-muted) !important; }
.bg-auth #otp-input input[type="number"]:focus{
    border-color: var(--amz-accent) !important;
    box-shadow: 0 0 0 3px rgba(251,191,36,.18) !important; /* glow طلایی */
    background: #0e1629 !important;
    transform: translateY(-1px);
}
/* حذف فلش‌های افزایش/کاهش در کروم */
.bg-auth #otp-input input[type=number]::-webkit-outer-spin-button,
.bg-auth #otp-input input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance: none; margin: 0;
}

/* تایمر شمارش معکوس */
.bg-auth .countDownContainer{ margin-top: 14px; }
.bg-auth .countdown-bar{
    background: #0d1528; border: 1px dashed #2a3b62;
    border-radius: var(--radius-md); padding: 8px 10px;
}
.bg-auth .countdown-bar > div{
    height: 6px; border-radius: 999px;
    background: linear-gradient(90deg, #00b781, #23d39b); /* --gradient-cta */
    box-shadow: var(--shadow-sm);
}

/* دکمه ورود */
.bg-auth .btn.main-color-one-bg{
    background: var(--gradient-cta) !important;
    color: var(--amz-primary-ink) !important;
    border: 0 !important;
    border-radius: var(--radius-md) !important;
    font-weight: 900; letter-spacing: .2px;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
    box-shadow: var(--shadow-sm);
}
.bg-auth .btn.main-color-one-bg:hover{
    transform: translateY(-1px);
    filter: saturate(1.06);
    box-shadow: var(--shadow-md);
}
.bg-auth .btn.main-color-one-bg:disabled{
    opacity: .7; cursor: not-allowed; filter: grayscale(.2) brightness(.95);
}

/* متن قوانین پایین فرم */
.bg-auth .loginTermsDesc {
    color: var(--amz-text-weak) !important;
    font-size: 13px;
    background: var(--amz-surface-2); /* #0d1528 → از تم */
    border: 1px dashed var(--amz-border);
    border-radius: var(--radius-md);
    padding: 10px 12px;
}
.bg-auth .loginTermsDesc a {
    color: var(--amz-accent) !important;
    text-decoration: underline;
}

/* فوکِس دسترس‌پذیری */
.bg-auth button:focus-visible,
.bg-auth input:focus-visible {
    outline: 2px dashed var(--amz-accent);
    outline-offset: 2px;
    border-radius: 8px;
}

/* فاصله‌ها و ریسپانسیو */
@media (max-width: 991.98px) {
    .bg-auth .auth-form { padding: 20px 16px; }
}
@media (max-width: 575.98px) {
    .bg-auth #otp-input { gap: 8px; }
    .bg-auth #otp-input input[type="number"] { height: 44px; font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .bg-auth .auth-form,
    .bg-auth .btn.main-color-one-bg,
    .bg-auth #otp-input input[type="number"] { transition: none !important; }
}

/* ===================== COUNTDOWN BAR (Dark, themed) ===================== */
.countDownContainer {
    margin-top: 14px;
    background: var(--amz-surface-2); /* از تم */
}

.countDownContainer .countdown-bar {
    position: relative;
    height: 8px;
    background: var(--amz-surface-2); /* از تم */
    border: 1px dashed var(--amz-border);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.countDownContainer .countdown-track {
    position: absolute;
    inset: 0;
    background: transparent;
}

.countDownContainer .countdown-fill {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
    width: 0%; /* اسکریپت این رو تغییر میده */
    background: var(--gradient-cta); /* گرادیان از تم */
    border-radius: inherit;
    box-shadow: var(--shadow-sm);
    transition: width 1s linear;
}
/* ===================== PROFILE / ORDERS (Dark, Themed) ===================== */

/* ظرف اصلی کارت تب‌ها */
.content .slider-parent.bg-white,
.content .alert.slider-parent {
    background: var(--amz-surface) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-lg) !important;
    color: var(--amz-text) !important;
    box-shadow: var(--shadow-lg);
}

/* عنوان بخش */
.product-slider-box-title .product-slider-box-title-title {
    color: var(--amz-text) !important;
}
.product-slider-box-title .main-color-one-color { color: var(--amz-accent) !important; }

/* تب‌ها */
.tab-product-nav {
    background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-lg);
}
.tab-product-nav .nav-tabs { gap: 8px; border-bottom: 1px solid var(--amz-border) !important; }
.tab-product-nav .nav-link {
    background: transparent !important;
    color: var(--amz-text-weak) !important;
    border: 1px solid transparent !important;
    border-bottom: 0 !important;
    border-radius: var(--radius-md) var(--radius-md) 0 0 !important;
    padding: 10px 12px;
    transition: .2s ease;
}
.tab-product-nav .nav-link:hover { background:#0f182c !important; color: var(--amz-text) !important; }
.tab-product-nav .nav-link.active {
    color: var(--amz-text) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)) !important;
    border-color: var(--amz-border) var(--amz-border) transparent var(--amz-border) !important;
}
.tab-product-nav .badge.main-color-green {
    background: var(--amz-ok) !important; color: var(--amz-primary-ink) !important; border: 0;
}

/* محتوای تب */
.tab-product-content { padding: 10px 8px 14px; }

/* جدول سفارش‌ها */
.roundedTable { border-radius: var(--radius-lg) !important; overflow: hidden; }
.main-table.table {
    color: var(--amz-text) !important;
    margin-bottom: 0;
}
.main-table.table td,
.main-table.table th {
    background: var(--amz-surface) !important;
    border-color: var(--amz-border) !important;
    vertical-align: middle;
}
.main-table.table tr:hover td { background: #0e1629 !important; }
.main-table.table .text-muted { color: var(--amz-text-weak) !important; }

/* آواتار محصول */
.assigned-avatar .avatar img { border: 1px solid var(--amz-border); }

/* وضعیت پرداخت */
.main-color-three-color,
.bi-check-circle-fill { color: var(--amz-ok) !important; }

/* دکمه‌ها */
.btn.main-color-one-bg {
    background: var(--gradient-cta) !important;
    color: var(--amz-primary-ink) !important;
    border: 0 !important;
    border-radius: var(--radius-md) !important;
    font-weight: 900;
    box-shadow: var(--shadow-sm);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.btn.main-color-one-bg:hover { transform: translateY(-1px); filter: saturate(1.06); box-shadow: var(--shadow-md); }

/* کارت‌های لیست علاقه‌مندی (pane دیگر) */
.cart-canvas {
    background: var(--amz-surface) !important;
    border: 1px solid var(--amz-border) !important;
    color: var(--amz-text) !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-sm);
}
.cart-canvas .btn { color: var(--amz-text-weak); }
.cart-canvas .btn:hover { color: var(--amz-text); }

/* قیمت داخل کارت‌ها */
.product-box-suggest-price ins { color: var(--amz-text) !important; text-decoration: none; }
.product-box-suggest-price span { color: var(--amz-text-weak) !important; }

/* Empty state */
.order-list--empty {
    text-align: center; padding: 16px;
    background: var(--amz-surface-2);
    border: 1px dashed var(--amz-border);
    border-radius: var(--radius-lg);
    color: var(--amz-text-weak);
}
.order-list__empty-text { color: var(--amz-text-weak); }

/* رفع سفیدهای ناخواسته فقط این صفحه */
.content .bg-white { background: var(--amz-surface) !important; color: var(--amz-text) !important; }

/* دسترس‌پذیری فوکِس */
.tab-product-nav .nav-link:focus-visible,
.btn.main-color-one-bg:focus-visible,
.main-table a:focus-visible {
    outline: 2px dashed var(--amz-accent);
    outline-offset: 2px; border-radius: 8px;
}

/* ریسپانسیو */
@media (max-width: 991.98px){
    .tab-product-nav .nav-link { font-size: 13px; padding: 8px 10px; }
}
/* ===================== PROFILE SIDEBAR (Dark, Themed) ===================== */

/* ظرف کلی */
.profile__sidebar{
    background: var(--amz-surface);
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    color: var(--amz-text);
    overflow: hidden;
}

/* sticky در دسکتاپ */
aside.position-sticky{ top: 0px; }

/* تیتر موج‌دار بالا */
.profile__sidebar .box__shaped-title{
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
    border-bottom: 1px solid var(--amz-border);
    padding-top: 0px;
}
.profile__sidebar .box__shaped-title svg{ display:block; width:100%; height:auto; }
.profile__sidebar .box__shaped-title svg path{
    /* تیره و هماهنگ با پس‌زمینه‌ی کارت */
    fill: var(--amz-surface-2) !important;
}
.profile__sidebar .box__shaped-title__icon{
    position: absolute; inset-inline-start:12px; top:8px;
    width:10px; height:10px; border-radius:999px;
    background: var(--amz-accent);
    box-shadow: 0 0 0 4px rgba(251,191,36,.12);
}

/* اطلاعات کاربر */
.profile__sidebar__info{
    display:flex; align-items:center; gap:10px;
    padding:12px 14px;
    background: var(--amz-surface);
    border-bottom: 1px dashed var(--amz-border);
}
.profile__sidebar__name{ color:var(--amz-text); font-weight:900; }
.profile__sidebar__username{ color:var(--amz-text-weak); font-size:13px; }
.profile__sidebar__username .badge.bg-success{
    background: var(--amz-ok) !important;
    color: var(--amz-primary-ink) !important;
    border:0; font-weight:800;
}

/* ناوبری */
.profile__sidebar__navigation{ margin:0; padding:8px 6px 12px; }
.profile__sidebar__navigation li{ list-style:none; }
.profile__sidebar__navigation a{
    display:flex; align-items:center; gap:10px;
    padding:10px 12px; margin:4px 6px;
    border:1px solid transparent;
    border-radius: var(--radius-md);
    color: var(--amz-text-weak);
    text-decoration:none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .1s ease;
}
.profile__sidebar__navigation a:hover{
    background: var(--amz-surface-2);
    border-color: var(--amz-border);
    color: var(--amz-text);
    transform: translateY(-1px);
}
/* حالت active */
.profile__sidebar__navigation a.active{
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0));
    border-color: var(--amz-border);
    color: var(--amz-text);
}

/* آیکن‌های SVG داخل لینک‌ها – هم‌رنگ متن */
.profile__sidebar__navigation a svg{ flex:0 0 auto; width:18px; height:18px; }
.profile__sidebar__navigation a svg path{ fill: currentColor !important; opacity:.95; }

/* آیتم خروج (بدون :has) — دو راه:
   1) اگر به <a> کلاس logout دادی: .profile__sidebar__navigation a.logout{...}
   2) اگر کلاس نداری، بر اساس href انتهایی: [href$="logout"]  */
.profile__sidebar__navigation a.logout,
.profile__sidebar__navigation a[href$="logout"]{
    color: var(--amz-danger);
}
.profile__sidebar__navigation a.logout:hover,
.profile__sidebar__navigation a[href$="logout"]:hover{
    background: var(--amz-danger-bg);
    border-color: var(--amz-danger-pill);
    color: #ffd6d9;
}

/* دسترس‌پذیری فوکِس */
.profile__sidebar__navigation a:focus-visible{
    outline: 2px dashed var(--amz-accent);
    outline-offset: 2px; border-radius: 8px;
}

/* ریسپانسیو */
@media (max-width: 991.98px){
    .profile__sidebar{ border-radius: var(--radius-md); }
    .profile__sidebar__navigation a{ margin:4px; padding:9px 10px; }
}

/* پاکسازی هر bg سفیدِ ناخواسته فقط داخل سایدبار */
.profile__sidebar .bg-white{ background: var(--amz-surface) !important; color: var(--amz-text) !important; }
/* متن و آیکن‌های سایدبار سفید */
.profile__sidebar__navigation a {
    color: var(--text-white); /* متن پیش‌فرض سفید */
}
.profile__sidebar__navigation a svg path {
    fill: var(--text-white) !important; /* آیکن سفید */
}

/* هاور و حالت active (می‌تونی accent بدی یا همچنان سفید بمونه) */
.profile__sidebar__navigation a:hover,
.profile__sidebar__navigation a.active {
    color: var(--amz-accent); /* یا var(--text-white) اگر میخوای سفید بمونه */
}
.profile__sidebar__navigation a:hover svg path,
.profile__sidebar__navigation a.active svg path {
    fill: var(--amz-accent) !important; /* یا var(--text-white) اگر سفید بمونه */
}



.content-box{
    background: var(--amz-surface) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    color: var(--amz-text) !important;
}
/* ===== PRO GALLERY (force override) ===== */
.pro_gallery{
    background: var(--amz-surface-2) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-md) !important;
    padding: 10px !important;
    box-shadow: var(--shadow-sm) !important;
    /* رنگ تم برای عناصر داخلی Swiper */
    --swiper-theme-color: var(--amz-primary);
}

/* خود اسلایدر اصلی */
.pro_gallery .product-gallery{
    background: transparent !important;
    border-radius: var(--radius-md) !important;
    overflow: hidden;
}

/* اسلایدها و زوم کانتینر */
.pro_gallery .product-gallery .swiper-slide{
    background: #0e1629 !important;
    border: 1px solid #1b2742 !important;
    border-radius: var(--radius-md) !important;
    display: flex; align-items: center; justify-content: center;
}
.pro_gallery .product-gallery .swiper-slide .swiper-zoom-container{
    background: transparent !important;
}
.pro_gallery .product-gallery .swiper-slide img{
    display: block; width: 100%; height: auto;
    background: transparent !important;
    border-radius: calc(var(--radius-md) - 2px) !important;
}

/* صفحه‌بندی (bullets) */
.pro_gallery .swiper-pagination{
    position: static !important;
    margin-top: 8px !important;
}
.pro_gallery .swiper-pagination-bullet{
    background: #2a3b62 !important;
    opacity: .7 !important;
}
.pro_gallery .swiper-pagination-bullet-active{
    background: var(--amz-primary) !important;
    opacity: 1 !important;
}

/* گالری بندانگشتی‌ها */
.pro_gallery .product-gallery-thumb{
    margin-top: 10px !important;
    background: transparent !important;
}
.pro_gallery .product-gallery-thumb .swiper-slide{
    background: #0d1528 !important;
    border: 1px solid #203353 !important;
    border-radius: 10px !important;
    padding: 4px !important;
    opacity: .8; transition: .18s ease;
}
.pro_gallery .product-gallery-thumb .swiper-slide-thumb-active{
    border-color: #2a3b62 !important;
    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0)) !important;
    opacity: 1;
}
.pro_gallery .product-gallery-thumb .swiper-slide img{
    display: block; width: 100%; height: auto;
    border-radius: 8px !important;
}

/* رفع سفید احتمالی تزریق‌شده */
.pro_gallery .bg-white{ background: transparent !important; }

/* ---------- گالری (Swiper) ---------- */
.content-box .pro_gallery{
    background: var(--amz-surface-2) !important;
    border: 1px solid var(--amz-border) !important;
    border-radius: var(--radius-md) !important;
    padding: 10px !important;
}
.content-box .pro_gallery .swiper-slide img{
    display: block;
    border-radius: var(--radius-md) !important;
    background: #0e1629 !important;
}
.content-box .pro_gallery .swiper-pagination-bullet{ background:#2a3b62 !important; opacity:.7; }
.content-box .pro_gallery .swiper-pagination-bullet-active{ background:var(--amz-primary) !important; opacity:1; }

/* ---------- تیتر و امتیاز ---------- */
.content-box .product-meta-title h5{ color: var(--amz-text) !important; }
.content-box .product-meta-rating h6{ color: var(--amz-text) !important; }
.content-box .product-meta-rating .text-muted{ color: var(--amz-text-weak) !important; }

/* بَدج دسته‌بندی */
.content-box .badge.danger-label{
    background: var(--amz-danger-bg) !important;
    border: 1px solid var(--amz-danger-pill) !important;
    color: #ffd6d9 !important;
    font-weight: 700;
}

/* ---------- ویژگی‌ها ---------- */
.content-box .product-meta-feature-items .title{ color: var(--amz-accent) !important; }
.content-box .product-meta-feature-items .navbar-nav .nav.item{ color: var(--amz-text) !important; padding: 4px 0; }
.content-box .product-meta-feature-items .navbar-nav .nav.item span{ color: var(--amz-text-weak) !important; margin-inline-end:6px; }

/* ---------- مارکت‌ها و وارییشن‌ها (radio-as-button) ---------- */
.content-box .product-meta-color-items{ display:flex; flex-wrap:wrap; gap:8px; }
.content-box .product-meta-color-items .btn{
    background:#0e1629 !important; border:1px solid #1b2742 !important;
    color:var(--amz-text) !important; padding:8px 12px; border-radius: var(--radius-md) !important;
    display:inline-flex; align-items:center; gap:8px; transition:.18s ease;
}
.content-box .product-meta-color-items .btn:hover{ background:#14213a !important; border-color:#2a3b62 !important; }
.content-box .btn-check:checked + .btn{
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)) !important;
    border-color:#2a3b62 !important;
}
.content-box .btn-check:disabled + .btn{ opacity:.5 !important; cursor:not-allowed !important; filter: grayscale(.3); }

/* ---------- کارت‌های مزیت کنار قیمت ---------- */
.content-box .bs-bg-gray-200{
    background:#0d1528 !important;
    border:1px solid #203353 !important;
    color:var(--amz-text) !important;
}
.content-box .bs-bg-gray-200 h6{ color:var(--amz-text) !important; }

/* ---------- قیمت و دکمه خرید ---------- */
.content-box .btn-add-to-cart{
    background: var(--gradient-cta) !important; color: var(--amz-primary-ink) !important;
    border:0 !important; padding:12px 16px !important; border-radius: var(--radius-md) !important;
    font-weight:900 !important; box-shadow: var(--shadow-sm) !important; transition:.18s ease;
}
.content-box .btn-add-to-cart:hover{ transform: translateY(-1px); filter:saturate(1.06); }
.content-box .btn-add-to-cart[disabled]{ filter: grayscale(.4) brightness(.85); cursor:not-allowed; }

.content-box input.counter{
    background:#0c1426 !important; border:1px solid #203353 !important;
    color:var(--amz-text) !important; border-radius: var(--radius-md) !important;
    text-align:center; padding:8px; width:60px;
}

/* ---------- دکمه اشتراک‌گذاری (خنثی‌سازی خاکستری) ---------- */
.content-box a.btn.bs-bg-gray-300{
    background:#0e1629 !important; border:1px solid #1b2742 !important; color:var(--amz-text) !important;
    border-radius:999px !important; transition:.18s ease;
}
.content-box a.btn.bs-bg-gray-300:hover{ background:#14213a !important; border-color:#2a3b62 !important; }

/* ---------- خنثی‌سازی سفیدهای ناخواسته داخل همین باکس ---------- */
.content-box .bg-white,
.content-box .card.bg-white,
.content-box .card-header.bg-white,
.content-box .btn.bg-white{
    background: var(--amz-surface) !important; color: var(--amz-text) !important; border-color: var(--amz-border) !important;
}

/* ---------- دسترس‌پذیری ---------- */
.content-box a:focus-visible,
.content-box button:focus-visible,
.content-box input:focus-visible,
.content-box .btn:focus-visible{
    outline:2px dashed var(--amz-accent) !important;
    outline-offset:2px !important; border-radius:8px !important;
}

/* ---------- ریسپانسیو ---------- */
@media (max-width: 991.98px){
    .content-box .product-meta-color-items .btn{ padding:8px 10px !important; font-size:13px !important; }
}

/* === ADDED FROM STYLE.CSS === */
/* ===================== Modern Amazon-like Skin — Full Drop-in ===================== */
/* Imports شما دست‌نخورده */
@import "normalize.css";
@import "bootstrap.min.css";
@import "bootstrap-icon/bootstrap-icons.min.css";
@import "color.css";
@import "mega-menu.css";

/* ---------------- پایه و پالت (Site-wide) ---------------- */









p {
    line-height: 36px;
    margin-bottom: 0;
    font-size: 16px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin-bottom: 0;
    color: var(--color-site);
    line-height: 1.5
}


/* اسکرول‌بار مدرن */



/* دکمه‌ها و افکت هایلایت */





/* رنگ‌های کمکی قدیمی → نگه‌داری با پالت جدید */











/* Utilities */














/* خط زیر عنوان‌ها */



/* لینک هاشوری نرم */

/* ========================== Header ========================== */
.header-logo img {
    width: 150px;
    filter: drop-shadow(0 10px 24px rgba(2, 6, 23, .12))
}

.header-btn-group {
    border: 1px solid var(--border-muted);
    padding: 6px 16px;
    border-radius: 12px;
    background: var(--text-white);
    box-shadow: var(--shadow-sm)
}

.header-selector-city {
    position: relative
}

.header-selector-city::before {
    content: "";
    position: absolute;
    bottom: -46%;
    left: -3%;
    width: 170px;
    height: 10px;
    background: var(--main-color-two);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 10px 24px var(--main-color-two-shadow)
}

.menu-responsive-logo {
    width: 200px
}

/* جستجو */
.search-filed {
    position: relative
}

.search-filed .search-input {
    border-radius: 999px;
    background: #0b122003;
    border: 1px solid var(--border-muted);
    padding: 14px 18px;
    font-size: 14px
}

.search-filed .search-input:focus {
    border-color: var(--main-color-one);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .15)
}

.search-filed .search-btn {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%)
}

.search-filed .search-btn i {
    color: var(--text-white)
}

/* ========================== Home Slider ========================== */
.home-slider {
    position: relative;
    height: 432px;
    border-radius: 16px;
    box-shadow: var(--shadow-lg)
}

.home-slider .swiper,
.home-slider .swiper-slide,
.home-slider .swiper-slide img {
    border-radius: 16px
}

.home-slider .swiper-button-next,
.home-slider .swiper-button-prev {
    background: var(--text-white);
    border: 1px solid var(--border-muted);
    padding: 6px 22px;
    border-radius: 999px;
    box-shadow: var(--shadow-sm);
    top: auto;
    bottom: 16px
}

.home-slider .swiper-button-prev {
    right: 16px
}

.home-slider .swiper-button-next {
    right: 72px
}

.home-slider .swiper-button-next::after,
.home-slider .swiper-button-prev::after {
    color: #0f172a !important
}

.home-slider .swiper-pagination {
    top: 28px !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    width: auto !important;
    background: rgba(255, 255, 255, .72);
    padding: 6px 10px;
    border-radius: 999px;
    box-shadow: var(--shadow-sm)
}

.home-slider .swiper-pagination-bullet {
    width: 6px !important;
    height: 14px !important;
    margin: 0 3px !important;
    border-radius: 8px !important;
    background: var(--main-color-one) !important;
    opacity: .5
}

.home-slider .swiper-pagination-bullet-active {
    height: 22px !important;
    opacity: 1
}

/* Progress خطی */
.swiper-progress-bar {
    position: absolute;
    top: 14%;
    width: 95%;
    height: 3px;
    margin: 7px auto;
    display: block;
    z-index: 1
}

.swiper-progress-bar .slide_progress-bar {
    position: absolute;
    height: 3px;
    background: rgba(148, 163, 184, .35);
    opacity: 0;
    inset: 0
}

.swiper-progress-bar .slide_progress-bar:after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    background: var(--main-color-one);
    width: 0
}

.swiper-progress-bar.active .slide_progress-bar {
    opacity: 1
}

.swiper-progress-bar.animate .slide_progress-bar:after {
    transition: width 3s linear;
    width: 100%
}

/* ========================== Product Card ========================== */
.product-box {
    background: var(--text-white);
    border: 1px solid var(--border-muted);
    border-radius: 14px;
    padding: 12px;
    box-shadow: var(--shadow-box)
}

.product-box.free-mode {
    width: 300px
}

.product-header-btn {
    display: flex
}

.product-header-btn a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid var(--border-muted);
    transition: .2s;
    box-shadow: var(--shadow-sm)
}

.product-header-btn a:hover {
    background: #eef2ff
}

.product-header-btn a i {
    font-size: 16px
}

.product-header-btn a:not(:last-child) {
    margin-left: 5px
}

.product-box .product-timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.product-box .product-timer .timer-label {
    padding: 5px 10px;
    background: rgba(245, 158, 11, .15);
    border: 1px dashed rgba(245, 158, 11, .45);
    border-radius: 10px
}

.product-box .product-timer .timer-label span {
    color: #7a4a00;
    font-size: 13px
}

.product-box .product-image {
    height: 140px;
    display: flex;
    margin: 20px 0 5px;
    position: relative
}

.product-box .product-image img {
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 10px auto;
    transition: .5s ease
}

.product-box .two-image {
    z-index: -1;
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 1.2s, visibility .4s, opacity .4s
}

.product-box:hover .one-image {
    opacity: 0;
    visibility: hidden
}

.product-box:hover .two-image {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transform: scale(1.05)
}

.product-box .product-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    height: 44px;
    margin-top: 16px
}

.product-box .product-title .title p {
    margin: 7px 0;
    font-weight: 800;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-box .product-title .title span {
    color: var(--text-muted-two) !important;
    font-size: 12px
}

.product-rating {
    display: flex;
    align-items: center
}

.product-rating .icon {
    margin-right: 5px
}

.product-rating .icon i {
    color: #fbbf24;
    font-size: 14px;
    vertical-align: middle
}

.new-price {
    line-height: 1;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
    color: #0f172a
}

.old-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center
}

.product-box .product-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 10px
}

.product-box .product-action .link {
    background: var(--text-white);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--border-muted);
    box-shadow: var(--shadow-sm)
}

/* ========================== Feature ========================== */
.feature {
    padding: 20px 0
}

.feature-item {
    height: 100%;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: var(--text-white);
    border: 1px solid var(--border-muted);
    box-shadow: var(--shadow-sm)
}

.feature-item .feature-desc h6 {
    font-weight: 800;
    color: #0f172a
}

.feature-desc p {
    font-size: 13px
}

.feature-icon img {
    width: 50px
}

.feature-desc {
    margin-right: 10px
}

/* ========================== Category Card ========================== */
.category-card-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5px 10px 25px;
    background: var(--text-white);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-muted)
}

.category-card-item-image {
    position: relative;
    padding: 10px
}

.category-card-item-image img {
    width: 120px;
    border-radius: 20px
}

/* ========================== Product Slider Title ========================== */
.product-slider-box-title {
    padding-bottom: 7px;
    border-bottom: 2px solid rgba(15, 23, 42, .06);
    margin-bottom: 30px;
    position: relative
}

.product-slider-box-title::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 170px;
    height: 2px;
    background: var(--main-color-two)
}

.product-slider-box-title.white::before {
    background: var(--text-white)
}

.product-slider-box-title-title.dot {
    position: relative;
    padding-right: 20px
}

.product-slider-box-title-title.dot::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--main-color-one)
}

.product-slider-box-title.white .product-slider-box-title-title.dot::before {
    background: var(--text-white)
}

/* ========================== Amazing (Hero) ========================== */
.amazing {
    position: relative;
    padding-bottom: 90px;
    color: var(--text-white);
    background:
            radial-gradient(700px 300px at 10% -10%, rgba(255, 255, 255, .12), transparent 60%),
            linear-gradient(135deg, #0b1220 0%, #101B38 100%);
}

.free-mode .swiper-button-next,
.free-mode .swiper-button-prev {
    background: var(--text-white);
    padding: 3px 20px;
    border-radius: 10px;
    top: 92%;
    border: 1px solid var(--border-muted);
    box-shadow: var(--shadow-lg)
}

.free-mode .swiper-button-prev {
    right: 47.5% !important
}

.free-mode .swiper-button-next {
    right: 51% !important
}

.free-mode .swiper-button-next::after,
.free-mode .swiper-button-prev::after {
    color: var(--color-site)
}

.amazing-image {
    width: 180px
}

/* ========================== Section Product Slider ========================== */
.pro-slider {
    position: relative;
    border-radius: 20px;
    padding: 20px 6px;
    min-height: 420px
}

.pro-slider::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    height: 270px;
    border-radius: 20px 20px 5px 5px;
    background: linear-gradient(180deg, rgba(37, 99, 235, .08), rgba(37, 99, 235, .18))
}

.site-slider .swiper {
    padding-bottom: 100px
}

.site-slider .swiper-button-next,
.site-slider .swiper-button-prev {
    background: var(--text-white);
    padding: 3px 20px;
    border-radius: 10px;
    top: 88%;
    right: 51% !important;
    border: 1px solid var(--border-muted)
}

.site-slider .swiper-button-prev {
    right: 47.5% !important
}

.site-slider .swiper-button-next::after,
.site-slider .swiper-button-prev::after {
    color: var(--color-site)
}

/* ========================== Quick Select ========================== */
.quick-select-item-select {
    background: var(--text-white);
    border: 1px solid var(--border-muted);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    transition: .25s ease
}

.quick-select-item-select:hover {
    border-color: var(--main-color-two);
    box-shadow: 0 10px 24px rgba(245, 158, 11, .15)
}

/* ========================== Offer (Deal) ========================== */
.offer {
    height: auto;
    border-radius: 16px;
    background: var(--text-white);
    position: relative;
    box-shadow: var(--shadow-lg)
}

.offer .swiper-pagination-bullet-active {
    background: var(--main-color-one);
    width: 15px;
    height: 7px;
    border-radius: 10px
}

.offer-discount {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    min-height: 100px;
    min-width: 140px;
    border-radius: 20px
}

.offer-discount span {
    border-radius: 0;
    min-height: 30px;
    min-width: 137px;
    font-weight: 600;
    margin: 0;
    z-index: 9;
    background: var(--main-color-one);
    color: var(--text-white);
    width: 154px;
    font-size: 16px;
    position: absolute;
    text-align: center;
    padding: 30px 4px 4px;
    right: -46px;
    top: -15px;
    transform: rotate(35deg);
    box-shadow: 0 10px 24px rgba(37, 99, 235, .28)
}

.offer-img {
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 10px auto;
    border-left: 1px solid #e5e7eb;
    padding-left: 10px
}

.offer-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    background: #f8fafc;
    box-shadow: var(--shadow)
}

.offer-title h4 {
    font-size: 18px;
    color: #334155
}

.offer-title span {
    color: var(--text-white);
    background: var(--main-color-one);
    padding: 2px 8px;
    border-radius: 8px
}

.offer-desc-price {
    margin: 10px auto
}

.offer-desc-price .old {
    font-size: 17px;
    color: #cbd5e1;
    text-decoration: line-through
}

.offer-desc-price .new {
    color: #16a34a;
    font-weight: 800;
    font-size: 30px;
    margin-right: 10px
}

.offer-timer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 7px 0
}

.offer-timer-item {
    color: var(--main-color-one);
    width: 60px;
    height: 60px;
    border: 1px solid #eef2f7;
    box-shadow: var(--shadow);
    padding: 5px;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.offer-timer-item .number {
    font-weight: 800;
    font-size: 16px
}

/* ========================== Product Row ========================== */
.product-row {
    position: relative;
    margin: 20px 0;
    padding: 30px 0 0
}

.product-row-item {
    background: var(--text-white);
    padding: 10px;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-muted);
    transition: .25s
}

.product-row-item:hover {
    border-color: var(--main-color-two);
    box-shadow: 0 12px 30px rgba(245, 158, 11, .18)
}

.product-row-item img {
    width: 150px;
    display: block;
    margin: auto
}

.cart-canvas-add {
    background: var(--main-color-one);
    text-align: center;
    border-radius: 15px;
    padding: 0
}

.cart-canvas-add a i {
    color: var(--text-white)
}

/* ========================== Blog ========================== */
.blog-item {
    background: var(--text-white);
    box-shadow: var(--shadow-box);
    padding: 10px;
    border-radius: 14px;
    border: 1px solid var(--border-muted)
}

.blog-item-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 25px;
    transition: .25s
}

.blog-item-desc {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-item-title h6 {
    font-weight: 800;
    font-size: 20px
}

.blog-item-date h6 {
    font-size: 22px;
    color: var(--main-color-two)
}

.blog-item-date span {
    color: #334155
}

/* ========================== Footer ========================== */
footer {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

.small-slider .swiper-button-next,
.small-slider .swiper-button-prev {
    padding: 15px;
    background: transparent;
    color: var(--color-site);
    box-shadow: none
}

.small-slider .swiper-button-prev::after,
.small-slider .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-color-one)
}

.social-link {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.social-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 10px;
    color: var(--text-white);
    font-size: 20px;
    transition: .25s;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px
}

.social-link a:hover {
    transform: translateY(-7px)
}

.copy-right {
    text-align: center;
    background: var(--text-white)
}

.copy-right p {
    font-size: 14px;
    text-align: right
}

/* ========================== Accordion (FAQ) ========================== */
.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    border: none
}

.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none
}

.accordion-style .btn-link {
    position: relative;
    background: var(--text-white);
    border: 1px solid var(--border-muted) !important;
    display: block;
    width: 100%;
    font-size: 18px;
    border-radius: 12px;
    text-align: right;
    white-space: normal;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    color: #0f172a;
    padding: 22px 60px
}

.accordion-style .btn-link.collapsed {
    background: #f8fafc !important;
    color: var(--color-site);
    border-radius: 12px;
    border: 1px solid var(--border-muted)
}

.accordion-style .card-body {
    padding: 20px;
    border: 1px solid var(--border-muted);
    border-top: none;
    border-radius: 0 0 12px 12px;
    line-height: 36px;
    font-size: 16px;
    color: #475569;
    background: var(--text-white)
}

/* ========================== Mobile Menu (Footer) ========================== */
.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: var(--text-white);
    border-top: 1px solid var(--border-muted);
    padding: 18px 47px;
    box-shadow: 0 -10px 22px rgba(2, 6, 23, .08)
}

.mobile-footer i {
    font-size: 25px
}

.mobile-footer .parent {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-footer .parent .item.item-float {
    position: absolute;
    right: 50%;
    transform: translateX(33px);
    text-align: center;
    line-height: 70px;
    top: -50px;
    width: 70px;
    height: 70px;
    background: var(--main-color-one);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(37, 99, 235, .35)
}

.mobile-footer .item.item-float i {
    color: var(--text-white)
}

.mobile-footer .menu-cart-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(50%, -50%);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    min-width: 22px;
    background: #ef4444;
    text-align: center;
    padding: 0 5px;
    color: var(--text-white);
    border-radius: 11px;
    box-shadow: 0 0 0 1px var(--text-white)
}

.mobile-footer li.active i {
    color: var(--main-color-one)
}

.mobile-footer ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

/* ========================== Cart Drawer ========================== */
.cart-canvas-parent li:not(:last-child) {
    border-bottom: 1px solid var(--border-muted);
    margin-bottom: 20px;
    padding-bottom: 20px
}

.cart-canvas-delete a {
    background: #fee2e2;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 12px;
    padding: 0
}

.cart-canvas-delete a i {
    color: #ef4444
}

.cart-canvas-delete a:hover {
    background: #fecaca
}

.cart-canvas-foots {
    border-top: 1px solid var(--border-muted);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px
}

/* ========================== Product Page ========================== */
.product-gallery {
    padding: 5px
}

.product-gallery img {
    max-width: 80%;
    height: 300px;
    object-fit: cover;
    display: block;
    margin: auto
}

.product-gallery .swiper-pagination {
    bottom: 20px
}

.product-gallery .swiper-slide {
    border: 1px solid var(--border-muted);
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 10px 10px 60px;
    background: var(--text-white)
}

.product-gallery .swiper-slide .swiper-zoom-container {
    padding: 10px
}

.product-gallery .swiper-button-next,
.product-gallery .swiper-button-prev {
    background: #eef2f7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px
}

.product-gallery .swiper-button-next::after,
.product-gallery .swiper-button-prev::after {
    color: var(--color-site)
}

.product-gallery-thumb {
    padding: 12px;
    border: 1px solid var(--border-muted);
    border-radius: 12px
}

.product-gallery-thumb img {
    display: block;
    max-width: 80%;
    height: 100px;
    object-fit: cover;
    margin: auto;
    opacity: .6;
    transition: .25s;
    cursor: pointer
}

.product-gallery-thumb img:hover {
    opacity: 1
}

.product-gallery-thumb .swiper-slide {
    border-radius: 10px;
    transition: .1s;
    padding: 10px;
    border: 2px solid transparent
}

.product-gallery-thumb .swiper-slide-thumb-active {
    border-color: var(--main-color-one)
}

.product-gallery-thumb .swiper-slide-thumb-active img {
    opacity: 1
}

/* آیکون‌های شناور محصول */
.icon-product-box {
    z-index: 9;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.icon-product-box-item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #eef2f7;
    padding: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm)
}

.icon-product-box-item i {
    font-size: 16px;
    display: inline-block
}

/* متاهای محصول */
.product-meta-title {
    border-bottom: 2px solid #eef2f7;
    padding-bottom: 10px
}

.product-meta-title img {
    max-width: 100px
}

.rating-star {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fef3c7;
    text-align: center;
    border-radius: 50%;
    color: #7c5800;
    font-size: 16px
}

.product-meta-feature {
    margin-top: 20px
}

.product-meta-feature-items ul {
    margin-top: 15px;
    position: relative;
    padding-right: 20px
}

.product-meta-feature-items ul::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #e2e8f0;
    border-radius: 10px
}

.product-meta-feature-items ul::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 25px;
    background: #64748b;
    border-radius: 10px
}

.product-meta-feature-items ul li {
    color: var(--text-muted)
}

.product-meta-feature-items ul li:not(:last-child) {
    margin-bottom: 10px
}

.product-meta-feature-items ul li span {
    font-weight: 800
}

.product-meta-feature-items ul li strong {
    margin-right: 7px;
    color: var(--text-muted);
    font-weight: normal
}

.product-meta-color {
    margin-top: 20px
}

.product-meta-color h5 {
    margin-bottom: 15px
}

.product-meta-color-items {
    margin-top: 10px
}

.product-meta-color-items label {
    background: #f1f5f9;
    font-size: 14px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid var(--border-muted)
}

.product-meta-color-items label:hover {
    background: #e2e8f0 !important
}

.product-meta-color-items .btn-check:checked+.btn {
    border-color: var(--main-color-two) !important
}

.product-meta-color-items .btn-check:checked+.btn:hover {
    background: transparent !important
}


/* تب‌ها و محتوا */
.product-desc {
    position: relative
}

.product-desc-tab {
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 10px
}

.product-desc-tab ul {
    min-width: 450px;
    flex-wrap: nowrap
}

.product-desc-tab ul li {
    margin-left: 5px;
    margin-bottom: 10px
}

.product-desc-tab ul li button {
    border: 2px solid transparent;
    background: #f1f5f9;
    padding: 18px 60px;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
    position: relative
}

.product-desc-tab ul li button.active::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 50%;
    transform: translateX(50%);
    width: 50%;
    height: 2px;
    background: var(--main-color-two)
}

.product-desc-tab-content {
    padding: 20px 0
}

.product-desc-content p {
    line-height: 35px
}

.product-desc-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

/* کامنت‌ها و امتیازدهی */
.comment {
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
    background: var(--text-white) !important
}

.comment .title {
    background: #f8fafc;
    padding: 10px;
    border-radius: 999px;
    box-shadow: var(--shadow-sm)
}

.star i.bi-star {
    color: #cbd5e1
}

.star i.bi-star-fill,
.star i.bi-star-half {
    color: #fbbf24
}

.comment-replay {
    background: rgba(37, 99, 235, .06) !important
}

/* امتیاز کلی محصول */
.product-rateing .title {
    padding-bottom: 20px
}

.product-rateing .number {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid var(--border-muted);
    border-radius: 8px
}

.product-rateing .number h2 {
    margin: 30px 0;
    color: #0f172a;
    font-size: 40px
}

.product-rateing .number .star {
    padding: 5px;
    background: #f1f5f9;
    border-radius: 10px
}

.product-rateing .number .star .bi-star {
    color: #cbd5e1
}

.product-rateing .number .star .bi-star-fill {
    color: #f59e0b
}

.product-rateing .prog-rating {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--border-muted);
    border-radius: 8px
}

/* جدول‌ها */
.table-custom table {
    position: relative;
    z-index: 10
}

.table-custom table::before {
    content: "";
    background: var(--main-color-one);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0
}

.roundedTable {
    border-radius: 20px;
    border-spacing: 0;
    margin-bottom: 0
}

.roundedTable tr:not(:last-child) {
    border-bottom: 1px solid var(--border-muted)
}

/* صفحه‌بندی */
.my-paginate ul {
    flex-wrap: wrap;
    align-items: center
}

.my-paginate li {
    margin-left: 5px;
    margin-bottom: 5px
}

.my-paginate li a {
    box-shadow: var(--shadow-sm);
    font-size: 14px;
    padding: 5px 15px;
    color: #334155;
    background: var(--text-white);
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px !important;
    border: 1px solid var(--border-muted)
}

.my-paginate li.active a {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
    color: var(--text-white);
    font-weight: 800
}

/* ========================== Auth / OTP ========================== */
.auth-form {
    padding: 15px;
    border: 1px solid var(--border-muted);
    border-radius: 14px;
    box-shadow: var(--shadow-sm)
}

.comment-item {
    position: relative
}

.comment-item label.label-float {
    position: absolute;
    top: -14px;
    background: var(--text-white);
    right: 16px;
    padding: 5px 10px
}

.comment-item input.form-control,
.comment-item select {
    padding: 16px 14px;
    text-align: right;
    border-radius: 10px;
    font-size: 14px;
    border-color: var(--border-muted)
}

.comment-item input.form-control:focus,
.comment-item select:focus {
    border-color: var(--main-color-one);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .12)
}

#otp-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 8px
}

#otp-input input {
    text-align: center;
    padding: 10px 8px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    outline: none;
    height: 64px;
    width: 50px
}

#otp-input input:focus {
    border-color: var(--main-color-one)
}

/* ========================== Shipping / Payment ========================== */
.delivary-payment-bank-item {
    border: 1px solid var(--border-muted);
    text-align: center;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 14px;
    padding: 20px;
    background: var(--text-white)
}

.delivary-payment-bank-item.active {
    background: #ecfeff;
    border-color: #06b6d4
}

.payment {
    text-align: center
}

.payment-icon i {
    font-size: 8em;
    color: var(--main-color-green)
}

.payment-title {
    padding-bottom: 5px;
    border-bottom: 2px solid #e5e7eb
}

.payment-title h5 {
    font-size: 30px;
    color: var(--main-color-green)
}

.detail-order {
    background: #f1f5f9;
    padding: 10px;
    border-radius: 10px
}

/* ========================== Alerts / Payment Status ========================== */
.alert-box {
    position: relative;
    text-align: center;
    width: 100%;
    background: var(--text-white);
    box-shadow: var(--shadow-box);
    padding: 20px;
    border-radius: 14px
}

.alert-box.ab-success {
    border-top: 16px solid #22c55e
}

.alert-box.ab-nsuccess {
    border-top: 16px solid #ef4444
}

.payment-status .icon {
    margin-bottom: 15px;
    text-align: center
}

.payment-status .icon i {
    font-size: 70px;
    color: #16a34a
}

.payment-status.fail-pay .icon i {
    color: #ef4444
}

.payment-status .title {
    text-align: center
}

.payment-status .title h3 {
    font-size: 25px;
    color: #16a34a
}

.payment-status.fail-pay .title h3,
.payment-status.fail-pay .title p {
    color: #ef4444
}

.payment-status .title p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #16a34a;
    font-size: 18px
}

.payment-status .pay-table {
    border-radius: 10px;
    padding: 15px;
    background: var(--text-white)
}

.payment-status .pay-table .pay-table-title {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 3px solid #e5e7eb
}

.payment-status .pay-table .pay-table-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

/* ========================== Steps (Order Process) ========================== */
.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background: #e2e8f0;
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0
}

.steps .step .step-icon-wrap::after {
    right: 0
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    color: #374151;
    font-size: 38px;
    line-height: 81px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 600
}

.steps .step.completed .step-icon {
    border-color: var(--main-color-one);
    background: var(--main-color-one);
    color: var(--text-white)
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background: var(--main-color-two)
}

.step.completed .step-title {
    font-weight: 800;
    padding-right: 15px;
    position: relative
}

.step.completed .step-title::before {
    content: "\F26A";
    position: absolute;
    bottom: -35px;
    right: 50%;
    transform: translateX(50%);
    font-family: 'bootstrap-icons', serif;
    font-size: 20px;
    color: var(--main-color-one)
}

/* ========================== Contact Us ========================== */
.single-address-parent {
    background: var(--text-white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: var(--shadow-box)
}

.single_address {
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 5px
}

.single_address i {
    background: var(--text-white);
    color: var(--main-color-one);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: right;
    margin-left: 14px;
    font-size: 22px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border-muted);
    margin-bottom: 20px;
    transition: .25s
}

.single_address:hover i {
    background: var(--main-color-two);
    color: var(--text-white)
}

.single_address h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 800;
    color: var(--main-color-one)
}

.single_address p {
    margin-top: 5px;
    text-align: justify;
    font-size: 14px;
    line-height: 30px
}

.time-work {
    line-height: 35px;
    margin-left: 20px;
    background: rgba(37, 99, 235, .10);
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 999px;
    color: var(--main-color-one)
}

.time-work i {
    margin-left: 10px
}

/* ========================== Compare ========================== */
.compare-title {
    padding: 10px 0;
    margin-bottom: 15px;
    display: flex
}

.compare-title i {
    margin-left: 10px
}

.compare-title h6 {
    font-weight: 800;
    font-size: 20px
}

.compare table {
    border: 1px double #e2e8f0
}

.compare table tr th,
.compare table tr td {
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    min-width: 220px;
    max-width: 320px;
    border: 1px double #e2e8f0;
    padding: 10px 20px
}

.compare table tr td:nth-child(1) {
    font-weight: 800
}

.compare-delete span i {
    cursor: pointer;
    transition: .2s
}

.compare-delete span i:hover {
    color: #ef4444
}

/* ========================== 404 ========================== */
.error-container {
    text-align: center;
    font-size: 106px;
    font-weight: 800;
    margin: 70px 15px
}

.error-container>span.zero {
    background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, .06) 50%, transparent 51%), linear-gradient(109.6deg, #3b82f6 11.2%, #1e3a8a 91.1%);
}

/* ========================== Panel / Profile (گزیدهٔ کلیدی) ========================== */
.profile__sidebar {
    position: relative;
    padding: 20px 5px 15px;
    margin-bottom: 30px;
    background: var(--amz-surface-2);
    border-radius: 25px;
    box-shadow: var(--shadow-lg)
}

.profile__sidebar__navigation li a {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 8px 20px;
}

.profile__sidebar__navigation li a:hover,
.profile__sidebar__navigation li a.active {
    color: var(--main-color-one) !important
}

.profile__sidebar__navigation li a:hover::before,
.profile__sidebar__navigation li a.active::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 3px;
    background: var(--main-color-one)
}

/* ========================== Blog List & Single (گزیده) ========================== */
.blog-post-card {
    padding: 20px;
    border: 1px solid var(--border-muted);
    border-radius: 14px;
    background: var(--text-white);
    box-shadow: var(--shadow-sm)
}

.blog-post-card:hover {
    border-color: var(--main-color-two)
}

.blog-post-card-thumbnail img {
    height: 190px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

/* ========================== Pagination Style 2 (گزیده) ========================== */
.pagination.pagination-2 a,
.pagination.pagination-2 span {
    border: none;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: rgba(0, 0, 0, .5);
    background: transparent;
    box-shadow: none
}

.pagination.pagination-2 a.active,
.pagination.pagination-2 span.active {
    background: var(--main-color-one);
    color: var(--text-white);
    border: 1px solid transparent;
    box-shadow: 0 10px 27px -20px rgba(0, 0, 0, .33)
}


#amazon-landing{
    --amz-primary:#2563eb;--amz-accent:#f59e0b;--amz-dark:#0f172a;--amz-muted:#64748b;--amz-grad1:#0b1220;--amz-grad2:#101B38
}
#amazon-landing .amz-sub {
    font-size: 1.05rem;
    color: var(--amz-text-weak);
    max-width: 720px;
    margin: 0;
}

#amazon-landing .amz-step {
    background: rgba(11, 18, 32, .02); /* همان #0b122003 */
    border: 1px solid var(--amz-border);
}

#amazon-landing .amz-step h3 {
    color: var(--amz-text);
}

#amazon-landing .amz-step p {
    color: var(--amz-muted);
}

#amazon-landing .amz-faq .q {
    background: var(--amz-surface);
    border: 1px solid var(--amz-border);
}

#amazon-landing .amz-badges {
    background: var(--amz-surface);
    border-top: 1px solid var(--amz-border);
    border-bottom: 1px solid var(--amz-border);
}

#amazon-landing .amz-badge-card {
    background: var(--amz-surface);
    border: 1px solid var(--amz-border);
}

#amazon-landing .amz-badge-card h4 {
    color: var(--amz-text);
}

#amazon-landing .amz-badge-card p {
    color: var(--amz-muted);
}
/* ===================== پایان اسکین ===================== */


.slider-parent {
    background: var(--amz-surface);
    border: 1px solid var(--amz-border);
    border-radius: var(--radius-lg);
    color: var(--amz-text);
    box-shadow: var(--shadow-lg);
}

/* آواتار کاربر */
.slider-parent .user-avatar img {
    border-radius: var(--radius-md);
    border: 1px solid var(--amz-border);
    background: var(--amz-surface-2);
    padding: 2px;
}

/* نام و شماره تماس */
.slider-parent .user-name {
    color: var(--amz-text);
    font-weight: 800;
}

.slider-parent .user-email {
    color: var(--amz-muted);
}

/* برچسب تایید */
.slider-parent .badge.bg-success {
    background: var(--amz-ok);
    color: var(--amz-primary-ink);
    font-weight: 700;
}

/* فرم بارگذاری فایل */
.slider-parent .form-label {
    color: var(--amz-text-weak);
    font-size: 13px;
}

.slider-parent .form-control {
    background: #0c1426;
    border: 1px solid #203353;
    color: var(--amz-text);
    border-radius: var(--radius-md);
    padding: 10px 12px;
}

.slider-parent .form-control:focus {
    border-color: var(--amz-accent);
    box-shadow: 0 0 0 3px rgba(251,191,36,0.18);
    background: #0e1629;
    outline: none;
}
