:root {
    --white-clr: #fff;
    --light-gray-clr: #F0F1F3;
    --medium-gray-clr: #E4E4E4;
    --dark-gray-clr: #8B8B8B;
    --gray-700-clr: #4B4B4B;
    --warm-gray-clr: #1D1C1B;
    --black-clr: #070707;
    --primary-clr: #6F47EB;
    --secondary-clr: #0241FF;
    --blue-clr: #006EFF;
    --light-blue-clr: #E4F1FF;
    --red-clr: #FF0C0C;
    --light-orange-clr: #F4BF74;
    --orange-clr: #FF9600;
    --dark-green-clr: #14560E;
    --light-green-clr: #A7FBA9;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Dana';
    src: url('/assets/fonts/DanaVF.woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Dana', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: var(--light-gray-clr);
    scroll-behavior: smooth;
}
button {
    font-family: 'Dana', sans-serif;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ajax-loader {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #555;
}
.no-products {
    text-align: center;
    padding: 20px;
    color: #999;
}

a {
    text-decoration: none;
    color: var(--black-clr);
}
ul {
    list-style: none;
}
input {
    font-family: 'Dana', sans-serif;
}
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: var(--light-gray-clr);
    border-radius: 2rem;
}
::-webkit-scrollbar-thumb {
    background: #B8B8B8;
    border-radius: 2rem;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--dark-gray-clr);
}
::-webkit-scrollbar-corner {
    background: var(--dark-gray-clr);
}
/*Responsive*/
@media (min-width: 1400px) {
    .product-grid { grid-template-columns: repeat(5, 1fr) !important;}
    .hero-title h1 {font-size: 2.2rem !important; }
    .menu-title { font-size: 1rem !important; }
    .links-list li a { font-size: 1rem !important; }
    .search-form {width: 550px !important;}
    .search-wrapper input[type="text"] {margin-left: 300px !important;}
    .sidebar-footer-wrapper { padding: 1.4rem 1rem !important; }
}
@media (min-width: 1024px) {
    .product-grid { grid-template-columns: repeat(4, 1fr);}
    .mobile-menu { display: none; }
}
@media (max-width: 790px) {
    .product-grid { grid-template-columns: repeat(3, 1fr) !important;}
    .mobile-menu { display: none; }
    .sidebar-right { width: 25% !important;}
    main { width: 75% !important;}
    .menu-title { font-size: 0.8rem !important; }
    .submenu li a { font-size: 0.77rem !important; }
    .menu li img {width: 1.1rem !important;}
    .term span { display: none; }
    .search-form { width: 190px !important;}
    .auth-guest {padding: 0.5rem 1rem !important;}
    .insight_core_breadcrumb { font-size: 0.8rem !important; }
    .hero-section { flex-direction: column-reverse; }
    .hero-video { width: 100% !important; }
    .hero-title { width: 100% !important; }
    .hero-title { text-align: center; }
    .hero-medal { align-self: center; }
    .hero-title h1 { font-size: 1.7rem !important; }
    .hero-title p { text-align: center !important; }
    .hero-button { justify-content: center !important; }
    .future span { font-size: 0.8rem !important; }
    .product-info {padding: 0 !important; margin: 0.5rem;}
    .badge-type { padding: 0.4rem !important; }
    .login-page-side-image {display: none !important}
    .login-page-form-container {width: 100% !important;}
}
@media screen and (max-width: 500px) {
    .product-grid { grid-template-columns: repeat(2, 1fr) !important;}
    .sidebar-right { display: none !important;}
    main { width: 100% !important;}
    .page-header {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .page-wrapper { padding: 1rem !important; }
    .icon-breadcrumb { display: none !important;}
    .search-form { width: 190px !important;}
    .auth-guest { padding: 0.5rem 1rem !important;}
    .banner-text { font-size: 0.8rem; padding: 0 0.7rem; !important;}
    .hero-section { flex-direction: column-reverse;}
    .hero-video { width: 100% !important;}
    .hero-title { width: 100% !important; align-items: center !important;}
    .hero-title h1 { text-align: center; font-size: 1.2rem !important; }
    .hero-title p { text-align: center !important; font-size: 0.85rem; }
    .object-btn { padding: 1rem 0.8rem !important;}
    .hero-future { display: none !important;}
    .new-3d-models {text-align: center;}
    .product-info {padding: 0 !important; margin: 0.5rem;}
    .badge-type { padding: 0.4rem !important; }
    .mobile-menu { display: block; position: fixed; bottom: -1rem; left: 50%; transform: translate(-50%, -50%); width: 90%; z-index: 999 }
    .mobile-icon {display: flex; align-items: center; justify-content: space-around; gap: 1rem; background: rgba(241, 241, 241, 0.6);
        padding: 0.8rem; border-radius: 2rem; backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); border: 1px solid rgba(240, 240, 240, 0.7);}
    .mobile-tap a {display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.2rem; font-size: 0.9rem;}
    .mobile-subscribe a {color: #0241FF}
    #backToTop { display: none !important; }
    .product-grid { padding: 0 !important; margin-top: 0.5rem;}
    .faq-question { text-align: center !important;}
    #product-sidebar {width: 100% !important }
    .sign-btn {padding: 1.2rem 0.8rem !important;}
    .login-page-side-image {display: none !important}
    .login-page-form-container {width: 100% !important;}
    .subcategory-bar { display: none !important;}
    .filters { gap: 1rem !important; }
}
/*Responsive*/
.sidebar-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 17%;
    max-width: 15.5rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: var(--light-gray-clr);
    z-index: 100;
}
.sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 1.375rem 0.5rem 0.5rem 0.5rem ;
    scrollbar-gutter: stable;
}
.sidebar-content::-webkit-scrollbar {
    width: 4px;
}
.sidebar-content::-webkit-scrollbar-track {
    background: transparent;
}
.sidebar-content::-webkit-scrollbar-thumb {
    background-color: var(--medium-gray-clr);
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.sidebar-content::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
.short-description {
    display: flex;
    flex-wrap: wrap;
}
.short-description img {
    width: 1.1rem !important;
}
#sidebar-title {
    background-color: #F0F1F3;
    padding: 12px;
    margin-bottom: 16px;
    text-align: center;
    font-size: 1rem;
    border-radius: 1rem;
}
#sidebar-short-desc strong:nth-of-type(1) {
    font-size: 0.9rem;
    margin-left: 0.65rem;
    background-color: #f4f4f4;
    padding: 5px 8px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    width: 36%;
    display: flex;
    justify-content: center;
}
#sidebar-short-desc strong:nth-of-type(1) img {
    display: none;
}
#sidebar-short-desc strong:nth-of-type(2) {
  font-size: 0.9rem;
    margin-left: 0.65rem;
    background-color: #f4f4f4;
    padding: 5px 8px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    width: 36%;
    display: flex;
    justify-content: center;
}
#sidebar-short-desc strong:nth-of-type(2) img {
   display: none; 
}
#sidebar-short-desc strong:nth-of-type(3) {
  font-size: 0.9rem;
    margin-left: 0.65rem;
    background-color: #f4f4f4;
    padding: 5px 8px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    width: 36%;
    display: flex;
    justify-content: center;
}
#sidebar-short-desc strong:nth-of-type(3) img {
    display: none;
}
#sidebar-short-desc strong:nth-of-type(4) {
    font-size: 0.9rem;
    margin-left: 0.65rem;
    background-color: #f4f4f4;
    padding: 5px 8px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 0.3rem;
    width: 46%;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
}
#sidebar-short-desc strong:nth-of-type(4) a {
    display: none;
}
#sidebar-short-desc strong:nth-of-type(5) {
  font-size: 0.9rem;
    margin-left: 0.65rem;
    background-color: #f4f4f4;
    padding: 5px 8px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    width: 36%;
    display: flex;
    justify-content: center;
}
.wp-image-24720, .wp-image-33643 {
   display: none; 
}
.wp-image-24719, .wp-image-33987 {
    display: none; 
}
#sidebar-short-desc strong:nth-of-type(5) img {
    display: none;
}
#sidebar-short-desc strong:nth-of-type(6) {
  font-size: 0.9rem;
    margin-left: 0.65rem;
    background-color: #f4f4f4;
    padding: 5px 8px;
    border-radius: 1rem;
    margin-bottom: 1rem;
    width: 68%;
    display: flex;
    justify-content: center;
}
#sidebar-short-desc strong:nth-of-type(6) img {
   display: none; 
}
#sidebar-short-desc em:nth-of-type(1) {
  font-weight: bold; /* 32mb */
  margin-top: 4px;
  width: 50%;
}
#sidebar-short-desc em:nth-of-type(2) {
   margin-top: 4px;
   font-weight: bold;
   width: 55%;
}
#sidebar-short-desc em:nth-of-type(3) {
  margin-top: 4px;
   font-weight: bold;
}
.full-description {
    text-align: center;
    font-size: 0.9rem;
}
.logo {
    display: flex;
}
.logo img {
    width: 1.625rem;
    margin-right: 0.625rem;
}
.category,
.other-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.75rem;
    margin-top: 0.5rem;
}
.category-text {
    color: #616d8a;
    font-size: 0.8rem;
    font-weight: 500;
}
.menu li {
    cursor: pointer;
    position: relative;
}
.menu li img {
    vertical-align: middle;
    width: 1.15rem;
}
.links-list li img {
    vertical-align: middle;
    width: 1.15rem;
}
.menu-title {
    margin-right: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #183153;
}
.links-list li a {
    margin-right: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #183153;
}
.term {
    display: flex;
    justify-content: space-between;
}
.term span {
    font-size: 0.8rem;
    background-color: #63E6BE;
    color: #183153;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
}
.td-models-menu ,
.links-list li {
    padding: 0.6rem 0.75rem;
    transition: all 0.1s ease-in-out;
}
.td-models-menu:hover,
.links-list li:hover {
    background-color: var(--medium-gray-clr);
    border-radius: 0.8rem;
}
    .has-submenu .toggle {
    display: inline-block;
    position: absolute;
    left: 0.4rem;
    transition: transform 0.3s ease;
}
.submenu {
    max-height: 0;
    overflow: hidden;
    margin-top: 0.2rem;
    margin-right: 1.6rem;
    transition: max-height 0.4s ease;
    position: relative;
}
.has-submenu.open .toggle {
    transform: rotate(-90deg);
}
.has-submenu.open .submenu::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 98%;
    background-color: #E3E3E3;
}
.has-submenu.open .submenu {
    display: block;
    max-height: 1000px;
}
.submenu li {
    padding: 0.6rem 0.75rem;
    transition: all 0.1s ease-in-out;
}
.submenu li:hover {
    background-color: var(--medium-gray-clr);
    border-radius: 0.75rem;
}
.submenu li img {
    width: 1.2rem;
}
.submenu li a {
    text-decoration: none;
    color: var(--gray-700-clr);
    font-size: 0.9rem;
    margin-right: 0.5rem;
}
.sidebar-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7rem;
    margin-right: 0.4rem;
}
.sidebar-footer-wrapper {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1.4rem 1rem;
    background: linear-gradient(90deg, rgba(10, 6, 4, 1) 0%, rgba(13, 15, 18, 1) 50%, rgba(1, 2, 2, 1) 100%);
    width: 96%;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
}
.sidebar-footer-title {
    color: var(--white-clr);
    text-align: center;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}
.account-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.7rem;
    background: linear-gradient(90deg,rgba(111, 71, 235, 1) 0%, rgba(2, 65, 255, 1) 100%);
     border-radius: 1.5rem;
    padding: 0 1.5rem;
    color: var(--white-clr);
    font-weight: 500;
    font-size: 0.85rem;
}
.container {
    width: 83%;
    position: fixed;
    left: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--light-gray-clr);
}
.page {
    background-color: var(--white-clr);
    width: 98%;
    height: 97vh;
    border-radius: 1rem;
    border: 1px solid var(--medium-gray-clr);
    overflow: hidden;
    overflow-y: scroll;
}
.page-wrapper {
    padding: 1rem 1.3rem;
}
.page-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-error, .register-error, .password-mismatch-error {
    font-size: 0.9rem;
    color: red;
}
.search-auth {
    display: flex;
}
.search-form {
    width: 480px;
}
.search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-gray-clr);
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
}
.search-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    opacity: 0.6;
}
.search-wrapper input[type="text"] {
    border: none;
    outline: none;
    font-size: 0.8rem;
    font-family: 'Dana', sans-serif;
    background: transparent;
    padding: 0.5rem 0;
    margin-left: 230px;
}
.upload-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.upload-btn img {
    width: 1.375rem;
    height: 1.375rem;
}
.insight_core_breadcrumb {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.insight_core_breadcrumb li a {
    color: var(--black-clr);
}
.icon-breadcrumb {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.icon-buttons {
    background-color: var(--light-gray-clr);
    padding: 0.5rem;
    border-radius: 0.75rem;
    display: flex;
}
.icon-buttons img {
    width: 1.3rem;
}
.top-banner {
    height: 50px;
    background: #4CB8C4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3CD3AD, #4CB8C4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3CD3AD, #4CB8C4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    display: flex;
    border-radius: 1.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    font-family: 'Dana', sans-serif;
    font-size: 14px;
    position: relative;
    margin-top: 1.5rem;
}
.banner-wrapper {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.banner-wrapper img {
    width: 1.3rem;
}
.banner-close {
    background: none;
    border: none;
    cursor: pointer;
}
.banner-close img {
    width: 0.8rem;
}
.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 1.5rem;
}
.hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1rem;
    width: 50%;
    text-align: start;
    padding: 1.4rem
}
.hero-title h1 {
    width: 100%;
    font-size: 2.1rem;
}
.hero-title p {
    width: 100%;
    text-align: justify;
    line-height: 1.6rem;
    color: var(--warm-gray-clr);
}
.hero-video {
    width: 50%;
    overflow: hidden;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
}
.hero-video video {
    object-fit: cover;
    width: 95%;
    height: 95%;
}
.hero-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
    margin-top: 1.1rem;
}
.object-btn {
    padding: 1.2rem 2.3rem;
    border-radius: 1.2rem;
    background: linear-gradient(90deg,rgba(111, 71, 235, 1) 0%, rgba(2, 65, 255, 1) 100%);
}
.object-btn a {
    color: var(--white-clr);
    font-weight: 500;
}
.sign-btn {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    background: none;
    /*background-color: var(--light-blue-clr);*/
    padding: 1.2rem 2.3rem;
    border-radius: 1.2rem;
    border: 1px solid #8B8B8B;
    /*text-decoration: underline var(--dark-gray-clr);*/
    /*text-underline-offset: 0.5rem;*/
}
.sign-btn a {
    color: var(--black-clr);
    /*color: #005bab;*/
    font-weight: 500;
}
.sign-btn img {
    width: 1rem;
    rotate: 45deg;
    display: none;
}
.hero-medal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--light-gray-clr);
    padding: 0.5rem 1.2rem;
    border-radius: 1rem;
}
.hero-medal span {
    font-size: 0.8rem;
}
.hero-future {
    display: flex;
    gap: 1em ;
    margin-top: 0.5rem;
    align-items: center;
}
.future {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.future span {
    font-size: 0.9rem;
}
.future img {
    width: 1.2rem;
}
.image-fu-wrapper {
    background-color: var(--light-gray-clr);
    padding: 0.7rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}
.last-models {
    display: flex;
    flex-direction: column;
}
.new-3d-models, .new-material-pbr, .new-textures {
    padding: 1rem 1.1rem 1.4rem 0.5rem;
}
.new-3d-models h3, .new-material-pbr h3, .new-textures h3  {
    font-size: 1rem;
    font-weight: 400;
}
/*Product Carts*/
.product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    padding: 1.5rem;
}
.product-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    cursor: pointer;
}
.badge-new {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: var(--blue-clr);
    color: var(--white-clr);
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
    border-radius: 0.7rem;
    z-index: 2;
}
.product-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
}
.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* آیکون دانلود */
.download-icon {
    position: absolute;
    bottom: 0.75rem;
    left: 1rem;
    background: var(--light-gray-clr);
    padding: 0.7rem;
    border-radius: 1rem;
    opacity: 0;
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease-in-out;
}
.product-card:hover .download-icon {
    opacity: 1;
}
.download-icon img {
    display: block;
    width: 1.2rem;
}
.product-info {
    padding: 1rem;
}
.product-title {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 0.5rem;
}
.product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.product-header.centered {
    justify-content: center;
}
.badge-type {
    font-size: 0.9rem;
    padding: 0.4rem 1.1rem;
    border-radius: 0.7rem;
    background-color: var(--light-blue-clr);
    color: var(--blue-clr);
}
.price-badge {
    background-color: var(--light-green-clr);
    color: var(--dark-green-clr);
}
.render-engine {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.engine-icon {
    width: 22px;
    height: auto;
    filter: brightness(1.2);
}
.view-more {
    width: 98%;
    height: 3rem;
    align-self: center;
    background-color: var(--light-gray-clr);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.view-more a {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--black-clr);
}
/*footer*/
.footer-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0.5rem 0;
}
.footer-wrapper h5 {
    font-weight: 400;
}
/*Pro sidebar*/
#product-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 32%;
    max-width: 430px;
    height: 100%;
    background: white;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
#product-sidebar.active {
    transform: translateX(0);
}
#sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 82.5%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 9998;
}
#sidebar-overlay.active {
    display: block;
}
.close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background-color: var(--light-gray-clr);
    padding: 0.7rem;
    border-radius: 0.7rem;
    cursor: pointer;
}
.close-btn img {
    width: 0.8rem;
}
.sidebar-content {
    flex-grow: 1;
    overflow-y: auto;
}
.sidebar-gallery {
    text-align: center;
    margin-bottom: 15px;
}
#sidebar-img-main {
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 8px;
}
.thumbnails {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.thumbnails img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.thumbnails img.active {
    border-color: #2b7cd3;
}
#sidebar-price {
    font-weight: 700;
    font-size: 1.2rem;
    color: #ff6f61;
    margin-bottom: 12px;
    text-align: center;
}
.short-description {
    font-size: 0.95rem;
}
.short-description, .full-description {
    margin-bottom: 16px;
    color: #333;
}
#sidebar-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 20px;
}
#sidebar-meta span {
    display: block;
    margin-bottom: 4px;
}
.download-btn {
    position: sticky;
    bottom: 0;
    display: block;
    /*background: var(--blue-clr);*/
    background: linear-gradient(90deg, rgba(111, 71, 235, 1) 0%, rgba(2, 65, 255, 1) 100%);
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 1rem;
    font-weight: 600;
    user-select: none;
}
/*Back to top*/
#backToTop {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    padding: 0.65rem;
    background: black;
    color: white;
    border: none;
    border-radius: 3rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}
#backToTop:hover {
    background: var(--blue-clr);
}
/*Archive page*/
.archive-hero ,
.subscribe-hero {
    margin-top: 2rem;
    margin-bottom: 1.3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}
.archive-hero h1, .subscribe-hero h1,
.subscribe-hero p, .archive-hero p {
    text-align: center;
}
/*Categories*/
.subcategory-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    background: rgba(231, 231, 231, 0.7);
    border-radius: 1.2rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(240, 240, 240, 0.7);
    z-index: 99;
    min-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.subcategory-bar.hidden {
    opacity: 0;
    visibility: hidden;
}
.subcategory-header {
    font-weight: 400;
    font-size: 0.85rem;
    text-align: right;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,rgba(111, 71, 235, 1) 0%, rgba(2, 65, 255, 1) 100%);
    padding: 0.5rem 1.2rem;
    color: white;
    border-radius: 0.7rem;
    margin-left: 0.8rem;
}
.subcategory-list {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
}
.subcategory-item a {
    display: block;
    padding: 0 0.8rem;
    border-radius: 8px;
    background: transparent;
    color: var(--warm-gray-clr);
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.subcategory-item a:hover {
    color: #777;
}
.subcategory-item.active a {
    background-color: var(--black-clr);
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 0.7rem;
}
/*Filter Bar*/
.filter-wrapper {
    padding: 1rem;
    border-radius: 1rem;
}
.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
    align-items: center;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}
.filter-title {
    font-weight: bold;
    margin-left: 0.5rem;
}
.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.filter-option {
    padding: 0.6rem 0.8rem;
    background: var(--light-gray-clr);
    border-radius: 0.6rem;
    cursor: pointer;
    user-select: none;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.filter-option img {
    width: 1.3rem;
}
.filter-option.active {
    background: var(--black-clr);
    color: var(--white-clr);
}
.color-dropdown .filter-option.color {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0;
    border: 2px solid transparent;
}
.color-dropdown .filter-option.color.active {
    border-color: #000;
}
.active-filters {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.active-items {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.active-item {
    background: var(--light-blue-clr);
    padding: 0.4rem 0.8rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--blue-clr);
}
.active-item button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: var(--blue-clr);
}
#clear-all {
    background: var(--red-clr);
    color: #fff;
    border: none;
    padding: 0.4rem 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}
.filter-dropdown-wrapper {
    position: relative;
}
.color-toggle {
    padding: 8px 12px;
    background: #EBDEFC;
    color: #6E34D1;
    cursor: pointer;
    border-radius: 0.6rem;
    font-size: 0.9rem;
}
.color-dropdown {
    position: absolute;
    top: 120%;
    right: -60%;
    border: 1px solid var(--light-gray-clr);
    padding: 10px;
    z-index: 10;
    grid-template-columns: repeat(5, 30px);
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: grid;
    background-color: #fff;
}
.filter-option.color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
}
.filter-dropdown-wrapper:hover .color-dropdown {
    display: grid;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
/*Pro Number*/
.new-count {
    display: flex;
    gap: 0.7rem;
    align-items: center;
}
.products-count {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--dark-gray-clr);
    margin-bottom: 2px;
}
/*Pagination*/
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 20px 0;
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
     border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    background-color: #F0F1F3;
}

.woocommerce nav.woocommerce-pagination ul li .current {
    background: #000 !important;
    color: #fff !important;
}

/*change tabs*/
.tabs {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    gap: 1rem;
}
.tab-button {
    padding: 12px 20px;
    cursor: pointer;
    background-color: var(--light-gray-clr);
    border: none;
    border-radius: 1.1rem;
    transition: background-color 0.3s;
}
.tab-button.active {
    background-color: var(--black-clr);
    color: var(--white-clr);
}
.plans {
    display: none;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.plans.active {
    display: flex;
}
.plan {
    padding: 20px 20px 25px 20px;
    border-radius: 1rem;
    width: 240px;
    min-height: 410px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.8rem;
    color: var(--medium-gray-clr);
}
.plan-free {
    background: var(--black-clr);
}
.plan-base {
    background-image: linear-gradient(160deg, #002F2D 0%, #00BD4A 160%);
}
.plan-standard {
    background-image: linear-gradient(160deg, #040D53 0%, #136CDF 160%);
}
.plan-pro {
    background-image: linear-gradient(160deg, #1C013E 0%, #493EDF 160%);
}
.plan h3 ,
.price {
    font-weight: bold;
    font-size: 1.8rem;
}
.price {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}
.price span {
    font-size: 0.9rem;
    color: var(--dark-gray-clr);
}
.plan p {
    font-size: 0.9rem;
    text-align: start;
}
.plan-future {
    margin-top: 0.4rem;
}
.plan-future h4 {
    text-align: start;
}
.plan-future-note img {
    width: 1.2rem;
}
.plan-future-note span {
    font-size: 0.8rem;
}
.plan-future-note {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.3rem;
    margin-top: 1rem;
}
.btn-free {
    background: var(--dark-gray-clr);
    color: var(--medium-gray-clr);
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 1rem;
    margin-top: 0.7rem;
}
.btn {
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 1rem;
    background-color: var(--white-clr);
    color: var(--black-clr);
    border: none;
    margin-top: 0.7rem;
}
/*Faq*/
.faq-container {
    max-width: 800px;
    margin: 5rem auto;
    direction: rtl;
}
.faq-container h3 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
.faq-question {
    background: var(--light-gray-clr);
    color: #333;
    font-weight: 500;
    width: 100%;
    text-align: right;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 1rem;
    transition: background 0.3s ease;
    margin-bottom: 5px;
}
.faq-question:hover {
    background: #e0e0e0;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: #fff;
    padding: 0 20px;
    border-radius: 0 0 6px 6px;
    margin-bottom: 10px;
}
.faq-answer p {
    margin: 15px 0;
    text-align: center;
    font-size: 0.9rem;
}
.faq-item.open .faq-answer {
    max-height: 200px; /* می‌تونی بیشتر کنی */
    padding: 15px 20px;
}
/*About*/
.about h2 {
    font-size: 2rem;
    text-align: center;
}
.about-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    margin-top: 1rem;
    gap: 2rem;
}
.about-one {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.about-wrapper p {
    line-height: 1.8rem;
}
.mission, .vision, .future-plans {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.mission img, .vision img, .future-plans img {
    width: 1.2rem;
}
.mission-title, .vision-title, .future-title {
    display: flex;
    align-items: center;
    background-color: var(--light-blue-clr);
    color: var(--blue-clr);
    padding: 0.7rem 1rem;
    border-radius: 1rem;
    gap: 0.5rem;
}
.mission-title h3, .vision-title h3, .future-title h3  {
    font-size: 1rem;
    font-weight: 500;
}
.values {
    display: flex;
    text-align: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.quality, .unique, .collection,
.platform {
    width: 32%;
    padding: 2rem;
    min-height: 100px;
    background: var(--light-gray-clr);
    border-radius: 1.4rem;
    text-align: center;
    font-size: 0.9rem;
}
.unique , .platform {
    background: #FFDEA7;
}
/*Contact*/
.contact-wrapper {
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.contact-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 1rem;
}
.contact-info h2 {
    font-size: 1.3rem;
}
.contact-info p {
    font-size: 0.9rem;
}
.contact-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}
.email-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.email-phone img {
    width: 1.2rem;
}
.email, .number {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.socials {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}
.socials a {
    padding: 0.7rem;
    border-radius: 1rem;
    background: var(--light-gray-clr);
}

.socials img {
    width: 1.3rem;
    align-items: center;
    justify-content: center;
    display: flex;
}
form.contact-form {
    padding: 0.6rem;
    width: 100%;
    max-width: 500px;
}
.form-label {
    display: block;
    margin-bottom: 0.4rem;
}
.form-input,
.form-textarea {
    width: 400px;
    padding: 1rem;
    border: 1px solid var(--medium-gray-clr);
    border-radius: 1rem;
    font-size: 0.9rem;
    background-color: var(--light-gray-clr);
}
.form-input:focus, .form-textarea:focus {
    outline: none;
    border: 1px solid var(--blue-clr);
}
.form-textarea {
    height: 120px;
    resize: vertical;
}
.form-button {
    margin-top: 20px;
    padding: 1.3rem;
    background: linear-gradient(90deg,rgba(111, 71, 235, 1) 0%, rgba(2, 65, 255, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 1.2rem;
    cursor: pointer;
    width: 400px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}
.form-button:hover {
    background-color: #005bb5;
}
/*Login*/
.login-page-wrapper {
    height: 100vh;
    display: flex;
    width: 100%;
}
.login-page-side-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-clr);
    padding: 1rem;
}
.login-page-side-image img {
    width: 100%;
    height: 96vh;
    object-fit: cover;
    border-radius: 1rem;
}
.login-page-side-image video {
    width: 100%;
    height: 96vh;
    object-fit: cover;
    border-radius: 1rem;
}
.login-page-form-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.login-page-form-wrapper {
    width: 100%;
    max-width: 420px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-page-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
.login-page-logo img {
    width: 36px;
    margin-bottom: 1rem;
}
.login-page-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 1rem;
}
.login-page-tab-btn {
    padding: 12px 30px;
    cursor: pointer;
    background-color: var(--light-gray-clr);
    border: none;
    border-radius: 1.1rem;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
}
.login-page-tab-btn.active {
    background-color: var(--black-clr);
    color: var(--white-clr);
}
.login-page-form {
    display: none;
}
.login-page-form.active {
    display: block;
}
.login-page-form-group {
    margin-bottom: 15px;
}
.login-page-form-group label {
    font-size: 0.8rem;
}
.login-page-label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: var(--black-clr);
}
.login-page-input {
    width: 100%;
    padding: 12px;
    border-radius: 1rem;
    border: 1px solid var(--medium-gray-clr);
    background-color: var(--light-gray-clr);
    font-size: 1rem;
}
.login-page-input:focus {
    outline: none;
    border-color: var(--blue-clr);
}
.login-page-input.invalid {
    border-color: var(--red-clr);
}
.login-page-input-wrapper {
    position: relative;
}
.login-page-toggle-password {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    color: var(--medium-gray-clr);
}
.login-page-toggle-password img {
    width: 100%;
    height: 100%;
}
.login-page-error-message {
    font-size: 0.8rem;
    color: var(--red-clr);
    margin-top: 5px;
    display: none;
}
.login-page-submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg,rgba(111, 71, 235, 1) 0%, rgba(2, 65, 255, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 1rem;
    margin-top: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.login-page-forgot-toggle {
    margin-top: 10px;
    color: var(--blue-clr);
    cursor: pointer;
    font-size: 0.9rem;
    text-align: right;
    transition: color 0.2s ease;
}
.login-page-forgot-toggle:hover {
    color: #005bb5;
}
.login-page-forgot-box {
    margin-top: 15px;
    background: var(--light-gray-clr);
    padding: 15px;
    border-radius: 16px;
    display: none;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.login-page-forgot-box p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.login-page-forgot-box[style*="display: block"] {
    opacity: 1;
}
.login-page-terms {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #555;
    text-align: center;
}
.login-page-terms a {
    color: var(--blue-clr);
    text-decoration: none;
}
.login-page-terms a:hover {
    text-decoration: underline;
}

.login-page-name-row {
    display: flex;
    gap: 10px;
}
.login-page-name-row .login-page-form-group {
    flex: 1;
    margin-bottom: 0;
}
.back-to-home {
    position: absolute;
    left: 2rem;
    top: 2rem;
    background-color: var(--light-gray-clr);
    padding: 0.5rem;
    border-radius: 1rem;
}
.back-to-home a {
    display: flex;
    align-items: center;
}
.back-to-home img {
    width: 1.3rem;
}
.account-header {
    margin-top: 2rem;
    font-size: 1.5rem;
    text-align: center;
}
.woocommerce {
    display: flex;
    flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 2rem;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 1rem;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 0.5rem 1rem;
    background-color: #F0F1F3;
    border-radius: 1rem;
    font-size: 0.9rem;
}