@import url('../css/app.css');

.invite {
    flex-direction: row;flex-wrap: wrap
}

.post {
    font-size: 15px;
    line-height: 40px;
    text-align: justify;
}

.post > ul > li {
    list-style: circle;
    margin-right: 15px;
}

.post a {
    color: #007aff;
    font-weight: bold;
}

.post img {
    display: block;        /* برای حذف فاصله اضافی زیر تصویر */
    margin: 30px auto;
    border-radius: 30px;
    width: 100%;
    height: auto;          /* ارتفاع خودکار متناسب با عرض */
    max-width: 100%;       /* جلو گیری از بیرون زدن تصویر */
}

.btn.active {
    color: #f12828;
}

.back {
    display: none;
}

.w-140 {
    width: 140px;
}

/* قاب عکس */
.zoom-container {
    position: relative;
    overflow: hidden;
    cursor: crosshair;
    touch-action: pan-x pan-y;
}

/* عکس اصلی */
.zoom-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-out;
    transform-origin: center center; /* نقطه مرجع تغییر می‌کنه با موس */
}

@media (hover: none) and (pointer: coarse) {
    .zoom-container img {
        transition: none; /* بدون انیمیشن برای موبایل */
        cursor: zoom-in;
    }
}

.paginate {
    padding: 7px;
    width: 40px;
    text-align: center;
    border-radius: 9px;
    transition: .5s;
    /*display: block;*/
}

.paginate > svg {
    width: 10px;
}

@media (min-width: 923px) {
    .hide {
        display: none !important;
    }
}

.paginate:hover {
    background: #dfdfdf;
}

.this_link {
    background: #dfdfdf;
}

.disable {
    pointer-events: none;
    cursor: not-allowed;
    /*color: gray;*/
    text-decoration: none;
}

.grid-cols-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
}

.m-auto {
    align-items: center;
    justify-content: center;
}

input::placeholder {
    opacity: 0.4;
}

table {
    border-spacing: 0 30px; /* فاصله 10px بین سطرها */
    border-collapse: separate;
    font-size: 14px;
}
table, th, td {
    border: 1px solid var(--secendary);;
    border-collapse: collapse;
    padding: 15px;
    border-radius: 10px;
}

.loading {
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
}

/* Animation */
.loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

.menu-mobile {
    z-index: 40;
    padding: 10px 20px;
    border-top: 2px solid var(--secendary);
}

.megamenu.mobile {
    display: none;
    z-index: 40;
}

.menu-mobile li.active svg path,
.menu-mobile a.active svg path {
    fill: var(--orginal);
    stroke: var(--orginal);
}

.red{
    color: #dc4747;
}

/* Loaded Images */
.loaded {
    animation: none;
    background: none;
}

.w1-8,
.search-top,
header {
    /* width: 85%; */
    margin-left: auto;
    margin-right: auto;
}

.slider-header {
    height: 29.7rem;
}

.icon {
    bottom: -0.375rem;
    right: -0.375rem;
    width: 4rem;
    height: 4rem;
    border-top-left-radius: 50%;
}

.icon::before {
    position: absolute;
    content: "";
    bottom: 0.375rem;
    left: -1.25rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--bg);
}

.icon::after {
    position: absolute;
    content: "";
    top: -1.25rem;
    right: 0.375rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--bg);
}

.icon .iconBox {
    inset: 0.625rem;
}

.dots .dot {
    width: 7px;
    height: 5px;
}

.dots .dot:first-child {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
}

.dots .dot:last-child {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
}

.dots .dot.active {
    width: 11px;
    background: var(--orginal);
}

.cart-img {
    width: 94px;
    height: 94px;
}

.cart-img img {
    object-fit: contain;
}

.color-ct {
    width: 15px;
    height: 15px;
}

.badg-cart {
    width: 7px;
    height: 7px;
    top: 4px;
    left: 4px;
    box-shadow: 0 0 0 0 rgba(255, 71, 111, 0.5);
    animation: pulse-c6zlskmd 2s infinite;
}

@keyframes pulse-c6zlskmd {
    100% {
        box-shadow: 0 0 0 7px #0000;
    }
}

.cart-box {
    height: 28rem;
}

.cart-box>.scroll {
    height: 20rem;
}

.card {
    flex-shrink: 0;
    margin: 0 5px;
}

.next-cards,
.prev-cards {
    top: -6px;
    transform: translate(auto, -50%);
    right: 0;
}

.prev-cards {
    right: auto;
    left: 0;
}

.next-cards:disabled,
.prev-cards:disabled {
    opacity: 0;
    visibility: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide>a {
    height: 17rem;
    flex-shrink: 0;
    flex: 0 0 auto;
}

.swiper-slide.two>a {
    height: 18rem;
    margin-top: 40px;
}

.swiper-slide.card-cart.two>a {
    margin-top: 0;
}

.swiper-slide.two:nth-child(2)>a,
.swiper-slide.two:last-child>a,
.swiper-slide.two>a {
    border-radius: 15px;
}

.swiper-slide:nth-child(2)>a {
    border-radius: 3px 10px 10px 3px;
}

.swiper-slide>a {
    border-radius: 3px;
}

.swiper-slide:last-child>a {
    border-radius: 10px 3px 3px 10px;
}

.title-offer {
    height: 40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    object-fit: none;
    transform-origin: inherit;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.amazing {
    width: 225px;
}

.min-a {
    width: 60px;
    height: 60px;
}

.min-offer {
    width: 80%;
    bottom: 10px;
    border: 2px solid #ffffff;
}


.x4-card .icon {
    bottom: -0.375rem;
    right: -0.375rem;
    width: 3.5rem;
    height: 3.5rem;
}

.x4-card .icon::before {
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: .9rem;
}

.x4-card .icon::after {
    width: 1.25rem;
    height: 1.25rem;
    border-bottom-right-radius: .9rem;
}

/* styles.css */
img[data-src] {
    opacity: 0;
    transition: all .5s;
}

img[data-src].loaded {
    opacity: 1;
}

.category-box {
    height: 24rem;
    gap: 50px;
}

.category-box>div {
    gap: 55px;
}

.border {
    height: 1px;
}

.brands .swiper-slide {
    padding: 15px 0;
}

.brands .swiper-slide a {
    border-radius: 0;
    height: auto;
    width: auto;
    padding: 28px 20px;
}

.swiper-x5 .swiper-wrapper .swiper-slide>a {
    border-radius: 15px;
}

.art-list>a {
    height: 19rem;
}

.right-pg {
    width: 35%;
}

.site-map a::after {
    content: '/';
    position: relative;
    left: -10px;
    opacity: .5;
}

.site-map a:last-child {
    opacity: .7;
    pointer-events: none;
}

.site-map a:last-child::after {
    display: none;
}

[data-action="btn-bell"] svg path,
[data-action="btn-like"] svg path {
    fill: var(--muted);
    stroke: var(--color);
    transition: all .3s;
}

[data-action="btn-like"].active svg path {
    fill: var(--pink);
    stroke: var(--pink);
}

[data-action="btn-bell"].active svg path {
    fill: var(--orginal);
    stroke: var(--orginal);
}

.popup {
    z-index: 60;
}

.border-blue {
    border: 2px solid #536eec;
}

#copyButton.active svg {
    color: var(--orginal);
}

.gallery-min>div {
    height: 70px;
}

.gallery-min>div:last-child {
    position: relative;
}

.gallery-min>div:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #080116b2;
}

.category-description {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    line-height: 35px;
    opacity: .7;
    font-size: 15px;
}

.category-description a {
    color: #062ac5;
    font-weight: bold;
}

/* حالت باز */
.category-description.expanded {
    max-height: none;
}

/* دکمه نمایش بیشتر */
.show-more-btn {
    margin-top: 10px;
    cursor: pointer;
    color: #4e7cae;
    background: none;
    border: none;
}

.gallery-min>div:last-child::after {
    content: '...';
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #ffffff;
}

.swiper.mySwiper2 {
    width: calc(100vh - 280px);
    max-width: 75vw;
    height: 70vh;
}

.thumbsSlider .swiper-slide {
    width: auto !important;
    border: 1px solid #ffffff1a;
}

.slideshow-gallery {
    width: 100vw;
    height: 100vh;
    background: #020005;
    z-index: 55;
}

.thumbsSlider .cursor-pointer::before {
    content: '';
    position: absolute;
    top: -30px;
    right: 50%;
    transform: translate(50%, 0);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orginal);
    opacity: 0;
    transition: all .3s;
}

.thumbsSlider .cursor-pointer.active::before {
    top: -20px;
    opacity: 1;
}

.cursor-pointer {
    width: 65px;
    height: 65px;
}

.item-slide,
div[data-index="1"] .cursor-pointer {
    padding: 0;
    background: transparent;
}

div[data-index="1"] img {
    object-fit: cover;
    border: 1px solid #ffffff;
}

div[data-index] .cursor-pointer:first-child,
div[data-index] .cursor-pointer:first-child img {
    border-radius: 0 10px 10px 0;
}

div[data-index] .cursor-pointer:last-child,
div[data-index] .cursor-pointer:last-child img {
    border-radius: 10px 0 0 10px;
}

.slideshow-gallery .swiper-button-next {
    left: 3%;
}

.slideshow-gallery .swiper-button-prev {
    right: 3%;
}

.cursor-pointer span {
    line-height: 1rem;
}

.overlay-text {
    background: #020005e8;
}

.info-text.active {
    display: block;
}

.list-option {
    grid-template-columns: repeat(3, 1fr);
}

.chart {
    width: 42rem;
}

.chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: red;
    margin-right: 10px;
}

.content-footer {
    width: 80%;
}

.offer-x2 {
    height: 30rem;
}

.svgbackcolor {
    fill: var(--bg);
}

.banner-x3 {
    row-gap: 15px;
}

.banner-x3>a:nth-child(1) {
    width: 100%;
}

.banner-x3>a:nth-child(2) {
    width: 64%;
}

.banner-x3>a:nth-child(3) {
    width: 35%;
}

.slide-sec2 {
    height: 27rem;
}

.slide-sec2.two {
    height: auto;
}

.slider-head .swiper-slide {
    width: 90%;
}

.cover-product {
    height: 10rem;
}

.amazing.two img {
    filter: drop-shadow(-13px 22px 22px #00000036);
}

.svg-arrow.two {
    left: 30px;
}

.svg-arrow.two li {
    padding: 18px;
}

.svg-arrow>svg {
    filter: drop-shadow(0 0 22px #00000070);
}

.svg-arrow.two>svg {
    transform: rotate(180deg);
    filter: drop-shadow(0 0 22px #00000070);
}

.svg-arrow.no-filter svg {
    filter: none !important;
}

.discount_label_deal {
    width: 26px;
    height: 30px;
    margin-left: 10px;
    padding-top: 5px;
    font-size: 12px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    background: var(--orginal);
    color: #ffffff;
}

.discount_label_deal.two {
    margin-left: 0;
}

.top-info-card {
    max-width: 890px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.top-info-card>a {
    height: 9rem;
}

.top-info-card>a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.top-info-card>a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.top-info-card>a:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.top-info-card>a:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
}

.top-info-card>a:nth-child(5) {
    grid-area: 2 / 1 / 3 / 2;
}

.top-info-card>a:nth-child(6) {
    grid-area: 2 / 2 / 3 / 3;
}

.top-info-card>a:nth-child(7) {
    grid-area: 2 / 3 / 3 / 4;
}

.top-info-card>a:nth-child(8) {
    grid-area: 2 / 4 / 3 / 5;
}

.top-info-card>a .svg-arrow {
    top: -4px;
}

.box-8>a .svg-arrow>svg,
.top-info-card>a .svg-arrow>svg {
    filter: none;
}

.arcs-wrapper {
    background: var(--muted);
}

.arcs-wrapper>svg {
    top: 100%;
    transform: translate(-50%, 200%);
}

.arcs-wrapper::before,
.arcs-wrapper::after {
    content: "";
    position: absolute;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 101%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    background: var(--muted) 0 0 repeat;
}

.arcs-wrapper::before {
    top: -133px;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIxMzMiIHZpZXdCb3g9IjAgMCAxNDQwIDEzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzUzNV8xNCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTMzIj4KPHJlY3Qgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTMzIiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF81MzVfMTQpIj4KPHBhdGggZD0iTTU0NC4wODcgNzIyLjU2NEMzMjYuMTEgNzE3Ljk4NiAxMzUuMzk2IDcwNS4wNjEgMSA2ODYuOTYzVjEuMTM2MDNDMTY5LjM0MiAyMi42MjE2IDQyOC44NjcgMzYuMzg5NSA3MjAgMzYuMzg5NUMxMDExLjEzIDM2LjM4OTUgMTI3MC42NiAyMi42MjE2IDE0MzkgMS4xMzYwM1Y2ODYuOTYzQzEzMDQuNiA3MDUuMDYxIDExMTMuODkgNzE3Ljk4NiA4OTUuOTEzIDcyMi41NjRDODY0LjkxNyA3MjMuMjE1IDgzNi4zODEgNzM5Ljc4OCA4MDguNTQ3IDc1NS45NTNMODA4LjQxNyA3NTYuMDI4Qzc5NS45NjIgNzYzLjI2MiA3ODMuNjQxIDc3MC40MTYgNzcxLjIzOCA3NzYuMTA0Qzc1Ni4xMTUgNzgzLjAzOCA3MzguNjMzIDc4NyA3MjAgNzg3QzcwMS4zNjcgNzg3IDY4My44ODUgNzgzLjAzOCA2NjguNzYyIDc3Ni4xMDRDNjU2LjM1OSA3NzAuNDE2IDY0NC4wMzggNzYzLjI2MiA2MzEuNTgzIDc1Ni4wMjhMNjMxLjQ1NCA3NTUuOTUzQzYwMy42MTkgNzM5Ljc4OCA1NzUuMDgzIDcyMy4yMTUgNTQ0LjA4NyA3MjIuNTY0WiIgZmlsbD0iIzI3MjIzRSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfNTM1XzE0KSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl81MzVfMTQiIHgxPSI3MjAiIHkxPSIwIiB4Mj0iNzIwIiB5Mj0iNzg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC43NjI1NDUiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=) top center/cover;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIxMzMiIHZpZXdCb3g9IjAgMCAxNDQwIDEzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzUzNV8xNCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTMzIj4KPHJlY3Qgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTMzIiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF81MzVfMTQpIj4KPHBhdGggZD0iTTU0NC4wODcgNzIyLjU2NEMzMjYuMTEgNzE3Ljk4NiAxMzUuMzk2IDcwNS4wNjEgMSA2ODYuOTYzVjEuMTM2MDNDMTY5LjM0MiAyMi42MjE2IDQyOC44NjcgMzYuMzg5NSA3MjAgMzYuMzg5NUMxMDExLjEzIDM2LjM4OTUgMTI3MC42NiAyMi42MjE2IDE0MzkgMS4xMzYwM1Y2ODYuOTYzQzEzMDQuNiA3MDUuMDYxIDExMTMuODkgNzE3Ljk4NiA4OTUuOTEzIDcyMi41NjRDODY0LjkxNyA3MjMuMjE1IDgzNi4zODEgNzM5Ljc4OCA4MDguNTQ3IDc1NS45NTNMODA4LjQxNyA3NTYuMDI4Qzc5NS45NjIgNzYzLjI2MiA3ODMuNjQxIDc3MC40MTYgNzcxLjIzOCA3NzYuMTA0Qzc1Ni4xMTUgNzgzLjAzOCA3MzguNjMzIDc4NyA3MjAgNzg3QzcwMS4zNjcgNzg3IDY4My44ODUgNzgzLjAzOCA2NjguNzYyIDc3Ni4xMDRDNjU2LjM1OSA3NzAuNDE2IDY0NC4wMzggNzYzLjI2MiA2MzEuNTgzIDc1Ni4wMjhMNjMxLjQ1NCA3NTUuOTUzQzYwMy42MTkgNzM5Ljc4OCA1NzUuMDgzIDcyMy4yMTUgNTQ0LjA4NyA3MjIuNTY0WiIgZmlsbD0iIzI3MjIzRSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfNTM1XzE0KSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjwvZz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl81MzVfMTQiIHgxPSI3MjAiIHkxPSIwIiB4Mj0iNzIwIiB5Mj0iNzg4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIG9mZnNldD0iMC43NjI1NDUiIHN0b3AtY29sb3I9IndoaXRlIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJ3aGl0ZSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=) top center/cover;
    height: 133px;
}

.arcs-wrapper::after {
    bottom: -133px;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIxNzYiIHZpZXdCb3g9IjAgMCAxNDQwIDE3NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzUzNV8xNCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTc2Ij4KPHJlY3Qgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTc2IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF81MzVfMTQpIj4KPHBhdGggZD0iTTU0NC4wODcgMTEwLjU2NEMzMjYuMTEgMTA1Ljk4NiAxMzUuMzk2IDkzLjA2MDggMSA3NC45NjM0Vi02MTAuODY0QzE2OS4zNDIgLTU4OS4zNzggNDI4Ljg2NyAtNTc1LjYxMSA3MjAgLTU3NS42MTFDMTAxMS4xMyAtNTc1LjYxMSAxMjcwLjY2IC01ODkuMzc4IDE0MzkgLTYxMC44NjRWNzQuOTYzNEMxMzA0LjYgOTMuMDYwOSAxMTEzLjg5IDEwNS45ODYgODk1LjkxMyAxMTAuNTY0Qzg2NC45MTcgMTExLjIxNSA4MzYuMzgxIDEyNy43ODggODA4LjU0NyAxNDMuOTUzTDgwOC40MTcgMTQ0LjAyOEM3OTUuOTYyIDE1MS4yNjIgNzgzLjY0MSAxNTguNDE2IDc3MS4yMzggMTY0LjEwNEM3NTYuMTE1IDE3MS4wMzggNzM4LjYzMyAxNzUgNzIwIDE3NUM3MDEuMzY3IDE3NSA2ODMuODg1IDE3MS4wMzggNjY4Ljc2MiAxNjQuMTA0QzY1Ni4zNTkgMTU4LjQxNiA2NDQuMDM4IDE1MS4yNjIgNjMxLjU4MyAxNDQuMDI4TDYzMS40NTQgMTQzLjk1M0M2MDMuNjE5IDEyNy43ODggNTc1LjA4MyAxMTEuMjE1IDU0NC4wODcgMTEwLjU2NFoiIGZpbGw9IiMyNzIyM0UiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzUzNV8xNCkiIHN0cm9rZS13aWR0aD0iMiIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTM1XzE0IiB4MT0iNzIwIiB5MT0iLTYxMiIgeDI9IjcyMCIgeTI9IjE3NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuNzYyNTQ1IiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K) bottom center/cover;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIxNzYiIHZpZXdCb3g9IjAgMCAxNDQwIDE3NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzUzNV8xNCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTc2Ij4KPHJlY3Qgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTc2IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF81MzVfMTQpIj4KPHBhdGggZD0iTTU0NC4wODcgMTEwLjU2NEMzMjYuMTEgMTA1Ljk4NiAxMzUuMzk2IDkzLjA2MDggMSA3NC45NjM0Vi02MTAuODY0QzE2OS4zNDIgLTU4OS4zNzggNDI4Ljg2NyAtNTc1LjYxMSA3MjAgLTU3NS42MTFDMTAxMS4xMyAtNTc1LjYxMSAxMjcwLjY2IC01ODkuMzc4IDE0MzkgLTYxMC44NjRWNzQuOTYzNEMxMzA0LjYgOTMuMDYwOSAxMTEzLjg5IDEwNS45ODYgODk1LjkxMyAxMTAuNTY0Qzg2NC45MTcgMTExLjIxNSA4MzYuMzgxIDEyNy43ODggODA4LjU0NyAxNDMuOTUzTDgwOC40MTcgMTQ0LjAyOEM3OTUuOTYyIDE1MS4yNjIgNzgzLjY0MSAxNTguNDE2IDc3MS4yMzggMTY0LjEwNEM3NTYuMTE1IDE3MS4wMzggNzM4LjYzMyAxNzUgNzIwIDE3NUM3MDEuMzY3IDE3NSA2ODMuODg1IDE3MS4wMzggNjY4Ljc2MiAxNjQuMTA0QzY1Ni4zNTkgMTU4LjQxNiA2NDQuMDM4IDE1MS4yNjIgNjMxLjU4MyAxNDQuMDI4TDYzMS40NTQgMTQzLjk1M0M2MDMuNjE5IDEyNy43ODggNTc1LjA4MyAxMTEuMjE1IDU0NC4wODcgMTEwLjU2NFoiIGZpbGw9IiMyNzIyM0UiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzUzNV8xNCkiIHN0cm9rZS13aWR0aD0iMiIvPgo8L2c+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTM1XzE0IiB4MT0iNzIwIiB5MT0iLTYxMiIgeDI9IjcyMCIgeTI9IjE3NiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuNzYyNTQ1IiBzdG9wLWNvbG9yPSJ3aGl0ZSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0id2hpdGUiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K) bottom center/cover;
    height: 176px;
    -webkit-filter: drop-shadow(2px 0 red);
    filter: drop-shadow(2px 0 red);
}

.box-8 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.box-8>a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.box-8>a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.box-8>a:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.box-8>a:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
}

.box-8>a:nth-child(5) {
    grid-area: 1 / 5 / 2 / 6;
}

.box-8>a:nth-child(6) {
    grid-area: 2 / 1 / 3 / 2;
}

.box-8>a:nth-child(7) {
    grid-area: 2 / 2 / 3 / 3;
}

.box-8>a:nth-child(8) {
    grid-area: 2 / 3 / 3 / 4;
}

.box-8>a:nth-child(9) {
    grid-area: 2 / 4 / 3 / 5;
}

.box-8>a:nth-child(10) {
    grid-area: 2 / 5 / 3 / 6;
}

.box-8>a .svg-arrow {
    bottom: -13px;
    left: 0;
}

.box-8>a .svg-arrow svg {
    width: 80%;
}

.box-dots {
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0);
}

.box-dots svg {
    transform: rotate(180deg);
    filter: none;
}

.mini-box {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1px;
}

.mini-box>a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.mini-box>a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.mini-box>a:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.mini-box>a:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
}

.mini-box>a:nth-child(5) {
    grid-area: 1 / 5 / 2 / 6;
}

.mini-box>a:nth-child(6) {
    grid-area: 2 / 1 / 3 / 2;
}

.mini-box>a:nth-child(7) {
    grid-area: 2 / 2 / 3 / 3;
}

.mini-box>a:nth-child(8) {
    grid-area: 2 / 3 / 3 / 4;
}

.mini-box>a:nth-child(9) {
    grid-area: 2 / 4 / 3 / 5;
}

.mini-box>a:nth-child(10) {
    grid-area: 2 / 5 / 3 / 6;
}

.mini-box>a:nth-child(11) {
    grid-area: 3 / 1 / 4 / 2;
}

.mini-box>a:nth-child(12) {
    grid-area: 3 / 2 / 4 / 3;
}

.mini-box>a:nth-child(13) {
    grid-area: 3 / 3 / 4 / 4;
}

.mini-box>a:nth-child(14) {
    grid-area: 3 / 4 / 4 / 5;
}

.mini-box>a:nth-child(15) {
    grid-area: 3 / 5 / 4 / 6;
}

.mini-box5 {
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
}

.cube-svg {
    width: 65px;
    height: 65px;
}

.svg-arrow.three {
    top: -2px;
    left: 50%;
    transform: translate(-50%, 0);
}

.svg-arrow.three svg {
    filter: none;
}

.social-footer>a {
    width: 40px;
    height: 40px;
}

.social-footer>a:nth-child(1) {
    background: #eb130c27;
}

.social-footer>a:nth-child(2) {
    background: #eb130c27;
}

.social-footer>a:nth-child(4),
.social-footer>a:nth-child(3) {
    background: #0c6deb27;
}

.list-footer>a::after {
    content: '*';
    margin-right: 10px;
    opacity: .5;
}

.list-footer>a:last-child::after {
    content: '';
}

.list-store>a {
    width: 48%;
}

.app-download {
    width: 25rem;
}

.content-pg {
    width: 79%;
    margin-right: auto;
    margin-left: auto;
}

.radio-color+label {
    border: 5px solid var(--item);
}

.radio-color.two+label {
    width: 25px;
    height: 25px;
    border: none;
}

.radio-color:checked~label svg {
    display: block;
}

.box-deliver {
    height: 4rem;
}

.district::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(9% 11px, 49.50% 6.00%, 90% 27.5%, 89.5% 72.5%, 50.5% 95%, 10% 72.5%);
}

.district[data-level="1"]::before {
    background: var(--orginal);
}

.district[data-level="2"]::before {
    background: var(--yellow);
}

.district[data-level="3"]::before {
    background: var(--green);
}

.district img {
    mix-blend-mode: luminosity;
}

.tablinks {
    width: 8rem;
    padding: 7px;
}

.switch-tab .svg-arrow {
    top: 90%;
    transition: transform .3s;
}

.switch-tab.tab1 .svg-arrow {
    transform: translateX(-35%);
}

.switch-tab.tab2 .svg-arrow {
    transform: translateX(-233%);
}

.switch-tab.tab3 .svg-arrow {
    transform: translateX(-429%);
}

.switch-tab.tab4 .svg-arrow {
    transform: translateX(-628%);
}

.switch-tab .svg-arrow>svg {
    transform: rotate(180deg);
}

.content-switch {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 100px;
}

.content-switch+div {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#addToCart {
    height: 3rem;
}

.blob {
    height: 4.5px;
    width: 50%;
    background: linear-gradient(#ffffff 0 0),
        linear-gradient(#ffffff 0 0),
        #ffffff9c;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    border-radius: 99px;
}

.blob.animate {
    animation: progress-7x9cg2 3s infinite;
}

@keyframes progress-7x9cg2 {
    0% {
        background-position: -150% 0, -150% 0;
    }

    66% {
        background-position: 250% 0, -150% 0;
    }

    100% {
        background-position: 250% 0, 250% 0;
    }
}

.hidden {
    display: none;
}

.show,
.blob.animate {
    display: flex;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border: none;
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.line-md--check-all {
    display: inline-block;
    width: 24px;
    height: 24px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cmask id='lineMdCheckAll0'%3E%3Cg fill='none' stroke='%23fff' stroke-dasharray='24' stroke-dashoffset='24' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M2 13.5l4 4l10.75 -10.75'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.64s' values='24;0'/%3E%3C/path%3E%3Cpath stroke='%23000' stroke-width='6' d='M7.5 13.5l4 4l10.75 -10.75'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.64s' dur='0.64s' values='24;0'/%3E%3C/path%3E%3Cpath d='M7.5 13.5l4 4l10.75 -10.75'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.64s' dur='0.64s' values='24;0'/%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Crect width='24' height='24' fill='%23000' mask='url(%23lineMdCheckAll0)'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.modal.add-to-cart.visible .line-md--check-all {
    display: block;
}

:is(.description h1, .description h2, .text-des h3, .description h3, .description h4, .text-title) {
    font-family: IRANS-bold, roboto, tahoma;
    padding-right: 10px;
    border-right: 5px solid var(--orginal);
}

.text-cm,
.description p {
    opacity: .7;
    font-size: 14px;
    line-height: 2.15;
}

.bullet_list li {
    position: relative;
    padding-right: 15px;
    font-size: 14px;
}

.bullet_list li::before {
    content: '';
    position: absolute;
    top: 31%;
    right: 0;
    transform: translate(0, 50%);
    width: 5px;
    height: 5px;
    background: var(--color);
}

.description img {
    display: block;
    margin: auto;
}

.ability {
    border-bottom: 1px solid var(--item);
}

.pg-cm {
    width: 25rem;
}

.switch {
    font-size: 17px;
    position: relative;
    display: inline-block;
    width: 2.6em;
    height: 1.3em;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0.15em;
    background: var(--secendary);
    transition: .4s;
    border-radius: 99px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: .7em;
    width: .7em;
    border-radius: 50%;
    left: 0.3em;
    bottom: 0.20em;
    transform: rotate(270deg);
    background: var(--color);
    transition: .4s;
}

.switch input:checked+.slider {
    background: var(--orginal);
}

.switch input:checked+.slider:before {
    transform: translateX(1.3em) translateY(0);
    background: #ffffff;
}

.badge {
    --color-green-500: oklch(0.723 0.219 149.579);
    background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
    padding: 3px 5px;
    border: 1px solid oklch(0.792 0.209 151.711);
}

.badge.b-none {
    border: none;
}

.badge.two {
    --color-green-500: rgb(201, 160, 0);
    background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
    padding: 3px 5px;
    border: 1px solid rgb(223, 169, 5);
}

.list-comment li {
    border-bottom: 1px solid var(--item);
}

.positive-negative li::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 20px;
    height: 6px;
    border-radius: 10px;
    --color-green-500: oklch(0.723 0.219 149.579);
    background: var(--color-green-500);
}

.positive-negative li[data-status="negative"]::before {
    background: var(--orginal);
}

.rating-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stars {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.star {
    font-size: 50px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star:hover,
.star.selected {
    color: #f9a825;
}

/* متن رنگی و جذاب */
.rating-text span {
    color: #f9a825;
}

.left-info-pg {
    position: sticky;
    top: 20px;
}

.mini-box>.swiper-slide {
    height: 14.7rem;
    padding-right: 10px;
}

.mini-box2 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    gap: 1px;
}

.mini-box2>a {
    height: 21rem;
}

.mini-box2>a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.mini-box2>a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.mini-box2>a:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.mini-box2>a:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
}

.mini-box2>a:nth-child(5) {
    grid-area: 1 / 5 / 2 / 6;
}

.mini-box3 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1px;
}

.mini-box3>div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.mini-box3>div:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.mini-box4 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}

.mini-box4>div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.mini-box4>div:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.mini-box4>div:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.mini-box4>div:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
}

.title-card {
    height: 46px;
}

.ralated-art a,
.related-searches li a {
    border-bottom: 1px solid var(--item);
}

.ralated-art a:last-child,
.related-searches li:last-child a {
    border: none;
    padding-bottom: 0;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    .checkbox-wrapper-13 input[type=radio],
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: var(--orginal);
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: var(--secendary);
        --border-hover: #275EFE;
        --background: var(--secendary);
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper-13 input[type=radio]:after,
    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper-13 input[type=radio]:checked,
    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper-13 input[type=radio]:disabled,
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper-13 input[type=radio]:disabled:checked,
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper-13 input[type=radio]:disabled+label,
    .checkbox-wrapper-13 input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox-wrapper-13 input[type=radio]:not(.switch),
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .checkbox-wrapper-13 input[type=radio]:not(.switch):after,
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper-13 input[type=radio]:not(.switch):checked,
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper-13 input[type=radio]+label,
    .checkbox-wrapper-13 input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=radio]:not(.switch),
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox-wrapper-13 input[type=radio]:not(.switch):after,
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper-13 input[type=radio]:not(.switch):checked,
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}

.accordion-button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background: var(--secendary);
    transition: all .3s;
}

.accordion-button.active::before {
    background: var(--orginal);
}

.accordion-button.active svg {
    transform: rotate(180deg);
}

.accordion-item .accordion-content {
    display: none;
}

.accordion-item .accordion-content.active {
    display: block;
}

.list-check {
    max-height: 9rem;
}

.filter-price input::placeholder {
    font-size: 14px;
    font-family: IRANS-light, roboto, tahoma;
}

.filter-price input {
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
}

.slider2 {
    width: 90%;
    margin-left: auto;
    margin-right: 15px;
    height: 5px;
}

.slider2 span {
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    width: 15px;
    height: 15px;
}

.slider2 span:last-child {
    transform: translate(-5px, -50%);
}

.min {
    left: 0;
}

.max {
    right: 0;
}

.line-filter {
    padding: 6px 0;
    left: 2px;
}

.line-filter>span {
    height: 10px;
    width: 1px;
}

.price-inputs .accordion-content {
    padding-bottom: 15px;
}

.list-cart li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 10px;
    border-top: 2px solid var(--orginal);
    border-right: 2px solid var(--orginal);
}

.list-cart li {
    border-bottom: 1px solid var(--secendary);
}

.content-cart.non-existent * {
    opacity: .7;
}

.content-cart.non-existent::before {
    content: 'ناموجود!';
    font-family: IRANS-bold, roboto, tahoma;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-button {
    margin-top: 10px;
    background-color: #ff4d4f;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    /* استایل اضافی */
    font-size: 14px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 16'%3E%3Cpath fill='%23000' d='M10 12.5a.47.47 0 0 1-.35-.15l-8-8c-.2-.2-.2-.51 0-.71s.51-.2.71 0l7.99 8.01c.2.2.2.51 0 .71c-.1.1-.23.15-.35.15Z'/%3E%3Cpath fill='%23000' d='M2 12.5a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l8-7.99c.2-.2.51-.2.71 0s.2.51 0 .71l-8.01 7.99c-.1.1-.23.15-.35.15'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
}

.list-features.two li .ability>div:nth-child(2),
.list-features.two li .ability>div:nth-child(3),
.list-features.two li .ability>div:nth-child(4) {
    border-right: 1px solid var(--secendary);
    padding-right: 10px;
}

.list-features.two li .ability>div:first-child {
    padding-left: 10px;
}

.compare-item>div:nth-child(1),
.compare-item>div:nth-child(2),
.compare-item>div:nth-child(3) {
    border-left: 1px solid var(--secendary);
}

.add-compare>div>form {
    display: none;
}

.radio-addres:checked~label {
    border-color: #19bfd3;
    background: #19c0d313;
}

.list-ad-info li {
    flex: 1 auto;
    width: 49%;
}

.item-box2.active {
    display: block;
}

.select select:focus+span svg {
    transform: rotate(180deg);
}

.x2-x2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.x2-x2>a:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.x2-x2>a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.x2-x2>a:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.x2-x2>a:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.cover-store {
    width: 58px;
    height: 58px;
}

.rating-box {
    padding: 3px;
    gap: 3px;
}

.rating-box>div {
    padding: 8px;
}

.rating-box>div:first-child {
    background: #00a049;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
}

.rating-box>div:nth-child(2) {
    background: #65aa57;
}

.rating-box>div:nth-child(3) {
    background: #b1b64d;
}

.rating-box>div:nth-child(4) {
    background: #f9bc00;
}

.rating-box>div:last-child {
    background: #f9a825;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
}

.subcategory {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.filter-box img {
    object-fit: contain;
}

.btn-menu-prof:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.btn-menu-prof::before,
.btn-menu-prof::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--orginal);
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    /* z-index: -1; */
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.btn-menu-prof.active::before,
.btn-menu-prof.active::after,
.btn-menu-prof:hover::before,
.btn-menu-prof:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn-menu-prof.active::before,
.btn-menu-prof:hover::before {
    transform: translate3d(50%, 0, 0) scale(0.9);
}

.btn-menu-prof.active::after,
.btn-menu-prof:hover::after {
    transform: translate(50%, 0) scale(1.1);
}

.btn-menu-prof.active p,
.btn-menu-prof:hover p {
    color: var(--orginal);
}

.list-order-info {
    grid-template-columns: repeat(2, 1fr);
}

.list-order-info>li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.list-order-info>li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.list-order-info.two {
    grid-template-columns: repeat(3, 1fr);
}

.list-order-info.two>li:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
}

.last-info-order span,
.list-order-info>li span {
    top: -8px;
    padding: 0 5px;
}

.btn-swiper>button svg {
    width: 20px;
}

.btn-swiper>.swiper-button-disabled svg {
    opacity: .3;
}

.slider-favorites::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 81%;
    background: linear-gradient(to left, var(--bg), transparent);
    z-index: 2;
}

.slider-favorites::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 81%;
    background: linear-gradient(to right, var(--bg), transparent);
    z-index: 2;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    z-index: 3;
}

.list-filter {
    opacity: 0;
    visibility: hidden;
    top: 70px;
    transition: all .4s;
    z-index: 100;
}

#ad-type-ul-1.active,
#ad-type-ul-2.active,
#ad-type-ul-3.active,
#ad-type-ul-4.active {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.list-filter li {
    padding: 8px;
}

.list-filter li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--secendary);
    transition: all .3s;
}

.list-filter li.active {
    background: var(--secendary);
}

.list-filter li.active::before {
    background: var(--orginal);
}

.btn-filter.active+span svg {
    transform: rotate(180deg);
}

.filter-svg {
    transform: translateY(40px);
}

.flag-item>li,
.list-notif>li {
    border-bottom: 1px solid var(--secendary);
}

.flag-item>li:last-child,
.list-notif>li:last-child {
    border: none;
}

.icon-meetings {
    height: 50px;
    width: 50px;
}

.wallet-box {
    height: 11rem;
}

.wallet {
    --s: 50px;
    /* control the size */
    --c1: #f6edb3;
    --c2: #acc4a359;

    --_l: #0000 calc(25% / 3), var(--c1) 0 25%, #0000 0;
    --_g: conic-gradient(from 120deg at 50% 87.5%, var(--c1) 120deg, #0000 0);

    background: var(--_g), var(--_g) 0 calc(var(--s) / 2),
        conic-gradient(from 180deg at 75%, var(--c2) 60deg, #0000 0),
        conic-gradient(from 60deg at 75% 75%, var(--c1) 0 60deg, #0000 0),
        linear-gradient(150deg, var(--_l)) 0 calc(var(--s) / 2),
        conic-gradient(at 25% 25%,
            #0000 50%,
            var(--c2) 0 240deg,
            var(--c1) 0 300deg,
            var(--c2) 0),
        linear-gradient(-150deg, var(--_l)) #101a17
        /* third color here */
    ;
    background-size: calc(0.866 * var(--s)) var(--s);
    mix-blend-mode: darken;
}

.main-login {
    width: 100%;
    height: 100%;
    /* Add your background pattern here */
    background-image: radial-gradient(var(--item) 1px, transparent 0);
    background-size: 30px 30px;
    background-position: -3px -3px
}

.svgbackcolor.two {
    fill: var(--glass);
}

.left-seller {
    width: 25vw;
}

.line {
    width: 1px;
    background: #ffffff1a;
}

#timerDiv.hidden {
    display: none;
}

#timerDiv.hidden {
    display: none;
}

#resultDiv.active {
    display: flex;
}

.error-message.active {
    display: block;
}

.validator {
    display: none;
    margin-top: 10px;
}

.validator.active {
    display: block;
}

.validator p {
    margin: 5px 0;
}

#submitButton {
    pointer-events: none;
    background: var(--secendary);
}

#submitButton.enable {
    pointer-events: inherit;
    background: var(--orginal);
}

.aa2>p {
    position: relative;
    padding-right: 10px;
}

.aa2>p::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background: var(--secendary);
    transition: all .3s;
}

.video-box-pf > div {
    width: 49%;
}

.aa2>p.active::before {
    background: var(--green);
}

.text-article p>a {
    color: var(--orginal);
    border: 1px solid var(--secendary);
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 5px;
}

.text-article>p {
    font-size: 15px;
    line-height: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.text-article>p:first-child {
    margin-top: 15px;
}

.text-article>p:last-child {
    margin-bottom: 0;
}

.text-article>img {
    display: block;
    width: 100%;
    border-radius: 15px;
    object-fit: contain;
}

.text-article>img+p {
    margin-top: 15px;
}

.img-art {
    width: 50px;
    height: 64px;
}

.grid-article {
    grid-template-columns: repeat(3, 1fr);
}

.grid-article>div:nth-child(1) {
    grid-area: 1 / 2 / 3 / 4;
}

.grid-article>div:nth-child(2) {
    grid-area: 3 / 2 / 5 / 4;
}

.grid-article>div:nth-child(3) {
    grid-area: 1 / 1 / 5 / 2;
}

.over-article {
    background: linear-gradient(to top, #35020fcb, transparent);
}

.article-container {
    overflow-x: hidden;
}

#output img {
    width: 23px;
}

.slider-head .svg-arrow {
    left: 50%;
    transform: translate(-50%, 0);
}

.btn-mega>button {
    width: 90px;
    height: 90px;
}

.btn-mega>button.active {
    color: var(--orginal);
}

.mega-cover {
    width: 65px;
    height: 65px;
    line-height: 0;
}

.panel-mega {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 10px;
}

.panel-mega>a {
    height: 104px;
}

.acc-radio:checked~label svg {
    transform: rotate(180deg);
}

.acc-radio:checked~label.title-ul::after,
.acc-radio:checked~label.title-ul::before {
    background: var(--orginal);
}

.acc-radio:checked~label+.panel-mega {
    display: grid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.left-pg {
    flex-grow: 1;
    min-width: 0;
}

.mobiletopinfo,
.panle-mobile,
.close-list {
    display: none;
}

.count-inp {
    width: 40px;
}

.filter {
    width: 320px;
}

.subcategory > .swiper-slide {
    width: 120px;
}

.checkout-item > .swiper-slide {
    width: 130px;
}

#box-seller-legal.active,
#box-seller-real.active {
    display: block;
}

.slonia-coin {
    background: #f5ca7f;
    width: 180px;
    height: 150px;
}

.slonia-coin > img {
    filter: drop-shadow(0 0 21px #c27307);
}

.slonia-coin::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
    height: 30px;
    background: #f5ca7f93;
    border-radius: 5px;
    z-index: -1;
}

.slonia-coin::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%,0);
    width: 70%;
    height: 30px;
    background: #f5ca7f5e;
    border-radius: 5px;
    z-index: -2;
}

.stars-coin {
    top: -36%;
    left: -26%;
    mix-blend-mode: overlay;
}

.line-dashed::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px dashed;
    height: 100%;
    opacity: .5;
}

.line-dashed li span {
    width: 12px;
    height: 12px;
}

.line-dashed li.active span {
    background: var(--yellow);
}

.count-cp {
    width: 25px;
    height: 25px;
}

.shape-back {
    background: #020207;
    margin-top: 300px;
}

.shape-back::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -29%;
    width: 130%;
    transform: rotate(-6deg);
    height: 400px;
    background: #020207;
    border: 1px solid #ffffff1c;
    border-top-right-radius: 25%;
    z-index: -1;
}

.shape-back::after {
    content: '';
    position: absolute;
    bottom: -40%;
    right: -29%;
    width: 130%;
    transform: rotate(-180deg);
    height: 400px;
    background: #020207;
    border: 1px solid #ffffff1c;
    border-top-right-radius: 25%;
    z-index: -1;
}

h1.text-about {
    color: #a448ef;
}

.x3-about > div {
    height: 250px;
    border: 1px solid #a448ef;
}

@media screen and (max-width: 1360px) {
    .content-pg {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gallery-min>div:nth-child(4) {
        display: none;
    }
}


@media screen and (max-width: 1250px) {
    .menu>li .megamenu {
        width: 92vw;
    }
}

@media screen and (max-width: 1200px) {
    .top-footer>div {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 1130px) {
    .top-content-foot {
        width: 100%;
    }
}

@media screen and (max-width: 1127px) {
    .offer-x2>div:first-child {
        display: none;
    }
}

@media (min-width: 1024px) {
    .right-pg {
        width: 30%;
    }

    .lf-info {
        width: 36%;
    }
}

@media screen and (max-width: 1024px) {
    .left-pg h1 {
        font-size: 17px;
    }

    .store-list.mini-box4{
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .registration-seller .w-50{
        width: 100% !important;
    }
    .registration-seller .w-50 {
        width: 100% !important;
    }

    .recomended,
    .left-info-pg,
    header.d-space {
        display: none;
    }

    .ads-top img {
        height: 35px;
    }

    .none-1024 {
        display: none;
    }

    .search-top {
        gap: 10px;
    }

    .search-top .search-form {
        width: 100%;
    }

    .language-btn {
        width: 50px;
        height: 50px;
    }

    #output img {
        width: 32px;
    }

    .w1-8 {
        margin-top: 10px;
        width: 100%;
    }

    .slider-header .slide-sec2 {
        height: 20rem;
    }

    .slider-header {
        height: auto;
        padding: 0;
    }

    .arcs-wrapper {
        margin-top: 30px;
    }

    .top-info-card {
        width: 95%;
    }

    .megamenu.mobile.active {
        display: block;
        z-index: 40;
        padding-bottom: 40px;
    }

    .menu-mobile {
        display: flex !important;
    }

    .cart-rl,
    .content-art,
    .left-pg>form,
    .dir-pg {
        flex-direction: column;
    }

    .cart-rl>div,
    .left-pg>form>div,
    .dir-pg>div {
        width: 100%;
    }

    .dir-pg>div:first-child {
        background: #f0f0f1;
        border-radius: 20px;
        padding: 20px 10px 10px;
        position: relative;
    }

    .dir-pg>div:first-child summary img:not(.gallery-min img) {
        width: auto;
        line-height: 0;
        mix-blend-mode: multiply;
        width: 250px;
        max-height: 250px;
        height: 250px;
        margin: auto;
        display: block;
    }

    .txt-animate,
    .banner-pg,
    .sellers-box {
        display: none;
    }

    .like-info {
        position: absolute;
        top: 5px;
        right: 5px;
        border-radius: 99px;
        background: var(--bg);
    }

    .sw-pg {
        position: sticky;
        top: 0;
        z-index: 2;
        background: var(--bg);
    }

    .sw-pg button {
        background: var(--muted);
        border: 1px solid var(--secendary);
        padding: 10px;
    }

    .pay-page {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        background: var(--bg);
        padding: 5px 10px;
        z-index: 42;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 40px;
        border-top: 1px solid var(--secendary);
    }

    .pay-page>div:first-child {
        margin: 0;
    }

    .pay-page>div:first-child p.f-24 {
        font-size: 16px;
    }

    .pay-page>div:first-child span {
        font-size: 11px;
    }

    .pay-page>div:first-child .line-through.two {
        font-size: 11px;
    }

    .pay-page>div:first-child .discount_label_deal {
        padding: 3px 10px;
        height: 20px;
        font-size: 10px;
        clip-path: none;
    }

    .pay-page>div #addToCart {
        margin: 0;
    }

    .pay-page>div:last-child {
        flex: 1;
    }

    footer {
        padding-bottom: 70px;
    }

    .content-art {
        align-items: center;
    }

    .articles-content {
        display: flex;
        flex-direction: column;
    }

    .content-profile {
        margin-top: 10px;
    }

    .panel-right {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 39;
        background: var(--bg);
        border-radius: 0;
        display: none;
    }

    .panel-right.active {
        display: block;
        padding-bottom: 80px;
    }

    .panel-right ul {
        margin-top: 0;
    }

    .panel-right ul>div {
        gap: 5px;
    }

    .panel-right ul .btn-menu-prof {
        background: none;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid var(--secendary);
        font-size: 13px;
    }

    .panel-right ul .btn-menu-prof:last-child {
        border: none;
    }

    .mobiletopinfo,
    .panle-mobile.active {
        display: flex;
    }
}

@media screen and (max-width: 1000px) {
    .minimal-img {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .x4mini-card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .x4mini-card>a {
        width: 48%;
        flex: 1 auto;
    }
}

@media screen and (max-width: 950px) {
    .main-grid-15>a img {
        object-fit: contain;
        width: 80px;
    }

    .mini-box5>a img {
        width: 60px;
        height: 60px;
    }

    .mini-box5>a p {
        font-size: 11px;
    }

    .main-grid-15>a p {
        font-size: 12px;
    }

    .box-8 {
        gap: 15px;
        row-gap: 30px;
        padding: 5px 5px 18px 5px;
    }

    .offer-x2 {
        padding: 15px;
    }

    footer.mt-lg {
        margin-top: 40px;
    }

    .filter {
        width: 280px;
    }

    .video-box-pf {
        flex-direction: column;
    }

    .video-box-pf > div {
        width: 100%;
    }
}

@media screen and (max-width: 923px) {
    .top-info-card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .top-info-card>a {
        width: 32%;
        flex: 1 auto;
    }

    .top-info-card>a .svg-arrow {
        top: 26px;
        width: 100%;
    }

    .top-info-card>a li {
        width: 90%;
        background: var(--bg);
        font-size: 12px;
    }

    .top-info-card>a svg {
        display: none;
    }

    .top-footer {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .top-footer>div {
        width: 45%;
        flex: 1 auto;
    }

    .content1-foot {
        padding-top: 35px;
        flex-direction: column;
        align-items: center;
    }

    .content-filter {
        flex-direction: column;
    }

    .content-filter>div {
        width: 100%;
    }

    .filters-full {
        z-index: 990;
        position: fixed;
        top: 0 !important;
        right: 0;
        width: 100%;
        height: 100%;
        margin-top: 0 !important;
        border: none;
        display: none;
    }

    .filters-full.active {
        display: block;
    }

    .btn-2x.filter-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 10;
        gap: 10px;
        padding: 10px;
        background: var(--bg);
    }

    .full-filter[data-num="2"] {
        display: block !important;
    }

    .filters-full .svg-arrow.three {
        top: -5px;
    }
}

@media screen and (max-width: 820px) {
    .box-8 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box-8>a {
        width: 25%;
        flex: 1 auto;
    }

    .box-8>a .svg-arrow {
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .box-8>a:last-child {
        padding-top: 25px;
    }

    .offer-x2 {
        height: auto;
    }

    .list-features:not(.list-features.two) {
        /*display: none;*/
    }

    .list-features.active {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        background: var(--bg);
        z-index: 50;
        margin-top: 0;
        padding: 20px;
        padding-bottom: 60px;
        gap: 0;
    }

    .btn-features {
        display: flex;
    }

    .close-list {
        display: block;
    }

    .list-features>div:first-child {
        margin-bottom: 15px;
    }

    .list-features li .ability {
        font-size: 11px;
        padding-top: 10px;
    }

    .list-features li>p {
        max-width: 150px;
        background: var(--muted);
        padding: 10px;
        font-size: 11px;
    }
}

@media screen and (max-width: 800px) {
    .arcs-wrapper::after {
        display: none;
    }

    .arcs-wrapper>svg {
        display: none;
    }

    .app-footer {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .app-footer>div:first-child {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .compare-item {
        grid-template-columns: repeat(2, 1fr);
    }

    .compare-item>div:nth-child(2) {
        border: none;
    }

    .grid-filter>a:not(.store-list > a) {
        flex-direction: row;
        gap: 15px;
    }

    .grid-filter>a img.contain {
        width: 118px;
        height: 118px;
    }

    .grid-filter>a>div:first-child {
        width: auto;
    }

    .grid-filter>a>div:last-child {
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mini-box5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .login-box {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: none;
        border-radius: 0;
    }

    .left-seller {
        display: none;
    }

    .registration-seller .w-50{
        width: 100%;
    }

    .registration-seller ul img{
        width: 70px;
        height: 70px;
    }

    .registration-seller ul img + p{
        font-size: 15px;
    }

    .registration-seller .f-24.t-c {
        font-size: 17px;
    }
}

@media screen and (max-width: 750px) {
    .content1-foot {
        padding: 15px;
        padding-top: 35px;
    }

    .text-cn1+p,
    .text-cn1 span,
    .text-cn1 p {
        font-size: 10px;
        text-align: center;
    }

    .text-cn1 {
        gap: 5px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list-reciept {
        display: flex;
        flex-direction: column;
    }

    .store-box {
        flex-direction: column;
    }

    .store-box>div {
        width: 100%;
    }

    .store-box>div:last-child > div:nth-child(1) ,
    .store-box>div:last-child > div:nth-child(3) {
        width: 100%;
    }

    .store-list.mini-box4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media screen and (max-width: 700px) {
    .banner-x3 {
        flex-direction: column;
        gap: 7px;
    }

    .col-item-xs {
        flex-direction: column;
        align-items: initial;
    }

    .banner-x3>a:nth-child(1) {
        display: none;
    }

    .banner-x3>a:nth-child(3),
    .banner-x3>a:nth-child(2) {
        width: 100%;
    }

    .banner-x3>a img {
        border-radius: 13px;
    }

    .minimal-container.two {
        padding: 10px;
        margin-top: 0;
    }

    .list-features.two li>p,
    .sw-pg button {
        width: 100%;
        max-width: 100%;
    }

    .sw-pg.two button {
        font-size: 12px;
    }

    .sw-pg button.active {
        background: var(--orginal);
        color: #ffffff;
    }

    .txt-order p:last-child,
    .sp-none,
    .sw-pg .svg-arrow {
        display: none;
    }

    .list-features.two li>div.ability.mini-box4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .txt-order {
        justify-content: space-between;
        font-size: 11px;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 680px) {
    .x2mini-card {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 630px) {
    .box-8>a {
        padding: 15px;
    }

    .box-8>a img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 615px) {
    .main-grid-15>a img {
        object-fit: contain;
        width: 80px;
    }

    .main-grid-15>a p {
        font-size: 12px;
    }

    .main-grid-15 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
    }

    .main-grid-15>a:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .main-grid-15>a:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .main-grid-15>a:nth-child(3) {
        grid-area: 1 / 3 / 2 / 4;
    }

    .main-grid-15>a:nth-child(4) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .main-grid-15>a:nth-child(5) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .main-grid-15>a:nth-child(6) {
        grid-area: 2 / 3 / 3 / 4;
    }

    .main-grid-15>a:nth-child(7) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .main-grid-15>a:nth-child(8) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .main-grid-15>a:nth-child(9) {
        grid-area: 3 / 3 / 4 / 4;
    }

    .main-grid-15>a:nth-child(10) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .main-grid-15>a:nth-child(11) {
        grid-area: 4 / 2 / 5 / 3;
    }

    .main-grid-15>a:nth-child(12) {
        grid-area: 4 / 3 / 5 / 4;
    }

    .main-grid-15>a:nth-child(13) {
        grid-area: 5 / 1 / 6 / 2;
    }

    .main-grid-15>a:nth-child(14) {
        grid-area: 5 / 2 / 6 / 3;
    }

    .main-grid-15>a:nth-child(15) {
        grid-area: 5 / 3 / 6 / 4;
    }

    .arcs-wrapper::before {
        display: none;
    }

    .arcs-wrapper {
        background: none;
    }

    .slider-header .slide-sec2 {
        height: 14rem;
    }

    .slider-head .swiper-slide {
        width: 87%;
    }

    .svg-slider {
        bottom: -10px;
    }

    .svg-slider li {
        width: 7rem;
        padding: 5px;
        border: none;
        margin-top: 5px;
    }

    .svg-slider li svg {
        width: 20px;
    }

    .svg-slider svg {
        width: 150px;
    }

    .offer-content {
        margin-top: 0;
    }

    .minimal-container {
        margin-bottom: 30px;
    }

    .progress-order {
        width: 100%;
        margin-left: 10px;
    }

    .progress-order>div * {
        font-size: 10px;
    }
}

@media screen and (max-width: 600px) {
    .features-box {
        margin-top: 15px;
    }

    .back {
        display: block;
    }

    .features-box li p {
        font-size: 11px;
        margin-top: 3px;
    }

    .list-cart li h3+div,
    .box-deliver {
        margin-bottom: 15px;
    }

    .left-pg h1 {
        font-size: 14px;
    }

    .features-box li span,
    .left-pg h1+div p {
        font-size: 9px;
    }

    .content-art>div:last-child {
        position: inherit;
        width: 100%;
    }

    .list-cart li {
        padding-bottom: 32px;
    }

    .list-cart li img {
        width: 60px;
        height: 60px;
    }

    .list-cart li h3 {
        font-size: 12px;
    }

    .price-cart {
        gap: 5px;
    }

    .price-cart>div {
        padding: 0;
        border: none;
    }

    .price-cart svg {
        width: 19px;
    }

    .price-cart p {
        font-size: 13px;
    }

    .form-inp>div {
        flex-direction: column;
    }

    .form-inp>div>div {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .box-8>a {
        width: 45%;
    }

    .articles-content>div:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .articles-content>div:nth-child(3) {
        margin-top: -20px;
    }
}

@media screen and (max-width: 500px) {
    .offer-content {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .offer-content>.swiper-container8,
    .offer-content>.swiper-container {
        border-radius: 0;
    }

    .svg-arrow>svg {
        filter: drop-shadow(0 0 22px #000);
    }

    .svg-arrow.two>svg {
        filter: drop-shadow(0 0 22px #000);
    }

    .brands .swiper-slide {
        padding: 0;
        border: none;
    }

    .cube-svg {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .cube-svg+div.flex-1 p {
        font-size: 12px;
    }

    .cube-svg+div.flex-1 p+span {
        font-size: 10px;
    }

    .news-box .input-box {
        width: 100%;
    }

    .infos-foot {
        margin-top: 0;
        padding: 10px;
    }

    .list-footer {
        gap: 5px;
    }

    .text-last {
        padding: 10px;
        font-size: 10px;
    }

    .list-footer a {
        font-size: 11px;
    }

    .list-footer>a::after {
        margin-right: 4px;
    }

    .app-footer>div:last-child {
        width: 100%;
        padding: 0;
    }

    .app-footer>div:last-child>a {
        flex: 1;
    }

    .app-footer>div:last-child>a>img {
        width: 100%;
    }

    .site-map {
        gap: 5px;
        font-size: 9px;
        /*display: none;*/
    }

    .site-map a::after {
        left: -2px;
    }

    .text-cm,
    .description p {
        font-size: 12px;
        text-align: justify;
    }

    .resault.active ul li a svg,
    .bottom-card {
        display: none;
    }

    .menu-mobile {
        padding: 4px;
        padding-top: 8px;
    }

    .menu-mobile a svg,
    .menu-mobile li svg {
        width: 20px;
        height: 20px;
    }

    .menu-mobile span {
        font-size: 10px;
    }

    .switch-content {
        margin-top: 15px;
    }

    .compare-item>div p.title-card {
        font-size: 10px;
        margin-top: -15px;
    }

    .compare-item>div p.title-card+div {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .text--art {
        padding: 15px;
    }

    .text--art h1 {
        font-size: 17px;
        text-align: center;
    }

    .text-article p {
        margin-top: 12px;
        margin-bottom: 5px;
    }

    .text-article p>a,
    .text-article p {
        font-size: 12px;
        text-align: justify;
    }

    .content-art {
        margin-top: 0;
    }

    .content-cart.non-existent * {
        opacity: 0.4;
    }

    .xs-font {
        font-size: 14px;
    }

    .list-notif li {
        flex-direction: column;
        gap: 10px;
    }

    .list-notif li>div:first-child {
        width: 100%;
    }

    .list-notif li>div:last-child {
        margin-right: auto;
    }

    .list-notif li div:first-child img {
        width: 35px;
        height: 35px;
    }

    .x4mini-card {
        gap: 5px;
    }

    .x2mini-card>a,
    .x4mini-card>a {
        border: none;
        padding: 0;
    }

    .mini-box5 {
        grid-template-columns: repeat(2, 1fr);
    }

    footer.container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 480px) {

    .xs-none,
    .swiper-slide.amazing {
        display: none;
    }

    .slider-header {
        width: 100%;
    }

    .offer-content .svg-arrow {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .box8-content {
        padding: 0;
        margin-top: 20px;
    }

    .offer-x2 {
        border-radius: 0;
    }

    .xs-none+div p {
        font-size: 11px;
    }

    .list-cmprof {
        gap: 15px;
    }

    .list-cmprof li div.border {
        display: none;
    }

    .list-cmprof>li {
        padding: 0;
        padding-bottom: 10px;
        border: none;
        border-bottom: 1px solid var(--item);
    }

    .list-cmprof>li>p.l-h {
        font-size: 12px;
        opacity: .5;
    }

    .list-cmprof>li:last-child {
        border: none;
    }
}

@media screen and (max-width: 450px) {
    .features-box {
        overflow-x: auto;  /* فعال کردن اسکرول افقی */
        overflow-y: hidden; /* جلوگیری از اسکرول عمودی اضافی */
        white-space: nowrap;
    }

    .right {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* روان کردن اسکرول در iOS */
        scrollbar-width: none; /* مخفی کردن اسکرول در فایرفاکس */
    }

    .right::-webkit-scrollbar {
        display: none; /* مخفی کردن اسکرول در کروم و سافاری */
    }

    .compare-top {
        flex-direction: column;
    }

    .compare-top .text-title,
    .compare-top p {
        margin-left: auto;
    }

    .compare-top>div>div:first-child,
    .compare-top>div,
    .compare-top button {
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .main-grid-15 {
        margin-top: 15px;
    }

    .main-grid-15>a img {
        width: 68px;
    }

    .main-grid-15>a p span,
    .main-grid-15>a p {
        font-size: 10px;
    }

    .f-xs {
        font-size: 15px;
    }

    .minimal-container {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .list-cart li img {
        width: 45px;
        height: 45px;
    }

    .list-ad-info li {
        font-size: 13px;
    }

    .x4mini-card>a {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .space-item {
        gap: 10px;
        flex-direction: column;
    }

    .main-grid-15>a img {
        width: 100%;
    }

    .n-shadow svg {
        filter: none;
    }

    .container {
        padding: 0 12px;
    }

    .txt-status {
        gap: 0;
        justify-content: space-between;
        font-size: 12px;
    }
}
