@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;
}
.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: 14px;
  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-column {
  margin-right: auto;
  border-left: 0;
}
.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: 1;
  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-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(188.0153846154, 150.9346153846, 73.1846153846);
  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;
  }
}

.category-list {
  background-image: linear-gradient(45deg, #0F0F0F, #161616);
}
.category-list .category-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-list .title {
  color: rgb(199, 168, 103);
  font-weight: 700;
}
.category-list .breadcrumb-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 1.25rem 0;
  font-size: 14px;
  font-weight: 400;
  direction: rtl;
}
.category-list .breadcrumb-wrapper a {
  color: #8A8A8A;
  text-decoration: none;
  transition: color 0.25s ease;
}
.category-list .breadcrumb-wrapper a:hover {
  color: #D4AF6A;
}
.category-list .breadcrumb-wrapper span {
  color: #5E5E5E;
}
.category-list .breadcrumb-wrapper .active {
  color: #E5E5E5;
  max-width: 420px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-list .category-related .btn {
  background-color: #242424;
  border-radius: 16px;
  color: #fff;
}
.category-list .category-related .btn:hover {
  border: 1px solid rgb(199, 168, 103);
}

/* Page head background used by product listing pages */
.page-head-bg {
  background-image: linear-gradient(45deg, #0F0F0F, #161616);
  padding: 40px 0 30px;
}
.page-head-bg .title {
  color: #fff;
}

/* Related swiper tweaks to allow multiple visible slides */
.relatedSwiper2 .swiper-slide {
  flex: 0 0 auto;
  width: auto;
}
.relatedSwiper2 .motion-marquee-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 8px;
}

.filters {
  padding: 30px 0;
}

.filters-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.filter-toggle {
  background-color: transparent;
  border: 1px solid #323232;
  color: #fff;
  padding: 14px 20px;
  font-size: 18px;
  cursor: pointer;
}
.filter-toggle svg {
  margin-right: 10px;
}
.filter-toggle:hover {
  border-color: rgb(199, 168, 103);
}
.filter-toggle.is-active {
  border-color: rgb(199, 168, 103);
  color: rgb(199, 168, 103);
  box-shadow: inset 0 0 0 1px rgba(199, 168, 103, 0.45);
}
.filter-toggle.is-active svg path {
  stroke: rgb(199, 168, 103);
}

.filter-dropdown {
  position: relative;
}
.filter-dropdown .filter-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 320px;
  background: #262626;
  padding: 14px;
  display: none;
  z-index: 999;
}
.filter-dropdown .filter-menu .checkbox-list {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 6px;
}
.filter-dropdown .filter-menu#sort-items {
  width: 140px;
}
.filter-dropdown .filter-menu .sort-item {
  cursor: pointer;
}
.filter-dropdown .filter-menu .sort-item.active {
  color: rgb(199, 168, 103) !important;
}
.filter-dropdown.open .filter-menu {
  display: block;
}

.active-filters-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.btn-reset-filters {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #454545;
  background: transparent;
}

.btn-reset-filters {
  padding: 10px 16px;
  color: #caa45e;
  border-color: rgba(202, 164, 94, 0.55);
}

.btn-reset-filters:hover {
  color: #fff;
  border-color: #caa45e;
}

.mobile-clear-filters {
  display: flex;
  margin-top: 12px;
}

.mobile-clear-filters .btn-reset-filters {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 14px;
}

/* PRICE */
.price-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.noUi-target {
  border: none;
  box-shadow: none;
  background: #565656;
  border-radius: 999px;
  height: 2px !important;
  border: unset !important;
}

.price-slider {
  margin: 20px 0;
}
.price-slider .noUi-connect {
  background: rgb(199, 168, 103);
}
.price-slider .noUi-handle.noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -8px;
  background: #fff;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.price-slider .noUi-handle.noUi-handle::before, .price-slider .noUi-handle.noUi-handle::after {
  display: none;
}

/* CHECKBOX */
.filter-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5px;
  color: #ddd;
  font-size: 14px;
  border-bottom: 1px solid #323232;
  cursor: pointer;
  position: relative;
}
.filter-check input {
  margin-left: 10px;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.filter-check {
  /* hover state */
}
.filter-check:hover input {
  border-color: #caa45e;
}
.filter-check {
  /* checked state */
}
.filter-check input:checked {
  background: #caa45e;
  border-color: #caa45e;
}
.filter-check {
  /* check icon */
}
.filter-check input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-check span {
  flex: 1;
  font-size: 18px;
}

.category-tree {
  padding-left: 2px;
}

.category-tree-node {
  border-bottom: 1px solid #323232;
}

.category-tree-node .category-tree-node {
  border-bottom: 0;
}

.category-tree-row {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.category-tree-link {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  color: #ddd;
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.category-tree-link:hover,
.category-tree-link.is-current {
  color: #caa45e;
  background: rgba(202, 164, 94, 0.06);
}

.category-tree-toggle {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  color: #aaa;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.category-tree-toggle:hover {
  color: #caa45e;
  border-color: rgba(202, 164, 94, 0.35);
}

.category-tree-toggle svg {
  transition: transform 0.2s ease;
}

.category-tree-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.category-tree-children {
  margin-right: 12px;
  padding-right: 10px;
  border-right: 1px solid rgba(202, 164, 94, 0.28);
}

.category-tree-children[hidden] {
  display: none;
}

.category-tree-children .category-tree-row {
  min-height: 38px;
}

.category-tree-children .category-tree-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #bbb;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid #565656;
  padding: 8px;
}
.price-box input {
  background: transparent;
  border: none;
  color: #fff;
  width: 100px;
  text-align: center;
}
.price-box small,
.price-box span {
  color: #aaa;
}

/* SIZE */
.size-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.size-grid .size-item input {
  display: none;
}
.size-grid .size-item span {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #565656;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
}
.size-grid .size-item:hover span {
  border-color: #caa45e;
  color: #caa45e;
}
.size-grid .size-item input:checked + span {
  border-color: #caa45e;
  background: rgba(202, 164, 94, 0.15);
  color: #caa45e;
}

.color-item {
  padding-right: 10px;
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 6px;
  padding-block: 7px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.color-item input {
  display: none;
}
.color-item .dot {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  margin-left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: 0.2s;
}
.color-item input:checked ~ .dot {
  outline: 2px solid rgb(199, 168, 103);
  outline-offset: 2px;
}

.color-item input:checked ~ span:last-child {
  color: #caa45e;
}

.color-filter-list:not(.is-expanded) .color-item.is-extra {
  display: none;
}

.btn-show-more-colors {
  padding: 6px 10px;
  border: 0;
  background: transparent;
  color: #caa45e;
  font-size: 14px;
  cursor: pointer;
}

.white {
  background: #fff;
}

.black {
  background: #000;
}

.gray {
  background: #777;
}

.purple {
  background: #3a0b5a;
}

/* BUTTONS */
.filter-menu-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #373737;
}

.filter-menu-actions .btn-clear,
.filter-menu-actions .btn-apply {
  min-width: 92px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-size: 15px;
  cursor: pointer;
}

.filter-menu-actions .btn-clear {
  background: transparent;
  border: 1px solid #666;
  color: #fff;
}

.filter-menu-actions .btn-apply {
  background: #caa45e;
  border: 1px solid #caa45e;
  color: #000;
  font-weight: bold;
}

.filter-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 12px;
}
.filter-actions .btn-clear {
  background: transparent;
  border: 1px solid #666;
  color: #fff;
  padding: 14px;
  border-radius: 20px;
}
.filter-actions .btn-apply {
  background: #caa45e;
  border: none;
  color: #000;
  padding: 14px;
  border-radius: 20px;
  font-weight: bold;
}

.products {
  padding: 20px 0 60px;
}
.products .product-list-grid {
  --bs-gutter-y: 4rem;
}
.products .product-card {
  background-color: transparent;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.products .product-card__img {
  position: relative;
  height: clamp(200px, 20vw, 400px);
}
.products .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 .product-card__img .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products .product-card__img .hover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.4s;
}
.products .product-card__img:hover .hover-image {
  opacity: 1;
}
.products .product-card__img:hover .product-actions {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.products .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 .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 .product-card__img .product-actions button img {
  height: 30px;
}
.products .product-card__img .product-actions button:hover {
  background: rgba(199, 168, 103, 0.48);
}
.products .product-title {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 600;
}
.products .product-title a {
  color: #fff;
  text-decoration: none;
}
.products .product-title a:hover {
  color: #caa45e;
}
.products .product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .product-price del {
  color: rgba(255, 255, 255, 0.4);
  font-size: clamp(12px, 2vw, 20px);
}
.products .product-price .price {
  color: #caa45e;
  font-size: clamp(16px, 2vw, 24px);
}
.products .product-sizes {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.products .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;
}

.checkbox-list::-webkit-scrollbar {
  width: 4px;
}

.checkbox-list::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.checkbox-list::-webkit-scrollbar-track {
  background: transparent;
}

.offcanvas-filter {
  width: 320px !important;
  background: #1d1d1d;
  color: #fff;
  border-left: 1px solid #2f2f2f;
}

.offcanvas-filter__header {
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #2f2f2f;
}

.offcanvas-filter__header .offcanvas-title {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.offcanvas-filter__close {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(199, 168, 103, 0.55);
  border-radius: 0;
  background: transparent;
  color: rgb(199, 168, 103);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.offcanvas-filter__body {
  padding: 14px 12px 18px;
  overflow-y: auto;
}

.offcanvas-filter .filter-menu {
  position: static;
  width: 100%;
  padding: 0 12px 14px;
  background: transparent;
}

.offcanvas-filter .filter-actions {
  position: sticky;
  bottom: 0;
  display: flex;
  gap: 10px;
  padding: 12px 0 0;
  background: linear-gradient(to top, #1d1d1d 75%, rgba(29, 29, 29, 0));
}

.filter-box {
  border: 1px solid #2f2f2f;
  margin-bottom: 12px;
}

.filter-head {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.filter-head i {
  transition: 0.3s;
}

.filter-head[aria-expanded=true] i {
  transform: rotate(180deg);
}

.form-control {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
}
.form-control:focus {
  background: transparent;
  color: #fff;
  box-shadow: none;
  border-color: #caa45e;
}

.btn-warning {
  background: #caa45e;
  border-color: #caa45e;
}

.content-wrapper {
  position: relative;
}

.text-container {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-in-out;
}
.text-container h2 {
  color: #e5c158;
  font-size: 24px;
  margin-bottom: 20px;
}
.text-container h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.text-container p {
  color: #a0a0a0;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 15px;
}
.text-container .fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(11, 11, 11, 0) 0%, #0b0b0b 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.text-container.expanded {
  max-height: 1000px;
}
.text-container.expanded .fade-overlay {
  opacity: 0;
}

.read-more-btn {
  display: block;
  margin: 20px auto 0;
  background: transparent;
  border: 1px solid #222;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.read-more-btn:hover {
  background-color: #1c1c1c;
  border-color: #444;
}
.read-more-btn.hidden {
  display: none;
}

/* 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 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
#header .user-dropdown__info strong {
  color: #111;
  font-size: 15px;
}
#header .user-dropdown__info span {
  color: #727272;
  font-size: 13px;
}
#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__section + .search-suggestions__section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #d7d7d7;
}
#header .search-suggestions__section h3 {
  margin: 0 0 8px;
  color: #caa45e;
  font-size: 14px;
  font-weight: 800;
}
#header .search-suggestions__item,
#header .search-suggestions__empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 10px 8px;
  color: #111;
  text-decoration: none;
  border-radius: 4px;
}
#header .search-suggestions__item:hover {
  background: rgba(212, 175, 106, 0.18);
  color: #111;
}
#header .search-suggestions__item span {
  color: #9f9f9f;
  font-size: 13px;
  white-space: nowrap;
}
#header .search-suggestions__item strong {
  font-size: 15px;
  font-weight: 700;
}
#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 {
  color: #727272;
  text-align: center;
  padding: 18px 0;
}
#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;
  background: #f4f4f4;
}
#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;
  line-height: 1.7;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .header-cart__item-info small,
#header .header-cart__item-info span,
#header .header-cart__more {
  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__footer {
  padding-top: 18px;
}
#header .header-cart__actions {
  margin-top: 16px;
}
#header .header-cart__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 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);
    max-height: calc(100vh - 150px);
  }
  #header .search-suggestions__body {
    padding: 14px 12px 18px;
  }
  #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=products.css.map */
