@font-face {
    font-family: "shabnam-bold";
    src: url("../../static/assets/fonts/shabnam-bold.woff2"), format("woff2");
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "shabnam-light";
    src: url("../../static/assets/fonts/shabnam-light.woff2"), format("woff2");
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "num";
    src: url("../../static/assets/fonts/tanha.woff2"), format("woff2");
    font-display: swap;
    font-style: normal;
}

:root {
    --primary-color: #b400ae;
    --primary-transparent: #b400ae14;
    --primary-hover: #4f1c4e;
}

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    font-family: "";
    box-sizing: border-box;
    outline: none;
    border: none;
    font-family: "shabnam-bold";
    font-weight: 100;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.num {
    font-family: "num";
    font-weight: bold;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
}

.container {
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
}

.top-banner {
    display: flex;
    width: 100%;
    height: 3.5rem;
    flex-flow: row nowrap;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    margin: 0;
    padding: 0;
}

.top-banner img {
    display: flex;
    width: 100dvw !important;
    object-fit: cover !important;
    height: 2.87rem !important;
}

header {
    display: flex;
    flex-flow: column wrap;
    margin-top: 0;
    top: 0;
    position: sticky;
    margin-bottom: auto;
    z-index: 9000000 !important;
    background-color: #ffffff;
    border-bottom-right-radius: 29px !important;
    border-bottom-left-radius: 29px !important;
}

.random-items {
    display: none;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 4rem;
    padding: 0 3.5rem;
    margin-bottom: 1.3rem;
}

.right-section {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-right: 0;
    margin-top: -.38rem;
    gap: 1.25rem;
}

#id_search {
    width: 30rem;
    padding: .75rem 2.5rem;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    box-shadow: 0 0 4px transparent;
    transition: all 250ms ease-in-out;
}

#id_search::placeholder {
    font-size: 16px;
}

#id_search:focus {
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 1px var(--primary-color);
}

#id_search:hover {
    border: 1px solid var(--primary-color);
}

.search-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent;
    padding-right: .1rem;
    margin-top: .45rem;
    margin-right: .25rem;
}

.search-btn svg {
    color: #adadad;
}

.little-form {
    position: relative !important;
}

.logo-a {
    display: block;
    width: 5rem;
    height: 6rem;
    margin-right: .15rem;
    border-radius: 100% !important;
}

.close-phone_search.hidden {
    display: none;
}

.close-phone_search {
    position: absolute;
    display: block;
    top: 4.5rem;
    right: -2rem;
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.close-phone_search svg {
    width: 100%;
}

.search-phone {
    max-width: 85%;
    position: fixed;
    margin: 4rem auto !important;
    left: 0 !important;
    right: 0 !important;
}

.search-phone.hidden {
    display: none;
}

.logo-a img {
    object-fit: fill;
    width: 4.75rem;
    /* height: 2rem; */
    position: absolute;
    top: 0.5rem;
    border-radius: 100% !important;
}

.flex-row_menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #202020;
    height: 2.7rem;
    padding-right: 3.5rem;
}

.menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style-type: none;
    gap: 2rem;
}

.menu a {
    color: #fff;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

.menu a:hover {
    color: #d3d3d3;
}

.login-style {
    text-decoration: none;
}

.menu li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-family: "shabnam-bold";
    font-size: 15px;
    gap: 4px;
}

.menu svg {
    color: #fff;
    position: relative;
    top: 4px;
    width: 14px;
    height: 14px;
}

.little-form {
    display: none;
}

.login-btn_mobile {
    display: none;
    width: 24px;
}

.user-modal {
    display: flex;
    flex-flow: column wrap;
    position: fixed;
    left: 0;
    transform: translateX(25%);
    background-color: #fff;
    border: 1px solid #cfcfcf;
    width: 11rem;
    margin-top: 1rem !important;
    border-radius: 8px;
    align-items: flex-start;
    padding: 1rem;
    box-shadow: 0 0 15px #bbbbbb;
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease-in-out;
}

.user-modal.hidden {
    opacity: 0;
    visibility: hidden;
}

.user-modal_list {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    list-style-type: none;
    align-items: flex-start;
    gap: .5rem;
}

.user-modal_list svg {
    width: 24px;
}

.user-modal_list a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    width: 9rem;
    padding: .25rem;
    border-radius: 2px;
    transition: all 150ms ease-in-out;
}

.user-modal_list li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: .25rem;
}

.user-modal_list a:hover {
    background-color: #dedede;
    border-radius: 8px;
}

.mobile-menu {
    display: none;
}

.left-section {
    margin-top: 0;
    margin-left: 0;
    height: 2rem;
}

.left-section .main-buttons {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
    list-style-type: none;
    margin-top: 0;
    gap: 1rem;
}

.left-section button {
    width: 1.75rem;
    height: 1.75rem;
    background-color: transparent;
    cursor: pointer;
}

.left-section button svg {
    width: 100%;
    height: 100%;
}

.main-slider {
    position: relative;
    margin: 2.5rem auto;
    max-width: 90dvw;
    overflow: hidden;
    border-radius: 14px;
    user-select: none;
    scroll-behavior: smooth;
}

.slider-track,
.slider-track3 {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.slider-track img,
.slider-track3 img {
    width: 45dvw !important;
    height: auto !important;
    max-height: 500px !important;
    object-fit: contain !important;
    object-position: center;
    border-radius: 4px;
    flex-shrink: 0;
    background: #f8f9fa !important;
    scroll-snap-align: center;
}

.slider-track::-webkit-scrollbar,
.slider-track3::-webkit-scrollbar {
    display: none;
}

.slider-track,
.slider-track3 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 1rem;
    z-index: 10;
    pointer-events: none;
}

.slider-buttons button {
    width: 38px;
    height: 38px;
    background-color: #ffffff8f !important;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 8px;
    border: none;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.slider-buttons button svg {
    color: #000000;
    width: 100%;
    height: 100%;
}

.dots-container,
.dots-container3 {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.dot {
    content: "";
    display: block;
    width: 6px;
    border-radius: 2px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 0.275);
    pointer-events: auto;
    cursor: pointer;
}

.dot.active {
    background-color: #ffffff;
    width: 16px;
    border-radius: 8px;
    height: 5px;
}


@media (max-width: 768px) {

    .slider-track img,
    .slider-track3 img {
        width: 90dvw;
        max-height: 400px;
    }
}

@media (max-width: 480px) {

    .slider-track img,
    .slider-track3 img {
        width: 82dvw;
        max-height: 300px;
    }
}


.slider-wrapper.active {
    cursor: grabbing;
}

.flex-column_right {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 15rem;
    height: 100%;
    margin-left: auto;
    margin-bottom: auto;
}

.right-title {
    width: 8.5rem;
    height: 7rem;
}

.right-box {
    height: 6.5rem;
    transform: scale(1);
    animation: boxanim 1.5s ease-in-out infinite;
    will-change: transform;
    position: relative;
    top: -1.2rem;
    border-radius: 24px;
}

@keyframes boxanim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.discount-title {
    color: #fff;
    font-family: "shabnam-bold";
    word-spacing: -2px;
    font-weight: bold;
    font-size: 16px;
}

.discount-timer {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1px;
}

.timer-dot {
    background-color: transparent !important;
    color: #fff;
    width: 6px !important;
    font-weight: bold;
}

.discount-timer span {
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    width: 1.5rem;
}

.flex-row2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 auto;
    margin-top: auto !important;
    gap: .25rem;
    margin-left: 1.5rem;
}

.product {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #ffffff !important;
    width: 12rem !important;
    height: 19.1rem;
    margin-left: auto;
    margin-bottom: auto;
    margin-top: 1.15rem;
    gap: .25rem;
    border-radius: 14px;
    padding-bottom: 1.25rem;
    user-select: none;
}

.product-img {
    position: relative;
    top: 1.15rem;
    width: 100%;
    height: 7.25rem !important;
    object-fit: cover;
    margin-bottom: 2rem;
}

.currency {
    width: 2rem;
    height: 1.5rem;
    object-fit: cover;
}

.product-brand {
    color: #3f3f3f;
    font-size: 14px;
    margin-left: auto;
    margin-right: .5rem;
    margin-top: -1rem;
}

.product-name {
    font-size: 15px;
    width: 95%;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.product-pricing {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    font-size: 14px;
}

.line-trough_price {
    text-decoration: line-through;
    font-weight: normal;
}

.price {
    font-weight: 600;
}

.discount-percent {
    display: block;
    margin-right: auto;
    position: absolute;
    left: 0;
    bottom: 2rem;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 10px;
    font-weight: normal;
    margin-left: .5rem;
    padding: 0 .25rem;
}

.discount-slider,
.chosen-slider {
    width: 90vw;
    margin: 2.5rem auto;
    position: relative;
    background-color: var(--primary-color);
    border-radius: 14px;
}

.slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.offers {
    text-decoration: none !important;
    color: inherit !important;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.discount-products {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: flex-start;
}

.product,
.flex-column_right {
    flex: 0 0 auto;
    width: 15rem;
    max-width: 100%;
    height: 19.1rem;
}

.slider-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

.slider-buttons button {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    color: white;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
}

.chosen-filters {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-color: #0000006b;
    height: 2rem;
    padding: 0 .5rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.chosen-filters a {
    text-decoration: none;
}

.chosen-filters .filter {
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 7rem;
}

.filter.active {
    border-bottom: 4px solid #ff006a;
}

.discount-title2 {
    background-color: #ffffff6f;
    color: #fff;
    padding: .9rem;
    border-radius: 8px;
    margin-right: 4rem;
}

.chosen-slider {
    background-color: var(--primary-color);
    padding: 0 1rem;
}

.chosen-slider .product {
    border: 1px solid #cfcfcf;
}

.chosen-title {
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: .15rem 0;
    width: 30rem;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    color: #000;
    font-weight: bold;
}

.brands-container {
    display: flex;
    flex-flow: column wrap;
    gap: 2rem;
    background-color: #ffffff;
    margin: 3rem auto;
}

.brands-title {
    text-align: center;
    background-color: var(--primary-transparent);
    border: 3px solid var(--primary-color);
    color: #4e4e4e;
    width: 25rem;
    padding: .75rem 0;
    font-size: 16px !important;
    margin: 0 auto;
    font-weight: bold;
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
}

.brands-row {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    justify-content: center;
    width: 98%;
    gap: 1rem;
    margin: 1rem auto;
}

.brands-container a img {
    width: 144px;
    /* height: 3rem; */
}

footer {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: center;
    height: 88vh;
    background-color: #222222;
    margin: 0 auto;
    width: 100%;
    margin: 0;
    justify-content: center;
    padding: 0 8rem;
    border-top-right-radius: 104px;
    border-top-left-radius: 104px;
}

footer .right-side_list,
footer .center-side_list,
footer .left-side_list {
    list-style-type: none !important;
    display: flex;
    flex-flow: column nowrap;
    gap: .5rem;
    align-items: center;
    border: 3px solid var(--primary-color);
    background-color: var(--primary-transparent);
    width: 15rem;
    margin-bottom: auto;
    height: 226px;
    margin-top: 4rem;
    padding: 1.25rem 0;
    border-radius: 20% !important;
}

footer .right-side_list,
footer .center-side_list,
footer .left-side_list {
    @supports (corner-shape: squircle) {
        border-radius: 140px;
        corner-shape: squircle;
    }
}

footer .right-side_list {
    @supports (corner-shape: squircle) {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

footer .left-side_list {
    @supports (corner-shape: squircle) {
        border-top-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

.right-side_list {
    margin-left: auto;
}

.center-side_list {
    margin: 0 auto !important;
    margin-bottom: auto !important;
    margin-top: 4rem !important;
    padding: 1.5rem 0 !important;
}

.left-side_list {
    margin-right: auto !important;
}

.all-cat {
    margin-bottom: .1rem;
}

.list-title {
    margin-bottom: .85rem;
    color: #f7f7d2;
    font-weight: bold;
    text-wrap: nowrap;
}

footer li {
    position: relative;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer svg {
    width: 48px;
    height: 48px;
}

footer .tel {
    width: 44px !important;
    height: 44px !important;
}

.list-row {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    gap: .5rem;
}

.left-side_text {
    width: 95%;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.accepts {
    display: flex;
    position: absolute;
    flex-flow: row wrap;
    margin-top: auto !important;
    bottom: 5rem;
    gap: 1.5rem;
}

.accepts img {
    width: auto;
    height: 4rem !important;
    background-color: #fff;
    border-radius: 8px;
}

.copyright-section,
.custom-section {
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #0000003f;
    margin-top: auto;
    bottom: 0;
}

.copyright-section_text,
.custom-section_text {
    color: #fff;
    letter-spacing: 1px;
}

.copyright-section_text {
    font-size: 14px;
}

.copyright-section_text a {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    font-size: 14px;
}

.custom-section {
    background-color: var(--primary-color) !important;
    padding: .5rem 0;
    bottom: 1.28rem !important;
}

.custom-section_text {
    color: #fff;
    font-size: 15px;
}

.login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    width: 5.75rem !important;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 14px;
    font-weight: bold;
    transition: all 250ms ease-in-out;
}

.login-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.right-submenu {
    display: flex;
    flex-flow: column wrap;
    gap: .5rem;
    height: 100%;
    align-items: center;
    width: 15.5rem;
    background-color: #ffffff;
    border-left: 3px solid #afafaf6b;
    position: fixed;
    padding-top: 2.8rem;
    right: 0;
    top: 0;
    cursor: default;
    z-index: 2000;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.right-submenu.hidden,
.left-submenu.hidden,
.brands-submenu.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(100%) !important;
}

.left-submenu.hidden,
.brands-submenu.hidden {
    border-radius: 100% !important;
}

#close-menu {
    width: 32px;
    height: 32px;
    position: absolute;
    top: .5rem;
    left: .5rem;
    background-color: transparent;
    cursor: pointer;
}

#close-menu svg {
    width: 100%;
    height: 100%;
    color: #000;
}

.rsubmenu-list {
    list-style-type: none;
    display: flex;
    margin-left: auto;
    flex-flow: column wrap;
    align-items: start;
    padding: .55rem;
    gap: .25rem;
}

.rsubmenu-items {
    color: #3f3f3f;
    background-color: transparent;
    border-right: 2.5px solid transparent;
    padding: 1rem;
    cursor: pointer;
    width: 14rem;
    transition: all 150ms ease-in-out;
    border-radius: 4px;
    font-family: "shabnam-bold" !important;
    font-weight: bold;
}

.rsubmenu-items.active,
.rsubmenu-items:hover {
    background-color: #f3f3f3;
    border-right: 2.5px solid var(--primary-color);
}

.left-submenu,
.brands-submenu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 4rem;
    justify-content: space-evenly;
    color: #000;
    width: 81.5%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 2rem;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 450ms cubic-bezier(0.175, 0.885, 0.32, 1);
}

.brands-submenu {
    width: 100% !important;
    padding-right: 4rem !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.brands-submenu #close-brands {
    position: absolute;
    left: 0.25rem;
    width: 34px;
    height: 34px;
    top: .25rem;
    background-color: transparent;
    cursor: pointer;
}

#close-brands svg {
    width: 100%;
    height: 100%;
    color: #000;
}

.lsubmenu-list,
.brands-list {
    display: flex;
    list-style-type: none;
    gap: .55rem;
    flex-flow: column nowrap;
}

.lists-item {
    font-family: "shabnam-light";
}

.lsubmenu-list h4,
.brands-list h4 {
    color: #000;
    border-right: 1.5px solid var(--primary-color);
    padding-right: .5rem;
    border-radius: 2px;
    font-size: 18px;
    text-wrap: nowrap;
}

.lsubmenu-list a,
.brands-list a {
    color: #8c8c8c !important;
    font-weight: bold;
    text-wrap: nowrap;
}

.lsubmenu-list a:hover,
.brands-list a:hover {
    color: #3f3f3f !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 100;
    transition: opacity 0.3s ease;
}

.overlay.off {
    opacity: 0;
    pointer-events: none;
}

.left-submenu::-webkit-scrollbar,
.brands-submenu::-webkit-scrollbar {
    -webkit-appearance: none !important;
    overflow: auto !important;
    width: 6px !important;
    height: 4px !important;
}

.left-submenu::-webkit-scrollbar-button,
.brands-submenu::-webkit-scrollbar-button {
    width: 0px !important;
    height: 2px !important;
}

.left-submenu::-webkit-scrollbar-thumb,
.brands-submenu::-webkit-scrollbar-thumb {
    background: #35313f !important;
    border: 0px none #fff !important;
    border-radius: 8px !important;
}

.left-submenu::-webkit-scrollbar-thumb:hover,
.brands-submenu::-webkit-scrollbar-thumb:hover {
    background: #35313f !important;
}

.left-submenu::-webkit-scrollbar-thumb:active,
.brands-submenu::-webkit-scrollbar-thumb:active {
    background: #35313f !important;
}

.left-submenu::-webkit-scrollbar-track,
.brands-submenu::-webkit-scrollbar-track {
    background: #acacac !important;
    border: 0px none #fff !important;
    border-radius: 8px !important;
}

.left-submenu::-webkit-scrollbar-track:hover,
.brands-submenu::-webkit-scrollbar-track:hover {
    background: #acacac !important;
}

.left-submenu::-webkit-scrollbar-track:active,
.brands-submenu::-webkit-scrollbar-track:active {
    background: #acacac !important;
}

.left-submenu::-webkit-scrollbar-corner,
.brands-submenu::-webkit-scrollbar-corner {
    background: transparent !important;
}

.all-menu_btn {
    display: none;
    width: 32px;
    background-color: transparent;
    cursor: pointer;
}

.size-6 {
    color: #2b2b2b;
}

.all-menu_btn svg {
    fill: #2b2b2b !important;
}

.mobile-details_column.hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
}

.mobile-details_column {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    right: 0;
    top: 0;
    flex-flow: column nowrap;
    gap: 1rem;
    z-index: 3000;
    transition: all 350ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.details-list {
    display: flex;
    flex-flow: column wrap;
    list-style-type: none;
    margin: 1rem auto;
}

.mobile-details_column a {
    display: block;
    text-decoration: none;
    width: 20rem;
    border-bottom: .1px solid #8c8c8c70;
    padding: .75rem 1rem;
    font-size: 15px;
    color: #000;
}

.mobile-details_title {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px #dbdbdb;
    padding: .75rem 0;
    text-align: center;
    margin: 0 auto;
}

.close-details {
    position: absolute;
    top: .65rem;
    left: .5rem;
    width: 32px;
    background-color: transparent;
}

.back-btn {
    position: absolute;
    top: .65rem;
    right: .85rem;
    width: 32px;
    background-color: transparent;
}

.close-details svg,
.back-btn svg {
    width: 100%;
}

#cart {
    position: relative;
    margin-right: .2rem;
}

.product-count {
    position: absolute;
    right: -.8rem;
    bottom: -.35rem;
    background-color: var(--primary-color);
    padding: 0 4px;
    border-radius: 14px;
    color: #fff;
    font-size: 10px;
}

.lsubmenu-list.hidden {
    display: none;
}

.brands-list.hidden {
    display: none;
}

.details-list.hidden {
    display: none;
}

.custom-page {
    display: flex;
    flex-flow: column wrap;
    max-width: 95%;
    margin: 2rem auto;
    gap: 2rem;
}

.custom-title {
    background-color: #f9f9f986;
    border: 2px solid #000;
    max-width: 100%;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 15px #7c7c7c;
    padding: .5rem 0;
}

.custom_textz {
    text-align: justify;
    line-height: 32px;
    border: 2px solid #d8d8d8;
    padding: .75rem;
    border-radius: 4px;
}

.makeup-special-link.hidden {
    display: none;
}

.makeup-special-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: "shabnam-bold";
}

.loader {
    display: flex;
    position: fixed;
    width: 50px;
    aspect-ratio: 1;
    --c: linear-gradient(var(--primary-color) 0 0);
    --r1: radial-gradient(farthest-side at bottom, #000 93%, #0000);
    --r2: radial-gradient(farthest-side at top, #000 93%, #0000);
    background:
        var(--c), var(--r1), var(--r2),
        var(--c), var(--r1), var(--r2),
        var(--c), var(--r1), var(--r2);
    background-repeat: no-repeat;
    animation: l2 .85s infinite alternate;
    z-index: 9090909090909090909090909090909090000000000;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    border-radius: 2px;
}

.container.hidden {
    display: none;
}

@keyframes l2 {

    0%,
    25% {
        background-size: 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(50% - 2px), 0 calc(50% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
    }

    50% {
        background-size: 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(50% - 2px), 50% calc(50% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
    }

    75% {
        background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 0, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(50% - 2px), 100% calc(50% + 2px);
    }

    95%,
    100% {
        background-size: 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px, 8px 100%, 8px 4px, 8px 4px;
        background-position: 0 50%, 0 calc(0% - 2px), 0 calc(100% + 2px), 50% 50%, 50% calc(0% - 2px), 50% calc(100% + 2px), 100% 50%, 100% calc(0% - 2px), 100% calc(100% + 2px);
    }
}

.move-up {
    display: flex;
    position: fixed;
    z-index: 909090909090909;
    bottom: 5rem;
    right: .5rem;
}

.move-up button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: var(--primary-color);
    border-radius: 4px;
    opacity: 1;
    visibility: visible;
    transition: opacity 750ms ease-in-out,
        visibility 750ms ease-in-out;
    cursor: pointer;
}

.move-up button svg {
    color: #fff;
    width: 90%;
    height: 90%;
}

.move-up button.hidden {
    opacity: 0;
    visibility: hidden;
}

.lazy-image {
    opacity: 0.7;
    filter: blur(10px);
    transition: all 0.5s ease-in-out;
    transform: scale(0.95);
}

.lazy-image.lazy-loaded {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

.lazy-image:not([src]),
.lazy-image[src=""],
.lazy-image[src*="placeholder"] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.lazy-image.lazy-error {
    filter: grayscale(100%);
    opacity: 0.5;
    border: 2px dashed #ccc;
}

.return {
    background-color: #25cc8fff;
    padding: .5rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    transition: all 175ms ease-in-out;
}

.return:hover {
    background-color: #35a57cff;
    border-radius: 14px;
}

.web-info {
    justify-content: center;
    position: relative;
    margin-top: -17rem;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    flex-flow: row wrap;
    width: 90dvw;
    gap: .75rem;
}

.address,
.phones {
    display: flex;
    flex-flow: row wrap;
}

.phones, .address {
    flex: 0 1 100%;
    justify-content: center;
}

.address-title,
.phones-title {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 6px #000;
}

.address-text,
.phones-text {
    color: #dbd8d8fc;
    font-size: 14px;
    text-indent: 4px;
}