@charset "UTF-8";
body {
    margin: 0;
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

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

button {
    background: none;
    border: none;
}

h1 {
    font-size: 1rem;
    margin: 0;
}

h2 {
    font-size: 1rem;
    margin: 0;
}

h3 {
    font-size: 1rem;
    margin: 0;
}

h4 {
    font-size: 1rem;
    margin: 0;
}

h5 {
    font-size: 1rem;
    margin: 0;
}

h6 {
    font-size: 1rem;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "IRANSansXFaNum Thin";
    font-style: normal;
    font-weight: 100;
    src: url("../font/iransansx/woff/IRANSansXFaNum-thin.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-thin.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum UltraLight";
    font-style: normal;
    font-weight: 200;
    src: url("../font/iransansx/woff/IRANSansXFaNum-UltraLight.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-UltraLight.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Light";
    font-style: normal;
    font-weight: 300;
    src: url("../font/iransansx/woff/IRANSansXFaNum-light.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-light.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Medium";
    font-style: normal;
    font-weight: 500;
    src: url("../font/iransansx/woff/IRANSansXFaNum-medium.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-medium.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Demibold";
    font-style: normal;
    font-weight: 600;
    src: url("../font/iransansx/woff/IRANSansXFaNum-demibold.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-demibold.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Extrabold";
    font-style: normal;
    font-weight: 800;
    src: url("../font/iransansx/woff/IRANSansXFaNum-extrabold.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-extrabold.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Black";
    font-style: normal;
    font-weight: 900;
    src: url("../font/iransansx/woff/IRANSansXFaNum-black.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-black.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Bold";
    font-style: normal;
    font-weight: bold;
    src: url("../font/iransansx/woff/IRANSansXFaNum-bold.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-bold.woff2") format("woff2");
}
@font-face {
    font-family: "IRANSansXFaNum Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../font/iransansx/woff/IRANSansXFaNum-regular.woff") format("woff"), url("../font/iransansx/woff2/IRANSansXFaNum-regular.woff2") format("woff2");
}
html {
    font-size: 16px;
}

body {
    direction: rtl;
    background-color: #080E0D;
    color: #fff;
    font-family: "IRANSansXFaNum Regular";
}

.wrapper {
    position: relative;
}

.container {
    margin: 0 auto;
    padding: 0 1rem;
}

p {
    line-height: 1.7;
}

a {
    color: inherit;
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 112px;
    background: #357a1c;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 999;
}
.header::after {
    content: "";
    display: block;
    width: 86%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    background: radial-gradient(circle, #141A19 0%, transparent 100%);
}
.header ~ .middle {
    padding-top: 112px;
}

.middle {
    min-height: calc(100dvh - 112px);
    overflow: hidden;
}

.h-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hm-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    height: 50px;
    font-size: 2.5rem;
    align-items: center;
    justify-content: center;
}

.hmli-link {
    padding: 10px 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.hmli-link:hover {
    color: #71E443;
}

.hm-list {
    display: flex;
    gap: 2rem;
}

.h-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.h-logo img {
    width: 64px;
    height: 64px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.h-titles span {
    color: #6EDD42;
}

.ht-title {
    font-family: "IRANSansXFaNum Bold";
    margin-bottom: 5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ht-desc {
    font-size: 0.87rem;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.h-panel-option {
    position: relative;
}
.h-panel-option svg {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.h-panel-option .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -4px;
    top: auto;
    right: -4px;
    left: auto;
    width: 20px;
    height: 20px;
    max-width: 20px;
    background-color: #77530A;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-size: 0.62rem;
    padding: 2px 0 0 2px;
}
.h-panel-option:hover path {
    fill: #97db7c !important;
}

.header.scrolled {
    height: 64px;
}
.header.scrolled .h-logo img {
    width: 48px;
    height: 48px;
}
.header.scrolled .h-titles span {
    color: #6EDD42;
}
.header.scrolled .ht-title {
    font-size: 0.8rem;
    margin-bottom: 3px;
}
.header.scrolled .ht-desc {
    font-size: 0.6rem;
}
.header.scrolled .hmli-link {
    font-size: 0.8rem;
}
.header.scrolled .h-panel-option svg {
    width: 35px;
    height: 35px;
}
.header.scrolled .last-price-change {
    height: 50px;
    padding: 0 15px;
    font-size: 13px;
}
.header.scrolled .lpcic-title {
    margin-bottom: 4px;
}

.h-menu-trigger {
    display: none;
    width: 28px;
    height: 28px;
    margin: 0 0 0 1rem;
}
.h-menu-trigger svg {
    width: 28px;
    height: 28px;
}

.footer {
    background: #000;
    border-top: 1px solid #363636;
    padding: 40px 0 50px 0;
    margin-top: 40px;
}

.f-insta {
    display: block;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    padding: 15px 24px;
}
.f-insta::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: linear-gradient(90deg, #3F6AC9, #C63C8F, #FF543E, #FFDD55);
}
.f-insta:hover::after {
    opacity: 0.4;
}

.fi-title {
    font-size: 12px;
    font-family: "IRANSansXFaNum Bold";
}

.fi-desc {
    font-size: 12px;
    color: #CFCFCF;
    margin: 0.4rem 0 0.6rem 0;
}

.fi-btn {
    display: block;
    color: #6EDD42;
    border-right: 1px solid #363636;
    padding-right: 16px;
    font-size: 14px;
    font-family: "IRANSansXFaNum Medium";
}

.fi-id {
    direction: ltr;
    font-size: 14px;
}

.f-row {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #262626;
}

.light-effect {
    position: relative;
    border: 1px solid #6C6C6C;
    background: #131313;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.light-effect .inner {
    position: relative;
    z-index: 2;
}
.light-effect::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    z-index: 1;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.6666666667) 50%, transparent 100%);
}

.fcg-item {
    height: 100%;
    padding: 15px 0;
}
.fcg-item .inner {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0 1rem;
    height: 100%;
}

.fcgi-icon svg {
    width: 24px;
    height: 24px;
}

.fcgi-title {
    font-size: 12px;
    margin-bottom: 0.6rem;
}

.fcgi-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: "IRANSansXFaNum Bold";
}
.fcgi-bottom span.phone {
    direction: ltr;
}

.fcgi-name {
    color: #F5A916;
    padding-right: 0.7rem;
    border-right: 1px solid #363636;
}

.f-copyright {
    text-align: center;
}
.f-copyright a {
    color: #6EDD42;
}

.fc-text {
    margin-bottom: 10px;
}

.fc-sub {
    color: #B8B8B8 !important;
    font-size: 14px;
}

.section {
    padding: 38px 0;
}

.special-slider {
    background: #1A201F;
}
.special-slider::after {
    opacity: 0.85;
}
.special-slider .owl-nav {
    height: 0;
}
.special-slider .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.special-slider .owl-nav button.owl-next {
    left: -20px;
}
.special-slider .owl-nav button.owl-prev {
    right: -20px;
}
.special-slider .owl-nav button.disabled {
    display: none;
}
.special-slider .owl-nav button span {
    color: #1B1B1B !important;
    font-family: "Consolas", "Courier New", Courier, monospace;
    font-size: 2rem !important;
    height: 20px;
    line-height: 20px;
}
.special-slider .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.special-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #4C3508;
}
.special-slider .owl-dots .owl-dot.active {
    background: #F5A916;
}

.ss-photo {
    display: block;
    margin: 0 auto;

    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;

    position: relative; /* Needed for the span to position correctly */
    overflow: hidden;   /* In case of layout overflow issues */
}
.ss-photo img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    object-fit: contain; /* Ensures the entire image is shown */
    display: block;
}

.ss-photo span {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "IRANSansXFaNum Bold";
    background-color: #D32F2F;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 40px;
    padding: 0 17px;
}

.ss-content {
    padding: 0 55px;
}

.ssc-title {
    display: inline-block;
    font-size: 32px;
    font-family: "IRANSansXFaNum Bold";
}
.ssc-title:hover {
    color: #71E443;
}

.ssc-desc {
    color: #b8b8b8;
    font-family: "IRANSansXFaNum Medium";
    font-size: 18px;
    margin: 24px 0;
    min-height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ssc-price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 64px;
}

.sscp-price {
    font-size: 20px;
    font-family: "IRANSansXFaNum Bold";
}

.sscp-discount {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sscp-last {
    color: #b8b8b8;
    font-family: "IRANSansXFaNum Medium";
    text-decoration: line-through;
}

.sscp-percent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 10px;
    background: #388E3C;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.ssc-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    background: #357A1C;
    gap: 14px;
}
.ssc-button:hover {
    background: #2c6817;
}

.sscb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
}
.sscb-icon svg {
    width: 20px;
    height: 20px;
}

.sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.sec-title {
    font-family: "IRANSansXFaNum Bold";
    font-size: 24px;
}

.sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #363636;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-family: "IRANSansXFaNum Medium";
    padding: 0 30px;
}
.sec-btn:hover {
    background: rgba(255, 255, 255, 0.0666666667);
}

.catg-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: linear-gradient(90deg, #333837, #222726);
    border: 1px solid #787B7B;
    gap: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catg-link:hover {
    border: 1px solid #F5A916;
}

.catgl-pic {
    height: 112px;
}

.catgl-name {
    font-family: "IRANSansXFaNum Bold";
}

.product-box {
    border: 1px solid #4F5353;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: #171D1C;
}

.pbp-photo {
    display: block;
    padding: 8px 8px 0 8px;
}
.pbp-photo img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.pb-content {
    padding: 16px;
}

.pbc-title {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pbc-title:hover {
    color: #bb831c;
}

.ssc-price-area.in-pbc {
    margin: 0 !important;
}
.ssc-price-area.in-pbc .sscp-price {
    font-size: 16px !important;
}
.ssc-price-area.in-pbc .sscp-last {
    font-size: 14px !important;
}

.pb-pic-area {
    position: relative;
}

.pbp-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 17px;
    right: auto;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    width: 48px;
    height: 48px;
    background: #A4700C;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3333333333);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.pbp-cart svg {
    width: 24px;
    height: 24px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.pbp-cart:hover {
    background: #835808;
}
.pbp-cart:hover svg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.pbp-status-bar {
    display: flex;
    align-items: center;
    position: absolute;
    top: 17px;
    bottom: auto;
    right: 17px;
    left: auto;
    gap: 8px;
}

.pbp-special, .pbp-ready {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "IRANSansXFaNum Bold";
    background-color: #D32F2F;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 40px;
    padding: 0 17px;
}

.pbp-ready {
    background-color: #F57C00;
}

.products-carousel, .comments-carousel {
    padding-bottom: 40px;
}
.products-carousel .owl-nav, .comments-carousel .owl-nav {
    position: absolute;
    top: -74px;
    bottom: auto;
    left: 0;
    right: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.products-carousel .owl-nav button, .comments-carousel .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #363636 !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.products-carousel .owl-nav button span, .comments-carousel .owl-nav button span {
    font-size: 2rem;
    font-family: "Consolas", "Courier New", Courier, monospace;
}
.products-carousel .owl-nav button:hover, .comments-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.0666666667);
}
.products-carousel .owl-nav button.disabled, .comments-carousel .owl-nav button.disabled {
    opacity: 0.4;
}
.products-carousel .owl-dots, .comments-carousel .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.products-carousel .owl-dots .owl-dot, .comments-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #4C3508;
}
.products-carousel .owl-dots .owl-dot.active, .comments-carousel .owl-dots .owl-dot.active {
    background: #F5A916;
}

.feature-box {
    max-width: 270px;
    text-align: center;
    margin: 0 auto;
}
.feature-box svg {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.fb-title {
    font-family: "IRANSansXFaNum Bold";
    margin: 16px 0 10px 0;
}

.fb-desc {
    font-size: 14px;
    color: #B8B8B8;
}
.fb-desc span {
    font-family: "IRANSansXFaNum Bold";
    color: #fff;
}

.comment-box {
    background: #1B201F;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    opacity: 0.4;
}
.comment-box::after {
    opacity: 0.85;
}
.comment-box .inner {
    padding: 24px 24px 40px 24px;
}

.cb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[data-rate] {
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 5px;
}
[data-rate] svg {
    width: 18px;
    height: 18px;
}

.cbh-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cbhu-pic {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    object-fit: cover;
}

.cbhu-name {
    font-family: "IRANSansXFaNum Bold";
}

.cb-text {
    text-align: justify;
    margin: 20px 0;
    line-height: 1.8;
}

.cb-date {
    position: absolute;
    bottom: 24px;
    top: auto;
    left: 24px;
    right: auto;
    font-size: 12px;
    color: #B8B8B8;
}

.comments-carousel .owl-item.active.center .comment-box {
    opacity: 1;
}

.last-price-change {
    background: #080e0b;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: auto;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.lpc-inner {
    display: flex;
    align-items: center;
}

.lpci-icon {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #45a122;
    border: 6px solid #a6e98c;
    -webkit-animation: opacity-anim 1s infinite;
    animation: opacity-anim 1s infinite;
    margin-left: 15px;
    flex-shrink: 0;
}

.lpcic-title {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    color: #ddd;
}

.lpcic-items {
    display: flex;
    align-items: center;
}
.lpcic-items .item {
    font-family: "IRANSansXFaNum Medium";
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2862745098);
    height: 18px;
    font-size: 14px;
}
.lpcic-items .item:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

@keyframes opacity-anim {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}
@media (max-width: 1279px) {
    .catgl-pic {
        height: 90px;
    }
    .catgl-name {
        font-size: 14px;
    }
    .ssc-title {
        font-size: 22px;
    }
    .ssc-desc {
        font-size: 15px;
        min-height: unset;
        margin: 15px 0;
    }
    .ssc-button {
        width: 160px;
        height: 47px;
        gap: 9px;
        font-size: 14px;
    }
    .sscb-icon {
        width: 28px;
        height: 28px;
    }
    .sscb-icon svg {
        width: 16px;
        height: 16px;
    }
    .ssc-price-area {
        margin-bottom: 36px;
    }
    .sscp-price {
        font-size: 17px;
    }
    .sscp-discount {
        gap: 7px;
    }
    .sscp-last {
        font-size: 14px;
    }
    .sscp-percent {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
}
@media (max-width: 1023px) {
    .last-price-change {
        height: 50px;
        padding: 0 10px !important;
        font-size: 12px !important;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
    .lpci-icon {
        width: 15px;
        height: 15px;
        border-width: 3px;
        margin-left: 10px;
        z-index: 1;
    }
    .lpcic-title {
        margin-bottom: 4px;
    }
    .lpcic-items .item {
        font-size: 12px;
    }
    .pb-content {
        padding: 12px;
    }
    .pbc-title {
        font-size: 14px;
    }
    .ssc-price-area.in-pbc .sscp-price {
        font-size: 15px !important;
    }
    .ssc-price-area.in-pbc .sscp-last {
        font-size: 13px !important;
    }
    .product-box {
        width: 300px;
    }
    .section {
        padding: 16px 0;
    }
    .special-slider .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .special-slider .owl-nav button.owl-next {
        left: -16px;
    }
    .special-slider .owl-nav button.owl-prev {
        right: -16px;
    }
    .special-slider .owl-nav button span {
        font-size: 1.3rem !important;
        height: 22px;
    }
    .special-slider .owl-dots {
        bottom: 20px;
    }
    .ssc-button {
        margin: 50px auto 0 auto;
    }
    .ss-photo {
        margin: 0 auto;
        max-width: 480px;
        padding-top: 10px;
    }
    .ss-photo span {
        position: absolute;
        top: 18px;
        bottom: auto;
        left: 18px;
        right: auto;
        height: 27px;
        padding: 0 14px;
        font-size: 13px;
    }
    .ss-content {
        padding: 48px;
    }
    .ssc-desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        line-clamp: 10;
        -webkit-box-orient: vertical;
    }
    .hm-list {
        display: flex;
        gap: 1.25rem;
    }
    .hmli-link {
        font-size: 0.75rem;
    }
    .header {
        height: 64px;
    }
    .header ~ .middle {
        padding-top: 64px;
    }
    .header .h-logo img {
        width: 48px;
        height: 48px;
    }
    .header .h-titles span {
        color: #6EDD42;
    }
    .header .ht-title {
        font-size: 0.8rem;
        margin-bottom: 3px;
    }
    .header .ht-desc {
        font-size: 0.6rem;
    }
    .header .hmli-link {
        font-size: 0.8rem;
    }
    .header .h-panel-option svg {
        width: 30px !important;
        height: 30px !important;
    }
    .f-desc {
        font-size: 0.85rem;
    }
}
@media (max-width: 767px) {
    .products-carousel, .comments-carousel {
        padding-bottom: 90px;
    }
    .products-carousel .owl-nav, .comments-carousel .owl-nav {
        top: auto;
        bottom: -68px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
    }
    .products-carousel .owl-nav button, .comments-carousel .owl-nav button {
        background: none !important;
    }
    .products-carousel .owl-dots, .comments-carousel .owl-dots {
        bottom: -90px;
    }
    .sec-head {
        margin-bottom: 20px;
    }
    .sec-title {
        font-size: 20px;
    }
    .sec-btn {
        height: 40px;
        padding: 0 24px;
    }
    .h-menu {
        position: absolute;
        top: -50vh;
        left: 0;
        width: 100%;
        height: auto;
        background: #141A19;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 0 0 50px 50px;
        -webkit-border-radius: 0 0 50px 50px;
        -moz-border-radius: 0 0 50px 50px;
        -ms-border-radius: 0 0 50px 50px;
        -o-border-radius: 0 0 50px 50px;
        z-index: 2;
    }
    .h-menu.open {
        top: 0;
    }
    .h-menu-trigger {
        display: block;
    }
    .hm-list {
        display: block;
        padding: 1rem 0;
    }
    .hml-item {
        text-align: center;
    }
    .hmli-link {
        display: block;
        font-size: 1rem !important;
        padding: 0.5rem 1rem;
    }
    .hm-close {
        display: flex;
    }
}
@media (max-width: 575px) {
    .ss-content {
        padding: 20px 20px 52px 20px;
    }
    .f-row {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .fc-text {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .fc-sub {
        font-size: 13px;
    }
    .footer {
        padding: 30px 0 40px 0;
    }
    .ssc-title {
        font-size: 16px;
    }
    .ssc-desc {
        font-size: 12px;
    }
    .ssc-button {
        width: 140px;
        height: 40px;
        gap: 5px;
        font-size: 12px;
    }
    .sscb-icon {
        width: 24px;
        height: 24px;
    }
    .sscb-icon svg {
        width: 13px;
        height: 13px;
    }
    .ssc-price-area {
        margin-bottom: 20px;
    }
    .sscp-price {
        font-size: 16px;
    }
    .sscp-discount {
        gap: 5px;
    }
    .sscp-last {
        font-size: 14px;
    }
    .sscp-percent {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
}
@media (max-width: 479px) {
    .sec-head {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .sec-title {
        font-size: 18px;
    }
    .sec-btn {
        height: 32px;
        padding: 0 15px;
        font-size: 14px;
    }
    .last-price-change {
        position: relative;
        text-align: center;
        font-size: 11px;
        padding: 0 5px !important;
    }
    .lpci-icon {
        margin: 0;
        position: absolute;
        top: -5px;
        bottom: auto;
        right: -5px;
        left: auto;
    }
    .lpcic-items .item {
        margin-left: 5px;
        padding-left: 5px;
    }
}
.map-parent {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mp-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mpl-item {
    padding: 0 0 0 16px;
}
.mpl-item::after {
    content: "/";
    margin-right: 16px;
    color: #B8B8B8;
    font-size: 13px;
}
.mpl-item:last-child::after {
    display: none;
}

.mpli-link {
    color: #B8B8B8;
    font-size: 14px;
}
.mpli-link:hover {
    color: #fff;
}

.rounded-btn {
    display: flex;
    align-items: center;
    border: 1px solid #363636;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 44px;
    padding: 0 24px;
    gap: 8px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.rounded-btn svg {
    width: 20px;
    height: 20px;
}
.rounded-btn:hover {
    border-color: #777;
}

.rb-text {
    font-size: 14px;
    font-family: "IRANSansXFaNum Medium";
    white-space: nowrap;
}

.sidebar {
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: #333838;
    border: 1px solid #848786;
}
.sidebar::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 100%;
    height: calc(100% + 2px);
    z-index: 1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3333333333));
}
.sidebar .inner {
    position: relative;
    z-index: 2;
    padding: 16px 24px 16px 24px;
}
.sidebar .inner .dropdown {
    border-bottom: 1px solid #494D4C;
}
.sidebar .inner .dropdown:last-child {
    border: none;
}

.sb-item {
    border-bottom: 1px solid #4C504F;
}
.sb-item:last-child {
    border: none;
}

.dropdown {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.dropdown.open .dd-body {
    display: block;
}
.dropdown.open .dd-head svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.dd-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 60px;
}
.dd-head svg {
    width: 16px;
    height: 16px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ddh-title {
    font-size: 16px;
    font-family: "IRANSansXFaNum Medium";
}

.dd-body {
    display: none;
    padding: 3px 0 24px 0;
}

.ddb-catg-link {
    padding: 10px 2px;
    line-height: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: linear-gradient(90deg, #555959 0%, #464B4A 50%, #555959 100%);
}
.ddb-catg-link.active {
    background: #A4700C;
    color: #fff !important;
}
.ddb-catg-link:hover {
    color: #d3992e;
}

.price-range {
    position: relative;
    direction: ltr;
}
.price-range input {
    display: none;
}
.price-range.orange .slider-range {
    background: #F5A916;
}
.price-range.orange .slider-thumb {
    background: #F5A916;
}

.slider-track {
    height: 5px;
    background: #4D5251;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.slider-range {
    height: 100%;
    background: #4CAF50;
    position: absolute;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.slider-thumb {
    width: 19px;
    height: 19px;
    background: #6EDD42;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #B8B8B8;
    flex-direction: row-reverse;
    margin-bottom: 16px;
}

.sb-checkbox input {
    display: none;
}
.sb-checkbox input:checked ~ .sbc-body {
    background: #F5A916;
    border-color: #F5A916;
    cursor: pointer;
}
.sb-checkbox input:checked ~ .sbc-body::after {
    background: #fff;
    left: 19px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.sbc-body {
    width: 40px;
    height: 24px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    background: #2F3433;
    border: 1px solid #888888;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.sbc-body::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #F5A916;
    position: absolute;
    top: 3px;
    bottom: auto;
    left: 3px;
    right: auto;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sbi-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor: pointer;
}

.sbio-text {
    font-family: "IRANSansXFaNum Medium";
}

.sb-checklist li {
    margin-bottom: 12px;
}
.sb-checklist li:last-child {
    margin-bottom: 0;
}

.sbc-check-item input {
    display: none;
}
.sbc-check-item input:checked ~ .sbcci-body::after {
    content: "✓";
    border-color: #F5A916;
    background: #F5A916;
}

.sbcci-body {
    position: relative;
    display: flex;
    padding-right: 33px;
    cursor: pointer;
}
.sbcci-body::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -3px;
    bottom: auto;
    right: 0;
    left: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    border: 1px solid #464B4A;
    font-size: 15px;
    padding-top: 2px;
}

.sbccib-text {
    font-size: 14px;
}

.bottom-loading {
    width: 88px;
    height: 88px;
    margin: 50px auto 0 auto;
}

.products-list .product-box {
    width: 100%;
}

.list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    gap: 20px;
}
.list-top form {
    display: block;
    width: 100%;
}

.lt-search {
    position: relative;
    width: 100%;
    height: 48px;
    max-width: 519px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border: 1px solid #363636;
    overflow: hidden;
}
.lt-search svg {
    pointer-events: none;
    position: absolute;
    top: 12px;
    bottom: auto;
    right: 19px;
    left: auto;
    width: 22px;
    height: 22px;
}

.lts-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-size: 16px;
    padding-right: 54px;
}
.lts-input::placeholder {
    color: #888888;
}

.lt-sort {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ltso-title {
    white-space: nowrap;
}

.ltso-head {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 48px;
    padding: 0 1rem;
    background: #323736;
}
.ltso-head .ddh-title {
    white-space: nowrap;
}
.ltso-head .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.ltso-head::after {
    opacity: 0.7;
}

.ltso-box {
    position: absolute;
    top: 55px;
    bottom: auto;
    left: 0;
    right: auto;
    width: 174px;
    height: auto;
    z-index: 100;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: rgba(255, 255, 255, 0.631372549);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.6666666667);
}

.ltso-item {
    display: block;
    color: #1B1B1B;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.ltso-item:last-child {
    border-bottom: none;
}
.ltso-item.active, .ltso-item:hover {
    color: #255314;
}

.sidebar-trigger {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 48px;
    border: 1px solid #464B4A;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.sidebar-trigger svg {
    width: 22px;
    height: 22px;
}

.sm-close {
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    background: #a83131;
    color: #fff;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.rounded-btn.default {
    width: 100%;
    background: #c0840d;
    justify-content: center;
    border: none;
}
.rounded-btn.default:hover {
    background: #aa750c;
}

@media (max-width: 1023px) {
    .sidebar-trigger {
        display: flex;
    }
    .sidebar-modal {
        position: fixed;
        width: 100%;
        bottom: calc(-60dvh - 50px);
        right: 0;
        z-index: 998;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .sidebar {
        overflow: auto;
        height: 60dvh;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border: none;
    }
    .sidebar::after {
        display: none;
    }
    .sidebar .inner {
        max-width: 480px;
        margin: 0 auto;
    }
    #filters-trigger:checked ~ .sidebar-modal {
        bottom: 0;
    }
    .rounded-btn {
        height: 38px;
        padding: 0 18px;
        gap: 6px;
    }
    .rounded-btn svg {
        width: 16px;
        height: 16px;
    }
    .rb-text {
        font-size: 13px;
    }
    .mp-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .mpl-item {
        padding: 0 0 0 12px;
    }
    .mpl-item::after {
        margin-right: 12px;
        font-size: 12px;
    }
    .mpli-link {
        font-size: 13px;
    }
}
@media (max-width: 647px) {
    .list-top {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .lt-search {
        max-width: 100%;
    }
    .map-parent {
        justify-content: space-between;
    }
}
.pitc-title {
    font-family: "IRANSansXFaNum Bold";
    font-size: 24px;
    margin-bottom: 16px;
}

.pitc-desc {
    display: inline;
}

.pitc-more {
    color: #F5A916;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid rgba(245, 169, 22, 0.3333333333);
}

.pitc-desc-area {
    font-size: 16px;
}

.pit-code {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pitco-title {
    color: #B8B8B8;
}

.rounded-btn.light-effect {
    padding: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-color: #686C6B;
    height: 48px;
}
.rounded-btn.light-effect .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
}
.rounded-btn.light-effect .rb-text {
    font-size: 16px;
}
.rounded-btn.light-effect::after {
    opacity: 0.85;
}
.rounded-btn.light-effect:hover {
    border-color: #855c0a;
}

.pt-price-box {
    background: #1B201F;
    padding: 16px 24px;
    margin-top: 32px;
}
.pt-price-box .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pt-price-box::after {
    opacity: 0.7;
}

.ptpb-value {
    margin-left: 5px;
    gap: 5px;
}
.ptpb-value span:first-child {
    font-family: "IRANSansXFaNum Bold";
}

.rounded-btn.cart {
    background: #357A1C;
    border-color: #5E954B;
    height: 48px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.rounded-btn.cart svg {
    width: 24px;
    height: 24px;
}
.rounded-btn.cart:hover {
    background: #2f6d18;
}

.lg-container {
    direction: ltr;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #F5A916;
}

.product-slider {
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
    gap: 18px;
}
.product-slider a:first-child {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
}

.product-slider a:first-child .psi-img {
    width: 80%; /* Adjust size for smaller image */
    height: 80%; /* Maintain proportional size */
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.ps-item {
    display: block;
    position: relative;
    width: 100%;
    max-width: 200px; /* Adjust if needed */
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.ps-item:first-child {
    width: 100%;
    border: none;
    box-shadow: none !important;
}
.ps-item:first-child .psi-img {
    aspect-ratio: 16/9;
}
.ps-item:first-child::after {
    display: none !important;
}
.ps-item:hover {
    border-color: #F5A916;
    box-shadow: 0 0 0 2px #F5A916;
}
.ps-item:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 169, 22, 0.3333333333);
}

.psi-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.psi-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    font-size: 20px;
    font-family: "IRANSansXFaNum Bold";
}

.tabs {
    max-width: 846px;
    margin: 0 auto;
}

.tab-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #393E3D;
}

.tab-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 24px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor: pointer;
    gap: 8px;
    border-bottom: 2px solid transparent;
    bottom: -1px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tab-button svg {
    width: 24px;
    height: 24px;
}
.tab-button.active {
    color: #F5A916;
    border-color: #F5A916 !important;
}
.tab-button.active svg path {
    fill: #F5A916;
}
.tab-button:hover {
    border-color: #444;
}

.tab-body {
    padding: 40px 0;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.ritch-text p {
    line-height: 1.8;
    margin-bottom: 1.1rem;
}

.p-info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #141A19;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    flex-wrap: wrap;
    padding: 12px 16px;
    font-size: 16px;
}

.pib-title {
    color: #B8B8B8;
}

.pib-value {
    text-align: left;
}

.p-comment-box {
    background: #1B2120;
    margin-bottom: 30px;
}
.p-comment-box .inner {
    padding: 24px 19px;
}
.p-comment-box::after {
    opacity: 0.8;
}

.cb-write-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cbwh-rate {
    display: flex;
    align-items: center;
    color: #F5A916;
    gap: 8px;
}
.cbwh-rate svg {
    width: 20px;
    height: 20px;
}
.cbwh-rate span {
    font-size: 16px;
}

.cbwh-title {
    font-family: "IRANSansXFaNum Bold";
}

.cbwh-textarea {
    position: relative;
}

.cbwht-box {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #525252;
    padding: 16px;
    background: none;
    width: 100%;
    height: 120px;
    resize: vertical;
    min-height: 100px;
}
.cbwht-box:hover {
    border-color: #777;
}
.cbwht-box:focus {
    border-color: #F5A916;
}
.cbwht-box::placeholder {
    color: #888888;
}

.cbwht-label {
    display: block;
    position: absolute;
    top: -8px;
    bottom: auto;
    right: 16px;
    left: auto;
    background: #191F1E;
    padding: 0 10px;
    color: #B8B8B8;
    font-size: 12px;
    pointer-events: none;
}

.pcm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pcm-head .rounded-btn.light-effect {
    background: #1a1a1a;
    height: 40px;
}

.pcmh-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pcmhu-pic {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.pcmhu-ctn {
    width: 100%;
}
.pcmhu-ctn span {
    display: block;
}

.pcmhuc-name {
    font-size: 16px;
    font-family: "IRANSansXFaNum Medium";
    margin-bottom: 2px;
}

.pcmhuc-date {
    font-size: 12px;
    color: #B8B8B8;
}

.pcm-body {
    margin-top: 1rem;
}

.pcmb-text {
    color: #B8B8B8;
    line-height: 1.8;
}

.pcmb-replay-to {
    background: rgba(255, 255, 255, 0.1019607843);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
}
.pcmb-replay-to span {
    display: block;
    font-size: 14px;
    font-family: "IRANSansXFaNum Medium";
    margin-bottom: 5px;
}
.pcmb-replay-to p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #B8B8B8;
}

@media (max-width: 1279px) {
    .product-slider {
        max-width: 576px;
        margin: 0 auto;
    }
}
@media (max-width: 1023px) {
    .p-info-box {
        padding: 10px 14px;
        font-size: 14px;
    }
}
@media (max-width: 647px) {
    .tab-body {
        padding: 20px 0;
    }
    .ritch-text p {
        font-size: 14px;
    }
    .tab-head {
        justify-content: center;
    }
    .tab-button {
        height: 48px;
        padding: 0 16px;
        gap: 5px;
    }
    .tab-button span {
        font-size: 14px;
    }
    .pitc-title {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .pitc-desc-area {
        font-size: 14px;
    }
    .rounded-btn.light-effect {
        height: 43px;
    }
    .rounded-btn.light-effect .inner {
        gap: 6px;
    }
    .rounded-btn.light-effect .rb-text {
        font-size: 14px;
    }
    .pit-code span {
        font-size: 13px !important;
    }
    .pit-code ~ div span {
        font-size: 13px;
    }
    .pt-price-box {
        margin-top: 28px;
    }
    .pt-price-box .inner {
        flex-direction: column;
        gap: 24px;
    }
}
@media (max-width: 575px) {
    .cbwh-rate {
        gap: 5px;
    }
    .cbwh-rate svg {
        width: 16px;
        height: 16px;
    }
    .cbwh-rate span {
        font-size: 14px;
    }
    .cbwh-title {
        font-size: 14px;
    }
    .product-slider {
        gap: 10px;
    }
    .ps-item {
        width: calc((100% - 50px) / 6);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .pcmb-text {
        font-size: 13px;
    }
    .pcmhu-pic {
        width: 39px;
        min-width: 39px;
        height: 39px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        object-fit: cover;
    }
    .pcmhuc-name {
        font-size: 13px;
    }
    .pcmhuc-date {
        font-size: 12px;
    }
    .rounded-btn.light-effect {
        height: 32px !important;
    }
    .rounded-btn.light-effect .inner {
        padding: 0 12px;
    }
    .rounded-btn.light-effect svg {
        width: 13px;
        height: 13px;
    }
    .rounded-btn.light-effect .rb-text {
        font-size: 12px;
    }
    .p-comment-box .inner {
        padding: 12px;
    }
    .pcmb-replay-to {
        padding: 12px;
        margin-bottom: 12px;
    }
    .pcmb-replay-to span {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .pcmb-replay-to p {
        font-size: 13px;
    }
}
@media (max-width: 479px) {
    .tab-button {
        padding: 0 10px;
        gap: 4px;
    }
    .tab-button span {
        font-size: 13px;
    }
    .tab-button svg {
        width: 18px;
        height: 18px;
    }
    .ritch-text p {
        font-size: 13px;
    }
    .rounded-btn.light-effect {
        height: auto !important;
        border: none;
    }
    .rounded-btn.light-effect .inner {
        padding: 0;
    }
    .rounded-btn.light-effect::after {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */
