@charset "UTF-8";
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Black.woff2);
  font-weight: 900;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-DemiBold.woff2);
  font-weight: 600;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-ExtraBold.woff2);
  font-weight: 800;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-ExtraLight.woff2);
  font-weight: 200;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Light.woff2);
  font-weight: 300;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: "Farhang";
  src: url(../fonts/Farhang2FaNum-Regular.woff2);
  font-weight: 400;
}
body {
  font-family: "Farhang";
  background-color: #0A0A0A;
}

header {
  transition: all 0.3s ease;
}
header.fixed-header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(15px) saturate(180%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-theme {
  background-color: rgb(199, 168, 103);
  padding: 12px 0;
  color: white;
  border-radius: 0;
  margin-top: 24px;
}
.btn-theme:hover {
  background-color: rgba(199, 168, 103, 0.24);
}

.form-control {
  align-items: center;
  padding: 16px;
  gap: 10px;
  background: #242424;
  border: 1px solid #404040;
  color: #c3c3c3;
}
.form-control::placeholder {
  color: #404040;
}

.divider {
  width: 100%;
  height: 1px;
  background: #242424;
  margin: 1.5rem 0;
}

.nav-link {
  color: #ffffff;
  margin: 0 0.75rem;
  border-bottom: 1px solid transparent;
}
.nav-link:hover {
  color: rgb(199, 168, 103);
  border-bottom: 1px solid rgb(199, 168, 103);
}

.btn-nav {
  margin-right: 1.2rem;
}

.btn-sing-in {
  color: #ffffff;
}
.btn-sing-in:hover {
  color: #ffffff;
}

.cart-btn .cart-quntity {
  width: 1.2rem;
  height: 1.4rem;
  display: inline-block;
  border-radius: 15px;
  line-height: 1.8;
  text-align: center;
  font-family: "Farhang";
  background-color: rgb(199, 168, 103);
}

.search-wrapper {
  position: relative;
  z-index: 100;
}
.search-wrapper .input-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 320px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px) translateY(20px);
  transition: all 0.25s ease;
}
.search-wrapper .input-group.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(20px);
}
.search-wrapper .input-group input {
  background: #1A1A1A;
  border: 1px solid rgba(212, 175, 106, 0.15);
  color: white;
}
.search-wrapper .input-group input:focus {
  box-shadow: none;
  border-color: #D4AF6A;
}
.search-wrapper .input-group .input-group-text {
  background: #D4AF6A;
  border: none;
}
@media (max-width: 768px) {
  .search-wrapper .input-group {
    left: 50%;
  }
}

.navbar-toggler {
  color: #ffffff;
}

/* Mega Menu */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #efefef;
  margin-top: 0;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.35s ease;
}
.mega-menu .mega-title {
  font-size: 18px;
  padding-top: 40px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}
.mega-menu .mega-link {
  display: block;
  text-decoration: none;
  color: #555;
  margin-bottom: 12px;
  font-size: 16px;
  transition: 0.25s;
}
.mega-menu .mega-link:hover {
  color: #000;
}
.mega-menu .col-mega {
  padding: 0px 40px;
  border-left: 1px solid #ccc;
}
.mega-menu .mega-image img {
  height: 300px;
}

.nav-item.dropdown {
  position: static;
}
.nav-item.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}

.cart-menu {
  position: absolute;
  left: 0%;
  padding: 24px;
  display: none;
  max-width: 430px;
  z-index: 1000;
  background-color: #ffffff;
}

.cart-item {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 24px;
  margin-top: 24px;
}
.cart-item .info-wrapper {
  margin-right: 16px;
  flex: 1;
  /* اضافه شد - اجازه رشد به اطلاعات می‌دهد */
  min-width: 0;
  /* اضافه شد - برای text-truncate ضروری است */
}
.cart-item .info-wrapper .name {
  font-weight: bold;
  margin-bottom: 8px;
  /* اضافه شد - فاصله از بخش بعدی */
}
.cart-item .info-wrapper .size,
.cart-item .info-wrapper .color {
  margin-top: 12px;
  color: #565656;
}
.cart-item .info-wrapper .price {
  display: flex;
  gap: 8px;
  /* اضافه شد - فاصله بین تعداد و قیمت */
  align-items: center;
}
.cart-item .info-wrapper .price span {
  white-space: nowrap;
  /* اضافه شد - جلوگیری از شکستن هر بخش */
}
.cart-item .info-wrapper .price span:last-child {
  color: black;
  font-weight: bold;
}
.cart-item:first-child {
  margin-top: 0;
}

.zagros-menu .nav-tabs {
  margin-top: 24px;
  border-bottom: none;
}
.zagros-menu .nav-tabs .nav-link {
  color: #222;
  font-weight: 500;
  font-size: 20px;
  padding: 14px 0;
}
.zagros-menu .nav-tabs .nav-link.active {
  background-color: #0b1437;
  color: #fff;
  border-bottom: 4px solid rgb(199, 168, 103);
  border-radius: 0;
}
.zagros-menu .list-group-item {
  border: none;
  padding: 20px 24px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zagros-menu .list-group-item svg {
  transition: 0.2s;
}
.zagros-menu .list-group-item:hover {
  background-color: #f8f9fa;
}
.zagros-menu .list-group-item_btn_coll:not(.collapsed) {
  border-bottom: 2px solid #02003C;
}
.zagros-menu .list-group-item_btn_coll:not(.collapsed) svg {
  transform: rotate(180deg);
}
.zagros-menu .list-group-item a {
  text-decoration: none;
  color: #222;
  display: flex;
  justify-content: space-between;
}
.zagros-menu .list-group-item a:after {
  content: "";
  background-image: url(../images/icon/Iconly-Heart-1724839002216.svg);
}
.zagros-menu .list-group-item .collapse a:after {
  transform: rotate(-180deg);
}

/* Offcanvas scroll */
.offcanvas {
  height: 100vh;
}

.offcanvas-body {
  padding: 0;
  overflow-y: auto;
}

/* حذف یا اصلاح این بخش - چون در HTML شما استفاده نشده */
.price-section {
  font-size: 20px;
  font-weight: 800;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-menu.show {
  display: block;
}

.cart-btn.active {
  border-bottom: 1px solid rgb(199, 168, 103);
}

.modal-login {
  background-color: #161616;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-login .modal-header {
  align-self: start;
  padding: 0;
  border-bottom: unset;
}
.modal-login .modal-header .close {
  padding: 3px 7px;
  border-radius: 0;
  background-color: #E40004;
  color: white;
}
.modal-login .modal-body .text-wrapper {
  border-bottom: 1px solid #242424;
}
.modal-login .otp-wrapper {
  margin-top: 2rem;
}
.modal-login .otp-wrapper .otp-input {
  width: 56px;
  height: 56px;
  background: #1A1A1A;
  border: 1px solid rgba(212, 175, 106, 0.15);
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  outline: none;
  transition: all 0.25s ease;
}
.modal-login .otp-wrapper .otp-input:focus {
  border-color: #D4AF6A;
  box-shadow: 0 0 0 3px rgba(212, 175, 106, 0.12);
  background: #202020;
}
.modal-login .otp-wrapper .otp-input:hover {
  border-color: rgba(212, 175, 106, 0.4);
}
.modal-login .text-secondary.text-start a {
  text-decoration: underline;
  color: rgb(199, 168, 103);
}
.modal-login .form-group label {
  color: rgb(199, 168, 103);
}

.footer {
  color: #e0e0e0;
  padding: 60px 0 20px;
}
.footer .logo {
  color: rgb(199, 168, 103);
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}
.footer .info-title,
.footer .section-title {
  color: rgb(199, 168, 103);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
}
.footer .footer-links a {
  color: #b0b0b0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.footer .footer-links a:hover {
  color: rgb(199, 168, 103);
  padding-right: 5px;
}
.footer .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .contact-list li {
  margin-bottom: 1rem;
  color: #9D9D9D;
  line-height: 1.5;
}
.footer .contact-list i {
  color: rgb(199, 168, 103);
  font-size: 1.1rem;
  min-width: 24px;
}
.footer .social-icons {
  display: flex;
  gap: 15px;
}
.footer .social-icons a {
  width: 56px;
  height: 56px;
  padding: 6px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.footer .social-icons a:hover {
  transform: translateY(-2px);
}
.footer .social-icons a img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  display: block;
}
.footer .newsletter-text {
  font-size: 0.85rem;
  color: #b0b0b0;
  margin-bottom: 0.75rem;
}
.footer .newsletter .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 8px 0 0 8px;
  font-size: 0.85rem;
}
.footer .newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(199, 168, 103);
  box-shadow: none;
  color: #ffffff;
}
.footer .newsletter .form-control::placeholder {
  color: #666;
}
.footer .newsletter .btn-subscribe {
  background: rgb(199, 168, 103);
  border: none;
  color: #0a0a0a;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
  font-size: 0.85rem;
  padding: 0.375rem 1rem;
}
.footer .newsletter .btn-subscribe:hover {
  background: rgb(199, 168, 103), 8%;
  color: #000;
}
.footer .mini-logo-wrapper {
  position: relative;
}
.footer .mini-logo-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  height: 2px;
  width: 50%;
  background-color: #242424;
}
.footer .mini-logo-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 50%;
  background-color: #242424;
}
.footer .mini-logo-wrapper img {
  background-color: #000;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.footer .copyright {
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer .logo {
    font-size: 1.5rem;
  }
  .footer .contact-list li {
    font-size: 0.75rem;
  }
}

.section-titre {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
.section-titre h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.section-titre::before, .section-titre::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.hero-section {
  width: 100%;
  position: relative;
  background-color: #000;
}
.hero-section .custom-slider {
  position: relative;
  width: 100%;
  height: clamp(800px, 52vw, 1000px);
}
@media (max-width: 768px) {
  .hero-section .custom-slider {
    height: 600px;
  }
}
.hero-section .custom-slider .my-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  z-index: 1;
}
.hero-section .custom-slider .my-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.hero-section .custom-slider .my-slide .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-section .custom-slider .my-slide .img-wrapper .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(600px, 42vw, 800px);
  object-fit: cover;
  z-index: 1;
}
.hero-section .custom-slider .my-slide .img-wrapper .logo-layer {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  text-align: center;
  display: block;
  z-index: 2;
}
.hero-section .custom-slider .my-slide .img-wrapper .man-layer {
  position: absolute;
  height: clamp(600px, 42vw, 800px);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 25%);
  mask-image: linear-gradient(to top, transparent 0%, black 25%);
}
.hero-section .custom-slider .my-slide .img-wrapper .people-layer {
  position: absolute;
  left: 20%;
  height: clamp(550px, 42vw, 800px);
  transform: translateY(-24px);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 992px) {
  .hero-section .custom-slider .my-slide .img-wrapper .people-layer {
    left: 10%;
    transform: translateY(-43px);
  }
}
.hero-section .custom-slider .my-slide .img-wrapper .pesrson-layer {
  z-index: 2;
  position: absolute;
  height: clamp(600px, 42vw, 800px);
  top: 3%;
  left: 48%;
  transform: translateY(-3.5%) translateX(-50%);
}
.hero-section .custom-slider .my-slide .img-wrapper .overlay-position-right,
.hero-section .custom-slider .my-slide .img-wrapper .overlay-position-center,
.hero-section .custom-slider .my-slide .img-wrapper .overlay-position-left {
  position: absolute;
  top: 0;
  height: clamp(550px, 42vw, 800px);
  max-width: 90%;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
}
.hero-section .custom-slider .my-slide .img-wrapper .overlay-position-right {
  right: 5%;
  left: auto;
  transform: none;
}
.hero-section .custom-slider .my-slide .img-wrapper .overlay-position-center {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.hero-section .custom-slider .my-slide .img-wrapper .overlay-position-left {
  right: auto;
  left: 5%;
  transform: none;
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper {
  position: absolute;
  right: 10%;
  bottom: 25%;
  z-index: 1;
  text-align: end;
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper img {
  height: clamp(60px, 7vw, 120px);
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper p {
  font-size: 32px;
  font-weight: 400;
  direction: rtl;
  color: rgb(199, 168, 103);
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper a {
  color: white;
}
@media (max-width: 1200px) {
  .hero-section .custom-slider .my-slide .img-wrapper .info-wrapper {
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .hero-section .custom-slider .my-slide .img-wrapper .info-wrapper {
    right: 14%;
    bottom: 5%;
  }
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper-layer-3 {
  position: absolute;
  left: 10%;
  bottom: 30%;
  z-index: 1;
  text-align: end;
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper-layer-3 img {
  height: clamp(60px, 7vw, 120px);
}
.hero-section .custom-slider .my-slide .img-wrapper .info-wrapper-layer-3 a {
  font-family: auto;
  color: white;
  font-size: 48px;
}
@media (max-width: 1200px) {
  .hero-section .custom-slider .my-slide .img-wrapper .info-wrapper-layer-3 {
    bottom: 40%;
  }
}
.hero-section .custom-slider .my-slide .simple-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .custom-slider .custom-pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  position: absolute;
  left: 10%;
  top: 75%;
  z-index: 20;
}
@media (max-width: 1200px) {
  .hero-section .custom-slider .custom-pagination {
    top: 65%;
  }
}
@media (max-width: 768px) {
  .hero-section .custom-slider .custom-pagination {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-section .custom-slider .custom-pagination .pagination-bullet {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 999px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero-section .custom-slider .custom-pagination .pagination-bullet-active {
  width: 56px;
  height: 10px;
  background: #aaa;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.about-section {
  background-color: #050505;
  color: #ffffff;
  padding: 5rem 0;
  direction: rtl;
}
.about-section .features-grid {
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto 4rem auto;
}
.about-section .features-grid .feature-col {
  gap: 1rem;
  flex: 1;
}
.about-section .features-grid .feature-card {
  background: linear-gradient(247.4deg, #0F0F0F 0%, #242424 100%);
  border-radius: 16px;
  text-align: center;
  flex: 1;
  min-width: 200px;
  /* مانع از مچاله شدن کارت‌ها در دسکتاپ کوچک */
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: border-color 0.3s ease;
}
.about-section .features-grid .feature-card:hover {
  border-color: rgba(199, 168, 103, 0.3);
}
.about-section .features-grid .feature-card h3 {
  color: rgb(199, 168, 103);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.about-section .features-grid .feature-card p {
  color: #a0a0a0;
  font-size: 0.9rem;
  margin: 0;
}
.about-section .features-grid .card-1 {
  background: linear-gradient(247.4deg, #0F0F0F 0%, #242424 100%);
}
.about-section .features-grid .card-2 {
  background: linear-gradient(247.4deg, #242424 0%, #0F0F0F 100%);
}
.about-section .features-grid .card-3 {
  background: linear-gradient(277.89deg, #242424 0%, #0F0F0F 100%);
}
.about-section .features-grid .card-4 {
  background: linear-gradient(286.04deg, #0F0F0F -0.07%, #242424 99.93%);
}
.about-section .features-grid .center-logo-box {
  z-index: 5;
}
.about-section .features-grid .center-logo-box img {
  display: block;
  height: 150px;
  width: auto;
  padding: 0.5rem;
}
.about-section {
  /* ─── واکنش‌گرایی اختصاصی برای تبدیل به شبکه ۲ در ۲ در موبایل ─── */
}
@media (max-width: 767.98px) {
  .about-section .features-grid {
    display: grid !important;
    /* سوییچ به گرید برای مهار راحت‌تر ۲ در ۲ */
    grid-template-columns: 1fr 1fr;
    gap: 1rem !important;
    padding: 0 1rem;
  }
  .about-section .features-grid .feature-col {
    display: contents !important;
    /* حذف لایه واسط برای رهایی کارت‌ها */
  }
  .about-section .features-grid .feature-card {
    min-width: unset;
    padding: 1rem !important;
  }
  .about-section .features-grid .center-logo-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
  }
  .about-section .features-grid .center-logo-box img {
    height: 95px;
    /* ابعاد متناسب با موبایل */
  }
}
.about-section .about-content {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 4rem auto;
}
.about-section .about-content h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.about-section .about-content p {
  color: #b0b0b0;
  line-height: 1.8;
  text-align: justify;
  text-align-last: center;
}
.about-section .awards-container {
  display: flex;
  justify-content: center;
  position: relative;
}
.about-section .awards-container img {
  object-fit: contain;
  background-color: #050505;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .about-section .awards-container img {
    height: 100px;
  }
}
.about-section .awards-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
}

.categories-section {
  background-color: #050505;
  padding: 4rem 0;
  direction: ltr;
}
.categories-section .categories-masonry {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  grid-template-rows: 1fr 1fr auto;
  grid-template-areas: "shirt  coat  suit" "manto  women suit" "manto  women office";
}
@media (max-width: 991.98px) {
  .categories-section .categories-masonry {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "suit   manto" "suit   women" "office women" "shirt  coat";
  }
}
.categories-section .category-item {
  position: relative;
  background-color: #141414;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height: 200px;
  background-size: cover;
  background-position: center;
}
.categories-section .category-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* میزان تاریکی لایه روی عکس */
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.categories-section .category-item {
  /* ─── عملیات جادویی هوور ─── */
}
.categories-section .category-item:hover::before {
  opacity: 1;
}
.categories-section .category-item:hover .category-content .main-info {
  opacity: 0;
  transform: translateY(-10px);
}
.categories-section .category-item:hover .category-content .view-all-btn {
  opacity: 1;
  transform: translateY(0);
}
.categories-section .category-item .category-content {
  z-index: 2;
  text-align: center;
  padding: 1rem;
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.categories-section .category-item .category-content .main-info {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
.categories-section .category-item .category-content .main-info h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  letter-spacing: 0.5px;
}
.categories-section .category-item .category-content .main-info p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.categories-section .category-item .category-content .view-all-btn {
  position: absolute;
  background-color: #4a4338;
  /* رنگ خاکی/زیتونی تیره امضای برند زاگرس */
  color: #ffffff;
  padding: 0.6rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 2px;
  direction: rtl;
  opacity: 0;
  transform: translateY(20px);
  /* شروع انیمیشن از کمی پایین‌تر */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.categories-section .category-item .category-content .view-all-btn {
  position: absolute;
  background-color: #4a4338;
  /* رنگ خاکی/زیتونی تیره امضای برند زاگرس */
  color: #ffffff;
  padding: 0.6rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 2px;
  direction: rtl;
  opacity: 0;
  transform: translateY(20px);
  /* شروع انیمیشن از کمی پایین‌تر */
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.categories-section .item-mens-shirt {
  grid-area: shirt;
}
.categories-section .item-mens-coat {
  grid-area: coat;
}
.categories-section .item-mantoeu {
  grid-area: manto;
}
.categories-section .item-womens-suit {
  grid-area: women;
}
.categories-section .item-mens-suit {
  grid-area: suit;
  min-height: 450px;
}
@media (max-width: 768px) {
  .categories-section .item-mens-suit {
    min-height: 300px;
  }
  .categories-section .categories-masonry {
    gap: 1rem;
  }
}
.categories-section .item-office-coat {
  grid-area: office;
}

.products-tab-section {
  background-color: #0b0b0b;
  /* پس‌زمینه تیره هماهنگ با تصاویر */
  padding: 5rem 0;
  direction: rtl;
  overflow: hidden;
}
.products-tab-section .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.products-tab-section .nav-tabs .nav-item {
  margin-bottom: -1px;
  /* قرارگیری دقیق روی خط مرز */
}
.products-tab-section .nav-tabs .nav-link {
  color: #888888;
  background: transparent !important;
  border: none !important;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.8rem 2rem;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.products-tab-section .nav-tabs .nav-link:hover {
  color: #ffffff;
}
.products-tab-section .nav-tabs .nav-link.active {
  color: #cda25b !important;
}
.products-tab-section .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cda25b;
  /* خط طلایی افقی زیر کلمه فعال شبیه تصویر شما */
  box-shadow: 0 0 8px rgba(205, 162, 91, 0.4);
}
.products-tab-section .product-card {
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.products-tab-section .product-card__img {
  position: relative;
  height: clamp(200px, 20vw, 400px);
}
.products-tab-section .product-card__img .product-discount {
  position: absolute;
  top: 0;
  left: clamp(5px, 1vw, 19px);
  width: clamp(50px, 4vw, 56px);
  height: clamp(50px, 4vw, 56px);
  border-radius: 0 0 50% 50%;
  background: #000653;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 800;
}
.products-tab-section .product-card__img .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products-tab-section .product-card__img .hover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.products-tab-section .product-card__img:hover .hover-image {
  opacity: 1;
}
.products-tab-section .product-card__img:hover .product-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.products-tab-section .product-card__img .product-actions {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.4s;
}
.products-tab-section .product-card__img .product-actions button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgb(199, 168, 103);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.products-tab-section .product-card__img .product-actions button img {
  height: 30px;
}
.products-tab-section .product-card__img .product-actions button:hover {
  background: rgba(199, 168, 103, 0.48);
}
.products-tab-section .product-title {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 600;
}
.products-tab-section .product-title a {
  color: #fff;
  text-decoration: none;
}
.products-tab-section .product-title a:hover {
  color: #caa45e;
}
.products-tab-section .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products-tab-section .product-price del {
  color: rgba(255, 255, 255, 0.4);
  font-size: clamp(12px, 2vw, 20px);
}
.products-tab-section .product-price .price {
  color: #caa45e;
  font-size: clamp(16px, 2vw, 24px);
}
.products-tab-section .product-sizes {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.products-tab-section .product-sizes span {
  border: 1px solid #323232;
  height: clamp(24px, 2vw, 40px);
  width: clamp(46px, 2vw, 50px);
  text-align: center;
  line-height: 2;
  font-size: clamp(12px, 2vw, 16px);
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
}
.products-tab-section .products-swiper,
.collection-slider-section .collectionSwiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow: clip;
  contain: paint;
}
.products-tab-section .tab-content,
.products-tab-section .tab-pane {
  overflow: hidden;
}
.products-tab-section .swiper-slide,
.collection-slider-section .swiper-slide {
  height: auto;
}
.products-tab-section .swiper-slide .product-card {
  height: 100%;
}
.collection-slider-section .swiper-slide {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
@media (min-width: 576px) {
  .collection-slider-section .swiper-slide {
    width: 210px;
    min-width: 210px;
    max-width: 210px;
  }
}
@media (min-width: 768px) {
  .collection-slider-section .swiper-slide {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .collection-slider-section .swiper-slide {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }
}
.collection-slider-section .product-card {
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.collection-slider-section .product-card__img {
  position: relative;
  height: clamp(200px, 20vw, 400px);
}
.collection-slider-section .product-card__img .product-discount {
  position: absolute;
  top: 0;
  left: clamp(5px, 1vw, 19px);
  width: clamp(50px, 4vw, 56px);
  height: clamp(50px, 4vw, 56px);
  border-radius: 0 0 50% 50%;
  background: #000653;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 800;
}
.collection-slider-section .product-card__img .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-slider-section .product-card__img .hover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.collection-slider-section .product-card__img:hover .hover-image {
  opacity: 1;
}
.collection-slider-section .product-card__img:hover .product-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.collection-slider-section .product-card__img .product-actions {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.4s;
}
.collection-slider-section .product-card__img .product-actions button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgb(199, 168, 103);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.collection-slider-section .product-card__img .product-actions button img {
  height: 30px;
}
.collection-slider-section .product-card__img .product-actions button:hover {
  background: rgba(199, 168, 103, 0.48);
}
.collection-slider-section .product-title {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 600;
}
.collection-slider-section .product-title a {
  color: #fff;
  text-decoration: none;
}
.collection-slider-section .product-title a:hover {
  color: #caa45e;
}
.collection-slider-section .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collection-slider-section .product-price del {
  color: rgba(255, 255, 255, 0.4);
  font-size: clamp(12px, 2vw, 20px);
}
.collection-slider-section .product-price .price {
  color: #caa45e;
  font-size: clamp(16px, 2vw, 24px);
}
.collection-slider-section .product-sizes {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.collection-slider-section .product-sizes span {
  border: 1px solid #323232;
  height: clamp(24px, 2vw, 40px);
  width: clamp(46px, 2vw, 50px);
  text-align: center;
  line-height: 2;
  font-size: clamp(12px, 2vw, 16px);
  cursor: pointer;
  transition: 0.2s;
  color: #ffffff;
}

.partners-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.partners-section .partners-content-box .sub-title-gold {
  color: #cda25b;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}
.partners-section .partners-content-box .main-title-white {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.partners-section .partners-content-box .main-title-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, rgba(205, 162, 91, 0.2), transparent);
}
.partners-section .partners-content-box .description-text {
  color: #dddddd;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
}
.partners-section .partners-content-box .industries-list {
  list-style: none;
}
.partners-section .partners-content-box .industries-list li {
  color: #b5b5b5;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
  line-height: 1.7;
}
.partners-section .partners-content-box .industries-list li strong {
  color: #ffffff;
  font-weight: 500;
  margin-left: 5px;
}
.partners-section .partners-content-box .btn-corporate-solutions {
  background-color: #02003c;
  color: #ffffff;
  text-decoration: none;
  padding: 0.9rem 1.8rem;
  min-width: 280px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.partners-section .partners-content-box .btn-corporate-solutions .btn-icon {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
.partners-section .partners-content-box .btn-corporate-solutions:hover {
  background-color: rgb(2.68, 0, 80.4);
  color: #cda25b;
}
.partners-section .partners-content-box .btn-corporate-solutions:hover .btn-icon {
  transform: translateX(-4px);
}
@media (max-width: 768px) {
  .partners-section .partners-content-box .btn-corporate-solutions {
    width: 100%;
  }
}
.partners-section .partners-graphics-wrapper {
  position: relative;
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  /* ایجاد فضای خالی مناسب برای قرارگیری خط زیرین */
}
.partners-section .partners-graphics-wrapper::after {
  content: "";
  position: absolute;
  bottom: 10px;
  /* میزان فاصله خط از کف کانتینر */
  left: 5%;
  width: 90%;
  /* خط کمی از کانتینر جمع‌تر باشد تا حس لوکس بودن طرح حفظ شود */
  height: 1px;
  /* ضخامت خط */
  /* طیف رنگی: شروع از شفاف -> سفید/نقره‌ای ملایم در مرکز -> بازگشت به شفاف */
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 50%, transparent 100%);
  z-index: 2;
}
.partners-section .partners-graphics-wrapper .banks-grid-overlay {
  width: 100%;
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.45;
  transition: opacity 0.4s ease;
}
.partners-section .partners-graphics-wrapper .banks-grid-overlay:hover {
  opacity: 0.7;
}
.partners-section .partners-graphics-wrapper .zagros-trophy-holder {
  position: absolute;
  bottom: -20px;
  left: 5%;
  width: 160px;
  z-index: 10;
  /* قرارگیری بالای خط زیرین */
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
}
.partners-section .partners-graphics-wrapper .zagros-trophy-holder img {
  max-width: 70%;
  transition: transform 0.4s ease;
}
.partners-section .partners-graphics-wrapper .zagros-trophy-holder:hover img {
  transform: scale(1.05) rotate(-2deg);
}
@media (max-width: 991.98px) {
  .partners-section .partners-graphics-wrapper {
    min-height: 320px;
    margin-top: 3rem;
    padding-bottom: 10px;
  }
  .partners-section .partners-graphics-wrapper::after {
    width: 100%;
    left: 1%;
    bottom: 5px;
  }
  .partners-section .partners-graphics-wrapper .banks-grid-overlay {
    height: 400px;
  }
  .partners-section .partners-graphics-wrapper .zagros-trophy-holder {
    width: 110px;
    left: 1%;
    bottom: -10px;
  }
}
@media (max-width: 575.98px) {
  .partners-section .partners-graphics-wrapper {
    min-height: 240px;
    margin-top: 1.5rem;
  }

  .partners-section .partners-graphics-wrapper .zagros-trophy-holder {
    width: 110px;
    left: 1%;
    bottom: -10px;
  }
}

.banner-section .home-banner-link {
  display: block;
}
.banner-section .home-mobile-banner-img {
  display: block;
  width: min(100%, 360px);
  margin-right: auto;
  margin-left: auto;
}

.video-intro-section {
  background-color: #0b0b0b;
  direction: rtl;
}
.video-intro-section .video-content-box .video-title {
  color: rgb(199, 168, 103);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.video-intro-section .video-content-box .video-description {
  color: white;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .video-intro-section .video-content-box {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .video-intro-section .video-content-box .video-title {
    font-size: 1.5rem;
  }
}
.video-intro-section .video-preview-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.video-intro-section .video-preview-wrapper .video-cover-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.video-intro-section .video-preview-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.video-intro-section .video-preview-wrapper .play-btn-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-intro-section .video-preview-wrapper .play-btn-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.video-intro-section .video-preview-wrapper:hover .video-cover-img {
  transform: scale(1.02);
}
.video-intro-section .video-preview-wrapper:hover .video-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.video-intro-section .video-preview-wrapper:hover .play-btn-circle {
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(205, 162, 91, 0.6);
}
@media (max-width: 575.98px) {
  .video-intro-section .video-preview-wrapper .play-btn-circle {
    width: 60px;
    height: 60px;
  }
}

.video-iframe-modal .modal-content {
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.video-iframe-modal .iframe-container-black {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #000000;
  overflow: hidden;
}
.video-iframe-modal .iframe-container-black iframe,
.video-iframe-modal .iframe-container-black embed,
.video-iframe-modal .iframe-container-black object,
.video-iframe-modal .iframe-container-black video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-iframe-modal .iframe-container-black .iframe-placeholder-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 1rem;
  font-weight: 300;
}
.video-iframe-modal .iframe-container-black .iframe-placeholder-text i {
  font-size: 2rem;
}

.bespoke-service-section {
  background-color: #0b0b0b;
  color: #ffffff;
}
.bespoke-service-section .features-sidebar-box .sidebar-logo {
  width: 45px;
  height: auto;
}
.bespoke-service-section .features-sidebar-box .sidebar-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
}
.bespoke-service-section .features-sidebar-box .features-list .feature-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.bespoke-service-section .features-sidebar-box .features-list .feature-item .gold-icon {
  color: #cda25b;
  font-size: 1.2rem;
}
.bespoke-service-section .features-sidebar-box .features-list .feature-item h4 {
  font-size: 1.05rem;
  font-weight: 500;
  color: rgb(199, 168, 103);
  margin: 0;
  transition: color 0.3s ease;
}
.bespoke-service-section .features-sidebar-box .features-list .feature-item .feature-desc {
  font-size: 0.9rem;
  color: #888888;
  line-height: 1.6;
}
.bespoke-service-section .features-sidebar-box .features-list .feature-item.active h4, .bespoke-service-section .features-sidebar-box .features-list .feature-item:hover h4 {
  color: #cda25b;
}
.bespoke-service-section .bespoke-main-content {
  background-color: #141414;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 4px;
}
.bespoke-service-section .bespoke-main-content .bespoke-heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
}
.bespoke-service-section .bespoke-main-content .bespoke-subheading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #cda25b;
  line-height: 1.5;
}
.bespoke-service-section .bespoke-main-content .bespoke-text {
  font-size: 0.95rem;
  color: #cccccc;
  line-height: 1.8;
  font-weight: 300;
  text-align: justify;
}
.bespoke-service-section .bespoke-main-content .btn-bespoke-consultation {
  background-color: #040926;
  color: #ffffff;
  text-decoration: none;
  padding: 0.9rem 1.5rem;
  width: 100%;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.bespoke-service-section .bespoke-main-content .btn-bespoke-consultation .btn-icon {
  font-size: 0.85rem;
  transition: transform 0.3s ease;
}
.bespoke-service-section .bespoke-main-content .btn-bespoke-consultation:hover {
  background-color: rgb(5.9428571429, 13.3714285714, 56.4571428571);
  color: #cda25b;
}
.bespoke-service-section .bespoke-main-content .btn-bespoke-consultation:hover .btn-icon {
  transform: translateX(-4px);
  /* حرکت آیکون به سمت جلو در معماری متنی وب */
}
.bespoke-service-section .bespoke-image-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
.bespoke-service-section .bespoke-image-wrapper .bespoke-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991.98px) {
  .bespoke-service-section .bespoke-main-content {
    margin: 1.5rem 0;
  }
  .bespoke-service-section .bespoke-image-wrapper {
    height: 350px !important;
  }
}

.collection-slider-section {
  background-color: #0b0b0b;
  color: #ffffff;
}
.collection-slider-section .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.collection-slider-section .nav-tabs .nav-link {
  color: #888888;
  background: transparent !important;
  border: none !important;
  font-size: 1.1rem;
  padding: 0.8rem 2rem;
  position: relative;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.collection-slider-section .nav-tabs .nav-link:hover {
  color: #ffffff;
}
.collection-slider-section .nav-tabs .nav-link.active {
  color: rgb(199, 168, 103) !important;
}
.collection-slider-section .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(199, 168, 103);
  box-shadow: 0 0 8px rgba(199, 168, 103, 0.4);
}
.collection-slider-section .featured-static-banner {
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.collection-slider-section .featured-static-banner .banner-content {
  z-index: 2;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.collection-slider-section .featured-static-banner .banner-content .banner-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .collection-slider-section .featured-static-banner {
    /* کاهش ارتفاع بنر در موبایل برای جلوگیری از اشغال بیش از حد صفحه */
    min-height: unset;
    padding: 0rem;
    margin-bottom: 0rem;
    /* ایجاد فاصله با اسلایدر زیرین */
    /* حذف توضیحات فرعی در موبایل برای حفظ گرید دیزاین */
  }
  .collection-slider-section .featured-static-banner .banner-title {
    font-size: 1.4rem;
  }
  .collection-slider-section .featured-static-banner .banner-desc {
    display: none;
  }
}
.collection-slider-section .banner-year {
  color: rgb(199, 168, 103);
  font-size: 1.2rem;
  margin-top: 10px;
}
.collection-slider-section .btn-banner-link {
  background-color: #02003c;
  color: #ffffff;
  text-decoration: none;
  padding: 0.9rem 1.8rem;
  min-width: 180px;
}
.collection-slider-section .btn-banner-link:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.collection-slider-section .products-slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.collection-slider-section .products-slider-container .swiper {
  width: 100%;
  padding: 10px 5px;
}
.collection-slider-section .products-slider-container .product-related-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  color: #fff;
  direction: rtl;
  text-align: right;
}
.collection-slider-section .products-slider-container .product-related-card__image {
  position: relative;
  overflow: hidden;
  height: clamp(200px, 20vw, 400px);
}
.collection-slider-section .products-slider-container .product-related-card__image .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-slider-section .products-slider-container .product-related-card__image .hover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.collection-slider-section .products-slider-container .product-related-card:hover .hover-image {
  opacity: 1;
}
.collection-slider-section .products-slider-container .product-related-card:hover .product-related-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.collection-slider-section .products-slider-container .product-related-discount {
  position: absolute;
  top: 0;
  left: clamp(5px, 1vw, 19px);
  width: clamp(50px, 4vw, 56px);
  height: clamp(50px, 4vw, 56px);
  border-radius: 0 0 50% 50%;
  background: #000653;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 800;
}
.collection-slider-section .products-slider-container .product-related-actions {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.4s;
}
.collection-slider-section .products-slider-container .product-related-actions button {
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: rgb(199, 168, 103);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.collection-slider-section .products-slider-container .product-related-actions button img {
  height: 30px;
}
.collection-slider-section .products-slider-container .product-related-actions button:hover {
  background: rgba(199, 168, 103, 0.48);
}
.collection-slider-section .products-slider-container .product-related-title {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.collection-slider-section .products-slider-container .product-related-price {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.collection-slider-section .products-slider-container .product-related-price del {
  color: rgba(255, 255, 255, 0.62);
}
.collection-slider-section .products-slider-container .product-related-price del.empty {
  visibility: hidden;
}
.collection-slider-section .products-slider-container .product-related-price strong {
  color: rgb(199, 168, 103);
  font-weight: 800;
}

.testimonials-section {
  background-color: #0b0b0b;
  color: #ffffff;
}
.testimonials-section .testimonials-static-content .testimonials-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #cda25b;
  line-height: 1.5;
}
.testimonials-section .testimonials-static-content .testimonials-desc {
  color: #cccccc;
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .testimonials-section .testimonials-static-content {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.testimonials-section .testimonials-slider-container {
  width: 100%;
  overflow: hidden;
}
.testimonials-section .testimonials-slider-container .swiper {
  padding: 15px 5px;
}
.testimonials-section .testimonials-slider-container .swiper .swiper-wrapper {
  display: flex;
}
.testimonials-section .testimonials-slider-container .testimonial-card {
  background: linear-gradient(55.71deg, #0F0F0F 0%, #242424 101.33%);
  padding: 2.5rem 2rem;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.testimonials-section .testimonials-slider-container .testimonial-card .client-logo-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonials-section .testimonials-slider-container .testimonial-card .client-logo-wrapper .client-logo {
  max-width: 85%;
  height: auto;
  object-fit: contain;
}
.testimonials-section .testimonials-slider-container .testimonial-card .client-role {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
}
.testimonials-section .testimonials-slider-container .testimonial-card .testimonial-text {
  color: #aaaaaa;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  text-align: justify;
}
.testimonials-section .testimonials-slider-container .testimonial-card:hover {
  border-radius: 24px;
  background: linear-gradient(55.71deg, #0B0B23 0%, #1A1A39 68.62%);
}

.magazine-section {
  background-color: #0b0b0b;
  color: #ffffff;
}
.magazine-section .section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
}
.magazine-section .view-all-link {
  color: #cda25b;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.magazine-section .view-all-link i {
  transition: transform 0.3s ease;
}
.magazine-section .view-all-link:hover {
  color: #ffffff;
}
.magazine-section .view-all-link:hover i {
  transform: translateX(-4px);
}
.magazine-section .magazine-card-link {
  display: block;
  height: 100%;
}
.magazine-section .magazine-card {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: transform 0.4s ease;
}
.magazine-section .magazine-card .blur-overlay-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 1.25rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
}
.magazine-section .magazine-card .blur-overlay-content .card-date {
  font-size: 0.8rem;
  color: #aaaaaa;
  font-weight: 400;
}
.magazine-section .magazine-card .blur-overlay-content .card-title {
  font-size: 0.95rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.magazine-section .magazine-card:hover {
  transform: scale(1.02);
}
.magazine-section .magazine-card:hover .blur-overlay-content {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Restored shared shop header behavior */
#header .user-menu-wrapper {
  position: relative;
}
#header .user-dropdown {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  width: 260px;
  padding: 16px;
  display: none;
  background: #fff;
  color: #151515;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  z-index: 1100;
}
#header .user-dropdown.show {
  display: block;
}
#header .user-dropdown__info {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
#header .user-dropdown__info strong {
  color: #111;
}
#header .user-dropdown__info span {
  color: #727272;
}
#header .user-dropdown__link,
#header .user-dropdown__button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  color: #222;
  text-decoration: none;
  background: transparent;
  border: 0;
  font: inherit;
  text-align: right;
}
#header .user-dropdown__link:hover,
#header .user-dropdown__button:hover {
  background: #f5f5f5;
  color: rgb(199, 168, 103);
}
#header .user-dropdown__link--danger {
  color: #c62828;
}
#header .search-wrapper {
  position: static;
}
#header .search-backdrop,
#header .search-backdrop.show {
  display: none;
}
#header .search-wrapper .input-group {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 24px max(24px, calc((100vw - 1320px) / 2)) 24px max(72px, calc((100vw - 1320px) / 2));
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.35s ease;
  z-index: 1040;
  background: #efefef;
  border: none;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}
#header .search-wrapper .input-group.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(2px);
}
#header .search-wrapper .input-group input {
  min-height: 54px;
  background: #fff;
  border: 1px solid #d7d7d7;
  color: #111;
}
#header .search-close {
  position: absolute;
  top: 50%;
  left: max(24px, calc((100vw - 1320px) / 2));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #111;
  background: #d4af6a;
  border: 1px solid #d4af6a;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}
#header .search-suggestions {
  position: absolute;
  top: calc(100% + 82px);
  right: 0;
  left: 0;
  width: 100%;
  max-height: min(52vh, 520px);
  overflow-y: auto;
  background: #efefef;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1040;
}
#header .search-suggestions.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#header .search-suggestions__body {
  width: min(1320px, 100%);
  margin: 0 auto;
  padding: 18px 24px 22px;
}
#header .search-suggestions__item,
#header .search-suggestions__empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  padding: 10px 8px;
  color: #111;
  text-decoration: none;
}
#header .cart-menu {
  top: calc(100% + 18px);
  left: 0;
  width: min(430px, calc(100vw - 24px));
  max-height: calc(100vh - var(--shop-cart-menu-top, 80px) - 24px);
  overflow-y: auto;
  color: #222;
  z-index: 1100;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}
#header .header-cart__head,
#header .header-cart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#header .header-cart__head {
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e2e2;
}
#header .header-cart__empty,
#header .header-cart-loading,
#header .header-cart__more {
  color: #727272;
}
#header .header-cart__item {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #e2e2e2;
}
#header .header-cart__item-image img {
  width: 78px;
  height: 98px;
  object-fit: cover;
}
#header .header-cart__item-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
#header .header-cart__item-info strong {
  overflow: hidden;
  color: #111;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .header-cart__item-info small,
#header .header-cart__item-info span {
  color: #727272;
  font-size: 13px;
}
#header .header-cart__item b {
  align-self: end;
  white-space: nowrap;
  color: #111;
  font-size: 13px;
}
#header .header-cart__remove {
  position: absolute;
  left: 0;
  top: 14px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #727272;
  font-size: 24px;
  line-height: 1;
}
#header .header-cart__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 16px;
  color: #fff;
  background: rgb(199, 168, 103);
  text-decoration: none;
}
@media (max-width: 768px) {
  #header .search-wrapper .input-group {
    padding: 16px 12px 16px 58px;
  }
  #header .search-close {
    left: 12px;
  }
  #header .search-suggestions {
    top: calc(100% + 74px);
  }
  #header .user-dropdown,
  #header .cart-menu {
    position: fixed;
    top: 74px;
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }
  #header .cart-menu {
    max-height: calc(100vh - 92px);
    padding: 16px;
  }
  #header .header-cart__head,
  #header .header-cart__footer {
    flex-wrap: wrap;
  }
  #header .header-cart__item {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 0;
  }
  #header .header-cart__item-image img {
    width: 62px;
    height: 82px;
  }
  #header .header-cart__item b {
    grid-column: 2;
    justify-self: start;
    white-space: normal;
  }
}

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