@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap");
/* =========================================================
   RAYEHEH - MAIN STYLESHEET
   ========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  background: #ffffff;
  color: #181818;
  direction: rtl;
  line-height: 1.7;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font-family: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.main-header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1000;
  border-bottom: 1px solid #ededed;
}

.header-top {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.header-container {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;
}

.header-top .header-container {
  min-height: 82px;
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  align-items: center;
  gap: 30px;
  direction: ltr;
}

.site-logo {
  display: flex;
  flex-direction: column;
  direction: ltr;
  color: #111;
  line-height: 1;
}

.site-logo strong {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 6px;
}

.site-logo span {
  margin-top: 8px;
  font-size: 7px;
  letter-spacing: 3px;
  color: #787878;
}

.header-search {
  width: 100%;
  max-width: 620px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  direction: rtl;
  background: #f5f5f5;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.header-search input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px;
  font-size: 12px;
  color: #333;
}

.header-search input::placeholder {
  color: #9a9a9a;
}

.header-search button {
  width: 52px;
  height: 100%;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 22px;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  direction: ltr;
}

.header-action {
  position: relative;
  color: #111;
  font-size: 23px;
  line-height: 1;
}

.header-action:hover {
  color: #b7832d;
}

.cart-badge {
  position: absolute;
  top: -10px;
  right: -9px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: 8px;
}

.header-nav-wrap {
  background: #fff;
}

.main-nav {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  direction: rtl;
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-link {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  color: #262626;
  font-size: 12px;
  transition: 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #c89438;
  transition: 0.2s ease;
}

.nav-link:hover {
  color: #ad7a24;
}

.nav-link:hover::after {
  right: 0;
  width: 100%;
}

.category-link {
  font-weight: 700;
}

.nav-highlight {
  color: #ad7a24;
  font-weight: 700;
}

.menu-arrow {
  font-size: 10px;
}

/* MEGA MENU */

.mega-menu-parent {
  position: static;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: min(1140px, calc(100% - 50px));
  padding: 30px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  direction: rtl;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s ease;
}

.mega-menu-parent:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-column {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.mega-column h4 {
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  font-size: 13px;
  color: #111;
}

.mega-column h4::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 13px;
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 4px;
  background: #c89438;
}

.mega-column a {
  color: #666;
  font-size: 11px;
  transition: 0.2s ease;
}

.mega-column a:hover {
  color: #b47f24;
  transform: translateX(-3px);
}

/* =========================================================
   HERO 1300x470
   ========================================================= */

.hero-section {
  width: 100%;
  padding-top: 18px;
}

.hero-container {
  width: min(1300px, calc(100% - 40px));
  aspect-ratio: 1300 / 470;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 5, 6, 0.68) 0%,
      rgba(4, 5, 6, 0.42) 38%,
      rgba(4, 5, 6, 0.1) 70%
    ),
    url("images/hero/home-hero.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
}

.hero-content {
  position: absolute;
  z-index: 2;
  right: 58px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 530px;
  color: #fff;
}

.hero-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 9px;
  letter-spacing: 2px;
  color: #d5aa5a;
}

.hero-content h1 {
  font-size: 46px;
  line-height: 1.35;
  margin-bottom: 8px;
  font-weight: 800;
}

.hero-content p {
  font-size: 19px;
  margin-bottom: 22px;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-primary {
  padding: 10px 30px;
  border: 1px solid #d2a248;
  border-radius: 6px;
  background: rgba(15, 15, 15, 0.74);
  color: #fff;
  font-size: 11px;
}

.hero-primary:hover {
  background: #c89438;
}

.hero-secondary {
  color: #fff;
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.hero-brand {
  position: absolute;
  z-index: 2;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  direction: ltr;
  text-align: center;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

.hero-brand small {
  display: block;
  font-family: Georgia, serif;
  font-size: 31px;
}

.hero-brand strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: 2px;
}

.hero-brand span {
  display: block;
  margin-top: 3px;
  font-size: 7px;
  letter-spacing: 3px;
}

/* =========================================================
   SERVICES
   ========================================================= */

.services-section {
  padding: 16px 0 8px;
  background: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.service-card {
  min-height: 86px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.025);
}

.service-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #c8912f;
  font-size: 27px;
}

.service-card strong,
.service-card small {
  display: block;
}

.service-card strong {
  font-size: 12px;
  color: #161616;
}

.service-card small {
  margin-top: 3px;
  font-size: 9px;
  color: #8d8d8d;
}

/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section {
  padding: 34px 0;
}

.section-heading {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.section-heading span {
  display: block;
  margin-bottom: 4px;
  color: #bd872b;
  font-size: 10px;
}

.section-heading h2 {
  font-size: 27px;
  line-height: 1.4;
}

.section-heading p {
  margin-top: 3px;
  color: #858585;
  font-size: 10px;
}

.section-heading > a {
  color: #9d6f20;
  font-size: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dec28f;
}

.center-heading {
  text-align: center;
  margin-bottom: 18px;
}

.center-heading h2 {
  font-size: 26px;
}

.center-heading p {
  margin-top: 3px;
  color: #858585;
  font-size: 10px;
}

/* =========================================================
   FINDER
   ========================================================= */

.finder-section {
  padding: 24px 0 10px;
}

.finder-box {
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  align-items: center;
  border-radius: 16px;
  background: #17191b;
  color: #fff;
}

.finder-copy > span {
  color: #d0a14a;
  font-size: 9px;
}

.finder-copy h2 {
  margin-top: 4px;
  font-size: 25px;
}

.finder-copy p {
  max-width: 470px;
  margin-top: 5px;
  color: #bcbcbc;
  font-size: 10px;
}

.finder-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 190px;
  gap: 10px;
}

.finder-fields label {
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  color: #222;
}

.finder-fields label small {
  display: block;
  margin-bottom: 2px;
  color: #919191;
  font-size: 8px;
}

.finder-fields select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #222;
  font-size: 11px;
}

.finder-button {
  border: 0;
  border-radius: 8px;
  background: #c89438;
  color: #fff;
  font-size: 11px;
}

.finder-button:hover {
  background: #b27a20;
}

/* =========================================================
   MAIN CATEGORIES
   ========================================================= */

.categories-section {
  background: #fff;
}

.main-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.main-category-card {
  height: 245px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  background: #f8f8f8;
}

.main-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 255, 255, 0.56) 48%,
    rgba(255, 255, 255, 0.03)
  );
}

.category-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.category-copy h3 {
  font-size: 22px;
}

.category-copy small {
  margin-top: 1px;
  color: #919191;
  font-size: 8px;
  letter-spacing: 1px;
  direction: ltr;
}

.category-copy span {
  margin-top: 20px;
  padding: 6px 12px;
  border-radius: 5px;
  background: #181a1c;
  color: #fff;
  font-size: 9px;
}

.main-category-card img {
  position: relative;
  z-index: 2;
  width: 48%;
  height: 215px;
  object-fit: contain;
  transform: scale(1.07);
  filter: drop-shadow(0 13px 18px rgba(0, 0, 0, 0.15));
}

.main-category-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

/* SUB CATEGORIES */

.sub-category-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.sub-category-grid a {
  min-height: 80px;
  padding: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ece8df;
  border-radius: 10px;
  background: #fff;
}

.sub-category-grid > a > span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f8f2e8;
  color: #bc8525;
  font-size: 18px;
}

.sub-category-grid strong,
.sub-category-grid small {
  display: block;
}

.sub-category-grid strong {
  font-size: 11px;
}

.sub-category-grid small {
  margin-top: 2px;
  color: #999;
  font-size: 8px;
}

/* =========================================================
   SCENTS
   ========================================================= */

.scents-section {
  background: #fbfbfb;
}

.scent-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.scent-image-grid a {
  height: 185px;
  position: relative;
  overflow: hidden;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  color: #fff;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.02) 70%),
    var(--card-bg);
  background-size: cover;
  background-position: center;
}

.scent-image-grid h3 {
  font-size: 18px;
}

.scent-image-grid span {
  margin-top: 2px;
  color: #e5e5e5;
  font-size: 10px;
}

.scent-image-grid a:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

/* =========================================================
   PRODUCTS
   ========================================================= */

.special-section {
  background: #f7f6f3;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.product-card-image {
  height: 260px;
  display: grid;
  place-items: center;
  background: #fff;
}

.product-card-image img {
  width: 92%;
  height: 92%;
  object-fit: contain;
  transform: scale(1.05);
}

.product-card-body {
  padding: 8px 4px 2px;
  text-align: center;
}

.product-card-body .brand {
  color: #9a9a9a;
  font-size: 8px;
}

.product-card-body h3 {
  margin-top: 2px;
  font-size: 13px;
}

.product-card-body .price {
  margin-top: 8px;
  color: #9e6b18;
  font-size: 11px;
  font-weight: 700;
}

.product-card-body button,
.product-card-body .product-link {
  width: 100%;
  margin-top: 10px;
  padding: 7px 10px;
  display: block;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #d3aa57, #ae7722);
  color: #fff;
  font-size: 9px;
}

/* =========================================================
   SEASONS
   ========================================================= */

.season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.season-card {
  height: 185px;
  position: relative;
  overflow: hidden;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  color: #111;
  background-size: cover;
  background-position: center;
}

.season-card.spring {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.12)),
    url("images/seasons/spring.webp");
}

.season-card.summer {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1)),
    url("images/seasons/summer.webp");
}

.season-card.autumn {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.82),
      rgba(255, 255, 255, 0.06)
    ),
    url("images/seasons/autumn.webp");
}

.season-card.winter {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.86),
      rgba(255, 255, 255, 0.08)
    ),
    url("images/seasons/winter.webp");
}

.season-card div {
  position: relative;
  z-index: 2;
}

.season-card h3 {
  font-size: 22px;
}

.season-card p {
  margin-top: 2px;
  font-size: 9px;
}

.season-card span {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  background: #17191b;
  color: #fff;
  font-size: 8px;
}

.season-card img {
  position: relative;
  z-index: 2;
  width: 95px;
  height: 145px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.18));
}

/* =========================================================
   BRANDS
   ========================================================= */

.brands-section {
  background: #fbfbfb;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 7px;
}

.brand-grid a {
  height: 100px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.42)), var(--brand-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.brand-grid a:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

/* =========================================================
   GENDER SECTIONS
   ========================================================= */

.gender-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}

.gender-banner {
  min-height: 350px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.men-banner {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.04)),
    url("images/hero/home-hero.webp");
}

.women-banner {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.03)),
    url("images/seasons/spring.webp");
}

.gender-banner h3 {
  font-size: 29px;
}

.gender-banner p {
  margin-top: 2px;
  font-size: 10px;
}

.gender-banner span {
  margin-top: 14px;
  color: #e0b767;
  font-size: 9px;
}

.gender-products {
  grid-template-columns: repeat(3, 1fr);
}

/* =========================================================
   MAGAZINE
   ========================================================= */

.magazine-section {
  background: #f9f9f9;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.magazine-card {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background: #fff;
}

.magazine-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.magazine-card > div {
  padding: 15px;
}

.magazine-card > div > span {
  color: #b47e24;
  font-size: 8px;
}

.magazine-card h3 {
  margin-top: 5px;
  font-size: 15px;
}

.magazine-card p {
  margin-top: 4px;
  color: #828282;
  font-size: 9px;
}

.magazine-card a {
  display: inline-block;
  margin-top: 12px;
  color: #9f6c1d;
  font-size: 9px;
}

/* =========================================================
   FOOTER
   ========================================================= */

.main-footer {
  margin-top: 20px;
  padding-top: 34px;
  background: #17191b;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1.2fr;
  gap: 35px;
  align-items: start;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  direction: ltr;
  color: #fff;
  line-height: 1;
}

.footer-logo strong {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 6px;
}

.footer-logo small {
  margin-top: 8px;
  font-size: 6px;
  letter-spacing: 3px;
  color: #b8b8b8;
}

.footer-brand p {
  max-width: 280px;
  margin-top: 15px;
  color: #a8a8a8;
  font-size: 10px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-column h4,
.footer-newsletter h4 {
  margin-bottom: 5px;
  font-size: 12px;
}

.footer-column a {
  color: #aaa;
  font-size: 9px;
}

.footer-column a:hover {
  color: #d1a24d;
}

.footer-newsletter p {
  margin-bottom: 10px;
  color: #aaa;
  font-size: 9px;
}

.footer-newsletter form {
  display: flex;
}

.footer-newsletter input {
  flex: 1;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 9px;
}

.footer-newsletter button {
  margin-right: -5px;
  padding: 0 17px;
  border: 0;
  border-radius: 6px;
  background: #c89438;
  color: #fff;
  font-size: 9px;
}

.footer-bottom {
  margin-top: 28px;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #989898;
  font-size: 8px;
}

.footer-bottom strong {
  color: #b8b8b8;
  font-size: 9px;
}

/* =========================================================
   TOAST
   ========================================================= */

.toast {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 5000;
  min-width: 220px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #17191b;
  color: #fff;
  font-size: 10px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.2s ease;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 1050px) {
  .header-top .header-container {
    grid-template-columns: 180px 1fr 120px;
    gap: 18px;
  }

  .main-nav {
    gap: 19px;
  }

  .nav-link {
    font-size: 11px;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .finder-box {
    grid-template-columns: 1fr;
  }

  .finder-fields {
    grid-template-columns: 1fr 1fr 180px;
  }

  .main-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .scent-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .season-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .gender-layout {
    grid-template-columns: 1fr;
  }

  .gender-banner {
    min-height: 240px;
  }

  .gender-products {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .container,
  .header-container {
    width: calc(100% - 24px);
  }

  .header-top .header-container {
    min-height: auto;
    padding: 13px 0;
    grid-template-columns: 1fr auto;
  }

  .site-logo strong {
    font-size: 19px;
    letter-spacing: 4px;
  }

  .site-logo span {
    font-size: 5px;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 11px;
    max-width: none;
  }

  .header-actions {
    gap: 14px;
  }

  .header-nav-wrap {
    overflow-x: auto;
  }

  .main-nav {
    width: max-content;
    min-width: 100%;
    height: 48px;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 12px;
  }

  .nav-link {
    height: 48px;
    white-space: nowrap;
    font-size: 10px;
  }

  .mega-menu {
    display: none;
  }

  .hero-section {
    padding-top: 10px;
  }

  .hero-container {
    width: calc(100% - 20px);
    aspect-ratio: auto;
    height: 440px;
    background-position: 58% center;
  }

  .hero-content {
    right: 24px;
    left: 24px;
    top: auto;
    bottom: 40px;
    transform: none;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-brand {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    min-height: 76px;
    padding: 10px;
  }

  .finder-box {
    padding: 20px;
  }

  .finder-fields {
    grid-template-columns: 1fr;
  }

  .finder-button {
    min-height: 44px;
  }

  .section {
    padding: 27px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-category-grid {
    grid-template-columns: 1fr;
  }

  .main-category-card {
    height: 205px;
  }

  .main-category-card img {
    height: 180px;
  }

  .sub-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scent-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .scent-image-grid a {
    height: 150px;
    padding: 13px;
  }

  .scent-image-grid h3 {
    font-size: 14px;
  }

  .product-grid,
  .gender-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card-image {
    height: 200px;
  }

  .season-grid {
    grid-template-columns: 1fr 1fr;
  }

  .season-card {
    height: 160px;
    padding: 12px;
  }

  .season-card img {
    width: 75px;
    height: 120px;
  }

  .season-card h3 {
    font-size: 17px;
  }

  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-grid a {
    height: 90px;
  }

  .magazine-grid {
    grid-template-columns: 1fr;
  }

  .magazine-card img {
    height: 190px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

/* =========================================================
   VERY SMALL DEVICES
   ========================================================= */

@media (max-width: 430px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .scent-image-grid,
  .season-grid,
  .product-grid,
  .gender-products {
    grid-template-columns: 1fr;
  }

  .sub-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-category-card {
    height: 190px;
  }

  .hero-content h1 {
    font-size: 30px;
  }
}
/* =========================================================
   PRODUCT CARD EXTRAS
   ========================================================= */

.product-card {
  position: relative;
}

.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;

  padding: 4px 8px;

  border-radius: 20px;

  background: #b52626;

  color: #fff;

  font-size: 8px;
}

.wishlist-button {
  position: absolute;

  top: 10px;
  left: 10px;

  z-index: 5;

  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  border: 1px solid #e8e8e8;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.94);

  color: #333;

  font-size: 18px;

  cursor: pointer;
}

.wishlist-button.active {
  color: #b52626;
}

.english-product-name {
  display: block;

  margin-top: 2px;

  color: #aaa;

  font-size: 8px;

  direction: ltr;
}

.product-old-price {
  margin-top: 8px;

  color: #aaa;

  font-size: 9px;

  text-decoration: line-through;
}

.add-to-cart {
  width: 100%;

  margin-top: 10px;

  padding: 8px;

  border: 0;

  border-radius: 6px;

  background: linear-gradient(180deg, #d4aa56, #ab731d);

  color: #fff;

  font-size: 9px;

  cursor: pointer;
}

.add-to-cart:hover {
  filter: brightness(0.95);
}
/* =========================================================
   SHOP PAGE
   ========================================================= */

.shop-hero {
  padding: 42px 0;
  background: #f7f6f3;
  border-bottom: 1px solid #ece8df;
  text-align: center;
}

.shop-hero span {
  color: #b68028;
  font-size: 9px;
}

.shop-hero h1 {
  margin-top: 3px;
  font-size: 32px;
}

.shop-hero p {
  margin-top: 4px;
  color: #777;
  font-size: 10px;
}

.shop-page {
  padding: 35px 0 55px;
  background: #fff;
}

.shop-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 28px;
  align-items: start;
}

/* SIDEBAR */

.shop-sidebar {
  position: sticky;
  top: 20px;
  padding: 17px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background: #fff;
}

.shop-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #ececec;
}

.shop-filter-title h2 {
  font-size: 25px;
}

.shop-filter-title button {
  border: 0;
  background: transparent;
  color: #b57c20;
  font-size: 8px;
}

.filter-box {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}

.filter-box:last-child {
  border-bottom: 0;
}

.filter-box h3 {
  margin-bottom: 9px;
  font-size: 15px;
}

.filter-search-input,
.filter-box select {
  width: 100%;
  height: 39px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  outline: 0;
  background: #fafafa;
  color: #333;
  font-size: 13px;
}

.filter-check {
  margin: 8px 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #555;
  font-size: 10px;
  cursor: pointer;
}

.filter-check input {
  accent-color: #b98227;
}

.filter-box input[type="range"] {
  width: 100%;
  accent-color: #b98227;
}

.price-range-label {
  margin-top: 8px;
  color: #888;
  font-size: 8px;
}

.price-range-label strong {
  color: #8f641d;
}

/* TOOLBAR */

.shop-toolbar {
  min-height: 60px;
  padding-bottom: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}

.shop-toolbar h2 {
  font-size: 22px;
}

.shop-toolbar p {
  margin-top: 2px;
  color: #999;
  font-size: 9px;
}

.shop-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shop-sort label {
  color: #777;
  font-size: 9px;
}

.shop-sort select {
  height: 36px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  outline: 0;
  background: #fff;
  font-size: 9px;
}

/* ACTIVE FILTERS */

.shop-active-filters {
  min-height: 20px;
  margin: 12px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.shop-active-filters span {
  padding: 5px 10px;
  border-radius: 20px;
  background: #f6f0e5;
  color: #9b6b1f;
  font-size: 8px;
}

/* PRODUCT GRID */

.shop-product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.shop-empty {
  padding: 70px 20px;
  text-align: center;
  color: #777;
}

.shop-empty strong {
  display: block;
  color: #222;
  font-size: 17px;
}

.shop-empty p {
  margin-top: 4px;
  font-size: 9px;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
  .shop-layout {
    grid-template-columns: 210px 1fr;
    gap: 18px;
  }

  .shop-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .shop-hero {
    padding: 28px 0;
  }

  .shop-hero h1 {
    font-size: 25px;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    position: static;
  }

  .shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .shop-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 430px) {
  .shop-product-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   PRODUCT DETAIL PAGE
========================================================= */

.product-page {
  padding: 22px 0 60px;
  background: #fff;
}

/* BREADCRUMB */

.product-breadcrumb {
  min-height: 38px;

  display: flex;
  align-items: center;
  gap: 8px;

  color: #999;

  font-size: 9px;
}

.product-breadcrumb a:hover {
  color: #b47d25;
}

.product-breadcrumb strong {
  color: #555;
  font-weight: 500;
}

/* =========================================================
   PRODUCT TOP
========================================================= */

.product-detail {
  margin-top: 8px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 55px;

  align-items: start;
}

/* =========================================================
   GALLERY
========================================================= */

.product-gallery {
  display: grid;

  grid-template-columns:
    70px
    minmax(0, 1fr);

  gap: 12px;

  direction: ltr;
}

.product-main-image {
  height: 560px;

  position: relative;

  display: grid;
  place-items: center;

  overflow: hidden;

  border: 1px solid #eeeeee;

  border-radius: 14px;

  background: linear-gradient(180deg, #ffffff, #fafafa);
}

.product-main-image > img {
  width: 90%;
  height: 90%;

  object-fit: contain;

  transform: scale(1.04);

  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.1));
}

.product-discount {
  position: absolute;

  top: 18px;
  right: 18px;

  z-index: 3;

  padding: 5px 10px;

  border-radius: 30px;

  background: #b32828;

  color: #fff;

  font-size: 9px;
}

.product-favorite {
  position: absolute;

  top: 17px;
  left: 17px;

  z-index: 3;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border: 1px solid #e7e7e7;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);

  color: #333;

  font-size: 21px;
}

.product-favorite.active {
  color: #b42626;
}

.product-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-thumb {
  width: 70px;
  height: 78px;

  padding: 5px;

  border: 1px solid #e8e8e8;

  border-radius: 8px;

  background: #fff;
}

.product-thumb.active {
  border-color: #c4923d;
}

.product-thumb img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

/* =========================================================
   PRODUCT INFO
========================================================= */

.product-info {
  padding-top: 12px;
}

.product-brand {
  display: block;

  margin-bottom: 6px;

  color: #b17a20;

  font-family: Georgia, serif;

  font-size: 12px;

  letter-spacing: 1px;

  direction: ltr;

  text-align: right;
}

.product-info h1 {
  font-size: 32px;

  line-height: 1.5;

  color: #171717;
}

.product-en-name {
  margin-top: 2px;

  direction: ltr;

  text-align: right;

  color: #999;

  font-family: Arial, sans-serif;

  font-size: 11px;
}

.product-rating {
  margin-top: 14px;

  padding-bottom: 15px;

  display: flex;
  align-items: center;
  gap: 8px;

  border-bottom: 1px solid #eeeeee;

  color: #888;

  font-size: 9px;
}

.stars {
  color: #c99232;

  font-size: 12px;

  direction: ltr;

  letter-spacing: 1px;
}

.rating-divider {
  color: #ddd;
}

.product-description {
  padding: 18px 0;

  color: #6f6f6f;

  font-size: 11px;

  line-height: 2;
}

/* FEATURES */

.product-features {
  padding: 14px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 8px;

  border-radius: 10px;

  background: #faf9f6;
}

.product-features > div {
  min-height: 58px;

  display: flex;
  align-items: center;

  gap: 9px;
}

.product-features > div > span {
  flex: 0 0 34px;

  width: 34px;
  height: 34px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #fff;

  color: #bd8628;

  font-size: 17px;
}

.product-features p {
  display: flex;
  flex-direction: column;
}

.product-features small {
  color: #999;

  font-size: 8px;
}

.product-features strong {
  margin-top: 1px;

  color: #333;

  font-size: 9px;
}

/* =========================================================
   OPTIONS
========================================================= */

.product-option {
  padding: 20px 0;

  border-bottom: 1px solid #eeeeee;
}

.product-option-title {
  margin-bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-option-title strong {
  font-size: 11px;
}

.product-option-title span {
  color: #999;

  font-size: 8px;
}

.size-options {
  display: flex;
  gap: 8px;
}

.size-options button {
  min-width: 80px;

  height: 38px;

  border: 1px solid #e2e2e2;

  border-radius: 7px;

  background: #fff;

  color: #555;

  font-size: 9px;
}

.size-options button.active {
  border-color: #b7822b;

  background: #faf5ec;

  color: #a06c1b;
}

/* =========================================================
   BUY BOX
========================================================= */

.product-buy-box {
  padding: 20px 0;
}

.product-price-area {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.product-old-price-detail {
  color: #aaa;

  font-size: 10px;

  text-decoration: line-through;
}

.product-price-area > strong {
  margin-top: 2px;

  color: #9e6d1e;

  font-size: 21px;
}

.stock-status {
  margin-top: 10px;

  display: flex;
  align-items: center;

  gap: 6px;

  color: #42814b;

  font-size: 9px;
}

.stock-status span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #4d9856;
}

.product-buy-row {
  margin-top: 16px;

  display: grid;

  grid-template-columns:
    115px
    1fr;

  gap: 9px;
}

.quantity-selector {
  height: 46px;

  display: grid;

  grid-template-columns:
    35px
    1fr
    35px;

  align-items: center;

  border: 1px solid #e2e2e2;

  border-radius: 8px;

  overflow: hidden;
}

.quantity-selector button {
  height: 100%;

  border: 0;

  background: #fafafa;

  color: #333;

  font-size: 17px;
}

.quantity-selector span {
  text-align: center;

  font-size: 11px;
}

.main-add-cart {
  height: 46px;

  border: 0;

  border-radius: 8px;

  background: linear-gradient(180deg, #d0a452, #a9711c);

  color: #fff;

  font-size: 11px;

  transition: 0.2s;
}

.main-add-cart:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 18px rgba(169, 113, 28, 0.2);
}

/* =========================================================
   GUARANTEES
========================================================= */

.product-guarantees {
  padding-top: 17px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 7px;

  border-top: 1px solid #eeeeee;
}

.product-guarantees > div {
  min-height: 60px;

  padding: 8px;

  display: flex;
  align-items: center;

  gap: 7px;

  border: 1px solid #eeeeee;

  border-radius: 8px;
}

.product-guarantees > div > span {
  color: #bd872b;

  font-size: 18px;
}

.product-guarantees p {
  display: flex;
  flex-direction: column;
}

.product-guarantees strong {
  font-size: 8px;
}

.product-guarantees small {
  margin-top: 2px;

  color: #999;

  font-size: 7px;
}

/* =========================================================
   PRODUCT CONTENT / TABS
========================================================= */

.product-content-section {
  margin-top: 55px;

  border-top: 1px solid #eeeeee;
}

.product-tabs {
  min-height: 60px;

  display: flex;
  justify-content: center;

  gap: 38px;

  border-bottom: 1px solid #eeeeee;
}

.product-tabs button {
  position: relative;

  border: 0;

  background: transparent;

  color: #777;

  font-size: 11px;
}

.product-tabs button::after {
  content: "";

  position: absolute;

  right: 50%;
  bottom: -1px;

  width: 0;
  height: 2px;

  background: #b78027;

  transition: 0.2s;
}

.product-tabs button.active {
  color: #9b691b;

  font-weight: 700;
}

.product-tabs button.active::after {
  right: 0;

  width: 100%;
}

.product-tab-content {
  display: none;

  max-width: 900px;

  margin: 0 auto;

  padding: 35px 0;

  color: #666;

  font-size: 11px;

  line-height: 2.2;
}

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

.product-tab-content h2 {
  margin-bottom: 12px;

  color: #222;

  font-size: 20px;
}

.product-tab-content p + p {
  margin-top: 10px;
}

/* =========================================================
   NOTES
========================================================= */

.perfume-notes {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;
}

.note-card {
  min-height: 130px;

  padding: 20px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  text-align: center;

  border: 1px solid #ececec;

  border-radius: 10px;

  background: #faf9f6;
}

.note-card span {
  color: #a87421;

  font-size: 9px;
}

.note-card strong {
  margin-top: 5px;

  color: #333;

  font-size: 11px;
}

.note-card small {
  margin-top: 6px;

  color: #aaa;

  font-size: 7px;

  letter-spacing: 1px;
}

/* =========================================================
   SPECS
========================================================= */

.product-specs {
  display: grid;

  grid-template-columns: 1fr 1fr;

  border: 1px solid #eeeeee;

  border-radius: 10px;

  overflow: hidden;
}

.product-specs > div {
  min-height: 52px;

  padding: 0 16px;

  display: flex;
  align-items: center;

  justify-content: space-between;

  border-bottom: 1px solid #eeeeee;
}

.product-specs > div:nth-child(odd) {
  border-left: 1px solid #eeeeee;
}

.product-specs span {
  color: #888;

  font-size: 9px;
}

.product-specs strong {
  color: #333;

  font-size: 9px;
}

/* =========================================================
   RELATED
========================================================= */

.related-products {
  padding-top: 40px;

  border-top: 1px solid #eeeeee;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {
  .product-detail {
    gap: 25px;
  }

  .product-main-image {
    height: 460px;
  }

  .product-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-main-image {
    height: 420px;
  }

  .product-thumbnails {
    flex-direction: row;
    order: 2;
  }

  .product-info h1 {
    font-size: 27px;
  }

  .product-features {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-guarantees {
    grid-template-columns: 1fr;
  }

  .perfume-notes {
    grid-template-columns: 1fr;
  }

  .product-specs {
    grid-template-columns: 1fr;
  }

  .product-specs > div:nth-child(odd) {
    border-left: 0;
  }
}

@media (max-width: 450px) {
  .product-main-image {
    height: 350px;
  }

  .product-features {
    grid-template-columns: 1fr;
  }

  .product-buy-row {
    grid-template-columns: 100px 1fr;
  }

  .product-tabs {
    gap: 18px;
  }
}
/* =========================================================
   CART PAGE
========================================================= */

.cart-page {
  min-height: 600px;
  padding: 38px 0 65px;
  background: #fafafa;
}

/* PAGE HEAD */

.cart-page-head {
  margin-bottom: 20px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cart-page-head span {
  color: #b68028;
  font-size: 9px;
}

.cart-page-head h1 {
  margin-top: 2px;
  font-size: 29px;
}

.cart-page-head > a {
  color: #95661d;
  font-size: 9px;
}

/* =========================================================
   LAYOUT
========================================================= */

.cart-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    340px;

  gap: 22px;

  align-items: start;
}

/* =========================================================
   PRODUCTS
========================================================= */

.cart-products {
  overflow: hidden;

  border: 1px solid #e8e8e8;

  border-radius: 12px;

  background: #fff;
}

.cart-products-head {
  min-height: 58px;

  padding: 0 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid #eeeeee;
}

.cart-products-head strong {
  font-size: 13px;
}

.cart-products-head span {
  color: #999;

  font-size: 8px;
}

/* =========================================================
   CART ITEM
========================================================= */

.cart-item {
  min-height: 160px;

  position: relative;

  padding: 18px;

  display: grid;

  grid-template-columns:
    120px
    minmax(0, 1fr)
    125px
    170px
    35px;

  gap: 16px;

  align-items: center;

  border-bottom: 1px solid #eeeeee;
}

.cart-item:last-child {
  border-bottom: 0;
}

/* IMAGE */

.cart-item-image {
  height: 120px;

  display: grid;
  place-items: center;

  overflow: hidden;

  border-radius: 8px;

  background: #fafafa;
}

.cart-item-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;

  transform: scale(1.08);
}

/* INFORMATION */

.cart-item-info {
  min-width: 0;
}

.cart-item-brand {
  display: block;

  color: #b07a23;

  font-size: 8px;
}

.cart-item-name {
  display: block;

  margin-top: 3px;

  color: #222;

  font-size: 13px;

  font-weight: 700;
}

.cart-item-info > small {
  display: block;

  margin-top: 2px;

  color: #aaa;

  font-size: 8px;

  direction: ltr;

  text-align: right;
}

.cart-item-meta {
  margin-top: 12px;

  display: flex;
  flex-wrap: wrap;

  gap: 7px;
}

.cart-item-meta span {
  padding: 4px 8px;

  border-radius: 15px;

  background: #f7f5f0;

  color: #777;

  font-size: 7px;
}

/* QUANTITY */

.cart-mobile-label {
  display: none;
}

.cart-quantity-control {
  width: 105px;
  height: 38px;

  display: grid;

  grid-template-columns:
    32px
    1fr
    32px;

  align-items: center;

  overflow: hidden;

  border: 1px solid #e2e2e2;

  border-radius: 7px;
}

.cart-quantity-control button {
  height: 100%;

  border: 0;

  background: #fafafa;

  color: #333;

  font-size: 15px;
}

.cart-quantity-control span {
  text-align: center;

  font-size: 10px;
}

/* PRICE */

.cart-item-price strong,
.cart-item-price small {
  display: block;
}

.cart-item-price strong {
  color: #9e6b19;

  font-size: 11px;
}

.cart-item-price small {
  margin-top: 3px;

  color: #aaa;

  font-size: 7px;
}

/* REMOVE */

.cart-remove {
  width: 31px;
  height: 31px;

  border: 1px solid #e8e8e8;

  border-radius: 50%;

  background: #fff;

  color: #aaa;

  font-size: 18px;
}

.cart-remove:hover {
  border-color: #c74b4b;

  color: #b62626;
}

/* =========================================================
   SUMMARY
========================================================= */

.cart-summary {
  position: sticky;

  top: 18px;

  padding: 20px;

  border: 1px solid #e5e5e5;

  border-radius: 12px;

  background: #fff;
}

.cart-summary h2 {
  padding-bottom: 14px;

  border-bottom: 1px solid #eeeeee;

  font-size: 16px;
}

.summary-row {
  min-height: 42px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #777;

  font-size: 9px;
}

.summary-row strong {
  color: #444;

  font-size: 9px;
}

.summary-row .discount-text {
  color: #328148;
}

.summary-divider {
  height: 1px;

  margin: 7px 0;

  background: #ececec;
}

.summary-total {
  padding: 11px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary-total span {
  font-size: 11px;

  font-weight: 700;
}

.summary-total strong {
  color: #98671c;

  font-size: 16px;
}

/* =========================================================
   DISCOUNT CODE
========================================================= */

.discount-code-box {
  margin-top: 12px;

  padding-top: 15px;

  border-top: 1px solid #eeeeee;
}

.discount-code-box > label {
  display: block;

  margin-bottom: 7px;

  color: #555;

  font-size: 9px;
}

.discount-code-box > div {
  height: 39px;

  display: flex;
}

.discount-code-box input {
  flex: 1;

  min-width: 0;

  padding: 0 10px;

  border: 1px solid #e3e3e3;

  border-left: 0;

  border-radius: 0 7px 7px 0;

  outline: 0;

  background: #fafafa;

  font-size: 9px;
}

.discount-code-box button {
  width: 70px;

  border: 0;

  border-radius: 7px 0 0 7px;

  background: #242424;

  color: #fff;

  font-size: 8px;
}

.discount-code-box > small {
  display: block;

  min-height: 17px;

  margin-top: 5px;

  font-size: 7px;
}

.discount-success {
  color: #368044;
}

.discount-error {
  color: #b92c2c;
}

/* =========================================================
   CHECKOUT BUTTON
========================================================= */

.checkout-button {
  height: 46px;

  margin-top: 12px;

  display: grid;
  place-items: center;

  border-radius: 8px;

  background: linear-gradient(180deg, #d2a751, #aa721e);

  color: #fff;

  font-size: 10px;

  transition: 0.2s;
}

.checkout-button:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 20px rgba(170, 114, 30, 0.18);
}

/* =========================================================
   BENEFITS
========================================================= */

.summary-benefits {
  margin-top: 16px;

  padding-top: 14px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 5px;

  border-top: 1px solid #eeeeee;
}

.summary-benefits > div {
  text-align: center;
}

.summary-benefits span {
  display: block;

  color: #be882b;

  font-size: 18px;
}

.summary-benefits small {
  display: block;

  margin-top: 2px;

  color: #888;

  font-size: 6px;
}

/* =========================================================
   EMPTY CART
========================================================= */

.cart-empty {
  padding: 85px 20px;

  border: 1px solid #e9e9e9;

  border-radius: 12px;

  background: #fff;

  text-align: center;
}

.cart-empty-icon {
  width: 72px;
  height: 72px;

  margin: 0 auto 16px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f8f4ec;

  font-size: 29px;
}

.cart-empty h2 {
  font-size: 19px;
}

.cart-empty p {
  margin-top: 5px;

  color: #888;

  font-size: 9px;
}

.cart-empty a {
  margin-top: 17px;

  padding: 9px 25px;

  display: inline-block;

  border-radius: 7px;

  background: #17191b;

  color: #fff;

  font-size: 9px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
  .cart-layout {
    grid-template-columns:
      minmax(0, 1fr)
      290px;
  }

  .cart-item {
    grid-template-columns:
      100px
      minmax(0, 1fr)
      105px
      130px
      30px;

    gap: 10px;
  }

  .cart-item-image {
    height: 105px;
  }
}

@media (max-width: 780px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }
}

@media (max-width: 650px) {
  .cart-page-head {
    align-items: flex-start;

    flex-direction: column;

    gap: 8px;
  }

  .cart-item {
    padding: 14px;

    grid-template-columns:
      85px
      1fr
      30px;

    gap: 10px;
  }

  .cart-item-image {
    width: 85px;
    height: 95px;

    grid-row: 1 / 3;
  }

  .cart-item-info {
    grid-column: 2;
  }

  .cart-item-quantity {
    grid-column: 2;

    display: flex;
    align-items: center;

    gap: 10px;
  }

  .cart-item-price {
    grid-column: 1 / -1;

    padding-top: 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid #eeeeee;
  }

  .cart-remove {
    grid-column: 3;
    grid-row: 1;

    align-self: start;
  }

  .cart-mobile-label {
    display: inline;

    color: #999;

    font-size: 8px;
  }

  .cart-item-price small {
    display: none;
  }

  .summary-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =========================================================
   CHECKOUT PAGE
========================================================= */

.checkout-page {
  min-height: 650px;
  padding: 38px 0 65px;
  background: #fafafa;
}

/* PAGE HEAD */

.checkout-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.checkout-page-head span {
  color: #b77f25;
  font-size: 9px;
}

.checkout-page-head h1 {
  margin-top: 2px;
  font-size: 29px;
}

.checkout-page-head > a {
  color: #94651c;
  font-size: 9px;
}

/* =========================================================
   PROGRESS
========================================================= */

.checkout-progress {
  max-width: 680px;
  margin: 0 auto 28px;

  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;

  align-items: center;
}

.checkout-progress > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #aaa;
}

.checkout-progress > div > span {
  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  border: 1px solid #ddd;
  border-radius: 50%;

  background: #fff;

  font-size: 9px;
}

.checkout-progress strong {
  font-size: 9px;
}

.checkout-progress > i {
  height: 1px;
  margin: 0 10px;
  background: #dedede;
}

.checkout-progress .done,
.checkout-progress .active {
  color: #9b6819;
}

.checkout-progress .done > span,
.checkout-progress .active > span {
  border-color: #c38d34;
  background: #c38d34;
  color: #fff;
}

/* =========================================================
   LAYOUT
========================================================= */

.checkout-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    360px;

  gap: 22px;

  align-items: start;
}

/* =========================================================
   CHECKOUT CARD
========================================================= */

.checkout-card {
  margin-bottom: 14px;
  padding: 22px;

  border: 1px solid #e8e8e8;
  border-radius: 12px;

  background: #fff;
}

.checkout-card-head {
  margin-bottom: 18px;

  display: flex;
  align-items: center;
  gap: 11px;
}

.checkout-card-head > span {
  flex: 0 0 31px;

  width: 31px;
  height: 31px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f6efe3;

  color: #af7921;

  font-size: 9px;
}

.checkout-card-head h2 {
  font-size: 14px;
}

.checkout-card-head p {
  margin-top: 2px;

  color: #999;

  font-size: 8px;
}

/* =========================================================
   FORM
========================================================= */

.checkout-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 13px;
}

.checkout-form-grid label,
.checkout-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.checkout-form-grid label > span {
  color: #555;
  font-size: 9px;
}

.checkout-form-grid input,
.checkout-form-grid select,
.checkout-form-grid textarea,
.checkout-note textarea {
  width: 100%;

  border: 1px solid #e3e3e3;
  border-radius: 7px;

  outline: 0;

  background: #fafafa;

  color: #333;

  font-size: 9px;
}

.checkout-form-grid input,
.checkout-form-grid select {
  height: 42px;
  padding: 0 11px;
}

.checkout-form-grid textarea,
.checkout-note textarea {
  padding: 11px;
  resize: vertical;
  line-height: 1.9;
}

.checkout-form-grid input:focus,
.checkout-form-grid select:focus,
.checkout-form-grid textarea:focus,
.checkout-note textarea:focus {
  border-color: #c79a4c;
  background: #fff;
}

.checkout-full-field {
  grid-column: 1 / -1;
}

/* =========================================================
   SHIPPING / PAYMENT
========================================================= */

.shipping-options,
.payment-options {
  display: grid;
  gap: 9px;
}

.shipping-option,
.payment-option {
  min-height: 72px;

  padding: 12px 14px;

  display: grid;
  align-items: center;
  gap: 12px;

  border: 1px solid #e7e7e7;
  border-radius: 9px;

  background: #fff;

  cursor: pointer;

  transition: 0.2s;
}

.shipping-option {
  grid-template-columns: 18px 40px 1fr auto;
}

.payment-option {
  grid-template-columns: 18px 42px 1fr;
}

.shipping-option.active,
.payment-option.active {
  border-color: #c8943c;
  background: #fdfaf4;
}

.shipping-option input,
.payment-option input {
  accent-color: #b67c23;
}

.shipping-icon,
.payment-option > span {
  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f1e7;

  color: #bd8529;

  font-size: 18px;
}

.shipping-option strong,
.shipping-option small,
.payment-option strong,
.payment-option small {
  display: block;
}

.shipping-option strong,
.payment-option strong {
  font-size: 10px;
}

.shipping-option small,
.payment-option small {
  margin-top: 2px;

  color: #999;

  font-size: 8px;
}

.shipping-option > b {
  color: #43814e;

  font-size: 9px;
}

/* =========================================================
   SUMMARY
========================================================= */

.checkout-summary {
  position: sticky;
  top: 18px;

  padding: 20px;

  border: 1px solid #e6e6e6;
  border-radius: 12px;

  background: #fff;
}

.checkout-summary > h2 {
  padding-bottom: 14px;

  border-bottom: 1px solid #eee;

  font-size: 16px;
}

/* PRODUCTS */

.checkout-products {
  max-height: 310px;

  overflow-y: auto;
}

.checkout-product {
  min-height: 82px;

  padding: 10px 0;

  display: grid;

  grid-template-columns:
    62px
    1fr
    auto;

  gap: 9px;

  align-items: center;

  border-bottom: 1px solid #f0f0f0;
}

.checkout-product:last-child {
  border-bottom: 0;
}

.checkout-product-image {
  width: 62px;
  height: 62px;

  position: relative;

  display: grid;
  place-items: center;

  border-radius: 7px;

  background: #fafafa;
}

.checkout-product-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.checkout-product-image span {
  position: absolute;

  top: -5px;
  right: -5px;

  width: 17px;
  height: 17px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #222;

  color: #fff;

  font-size: 7px;
}

.checkout-product strong,
.checkout-product small {
  display: block;
}

.checkout-product strong {
  font-size: 9px;
}

.checkout-product small {
  margin-top: 2px;

  color: #999;

  font-size: 7px;
}

.checkout-product > b {
  color: #8f6119;

  font-size: 8px;

  white-space: nowrap;
}

/* ROWS */

.checkout-summary-divider {
  height: 1px;

  margin: 10px 0;

  background: #eee;
}

.checkout-summary-row {
  min-height: 38px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #777;

  font-size: 9px;
}

.checkout-summary-row strong {
  color: #444;

  font-size: 9px;
}

.checkout-summary-row .checkout-discount {
  color: #358146;
}

.checkout-total {
  padding: 9px 0 13px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-total span {
  font-size: 11px;
  font-weight: 700;
}

.checkout-total strong {
  color: #99671b;
  font-size: 16px;
}

/* TERMS */

.checkout-terms {
  padding: 12px 0;

  display: flex;
  align-items: flex-start;
  gap: 7px;

  border-top: 1px solid #eee;

  color: #777;

  font-size: 8px;

  cursor: pointer;
}

.checkout-terms input {
  margin-top: 3px;

  accent-color: #b67b22;
}

/* PLACE ORDER */

.place-order-button {
  width: 100%;
  height: 48px;

  border: 0;
  border-radius: 8px;

  background: linear-gradient(180deg, #d2a751, #a9701c);

  color: #fff;

  font-size: 10px;
}

.place-order-button:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 20px rgba(169, 112, 28, 0.18);
}

/* SECURITY */

.checkout-security {
  margin-top: 15px;
  padding-top: 13px;

  display: flex;
  align-items: center;
  gap: 8px;

  border-top: 1px solid #eee;
}

.checkout-security > span {
  font-size: 19px;
}

.checkout-security strong,
.checkout-security small {
  display: block;
}

.checkout-security strong {
  font-size: 8px;
}

.checkout-security small {
  color: #999;
  font-size: 7px;
}

/* =========================================================
   EMPTY
========================================================= */

.checkout-empty {
  padding: 80px 20px;

  border: 1px solid #e8e8e8;
  border-radius: 12px;

  background: #fff;

  text-align: center;
}

.checkout-empty h2 {
  font-size: 19px;
}

.checkout-empty p {
  margin-top: 5px;

  color: #888;

  font-size: 9px;
}

.checkout-empty a {
  margin-top: 16px;

  padding: 9px 24px;

  display: inline-block;

  border-radius: 7px;

  background: #17191b;

  color: #fff;

  font-size: 9px;
}

/* =========================================================
   ORDER MODAL
========================================================= */

.order-modal {
  position: fixed;

  inset: 0;

  z-index: 9999;

  padding: 20px;

  display: grid;
  place-items: center;

  background: rgba(10, 10, 10, 0.58);

  opacity: 0;
  visibility: hidden;

  transition: 0.2s;
}

.order-modal.show {
  opacity: 1;
  visibility: visible;
}

.order-modal-box {
  width: min(420px, 100%);

  padding: 35px;

  border-radius: 16px;

  background: #fff;

  text-align: center;

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.order-success-icon {
  width: 65px;
  height: 65px;

  margin: 0 auto 14px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #edf7ef;

  color: #3d8b4c;

  font-size: 27px;
}

.order-modal-box h2 {
  font-size: 21px;
}

.order-modal-box > p {
  margin-top: 5px;

  color: #888;

  font-size: 9px;
}

.order-number-box {
  margin: 20px 0;

  padding: 13px;

  border-radius: 8px;

  background: #f8f6f1;
}

.order-number-box span,
.order-number-box strong {
  display: block;
}

.order-number-box span {
  color: #999;

  font-size: 8px;
}

.order-number-box strong {
  margin-top: 3px;

  color: #9b681a;

  font-family: Arial, sans-serif;

  font-size: 15px;

  direction: ltr;
}

.order-modal-box > a {
  display: block;

  color: #99691c;

  font-size: 9px;
}

.order-modal-box > button {
  width: 100%;
  height: 42px;

  margin-top: 13px;

  border: 0;
  border-radius: 7px;

  background: #181a1c;

  color: #fff;

  font-size: 9px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .checkout-layout {
    grid-template-columns: 1fr 310px;
  }
}

@media (max-width: 760px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    position: static;
  }

  .checkout-progress strong {
    display: none;
  }
}

@media (max-width: 600px) {
  .checkout-page-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-full-field {
    grid-column: auto;
  }

  .shipping-option {
    grid-template-columns: 18px 35px 1fr;
  }

  .shipping-option > b {
    grid-column: 3;
    margin-top: -9px;
  }
}
/* =========================================================
   AUTH / LOGIN PAGE
========================================================= */

.auth-page {
  min-height: calc(100vh - 140px);
  padding: 35px 20px;

  display: grid;
  place-items: center;

  background: #f7f7f7;
}

.auth-shell {
  width: min(1050px, 100%);
  min-height: 650px;

  display: grid;
  grid-template-columns: 1fr 1fr;

  overflow: hidden;

  border: 1px solid #e7e7e7;
  border-radius: 18px;

  background: #fff;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);

  direction: ltr;
}

/* =========================================================
   VISUAL SIDE
========================================================= */

.auth-visual {
  position: relative;

  min-height: 650px;

  overflow: hidden;

  background-image: url("images/hero/home-hero.webp");

  background-size: cover;
  background-position: center;
}

.auth-visual-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

.auth-visual-content {
  position: absolute;

  right: 40px;
  left: 40px;
  bottom: 45px;

  z-index: 2;

  color: #fff;

  direction: rtl;
}

.auth-visual-content > span {
  font-family: Georgia, serif;

  letter-spacing: 4px;

  font-size: 10px;

  color: #d3a24f;
}

.auth-visual-content h1 {
  max-width: 390px;

  margin-top: 7px;

  font-size: 32px;

  line-height: 1.55;
}

.auth-visual-content p {
  max-width: 390px;

  margin-top: 8px;

  color: #ddd;

  font-size: 10px;

  line-height: 2;
}

/* =========================================================
   AUTH PANEL
========================================================= */

.auth-panel {
  padding: 42px 55px;

  direction: rtl;
}

.auth-logo {
  display: flex;
  flex-direction: column;

  align-items: center;

  direction: ltr;

  line-height: 1;
}

.auth-logo strong {
  font-family: Georgia, serif;

  font-size: 22px;

  font-weight: 500;

  letter-spacing: 6px;
}

.auth-logo small {
  margin-top: 7px;

  color: #999;

  font-size: 6px;

  letter-spacing: 3px;
}

/* =========================================================
   TABS
========================================================= */

.auth-tabs {
  height: 46px;

  margin-top: 30px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  border-bottom: 1px solid #e7e7e7;
}

.auth-tabs button {
  position: relative;

  border: 0;

  background: transparent;

  color: #999;

  font-size: 11px;
}

.auth-tabs button::after {
  content: "";

  position: absolute;

  right: 50%;
  bottom: -1px;

  width: 0;
  height: 2px;

  background: #b67d22;

  transition: 0.2s;
}

.auth-tabs button.active {
  color: #9c681b;

  font-weight: 700;
}

.auth-tabs button.active::after {
  right: 0;

  width: 100%;
}

/* =========================================================
   FORM
========================================================= */

.auth-form {
  display: none;

  padding-top: 24px;
}

.auth-form.active {
  display: block;
}

.auth-heading {
  margin-bottom: 20px;
}

.auth-heading h2 {
  font-size: 21px;
}

.auth-heading p {
  margin-top: 3px;

  color: #999;

  font-size: 9px;
}

.auth-form > label,
.auth-grid label {
  margin-bottom: 13px;

  display: flex;
  flex-direction: column;

  gap: 6px;
}

.auth-form label > span,
.auth-grid label > span {
  color: #555;

  font-size: 9px;
}

.auth-form input {
  width: 100%;
  height: 43px;

  padding: 0 12px;

  border: 1px solid #e1e1e1;
  border-radius: 7px;

  outline: 0;

  background: #fafafa;

  color: #333;

  font-size: 9px;
}

.auth-form input:focus {
  border-color: #c69746;

  background: #fff;
}

.auth-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

/* =========================================================
   PASSWORD
========================================================= */

.password-field {
  position: relative;
}

.password-field input {
  padding-left: 65px;
}

.toggle-password {
  position: absolute;

  left: 9px;
  top: 50%;

  transform: translateY(-50%);

  border: 0;

  background: transparent;

  color: #a37124;

  font-size: 8px;
}

/* =========================================================
   FORM ROW
========================================================= */

.auth-form-row {
  margin: 3px 0 17px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remember-me {
  display: flex !important;
  flex-direction: row !important;

  align-items: center;

  gap: 6px !important;

  margin: 0 !important;

  cursor: pointer;
}

.remember-me input,
.auth-terms input {
  width: auto;
  height: auto;

  accent-color: #b67d22;
}

.remember-me span {
  font-size: 8px !important;

  color: #777 !important;
}

.forgot-password {
  border: 0;

  background: transparent;

  color: #a67020;

  font-size: 8px;
}

/* =========================================================
   TERMS
========================================================= */

.auth-terms {
  margin: 7px 0 16px !important;

  display: flex !important;

  flex-direction: row !important;

  align-items: flex-start;

  gap: 7px !important;

  cursor: pointer;
}

.auth-terms span {
  color: #777 !important;

  font-size: 8px !important;
}

/* =========================================================
   SUBMIT
========================================================= */

.auth-submit {
  width: 100%;
  height: 45px;

  border: 0;

  border-radius: 8px;

  background: linear-gradient(180deg, #d0a351, #aa711d);

  color: #fff;

  font-size: 10px;

  transition: 0.2s;
}

.auth-submit:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 20px rgba(170, 113, 29, 0.18);
}

/* =========================================================
   MESSAGES
========================================================= */

.auth-message {
  min-height: 22px;

  margin-top: 9px;

  text-align: center;

  font-size: 8px;
}

.auth-message.success {
  color: #338149;
}

.auth-message.error {
  color: #b52d2d;
}

/* =========================================================
   SECURITY
========================================================= */

.auth-security {
  margin-top: 20px;

  padding-top: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 7px;

  border-top: 1px solid #eeeeee;

  color: #999;
}

.auth-security span {
  font-size: 15px;
}

.auth-security p {
  font-size: 7px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 850px) {
  .auth-shell {
    grid-template-columns: 1fr;

    max-width: 580px;
  }

  .auth-visual {
    min-height: 250px;
  }

  .auth-visual-content {
    bottom: 28px;
  }

  .auth-visual-content h1 {
    font-size: 25px;
  }
}

@media (max-width: 520px) {
  .auth-page {
    padding: 15px 10px;
  }

  .auth-panel {
    padding: 30px 20px;
  }

  .auth-grid {
    grid-template-columns: 1fr;
  }

  .auth-visual {
    min-height: 210px;
  }

  .auth-visual-content {
    right: 22px;
    left: 22px;
    bottom: 22px;
  }

  .auth-visual-content h1 {
    font-size: 21px;
  }
}
/* =========================================================
   ACCOUNT PAGE
========================================================= */

.account-page {
  min-height: 650px;
  padding: 38px 0 65px;
  background: #fafafa;
}

/* =========================================================
   PAGE HEAD
========================================================= */

.account-page-head {
  margin-bottom: 20px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.account-page-head > div > span {
  color: #b67d24;

  font-size: 9px;
}

.account-page-head h1 {
  margin-top: 2px;

  font-size: 28px;
}

.account-page-head > button {
  padding: 8px 15px;

  border: 1px solid #e1e1e1;

  border-radius: 7px;

  background: #fff;

  color: #a44949;

  font-size: 8px;
}

/* =========================================================
   LAYOUT
========================================================= */

.account-layout {
  display: grid;

  grid-template-columns:
    230px
    minmax(0, 1fr);

  gap: 22px;

  align-items: start;
}

/* =========================================================
   SIDEBAR
========================================================= */

.account-sidebar {
  overflow: hidden;

  border: 1px solid #e6e6e6;

  border-radius: 12px;

  background: #fff;
}

.account-user-card {
  padding: 25px 15px;

  display: flex;
  flex-direction: column;

  align-items: center;

  border-bottom: 1px solid #eee;

  text-align: center;
}

.account-avatar {
  width: 62px;
  height: 62px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: linear-gradient(135deg, #d3aa58, #9b681c);

  color: #fff;

  font-size: 24px;
}

.account-user-card strong {
  margin-top: 10px;

  font-size: 12px;
}

.account-user-card span {
  margin-top: 3px;

  color: #999;

  font-size: 8px;

  direction: ltr;
}

.account-nav {
  padding: 8px;
}

.account-nav button,
.account-nav a {
  width: 100%;
  min-height: 44px;

  padding: 0 11px;

  display: flex;
  align-items: center;

  gap: 9px;

  border: 0;

  border-radius: 7px;

  background: transparent;

  color: #666;

  font-size: 9px;

  text-align: right;

  transition: 0.2s;
}

.account-nav button > span,
.account-nav a > span {
  width: 22px;

  color: #b47b22;

  text-align: center;

  font-size: 15px;
}

.account-nav button:hover,
.account-nav a:hover {
  background: #faf7f1;

  color: #95641b;
}

.account-nav button.active {
  background: #f7f1e7;

  color: #96631a;

  font-weight: 700;
}

/* =========================================================
   CONTENT
========================================================= */

.account-tab {
  display: none;
}

.account-tab.active {
  display: block;
}

/* =========================================================
   STATS
========================================================= */

.account-stat-grid {
  margin-bottom: 14px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;
}

.account-stat-grid article {
  min-height: 95px;

  padding: 15px;

  display: flex;
  align-items: center;

  gap: 12px;

  border: 1px solid #e8e8e8;

  border-radius: 10px;

  background: #fff;
}

.account-stat-grid article > span {
  flex: 0 0 39px;

  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f1e6;

  color: #b87f25;

  font-size: 17px;
}

.account-stat-grid small,
.account-stat-grid strong {
  display: block;
}

.account-stat-grid small {
  color: #929292;

  font-size: 7px;
}

.account-stat-grid strong {
  margin-top: 3px;

  color: #222;

  font-size: 18px;
}

/* =========================================================
   PANEL
========================================================= */

.account-panel {
  padding: 20px;

  border: 1px solid #e7e7e7;

  border-radius: 12px;

  background: #fff;
}

.account-panel-head {
  margin-bottom: 16px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  padding-bottom: 13px;

  border-bottom: 1px solid #eee;
}

.account-panel-head span {
  display: block;

  color: #b47b22;

  font-size: 8px;
}

.account-panel-head h2 {
  margin-top: 2px;

  font-size: 17px;
}

.account-panel-head button {
  border: 0;

  background: transparent;

  color: #9e6a1c;

  font-size: 8px;
}

/* =========================================================
   ORDER CARDS
========================================================= */

.recent-orders,
.account-orders-list {
  display: grid;

  gap: 10px;
}

.account-order-card {
  padding: 15px;

  border: 1px solid #ececec;

  border-radius: 9px;

  background: #fff;
}

.account-order-top {
  display: flex;

  align-items: center;
  justify-content: space-between;
}

.account-order-top small,
.account-order-top strong {
  display: block;
}

.account-order-top small {
  color: #999;

  font-size: 7px;
}

.account-order-top strong {
  margin-top: 2px;

  color: #333;

  font-family: Arial, sans-serif;

  font-size: 10px;

  direction: ltr;
}

.account-order-status {
  padding: 5px 10px;

  border-radius: 20px;

  background: #f5efe5;

  color: #9b691c;

  font-size: 7px;
}

.account-order-details {
  margin: 13px 0;

  padding: 11px 0;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.account-order-details > div {
  display: flex;

  flex-direction: column;

  gap: 2px;
}

.account-order-details span {
  color: #aaa;

  font-size: 7px;
}

.account-order-details strong {
  color: #555;

  font-size: 8px;
}

.account-order-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-order-images {
  display: flex;
  align-items: center;
}

.account-order-images img {
  width: 38px;
  height: 38px;

  margin-left: -5px;

  object-fit: contain;

  border: 2px solid #fff;

  border-radius: 50%;

  background: #fafafa;
}

.account-order-bottom > a {
  color: #9b681b;

  font-size: 8px;
}

/* =========================================================
   PROFILE
========================================================= */

.account-profile-form {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 13px;
}

.account-profile-form label {
  display: flex;
  flex-direction: column;

  gap: 6px;
}

.account-profile-form label > span {
  color: #555;

  font-size: 9px;
}

.account-profile-form input {
  width: 100%;
  height: 42px;

  padding: 0 11px;

  border: 1px solid #e3e3e3;

  border-radius: 7px;

  outline: 0;

  background: #fafafa;

  color: #333;

  font-size: 9px;
}

.account-profile-form input:focus {
  border-color: #c69646;

  background: #fff;
}

.account-profile-full {
  grid-column: 1 / -1;

  display: flex;
  align-items: center;

  gap: 14px;
}

.account-save-button {
  min-width: 140px;
  height: 42px;

  border: 0;

  border-radius: 7px;

  background: linear-gradient(180deg, #d1a652, #aa711d);

  color: #fff;

  font-size: 9px;
}

.account-form-message {
  font-size: 8px;
}

.account-form-message.success {
  color: #33804a;
}

.account-form-message.error {
  color: #b62f2f;
}

/* =========================================================
   ADDRESSES
========================================================= */

.account-address-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;
}

.account-address-card {
  min-height: 130px;

  padding: 16px;

  display: flex;
  justify-content: space-between;

  gap: 12px;

  border: 1px solid #e9e9e9;

  border-radius: 9px;

  background: #fff;
}

.account-address-card > div > span {
  color: #b47a21;

  font-size: 8px;
}

.account-address-card strong {
  display: block;

  margin-top: 4px;

  font-size: 11px;
}

.account-address-card p {
  margin-top: 5px;

  color: #777;

  font-size: 8px;

  line-height: 1.9;
}

.account-address-card small {
  display: block;

  margin-top: 7px;

  color: #aaa;

  font-size: 7px;
}

.account-address-icon {
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f1e6;

  color: #b67c23;

  font-size: 16px;
}

/* =========================================================
   EMPTY
========================================================= */

.account-empty {
  padding: 55px 20px;

  text-align: center;
}

.account-empty strong {
  display: block;

  color: #333;

  font-size: 14px;
}

.account-empty p {
  margin-top: 4px;

  color: #999;

  font-size: 8px;
}

.account-empty a {
  margin-top: 13px;

  padding: 7px 17px;

  display: inline-block;

  border-radius: 6px;

  background: #17191b;

  color: #fff;

  font-size: 8px;
}

/* =========================================================
   LOGIN REQUIRED
========================================================= */

.account-login-required {
  padding: 80px 20px;

  border: 1px solid #e7e7e7;

  border-radius: 12px;

  background: #fff;

  text-align: center;
}

.account-login-required > div {
  width: 68px;
  height: 68px;

  margin: 0 auto 15px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f1e7;

  color: #b37a23;

  font-size: 28px;
}

.account-login-required h2 {
  font-size: 19px;
}

.account-login-required p {
  margin-top: 5px;

  color: #888;

  font-size: 9px;
}

.account-login-required a {
  margin-top: 15px;

  padding: 9px 23px;

  display: inline-block;

  border-radius: 7px;

  background: #17191b;

  color: #fff;

  font-size: 9px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
  .account-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    position: static;
  }

  .account-user-card {
    padding: 18px;
  }

  .account-nav {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .account-profile-form {
    grid-template-columns: 1fr;
  }

  .account-profile-full {
    grid-column: auto;
  }

  .account-address-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .account-page-head {
    align-items: flex-start;

    flex-direction: column;

    gap: 8px;
  }

  .account-stat-grid {
    grid-template-columns: 1fr;
  }

  .account-nav {
    grid-template-columns: 1fr;
  }

  .account-order-details {
    grid-template-columns: 1fr;

    gap: 8px;
  }

  .account-order-bottom {
    align-items: flex-start;

    flex-direction: column;

    gap: 10px;
  }
}
/* =========================================================
   WISHLIST PAGE
========================================================= */

.wishlist-page {
  min-height: 600px;
  padding: 38px 0 65px;
  background: #fafafa;
}

.wishlist-page-head {
  margin-bottom: 20px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wishlist-page-head > div > span {
  color: #b77f26;

  font-size: 9px;
}

.wishlist-page-head h1 {
  margin-top: 2px;

  font-size: 29px;
}

.wishlist-page-head > a {
  color: #96651c;

  font-size: 9px;
}

/* =========================================================
   TOOLBAR
========================================================= */

.wishlist-toolbar {
  min-height: 58px;

  margin-bottom: 14px;

  padding: 0 15px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 1px solid #e7e7e7;

  border-radius: 10px;

  background: #fff;
}

.wishlist-toolbar strong,
.wishlist-toolbar span {
  display: block;
}

.wishlist-toolbar strong {
  font-size: 11px;
}

.wishlist-toolbar span {
  margin-top: 2px;

  color: #999;

  font-size: 7px;
}

.wishlist-toolbar button {
  padding: 7px 13px;

  border: 1px solid #e4e4e4;

  border-radius: 6px;

  background: #fff;

  color: #a14444;

  font-size: 8px;
}

/* =========================================================
   GRID
========================================================= */

.wishlist-grid {
  grid-template-columns: repeat(4, 1fr);
}

.wishlist-product-card {
  position: relative;
}

.wishlist-remove-button {
  position: absolute;

  top: 10px;
  left: 10px;

  z-index: 5;

  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  border: 1px solid #e7e7e7;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);

  color: #999;

  font-size: 18px;
}

.wishlist-remove-button:hover {
  border-color: #c94a4a;

  color: #b62c2c;
}

/* =========================================================
   EMPTY
========================================================= */

.wishlist-empty {
  padding: 85px 20px;

  border: 1px solid #e7e7e7;

  border-radius: 12px;

  background: #fff;

  text-align: center;
}

.wishlist-empty > div {
  width: 70px;
  height: 70px;

  margin: 0 auto 16px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f8f2e7;

  color: #b77f25;

  font-size: 31px;
}

.wishlist-empty h2 {
  font-size: 19px;
}

.wishlist-empty p {
  margin-top: 5px;

  color: #888;

  font-size: 9px;
}

.wishlist-empty > a {
  margin-top: 16px;

  padding: 9px 23px;

  display: inline-block;

  border-radius: 7px;

  background: #17191b;

  color: #fff;

  font-size: 9px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
  .wishlist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .wishlist-page-head {
    align-items: flex-start;

    flex-direction: column;

    gap: 7px;
  }

  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 430px) {
  .wishlist-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   TRACKING PAGE
========================================================= */

.tracking-page {
  min-height: 650px;

  padding: 45px 0 70px;

  background: #fafafa;
}

/* =========================================================
   HERO / SEARCH
========================================================= */

.tracking-hero {
  max-width: 760px;

  margin: 0 auto;

  text-align: center;
}

.tracking-hero > span {
  color: #b57d25;

  font-size: 9px;
}

.tracking-hero h1 {
  margin-top: 3px;

  font-size: 31px;
}

.tracking-hero > p {
  max-width: 520px;

  margin: 6px auto 0;

  color: #888;

  font-size: 10px;
}

.tracking-search {
  max-width: 600px;

  height: 50px;

  margin: 22px auto 0;

  display: flex;

  overflow: hidden;

  border: 1px solid #dedede;

  border-radius: 9px;

  background: #fff;

  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.035);
}

.tracking-search input {
  flex: 1;

  min-width: 0;

  padding: 0 15px;

  border: 0;

  outline: 0;

  background: transparent;

  font-size: 10px;

  direction: ltr;

  text-align: left;
}

.tracking-search button {
  width: 130px;

  border: 0;

  background: linear-gradient(180deg, #d2a551, #a9711c);

  color: #fff;

  font-size: 9px;
}

.tracking-hero > small {
  display: block;

  margin-top: 8px;

  color: #aaa;

  font-size: 7px;
}

/* =========================================================
   ERROR
========================================================= */

.tracking-message {
  max-width: 760px;

  margin: 25px auto 0;

  padding: 16px 18px;

  display: flex;

  align-items: center;

  gap: 13px;

  border-radius: 9px;
}

.tracking-error {
  border: 1px solid #efdada;

  background: #fff8f8;
}

.tracking-error > span {
  flex: 0 0 34px;

  width: 34px;
  height: 34px;

  display: grid;

  place-items: center;

  border-radius: 50%;

  background: #f7dddd;

  color: #aa3434;

  font-size: 14px;
}

.tracking-message strong {
  display: block;

  color: #333;

  font-size: 10px;
}

.tracking-message p {
  margin-top: 2px;

  color: #999;

  font-size: 8px;
}

/* =========================================================
   RESULT
========================================================= */

.tracking-result {
  margin-top: 35px;
}

/* HEAD */

.tracking-order-head {
  margin-bottom: 13px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  overflow: hidden;

  border: 1px solid #e5e5e5;

  border-radius: 10px;

  background: #fff;
}

.tracking-order-head > div {
  min-height: 77px;

  padding: 14px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  border-left: 1px solid #eee;
}

.tracking-order-head > div:last-child {
  border-left: 0;
}

.tracking-order-head span {
  color: #999;

  font-size: 7px;
}

.tracking-order-head strong {
  margin-top: 3px;

  color: #333;

  font-size: 9px;
}

.tracking-order-head > div:first-child strong {
  direction: ltr;

  text-align: right;

  font-family: Arial, sans-serif;
}

.tracking-status-badge {
  width: fit-content;

  padding: 4px 9px;

  border-radius: 20px;

  background: #f5eee2;

  color: #98661b !important;

  font-size: 8px !important;
}

/* =========================================================
   PANEL
========================================================= */

.tracking-panel {
  padding: 20px;

  border: 1px solid #e7e7e7;

  border-radius: 11px;

  background: #fff;
}

.tracking-panel-head {
  margin-bottom: 18px;

  padding-bottom: 12px;

  border-bottom: 1px solid #eee;
}

.tracking-panel-head span {
  display: block;

  color: #b47a21;

  font-size: 8px;
}

.tracking-panel-head h2 {
  margin-top: 2px;

  font-size: 16px;
}

/* =========================================================
   TIMELINE
========================================================= */

.tracking-timeline {
  display: grid;

  grid-template-columns:
    auto 1fr
    auto 1fr
    auto 1fr
    auto;

  align-items: start;

  padding: 10px 5px 15px;
}

.tracking-step {
  width: 150px;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-align: center;

  color: #aaa;
}

.tracking-dot {
  width: 36px;
  height: 36px;

  display: grid;
  place-items: center;

  border: 1px solid #ddd;

  border-radius: 50%;

  background: #fff;

  color: #aaa;

  font-size: 10px;

  position: relative;

  z-index: 2;
}

.tracking-step strong {
  margin-top: 8px;

  color: #888;

  font-size: 9px;
}

.tracking-step small {
  max-width: 135px;

  margin-top: 3px;

  color: #aaa;

  font-size: 7px;

  line-height: 1.8;
}

.tracking-line {
  height: 2px;

  margin-top: 17px;

  background: #e4e4e4;
}

.tracking-step.done .tracking-dot {
  border-color: #b98226;

  background: #b98226;

  color: #fff;
}

.tracking-step.done strong,
.tracking-step.active strong {
  color: #96641a;
}

.tracking-step.active .tracking-dot {
  border: 2px solid #b98226;

  color: #a86f1d;

  background: #fffaf1;
}

.tracking-line.done {
  background: #c49038;
}

/* =========================================================
   INFO GRID
========================================================= */

.tracking-info-grid {
  margin-top: 13px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 13px;
}

/* CUSTOMER */

.tracking-customer {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 15px 20px;
}

.tracking-customer > div {
  display: flex;

  flex-direction: column;

  gap: 3px;
}

.tracking-customer span {
  color: #999;

  font-size: 7px;
}

.tracking-customer strong {
  color: #444;

  font-size: 9px;

  line-height: 1.8;
}

.tracking-address-row {
  grid-column: 1 / -1;
}

/* PRODUCTS */

.tracking-products {
  display: grid;

  gap: 7px;
}

.tracking-product {
  min-height: 68px;

  padding: 7px 0;

  display: grid;

  grid-template-columns: 58px 1fr auto;

  gap: 9px;

  align-items: center;

  border-bottom: 1px solid #eee;
}

.tracking-product:last-child {
  border-bottom: 0;
}

.tracking-product-image {
  width: 58px;
  height: 58px;

  position: relative;

  display: grid;

  place-items: center;

  border-radius: 7px;

  background: #fafafa;
}

.tracking-product-image img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.tracking-product-image span {
  position: absolute;

  top: -4px;
  right: -4px;

  width: 16px;
  height: 16px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #202020;

  color: #fff;

  font-size: 6px;
}

.tracking-product strong,
.tracking-product small {
  display: block;
}

.tracking-product strong {
  font-size: 9px;
}

.tracking-product small {
  margin-top: 2px;

  color: #999;

  font-size: 7px;
}

.tracking-product > b {
  color: #97651a;

  font-size: 8px;

  white-space: nowrap;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {
  .tracking-timeline {
    grid-template-columns: repeat(7, auto);
  }

  .tracking-step {
    width: 115px;
  }
}

@media (max-width: 760px) {
  .tracking-order-head {
    grid-template-columns: 1fr 1fr;
  }

  .tracking-order-head > div:nth-child(2) {
    border-left: 0;
  }

  .tracking-order-head > div:nth-child(-n + 2) {
    border-bottom: 1px solid #eee;
  }

  .tracking-timeline {
    display: flex;

    flex-direction: column;

    align-items: stretch;

    padding: 5px 0;
  }

  .tracking-step {
    width: 100%;

    flex-direction: row;

    align-items: center;

    gap: 12px;

    text-align: right;
  }

  .tracking-step > div:last-child {
    flex: 1;
  }

  .tracking-step strong,
  .tracking-step small {
    text-align: right;
  }

  .tracking-line {
    width: 2px;
    height: 30px;

    margin: 0 17px;

    flex: none;
  }

  .tracking-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .tracking-search {
    height: auto;

    flex-direction: column;

    overflow: visible;

    border: 0;

    background: transparent;

    box-shadow: none;
  }

  .tracking-search input {
    width: 100%;
    height: 46px;

    border: 1px solid #ddd;

    border-radius: 7px;

    background: #fff;
  }

  .tracking-search button {
    width: 100%;
    height: 44px;

    margin-top: 7px;

    border-radius: 7px;
  }

  .tracking-order-head {
    grid-template-columns: 1fr;
  }

  .tracking-order-head > div {
    border-left: 0;

    border-bottom: 1px solid #eee;
  }

  .tracking-order-head > div:last-child {
    border-bottom: 0;
  }

  .tracking-customer {
    grid-template-columns: 1fr;
  }

  .tracking-address-row {
    grid-column: auto;
  }
}
/* =========================================================
   PERFUME FINDER PAGE
========================================================= */

.finder-page {
  min-height: 700px;
  padding: 45px 0 70px;
  background: #fafafa;
}

/* INTRO */

.finder-intro {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.finder-intro > span {
  color: #b67e25;
  font-size: 9px;
  letter-spacing: 2px;
}

.finder-intro h1 {
  margin-top: 3px;
  font-size: 33px;
}

.finder-intro p {
  max-width: 600px;
  margin: 7px auto 0;
  color: #858585;
  font-size: 10px;
  line-height: 2;
}

/* WIZARD */

.finder-wizard {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #fff;
}

/* PROGRESS */

.finder-progress {
  max-width: 650px;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns:
    auto 1fr
    auto 1fr
    auto 1fr
    auto;
  align-items: center;
}

.finder-progress > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #aaa;
}

.finder-progress > div > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  font-size: 9px;
}

.finder-progress > div > small {
  margin-top: 4px;
  font-size: 7px;
}

.finder-progress > i {
  height: 1px;
  margin: 0 8px 16px;
  background: #e4e4e4;
}

.finder-progress > div.active,
.finder-progress > div.done {
  color: #9a671b;
}

.finder-progress > div.active > span,
.finder-progress > div.done > span {
  border-color: #c48e36;
  background: #c48e36;
  color: #fff;
}

.finder-progress > div.done + i {
  background: #c48e36;
}

/* STEP */

.finder-step {
  display: none;
}

.finder-step.active {
  display: block;
}

.finder-step-head {
  margin-bottom: 20px;
  text-align: center;
}

.finder-step-head > span {
  color: #b67e25;
  font-size: 8px;
}

.finder-step-head h2 {
  margin-top: 3px;
  font-size: 22px;
}

.finder-step-head p {
  margin-top: 3px;
  color: #999;
  font-size: 8px;
}

/* CHOICES */

.finder-choice-grid {
  display: grid;
  gap: 12px;
}

.finder-gender-grid {
  grid-template-columns: repeat(3, 1fr);
}

.finder-choice {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: 0.2s;
}

.finder-choice:hover,
.finder-choice.selected {
  border-color: #c28b32;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.045);
}

.finder-choice.selected {
  background: #fdf9f2;
}

/* GENDER */

.finder-gender-grid .finder-choice {
  min-height: 285px;
  padding: 14px;
}

.finder-choice-image {
  height: 205px;
  display: grid;
  place-items: center;
}

.finder-choice-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.06);
}

.finder-gender-grid strong,
.finder-gender-grid small {
  display: block;
  text-align: center;
}

.finder-gender-grid strong {
  font-size: 14px;
}

.finder-gender-grid small {
  margin-top: 2px;
  color: #999;
  font-size: 8px;
}

/* SCENT */

.finder-scent-grid {
  grid-template-columns: repeat(3, 1fr);
}

.finder-scent-choice {
  min-height: 145px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.05) 70%),
    var(--finder-bg);
  background-size: cover;
  background-position: center;
  text-align: right;
}

.finder-scent-choice strong {
  font-size: 15px;
}

.finder-scent-choice small {
  margin-top: 2px;
  color: #eee;
  font-size: 8px;
}

/* SEASONS */

.finder-season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.finder-season-card {
  height: 180px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border: 1px solid #e8e8e8;
  border-radius: 11px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.finder-season-card.spring {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent),
    url("images/seasons/spring.webp");
}

.finder-season-card.summer {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent),
    url("images/seasons/summer.webp");
}

.finder-season-card.autumn {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent),
    url("images/seasons/autumn.webp");
}

.finder-season-card.winter {
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent),
    url("images/seasons/winter.webp");
}

.finder-season-card strong {
  font-size: 18px;
}

.finder-season-card small {
  font-size: 8px;
}

.finder-season-card.selected {
  outline: 3px solid #c99232;
  outline-offset: -3px;
}

/* USE */

.finder-use-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.finder-use-card {
  min-height: 140px;
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  border-radius: 11px;
  background: #fff;
  text-align: center;
}

.finder-use-card > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 9px;
  border-radius: 50%;
  background: #f8f2e7;
  color: #b67d24;
  font-size: 20px;
}

.finder-use-card strong {
  font-size: 11px;
}

.finder-use-card small {
  margin-top: 3px;
  color: #999;
  font-size: 7px;
}

.finder-use-card.selected {
  border-color: #c28b32;
  background: #fdf9f2;
}

/* ACTIONS */

.finder-actions {
  margin-top: 28px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: 130px 1fr 130px;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eee;
}

.finder-actions > span {
  text-align: center;
  color: #999;
  font-size: 8px;
}

.finder-back,
.finder-next {
  height: 40px;
  border-radius: 7px;
  font-size: 9px;
}

.finder-back {
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
}

.finder-next {
  border: 0;
  background: linear-gradient(180deg, #d0a451, #a9711c);
  color: #fff;
}

.finder-back:disabled,
.finder-next:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

/* RESULTS */

.finder-results {
  max-width: 1100px;
  margin: 30px auto 0;
}

.finder-result-head {
  margin-bottom: 20px;
  text-align: center;
}

.finder-result-head > span {
  color: #b57d24;
  font-size: 8px;
}

.finder-result-head h2 {
  margin-top: 3px;
  font-size: 24px;
}

.finder-result-head p {
  margin-top: 4px;
  color: #999;
  font-size: 8px;
}

.finder-result-grid {
  grid-template-columns: repeat(4, 1fr);
}

.finder-result-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.finder-result-actions button,
.finder-result-actions a {
  min-width: 150px;
  height: 40px;
  padding: 0 15px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 8px;
}

.finder-result-actions button {
  border: 1px solid #ddd;
  background: #fff;
  color: #555;
}

.finder-result-actions a {
  background: #17191b;
  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .finder-gender-grid,
  .finder-scent-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .finder-season-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .finder-use-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .finder-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .finder-wizard {
    padding: 18px;
  }

  .finder-progress {
    grid-template-columns: repeat(7, auto);
  }

  .finder-progress > div > small {
    display: none;
  }

  .finder-gender-grid,
  .finder-scent-grid,
  .finder-season-grid,
  .finder-use-grid {
    grid-template-columns: 1fr 1fr;
  }

  .finder-actions {
    grid-template-columns: 1fr 1fr;
  }

  .finder-actions > span {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .finder-back {
    grid-column: 1;
  }

  .finder-next {
    grid-column: 2;
  }
}

@media (max-width: 430px) {
  .finder-gender-grid,
  .finder-scent-grid,
  .finder-season-grid,
  .finder-use-grid,
  .finder-result-grid {
    grid-template-columns: 1fr;
  }

  .finder-result-actions {
    flex-direction: column;
  }

  .finder-result-actions button,
  .finder-result-actions a {
    width: 100%;
  }
}
/* =========================================================
   MAGAZINE PAGE
========================================================= */

.magazine-page {
  background: #fff;
}

/* =========================================================
   HERO
========================================================= */

.magazine-hero {
  padding: 58px 20px 52px;

  background:
    linear-gradient(90deg, rgba(13, 15, 17, 0.88), rgba(13, 15, 17, 0.6)),
    url("images/hero/home-hero.webp") center / cover no-repeat;

  color: #fff;

  text-align: center;
}

.magazine-hero span {
  color: #d2a34f;

  font-size: 9px;

  letter-spacing: 2px;
}

.magazine-hero h1 {
  margin-top: 4px;

  font-size: 37px;
}

.magazine-hero p {
  max-width: 650px;

  margin: 7px auto 0;

  color: #ddd;

  font-size: 10px;

  line-height: 2;
}

/* =========================================================
   FEATURED
========================================================= */

.magazine-featured-section {
  padding: 36px 0 24px;

  background: #fff;
}

.magazine-featured {
  min-height: 350px;

  display: grid;

  grid-template-columns: 1.2fr 1fr;

  overflow: hidden;

  border: 1px solid #e7e7e7;

  border-radius: 15px;

  background: #fff;

  direction: ltr;
}

.magazine-featured-image {
  min-height: 350px;
}

.magazine-featured-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.magazine-featured-copy {
  padding: 38px;

  display: flex;
  flex-direction: column;

  justify-content: center;

  direction: rtl;
}

.magazine-featured-copy > span {
  color: #b67c22;

  font-size: 9px;
}

.magazine-featured-copy h2 {
  margin-top: 7px;

  font-size: 26px;

  line-height: 1.7;
}

.magazine-featured-copy p {
  margin-top: 10px;

  color: #777;

  font-size: 10px;

  line-height: 2.1;
}

.magazine-meta {
  margin-top: 17px;

  display: flex;

  gap: 13px;

  color: #aaa;

  font-size: 8px;
}

.magazine-featured-copy > strong {
  width: fit-content;

  margin-top: 19px;

  padding-bottom: 3px;

  border-bottom: 1px solid #c49a4b;

  color: #9c691b;

  font-size: 9px;
}

/* =========================================================
   CATEGORY FILTER
========================================================= */

.magazine-category-section {
  padding: 7px 0 26px;

  background: #fff;
}

.magazine-category-list {
  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  gap: 7px;
}

.magazine-category-list button {
  min-width: 92px;

  height: 36px;

  padding: 0 14px;

  border: 1px solid #e2e2e2;

  border-radius: 30px;

  background: #fff;

  color: #777;

  font-size: 8px;
}

.magazine-category-list button.active,
.magazine-category-list button:hover {
  border-color: #1b1d1f;

  background: #1b1d1f;

  color: #fff;
}

/* =========================================================
   ARTICLES
========================================================= */

.magazine-articles-section {
  padding: 30px 0 55px;

  background: #fafafa;
}

.magazine-articles-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 14px;
}

.magazine-list-card {
  overflow: hidden;

  border: 1px solid #e8e8e8;

  border-radius: 11px;

  background: #fff;

  transition: 0.2s;
}

.magazine-list-card:hover {
  transform: translateY(-3px);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
}

.magazine-list-card > a {
  display: block;

  height: 210px;

  overflow: hidden;
}

.magazine-list-card > a img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: 0.4s ease;
}

.magazine-list-card:hover > a img {
  transform: scale(1.035);
}

.magazine-list-card > div {
  padding: 16px;
}

.magazine-list-card > div > span {
  color: #b47b22;

  font-size: 8px;
}

.magazine-list-card h3 {
  margin-top: 5px;

  min-height: 48px;

  color: #242424;

  font-size: 14px;

  line-height: 1.8;
}

.magazine-list-card p {
  min-height: 53px;

  margin-top: 5px;

  color: #888;

  font-size: 8px;

  line-height: 2;
}

.magazine-list-card footer {
  margin-top: 13px;

  padding-top: 11px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border-top: 1px solid #eee;
}

.magazine-list-card footer small {
  color: #aaa;

  font-size: 7px;
}

.magazine-list-card footer a {
  color: #98661b;

  font-size: 8px;
}

.magazine-filter-empty {
  padding: 70px 20px;

  text-align: center;

  color: #999;

  font-size: 10px;
}

/* =========================================================
   MAGAZINE NEWSLETTER
========================================================= */

.magazine-newsletter {
  padding: 40px 0;

  background: #17191b;

  color: #fff;
}

.magazine-newsletter .container {
  display: grid;

  grid-template-columns: 1fr 440px;

  align-items: center;

  gap: 40px;
}

.magazine-newsletter span {
  color: #d2a24c;

  font-size: 8px;
}

.magazine-newsletter h2 {
  margin-top: 3px;

  font-size: 23px;
}

.magazine-newsletter p {
  margin-top: 5px;

  color: #aaa;

  font-size: 9px;
}

.magazine-newsletter form {
  height: 46px;

  display: flex;
}

.magazine-newsletter input {
  flex: 1;

  min-width: 0;

  padding: 0 13px;

  border: 0;

  border-radius: 0 8px 8px 0;

  outline: 0;

  background: #fff;

  font-size: 9px;
}

.magazine-newsletter button {
  width: 125px;

  border: 0;

  border-radius: 8px 0 0 8px;

  background: linear-gradient(180deg, #d2a550, #a9701c);

  color: #fff;

  font-size: 8px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .magazine-featured {
    grid-template-columns: 1fr;
  }

  .magazine-featured-image {
    min-height: 280px;
  }

  .magazine-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .magazine-newsletter .container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .magazine-hero h1 {
    font-size: 30px;
  }

  .magazine-featured-copy {
    padding: 23px;
  }

  .magazine-featured-copy h2 {
    font-size: 21px;
  }

  .magazine-articles-grid {
    grid-template-columns: 1fr;
  }

  .magazine-list-card > a {
    height: 220px;
  }

  .magazine-newsletter form {
    height: auto;

    flex-direction: column;
  }

  .magazine-newsletter input,
  .magazine-newsletter button {
    width: 100%;
    height: 44px;

    border-radius: 7px;
  }

  .magazine-newsletter button {
    margin-top: 7px;
  }
}
/* =========================================================
   ARTICLE PAGE
========================================================= */

.article-page {
  padding: 25px 0 70px;
  background: #fff;
}

/* BREADCRUMB */

.article-breadcrumb {
  min-height: 38px;

  display: flex;
  align-items: center;

  gap: 8px;

  color: #aaa;

  font-size: 8px;
}

.article-breadcrumb a:hover {
  color: #a66f1d;
}

.article-breadcrumb strong {
  max-width: 450px;

  overflow: hidden;

  color: #666;

  font-weight: 500;

  white-space: nowrap;

  text-overflow: ellipsis;
}

/* =========================================================
   HEADER
========================================================= */

.article-header {
  max-width: 900px;

  margin: 25px auto 30px;

  text-align: center;
}

.article-header > span {
  color: #b67d23;

  font-size: 9px;
}

.article-header h1 {
  margin-top: 8px;

  font-size: 36px;

  line-height: 1.65;
}

.article-header > p {
  max-width: 720px;

  margin: 10px auto 0;

  color: #777;

  font-size: 11px;

  line-height: 2.1;
}

.article-meta {
  margin-top: 17px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  color: #aaa;

  font-size: 8px;
}

.article-meta i {
  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: #ccc;
}

/* =========================================================
   COVER
========================================================= */

.article-cover {
  width: 100%;
  height: 500px;

  overflow: hidden;

  border-radius: 14px;

  background: #f5f5f5;
}

.article-cover img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================================================
   LAYOUT
========================================================= */

.article-layout {
  max-width: 1100px;

  margin: 38px auto 0;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    280px;

  gap: 45px;

  align-items: start;
}

/* =========================================================
   CONTENT
========================================================= */

.article-content {
  color: #555;

  font-size: 11px;

  line-height: 2.35;
}

.article-content p {
  margin-bottom: 18px;
}

.article-content h2 {
  margin: 32px 0 12px;

  color: #222;

  font-size: 22px;

  line-height: 1.8;
}

.article-content h3 {
  margin: 25px 0 10px;

  color: #333;

  font-size: 17px;
}

.article-content blockquote {
  margin: 28px 0;

  padding: 20px 24px;

  border-right: 3px solid #c28a30;

  border-radius: 8px 0 0 8px;

  background: #faf7f1;

  color: #76521b;

  font-size: 12px;

  font-weight: 700;

  line-height: 2;
}

.article-tip {
  margin: 28px 0;

  padding: 20px;

  border: 1px solid #eee3ce;

  border-radius: 10px;

  background: #fdfaf4;
}

.article-tip strong {
  display: block;

  margin-bottom: 5px;

  color: #a26d1b;

  font-size: 11px;
}

.article-tip p {
  margin: 0;

  color: #666;

  font-size: 10px;
}

/* =========================================================
   SIDEBAR
========================================================= */

.article-sidebar {
  position: sticky;

  top: 20px;

  display: grid;

  gap: 12px;
}

.article-side-card {
  padding: 18px;

  border: 1px solid #e8e8e8;

  border-radius: 11px;

  background: #fff;
}

.article-side-card > span {
  color: #b57c23;

  font-size: 8px;
}

.article-side-card h3 {
  margin-top: 4px;

  font-size: 14px;

  line-height: 1.8;
}

.article-side-card > p {
  margin-top: 5px;

  color: #888;

  font-size: 8px;

  line-height: 1.9;
}

.article-side-card > a {
  margin-top: 12px;

  display: inline-block;

  color: #98661a;

  font-size: 8px;
}

/* SIDE PRODUCTS */

.article-side-products {
  margin-top: 12px;

  display: grid;

  gap: 8px;
}

.article-side-product {
  min-height: 65px;

  display: grid;

  grid-template-columns: 58px 1fr;

  gap: 9px;

  align-items: center;

  padding-bottom: 8px;

  border-bottom: 1px solid #eee;
}

.article-side-product:last-child {
  padding-bottom: 0;

  border-bottom: 0;
}

.article-side-product img {
  width: 58px;
  height: 58px;

  object-fit: contain;

  border-radius: 7px;

  background: #fafafa;
}

.article-side-product strong,
.article-side-product small,
.article-side-product span {
  display: block;
}

.article-side-product strong {
  font-size: 8px;
}

.article-side-product small {
  margin-top: 1px;

  color: #aaa;

  font-size: 7px;
}

.article-side-product span {
  margin-top: 4px;

  color: #98661c;

  font-size: 7px;
}

/* =========================================================
   SHARE
========================================================= */

.article-share {
  max-width: 1100px;

  margin: 35px auto 0;

  padding: 16px 0;

  display: flex;

  align-items: center;
  justify-content: space-between;

  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.article-share > span {
  color: #777;

  font-size: 9px;
}

.article-share button {
  min-width: 90px;
  height: 34px;

  border: 1px solid #ddd;

  border-radius: 6px;

  background: #fff;

  color: #555;

  font-size: 8px;
}

/* =========================================================
   RELATED
========================================================= */

.article-related {
  padding-top: 40px;
}

.article-related-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 13px;
}

.article-related-card {
  overflow: hidden;

  border: 1px solid #e8e8e8;

  border-radius: 10px;

  background: #fff;
}

.article-related-card > a {
  display: block;

  height: 190px;

  overflow: hidden;
}

.article-related-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: 0.3s;
}

.article-related-card:hover img {
  transform: scale(1.04);
}

.article-related-card > div {
  padding: 14px;
}

.article-related-card span {
  color: #b47b22;

  font-size: 7px;
}

.article-related-card h3 {
  margin-top: 5px;

  min-height: 47px;

  font-size: 13px;

  line-height: 1.8;
}

.article-related-card small {
  display: block;

  margin-top: 7px;

  color: #aaa;

  font-size: 7px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;

    grid-template-columns: 1fr 1fr;
  }

  .article-cover {
    height: 400px;
  }
}

@media (max-width: 650px) {
  .article-header h1 {
    font-size: 27px;
  }

  .article-cover {
    height: 280px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }

  .article-share {
    align-items: flex-start;

    flex-direction: column;

    gap: 10px;
  }

  .article-meta {
    flex-wrap: wrap;
  }
}
/* =========================================================
   ABOUT PAGE
========================================================= */

.about-page {
  background: #fff;
}

/* =========================================================
   HERO
========================================================= */

.about-hero {
  padding: 22px 0 0;
}

.about-hero-inner {
  min-height: 470px;

  position: relative;

  display: flex;
  align-items: center;

  overflow: hidden;

  padding: 50px;

  border-radius: 14px;

  background-image:
    linear-gradient(90deg, rgba(9, 10, 12, 0.76), rgba(9, 10, 12, 0.25)),
    url("images/hero/home-hero.webp");

  background-size: cover;
  background-position: center;

  color: #fff;
}

.about-hero-content {
  position: relative;

  z-index: 2;

  max-width: 570px;
}

.about-hero-content > span {
  color: #d2a451;

  font-size: 9px;

  letter-spacing: 2px;
}

.about-hero-content h1 {
  margin-top: 6px;

  font-size: 42px;

  line-height: 1.55;
}

.about-hero-content p {
  max-width: 520px;

  margin-top: 9px;

  color: #e1e1e1;

  font-size: 11px;

  line-height: 2.1;
}

.about-hero-content > a {
  margin-top: 20px;

  padding: 9px 22px;

  display: inline-block;

  border: 1px solid #ce9b3e;

  border-radius: 6px;

  background: rgba(0, 0, 0, 0.34);

  color: #fff;

  font-size: 9px;
}

.about-hero-brand {
  position: absolute;

  left: 45px;
  bottom: 35px;

  display: flex;
  flex-direction: column;

  direction: ltr;

  text-align: left;
}

.about-hero-brand strong {
  font-family: Georgia, serif;

  font-size: 18px;

  letter-spacing: 6px;
}

.about-hero-brand small {
  margin-top: 5px;

  color: #ccc;

  font-size: 6px;

  letter-spacing: 3px;
}

/* =========================================================
   STORY
========================================================= */

.about-story {
  padding: 65px 0;
}

.about-story-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 55px;

  align-items: center;
}

.about-story-image {
  height: 470px;

  overflow: hidden;

  border-radius: 14px;
}

.about-story-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.about-story-copy > span {
  color: #b47b22;

  font-size: 9px;
}

.about-story-copy h2 {
  max-width: 480px;

  margin-top: 5px;

  font-size: 29px;

  line-height: 1.75;
}

.about-story-copy p {
  margin-top: 13px;

  color: #6f6f6f;

  font-size: 10px;

  line-height: 2.2;
}

.about-signature {
  margin-top: 25px;

  padding-top: 18px;

  display: flex;
  flex-direction: column;

  border-top: 1px solid #eee;

  direction: ltr;

  text-align: left;
}

.about-signature strong {
  font-family: Georgia, serif;

  font-size: 16px;

  letter-spacing: 5px;
}

.about-signature span {
  margin-top: 4px;

  color: #999;

  font-size: 6px;

  letter-spacing: 2px;
}

/* =========================================================
   VALUES
========================================================= */

.about-values {
  padding: 55px 0;

  background: #fafafa;
}

.about-small-title {
  display: block;

  color: #b47a21;

  font-size: 8px;
}

.about-value-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 12px;

  margin-top: 24px;
}

.about-value-grid article {
  min-height: 215px;

  padding: 27px 20px;

  border: 1px solid #e8e8e8;

  border-radius: 11px;

  background: #fff;

  text-align: center;
}

.about-value-grid article > span {
  width: 48px;
  height: 48px;

  margin: 0 auto 13px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f8f2e7;

  color: #b77e25;

  font-size: 23px;
}

.about-value-grid h3 {
  font-size: 13px;
}

.about-value-grid p {
  margin-top: 7px;

  color: #858585;

  font-size: 8px;

  line-height: 2;
}

/* =========================================================
   NUMBERS
========================================================= */

.about-numbers {
  padding: 42px 0;

  background: #181a1c;

  color: #fff;
}

.about-number-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
}

.about-number-grid article {
  min-height: 85px;

  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-left: 1px solid rgba(255, 255, 255, 0.11);

  text-align: center;
}

.about-number-grid article:last-child {
  border-left: 0;
}

.about-number-grid strong {
  color: #d0a24d;

  font-size: 25px;
}

.about-number-grid span {
  margin-top: 3px;

  color: #bbb;

  font-size: 8px;
}

/* =========================================================
   PHILOSOPHY
========================================================= */

.about-philosophy {
  padding: 65px 0;
}

.about-philosophy-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 55px;

  align-items: center;
}

.about-philosophy-copy > span {
  color: #b57c22;

  font-size: 9px;
}

.about-philosophy-copy h2 {
  max-width: 500px;

  margin-top: 5px;

  font-size: 29px;

  line-height: 1.75;
}

.about-philosophy-copy > p {
  margin-top: 12px;

  color: #707070;

  font-size: 10px;

  line-height: 2.2;
}

.about-philosophy-copy blockquote {
  margin: 22px 0;

  padding: 17px 20px;

  border-right: 3px solid #c18a31;

  background: #faf7f1;

  color: #80581c;

  font-size: 11px;

  line-height: 2;
}

.about-philosophy-copy > a {
  display: inline-block;

  color: #98661b;

  font-size: 9px;

  border-bottom: 1px solid #caa45e;
}

.about-philosophy-image {
  height: 440px;

  overflow: hidden;

  border-radius: 14px;
}

.about-philosophy-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* =========================================================
   SERVICE STEPS
========================================================= */

.about-service-section {
  padding: 55px 0;

  background: #fafafa;
}

.about-service-grid {
  margin-top: 22px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 11px;
}

.about-service-grid article {
  min-height: 190px;

  padding: 22px;

  border: 1px solid #e7e7e7;

  border-radius: 10px;

  background: #fff;
}

.about-service-grid article > div {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #181a1c;

  color: #d1a24e;

  font-family: Arial, sans-serif;

  font-size: 10px;
}

.about-service-grid h3 {
  margin-top: 14px;

  font-size: 13px;
}

.about-service-grid p {
  margin-top: 6px;

  color: #858585;

  font-size: 8px;

  line-height: 2;
}

/* =========================================================
   CTA
========================================================= */

.about-cta {
  padding: 48px 0;

  background: linear-gradient(
    90deg,
    rgba(14, 15, 17, 0.96),
    rgba(14, 15, 17, 0.87)
  );

  color: #fff;
}

.about-cta .container {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.about-cta span {
  color: #d1a34f;

  font-size: 8px;
}

.about-cta h2 {
  margin-top: 3px;

  font-size: 23px;
}

.about-cta p {
  margin-top: 4px;

  color: #aaa;

  font-size: 8px;
}

.about-cta-actions {
  display: flex;

  gap: 8px;
}

.about-cta-actions a {
  min-width: 130px;
  height: 41px;

  padding: 0 15px;

  display: grid;
  place-items: center;

  border-radius: 7px;

  font-size: 8px;
}

.about-cta-primary {
  background: linear-gradient(180deg, #d1a451, #a9701c);

  color: #fff;
}

.about-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);

  color: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
  .about-story-grid,
  .about-philosophy-grid {
    gap: 30px;
  }

  .about-value-grid,
  .about-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .about-hero-inner {
    min-height: 430px;

    padding: 30px;
  }

  .about-hero-content h1 {
    font-size: 32px;
  }

  .about-hero-brand {
    display: none;
  }

  .about-story-grid,
  .about-philosophy-grid {
    grid-template-columns: 1fr;
  }

  .about-story-image,
  .about-philosophy-image {
    height: 330px;
  }

  .about-number-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-number-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-cta .container {
    align-items: flex-start;

    flex-direction: column;
  }
}

@media (max-width: 450px) {
  .about-value-grid,
  .about-service-grid,
  .about-number-grid {
    grid-template-columns: 1fr;
  }

  .about-cta-actions {
    width: 100%;

    flex-direction: column;
  }

  .about-cta-actions a {
    width: 100%;
  }
}
/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-page {
  background: #fff;
}

/* =========================================================
   HERO
========================================================= */

.contact-hero {
  padding: 58px 20px;

  background:
    linear-gradient(90deg, rgba(14, 15, 17, 0.92), rgba(14, 15, 17, 0.7)),
    url("images/hero/home-hero.webp") center / cover no-repeat;

  color: #fff;

  text-align: center;
}

.contact-hero span {
  color: #d2a34e;

  font-size: 9px;

  letter-spacing: 2px;
}

.contact-hero h1 {
  margin-top: 4px;

  font-size: 35px;
}

.contact-hero p {
  max-width: 620px;

  margin: 7px auto 0;

  color: #d7d7d7;

  font-size: 10px;

  line-height: 2;
}

/* =========================================================
   CONTACT INFO CARDS
========================================================= */

.contact-info-section {
  padding: 38px 0 20px;

  background: #fff;
}

.contact-info-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 11px;
}

.contact-info-card {
  min-height: 215px;

  padding: 23px 18px;

  border: 1px solid #e8e8e8;

  border-radius: 11px;

  background: #fff;

  text-align: center;

  transition: 0.2s;
}

.contact-info-card:hover {
  transform: translateY(-3px);

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.contact-info-icon {
  width: 46px;
  height: 46px;

  margin: 0 auto 12px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f1e7;

  color: #b87e25;

  font-size: 20px;
}

.contact-info-card > span {
  color: #aaa;

  font-size: 7px;
}

.contact-info-card h3 {
  margin-top: 4px;

  font-size: 13px;
}

.contact-info-card p {
  margin-top: 7px;

  color: #888;

  font-size: 8px;

  line-height: 1.9;
}

.contact-info-card > a {
  margin-top: 13px;

  display: inline-block;

  color: #99661a;

  font-size: 8px;

  border-bottom: 1px solid #d2b578;
}

/* =========================================================
   MAIN GRID
========================================================= */

.contact-main-section {
  padding: 25px 0 55px;

  background: #fafafa;
}

.contact-main-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    300px;

  gap: 18px;

  align-items: start;
}

/* =========================================================
   FORM CARD
========================================================= */

.contact-form-card {
  padding: 26px;

  border: 1px solid #e8e8e8;

  border-radius: 12px;

  background: #fff;
}

.contact-form-head {
  margin-bottom: 22px;

  padding-bottom: 17px;

  border-bottom: 1px solid #eee;
}

.contact-form-head > span {
  color: #b67d23;

  font-size: 8px;
}

.contact-form-head h2 {
  margin-top: 3px;

  font-size: 21px;
}

.contact-form-head p {
  max-width: 600px;

  margin-top: 5px;

  color: #8b8b8b;

  font-size: 8px;

  line-height: 2;
}

.contact-form-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 13px;
}

.contact-form-grid label {
  display: flex;

  flex-direction: column;

  gap: 6px;
}

.contact-form-grid label > span {
  color: #555;

  font-size: 9px;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;

  border: 1px solid #e2e2e2;

  border-radius: 7px;

  outline: 0;

  background: #fafafa;

  color: #333;

  font-size: 9px;
}

.contact-form-grid input,
.contact-form-grid select {
  height: 42px;

  padding: 0 11px;
}

.contact-form-grid textarea {
  padding: 11px;

  resize: vertical;

  line-height: 2;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: #c59645;

  background: #fff;
}

.contact-full-field {
  grid-column: 1 / -1;
}

.contact-form-bottom {
  margin-top: 17px;

  display: flex;

  align-items: center;

  gap: 15px;
}

.contact-submit {
  min-width: 150px;
  height: 44px;

  border: 0;

  border-radius: 7px;

  background: linear-gradient(180deg, #d1a451, #a9711c);

  color: #fff;

  font-size: 9px;
}

.contact-form-message {
  font-size: 8px;
}

.contact-form-message.success {
  color: #348047;
}

.contact-form-message.error {
  color: #b82f2f;
}

/* =========================================================
   SIDE
========================================================= */

.contact-side {
  display: grid;

  gap: 11px;
}

.contact-side-card {
  padding: 20px;

  border: 1px solid #e7e7e7;

  border-radius: 11px;

  background: #fff;
}

.contact-side-card > span {
  color: #b47b22;

  font-size: 8px;
}

.contact-side-card h3 {
  margin-top: 4px;

  font-size: 14px;
}

.contact-side-card > p {
  margin-top: 6px;

  color: #888;

  font-size: 8px;

  line-height: 2;
}

/* HOURS */

.contact-hours {
  margin-top: 13px;

  display: grid;
}

.contact-hours > div {
  min-height: 47px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid #eee;
}

.contact-hours > div:last-child {
  border-bottom: 0;
}

.contact-hours span {
  color: #888;

  font-size: 8px;
}

.contact-hours strong {
  color: #444;

  font-size: 8px;
}

/* SOCIAL */

.contact-socials {
  margin-top: 14px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 5px;

  direction: ltr;
}

.contact-socials a {
  height: 34px;

  display: grid;
  place-items: center;

  border: 1px solid #e4e4e4;

  border-radius: 6px;

  color: #666;

  font-size: 7px;
}

.contact-socials a:hover {
  border-color: #bd862b;

  color: #a56d1a;
}

/* DARK SIDE CARD */

.contact-side-dark {
  border-color: #17191b;

  background: #17191b;

  color: #fff;
}

.contact-side-dark > span {
  color: #d1a24d;
}

.contact-side-dark h3 {
  color: #fff;
}

.contact-side-dark > p {
  color: #aaa;
}

.contact-side-dark > a {
  display: inline-block;

  margin-top: 13px;

  color: #d5ab5b;

  font-size: 8px;
}

/* =========================================================
   FAQ
========================================================= */

.contact-faq-section {
  padding: 55px 0;

  background: #fff;
}

.contact-small-title {
  display: block;

  color: #b47a21;

  font-size: 8px;
}

.contact-faq-list {
  max-width: 900px;

  margin: 24px auto 0;

  border-top: 1px solid #e9e9e9;
}

.contact-faq-item {
  border-bottom: 1px solid #e9e9e9;
}

.contact-faq-question {
  width: 100%;
  min-height: 62px;

  padding: 0 8px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  border: 0;

  background: transparent;

  color: #333;

  text-align: right;
}

.contact-faq-question span {
  font-size: 10px;
}

.contact-faq-question b {
  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f2e9;

  color: #a9711c;

  font-size: 14px;

  font-weight: 400;
}

.contact-faq-answer {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.3s ease;
}

.contact-faq-answer p {
  padding: 0 8px 18px;

  color: #777;

  font-size: 9px;

  line-height: 2.1;
}

.contact-faq-item.open .contact-faq-answer {
  max-height: 250px;
}

.contact-faq-more {
  margin-top: 22px;

  text-align: center;
}

.contact-faq-more a {
  color: #98661b;

  font-size: 9px;

  border-bottom: 1px solid #d0b374;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {
  .contact-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-main-grid {
    grid-template-columns:
      minmax(0, 1fr)
      260px;
  }
}

@media (max-width: 760px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-full-field {
    grid-column: auto;
  }

  .contact-side {
    grid-template-columns: 1fr 1fr;
  }

  .contact-side-dark {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .contact-hero h1 {
    font-size: 28px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-side {
    grid-template-columns: 1fr;
  }

  .contact-side-dark {
    grid-column: auto;
  }

  .contact-form-card {
    padding: 19px;
  }

  .contact-form-bottom {
    align-items: flex-start;

    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-socials {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   FAQ PAGE
========================================================= */

.faq-page {
  min-height: 650px;
  background: #fff;
}

/* =========================================================
   HERO
========================================================= */

.faq-hero {
  padding: 58px 20px 48px;

  background: #f8f7f4;

  border-bottom: 1px solid #ece9e2;

  text-align: center;
}

.faq-hero > .container > span {
  color: #b57d24;

  font-size: 9px;

  letter-spacing: 2px;
}

.faq-hero h1 {
  margin-top: 4px;

  font-size: 34px;
}

.faq-hero p {
  max-width: 600px;

  margin: 6px auto 0;

  color: #888;

  font-size: 10px;

  line-height: 2;
}

/* SEARCH */

.faq-search-box {
  width: min(560px, 100%);

  height: 47px;

  margin: 20px auto 0;

  position: relative;
}

.faq-search-box input {
  width: 100%;
  height: 100%;

  padding: 0 15px 0 45px;

  border: 1px solid #dedede;

  border-radius: 9px;

  outline: 0;

  background: #fff;

  color: #333;

  font-size: 9px;
}

.faq-search-box input:focus {
  border-color: #c49545;
}

.faq-search-box > span {
  position: absolute;

  left: 16px;
  top: 50%;

  transform: translateY(-50%);

  color: #999;

  font-size: 18px;
}

/* =========================================================
   MAIN
========================================================= */

.faq-main {
  padding: 40px 0 60px;
}

.faq-layout {
  display: grid;

  grid-template-columns:
    220px
    minmax(0, 1fr);

  gap: 30px;

  align-items: start;
}

/* =========================================================
   SIDEBAR
========================================================= */

.faq-sidebar {
  position: sticky;

  top: 20px;

  padding: 15px;

  display: flex;

  flex-direction: column;

  gap: 4px;

  border: 1px solid #e7e7e7;

  border-radius: 11px;

  background: #fff;
}

.faq-sidebar > span {
  padding: 3px 8px 10px;

  color: #aaa;

  font-size: 8px;

  border-bottom: 1px solid #eee;

  margin-bottom: 5px;
}

.faq-sidebar button {
  width: 100%;
  min-height: 40px;

  padding: 0 10px;

  border: 0;

  border-radius: 7px;

  background: transparent;

  color: #666;

  font-size: 9px;

  text-align: right;
}

.faq-sidebar button:hover {
  background: #faf7f1;

  color: #9b671b;
}

.faq-sidebar button.active {
  background: #f7f1e6;

  color: #99651a;

  font-weight: 700;
}

/* =========================================================
   CONTENT
========================================================= */

.faq-content {
  min-width: 0;
}

.faq-section-head {
  margin-bottom: 18px;
}

.faq-section-head > span {
  color: #b47a21;

  font-size: 8px;
}

.faq-section-head h2 {
  margin-top: 3px;

  font-size: 22px;
}

/* =========================================================
   FAQ ITEM
========================================================= */

.faq-list {
  border-top: 1px solid #e8e8e8;
}

.faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-question {
  width: 100%;
  min-height: 66px;

  padding: 0 8px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  border: 0;

  background: transparent;

  color: #333;

  text-align: right;
}

.faq-question > span {
  font-size: 10px;

  font-weight: 700;
}

.faq-question > b {
  flex: 0 0 29px;

  width: 29px;
  height: 29px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: #f7f1e7;

  color: #a9701c;

  font-size: 15px;

  font-weight: 400;
}

.faq-answer {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.3s ease;
}

.faq-answer p {
  max-width: 850px;

  padding: 0 8px 20px;

  color: #777;

  font-size: 9px;

  line-height: 2.2;
}

.faq-item.open .faq-answer {
  max-height: 350px;
}

.faq-item.open .faq-question > span {
  color: #96641a;
}

/* =========================================================
   EMPTY
========================================================= */

.faq-empty {
  padding: 60px 20px;

  text-align: center;
}

.faq-empty strong {
  display: block;

  color: #333;

  font-size: 14px;
}

.faq-empty p {
  margin-top: 4px;

  color: #999;

  font-size: 8px;
}

/* =========================================================
   CONTACT CTA
========================================================= */

.faq-contact {
  padding: 42px 0;

  background: #17191b;

  color: #fff;
}

.faq-contact .container {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 25px;
}

.faq-contact span {
  color: #d1a24d;

  font-size: 8px;
}

.faq-contact h2 {
  margin-top: 3px;

  font-size: 22px;
}

.faq-contact p {
  margin-top: 4px;

  color: #aaa;

  font-size: 8px;
}

.faq-contact a {
  min-width: 145px;
  height: 41px;

  padding: 0 16px;

  display: grid;
  place-items: center;

  border-radius: 7px;

  background: linear-gradient(180deg, #d1a451, #aa711d);

  color: #fff;

  font-size: 8px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 760px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-sidebar {
    position: static;

    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .faq-sidebar > span {
    grid-column: 1 / -1;
  }

  .faq-contact .container {
    align-items: flex-start;

    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .faq-hero h1 {
    font-size: 28px;
  }

  .faq-sidebar {
    grid-template-columns: 1fr;
  }

  .faq-sidebar > span {
    grid-column: auto;
  }

  .faq-contact a {
    width: 100%;
  }
}
/* =========================================================
   TERMS PAGE
========================================================= */

.terms-page {
  min-height: 700px;
  background: #fff;
}

/* =========================================================
   HERO
========================================================= */

.terms-hero {
  padding: 55px 20px;

  background: #f8f7f4;

  border-bottom: 1px solid #ece9e2;

  text-align: center;
}

.terms-hero span {
  color: #b67d24;

  font-size: 9px;

  letter-spacing: 2px;
}

.terms-hero h1 {
  margin-top: 4px;

  font-size: 34px;
}

.terms-hero p {
  max-width: 650px;

  margin: 6px auto 0;

  color: #858585;

  font-size: 10px;

  line-height: 2;
}

.terms-hero small {
  display: block;

  margin-top: 10px;

  color: #aaa;

  font-size: 7px;
}

/* =========================================================
   LAYOUT
========================================================= */

.terms-main {
  padding: 42px 0 70px;
}

.terms-layout {
  display: grid;

  grid-template-columns:
    220px
    minmax(0, 1fr);

  gap: 38px;

  align-items: start;
}

/* =========================================================
   SIDEBAR
========================================================= */

.terms-sidebar {
  position: sticky;

  top: 20px;

  padding: 15px;

  display: flex;
  flex-direction: column;

  gap: 3px;

  border: 1px solid #e7e7e7;

  border-radius: 11px;

  background: #fff;
}

.terms-sidebar > span {
  padding: 3px 8px 10px;

  margin-bottom: 5px;

  border-bottom: 1px solid #eee;

  color: #aaa;

  font-size: 8px;
}

.terms-sidebar a {
  min-height: 39px;

  padding: 0 10px;

  display: flex;
  align-items: center;

  border-radius: 7px;

  color: #666;

  font-size: 8px;

  transition: 0.2s;
}

.terms-sidebar a:hover {
  background: #faf7f1;

  color: #9b671b;
}

.terms-sidebar a.active {
  background: #f7f1e6;

  color: #98651a;

  font-weight: 700;
}

/* =========================================================
   INTRO
========================================================= */

.terms-intro {
  margin-bottom: 28px;

  padding: 20px;

  border: 1px solid #eee0c6;

  border-radius: 10px;

  background: #fdfaf4;
}

.terms-intro strong {
  display: block;

  color: #99661b;

  font-size: 11px;
}

.terms-intro p {
  margin-top: 6px;

  color: #777;

  font-size: 9px;

  line-height: 2.1;
}

/* =========================================================
   SECTIONS
========================================================= */

.terms-section {
  padding: 10px 0 36px;

  margin-bottom: 24px;

  border-bottom: 1px solid #eee;

  scroll-margin-top: 25px;
}

.terms-section > span {
  display: inline-grid;

  width: 33px;
  height: 33px;

  place-items: center;

  margin-bottom: 8px;

  border-radius: 50%;

  background: #f7f1e6;

  color: #a9701c;

  font-family: Arial, sans-serif;

  font-size: 8px;
}

.terms-section h2 {
  margin-bottom: 12px;

  color: #222;

  font-size: 22px;
}

.terms-section h3 {
  margin: 24px 0 8px;

  color: #333;

  font-size: 14px;
}

.terms-section p {
  margin-bottom: 12px;

  color: #666;

  font-size: 10px;

  line-height: 2.3;
}

.terms-section ul {
  margin: 10px 18px 16px 0;

  color: #666;

  font-size: 9px;

  line-height: 2.2;
}

.terms-section li {
  margin-bottom: 5px;
}

/* =========================================================
   NOTES
========================================================= */

.terms-note,
.terms-warning {
  margin: 20px 0;

  padding: 17px 19px;

  border-radius: 9px;
}

.terms-note {
  border: 1px solid #e9ddc6;

  background: #faf7f1;
}

.terms-warning {
  border: 1px solid #efd9d9;

  background: #fff8f8;
}

.terms-note strong,
.terms-warning strong {
  display: block;

  margin-bottom: 4px;

  font-size: 10px;
}

.terms-note strong {
  color: #a16c1b;
}

.terms-warning strong {
  color: #aa3c3c;
}

.terms-note p,
.terms-warning p {
  margin: 0;

  font-size: 9px;
}

/* =========================================================
   PRIVACY GRID
========================================================= */

.terms-privacy-grid {
  margin-top: 18px;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 9px;
}

.terms-privacy-grid article {
  min-height: 95px;

  padding: 15px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  border: 1px solid #e8e8e8;

  border-radius: 8px;

  background: #fafafa;
}

.terms-privacy-grid strong {
  color: #333;

  font-size: 9px;
}

.terms-privacy-grid span {
  margin-top: 3px;

  color: #999;

  font-size: 7px;
}

/* =========================================================
   CONTACT BOX
========================================================= */

.terms-contact-box {
  margin-top: 15px;

  padding: 22px;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  border-radius: 11px;

  background: #17191b;

  color: #fff;
}

.terms-contact-box span {
  color: #d1a34e;

  font-size: 8px;
}

.terms-contact-box h3 {
  margin-top: 3px;

  font-size: 16px;
}

.terms-contact-box a {
  min-width: 115px;
  height: 38px;

  display: grid;
  place-items: center;

  border-radius: 6px;

  background: linear-gradient(180deg, #d0a451, #a9701c);

  color: #fff;

  font-size: 8px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 800px) {
  .terms-layout {
    grid-template-columns: 1fr;
  }

  .terms-sidebar {
    position: static;

    display: grid;

    grid-template-columns: repeat(2, 1fr);
  }

  .terms-sidebar > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 550px) {
  .terms-hero h1 {
    font-size: 28px;
  }

  .terms-sidebar {
    grid-template-columns: 1fr;
  }

  .terms-sidebar > span {
    grid-column: auto;
  }

  .terms-privacy-grid {
    grid-template-columns: 1fr;
  }

  .terms-contact-box {
    align-items: flex-start;

    flex-direction: column;
  }

  .terms-contact-box a {
    width: 100%;
  }
}
/* =========================================================
   FINAL GLOBAL POLISH
========================================================= */

/* بهتر شدن ظاهر کلی متن فارسی */

body {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;

  text-rendering: optimizeLegibility;

  -webkit-font-smoothing: antialiased;
}

/* جلوگیری از اسکرول افقی ناخواسته */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* انتخاب متن */

::selection {
  background: #c69543;
  color: #fff;
}

/* فرم‌ها */

input,
select,
textarea,
button {
  font-family: inherit;
}

/* فوکوس استاندارد */

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(190, 135, 42, 0.35);

  outline-offset: 2px;
}

/* =========================================================
   HEADER FINAL FIXES
========================================================= */

.main-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.header-action {
  display: grid;
  place-items: center;

  min-width: 28px;
  min-height: 28px;
}

.cart-badge {
  line-height: 1;
}

/* جلوگیری از شکستن منوی اصلی */

.main-nav {
  white-space: nowrap;
}

/* =========================================================
   IMAGE QUALITY
========================================================= */

.product-card-image img,
.product-main-image img,
.cart-item-image img,
.checkout-product-image img,
.tracking-product-image img,
.article-side-product img {
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* محصول هنگام hover */

.product-card:hover .product-card-image img {
  transform: scale(1.08);
}

/* =========================================================
   BUTTONS
========================================================= */

.add-to-cart,
.main-add-cart,
.checkout-button,
.place-order-button,
.auth-submit,
.contact-submit,
.finder-next {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.add-to-cart:hover,
.main-add-cart:hover,
.checkout-button:hover,
.place-order-button:hover,
.auth-submit:hover,
.contact-submit:hover,
.finder-next:hover {
  filter: brightness(0.97);
}

/* =========================================================
   PRODUCT CARD FIX
========================================================= */

.product-card-body h3 {
  min-height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  line-height: 1.7;
}

.product-card-body .price {
  min-height: 26px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   TOAST FINAL
========================================================= */

.toast {
  max-width: 330px;

  line-height: 1.8;
}

/* =========================================================
   FOOTER FINAL
========================================================= */

.main-footer a {
  transition: color 0.2s ease;
}

.footer-newsletter input {
  min-width: 0;
}

/* =========================================================
   MOBILE HEADER
========================================================= */

@media (max-width: 700px) {
  .header-top .header-container {
    direction: rtl;
  }

  .site-logo {
    direction: ltr;

    align-items: flex-start;
  }

  .header-actions {
    direction: rtl;
  }

  .header-search {
    order: 3;
  }

  .main-nav {
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .hero-container,
  .about-hero-inner {
    border-radius: 9px;
  }

  .product-card-body h3 {
    min-height: auto;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .container,
  .header-container {
    width: calc(100% - 20px);
  }

  .section-heading h2,
  .center-heading h2 {
    font-size: 22px;
  }

  .product-card {
    padding: 10px;
  }

  .product-card-image {
    height: 260px;
  }

  .product-card-image img {
    width: 96%;
    height: 96%;
  }

  .main-footer {
    margin-top: 0;
  }
}
/* =========================================================
   RAYEHEH - TYPOGRAPHY FINAL SIZE
   فونت و اندازه‌های خواناتر
========================================================= */

/* متن عمومی سایت */

body {
  font-size: 16px;
  line-height: 1.8;
}

/* =========================================================
   HEADER
========================================================= */

.site-logo strong {
  font-size: 25px;
}

.site-logo span {
  font-size: 9px;
}

.header-search input {
  font-size: 14px;
}

.main-nav .nav-link {
  font-size: 14px;
}

.mega-column h4 {
  font-size: 14px;
}

.mega-column a {
  font-size: 13px;
}

/* =========================================================
   HERO
========================================================= */

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
}

.hero-content h1 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.45;
}

.hero-content p {
  font-size: 16px;
}

.hero-primary,
.hero-secondary {
  font-size: 14px;
}

/* =========================================================
   SECTION TITLES
========================================================= */

.section-heading > div > span,
.center-heading > span,
.about-small-title {
  font-size: 15px;
}

.section-heading h2,
.center-heading h2 {
  font-size: 30px;
  line-height: 1.6;
}

.section-heading p,
.center-heading p {
  font-size: 14px;
}

.section-heading > a {
  font-size: 13px;
}

/* =========================================================
   SERVICES
========================================================= */

.service-card strong {
  font-size: 14px;
}

.service-card small {
  font-size: 12px;
}

.service-icon {
  font-size: 22px;
}

/* =========================================================
   CATEGORIES
========================================================= */

.main-category-card h3 {
  font-size: 24px;
}

.main-category-card small {
  font-size: 11px;
}

.main-category-card .category-copy > span {
  font-size: 13px;
}

.sub-category-grid strong {
  font-size: 14px;
}

.sub-category-grid small {
  font-size: 11px;
}

/* =========================================================
   PERFUME FINDER
========================================================= */

.finder-copy > span {
  font-size: 11px;
}

.finder-copy h2 {
  font-size: 30px;
}

.finder-copy p {
  font-size: 14px;
  line-height: 2;
}

.finder-fields label > small {
  font-size: 12px;
}

.finder-fields select {
  font-size: 14px;
}

.finder-button {
  font-size: 14px;
}

/* =========================================================
   SCENT CARDS
========================================================= */

.scent-image-grid h3 {
  font-size: 20px;
}

.scent-image-grid span {
  font-size: 12px;
}

/* =========================================================
   PRODUCT CARDS
========================================================= */

.product-card-body h3 {
  font-size: 15px;
  line-height: 1.8;
}

.product-card-body .price,
.product-card .price {
  font-size: 15px;
}

.product-card .brand,
.product-card-body > span,
.product-brand {
  font-size: 11px;
}

.add-to-cart {
  font-size: 13px;
}

/* =========================================================
   SEASONS
========================================================= */

.season-card h3 {
  font-size: 25px;
}

.season-card p {
  font-size: 13px;
}

.season-card div > span {
  font-size: 12px;
}

/* =========================================================
   BRANDS
========================================================= */

.brand-grid a {
  font-size: 17px;
  letter-spacing: 1px;
}

/* =========================================================
   MEN / WOMEN BANNERS
========================================================= */

.gender-banner h3 {
  font-size: 28px;
  line-height: 1.6;
}

.gender-banner p {
  font-size: 14px;
}

.gender-banner > span {
  font-size: 13px;
}

/* =========================================================
   MAGAZINE
========================================================= */

.magazine-card > div > span {
  font-size: 11px;
}

.magazine-card h3 {
  font-size: 18px;
  line-height: 1.8;
}

.magazine-card p {
  font-size: 13px;
  line-height: 2;
}

.magazine-card a {
  font-size: 12px;
}

/* =========================================================
   FINAL CTA
========================================================= */

.about-cta span {
  font-size: 12px;
}

.about-cta h2 {
  font-size: 27px;
}

.about-cta p {
  font-size: 14px;
}

.about-cta a {
  font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.footer-logo strong {
  font-size: 24px;
}

.footer-logo small {
  font-size: 9px;
}

.footer-brand p,
.footer-newsletter p {
  font-size: 13px;
  line-height: 2;
}

.footer-column h4,
.footer-newsletter h4 {
  font-size: 15px;
}

.footer-column a {
  font-size: 13px;
}

.footer-newsletter input,
.footer-newsletter button {
  font-size: 13px;
}

.footer-bottom {
  font-size: 12px;
}

/* =========================================================
   INNER PAGES
   FAQ / TERMS / ABOUT / CONTACT etc.
========================================================= */

.faq-hero h1,
.terms-hero h1 {
  font-size: 38px;
}

.faq-hero p,
.terms-hero p {
  font-size: 14px;
}

.faq-search-box input {
  font-size: 14px;
}

.faq-sidebar > span,
.terms-sidebar > span {
  font-size: 12px;
}

.faq-sidebar button,
.terms-sidebar a {
  font-size: 13px;
}

.faq-section-head > span {
  font-size: 11px;
}

.faq-section-head h2 {
  font-size: 27px;
}

.faq-question > span {
  font-size: 15px;
}

.faq-answer p {
  font-size: 13px;
}

.terms-intro strong {
  font-size: 15px;
}

.terms-intro p {
  font-size: 13px;
}

.terms-section h2 {
  font-size: 26px;
}

.terms-section h3 {
  font-size: 18px;
}

.terms-section p {
  font-size: 14px;
}

.terms-section ul {
  font-size: 14px;
}

.terms-note strong,
.terms-warning strong {
  font-size: 14px;
}

.terms-note p,
.terms-warning p {
  font-size: 13px;
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .section-heading h2,
  .center-heading h2 {
    font-size: 25px;
  }

  .main-category-card h3 {
    font-size: 21px;
  }

  .finder-copy h2 {
    font-size: 25px;
  }

  .gender-banner h3 {
    font-size: 24px;
  }

  .faq-hero h1,
  .terms-hero h1 {
    font-size: 30px;
  }
}
/* =========================================================
   RAYEHEH - FONT SYSTEM
========================================================= */

/* =========================================================
   RAYEHEH - FINAL FONT SYSTEM
========================================================= */

:root {
  --font-fa: "Vazirmatn", Tahoma, Arial, sans-serif;

  --font-en: Georgia, "Times New Roman", serif;

  --font-number: "Vazirmatn", Arial, sans-serif;
}

/* =========================================================
   GLOBAL FONT
========================================================= */

html,
body {
  font-family: var(--font-fa);
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-fa);
}

/* =========================================================
   FONT WEIGHTS
========================================================= */

body {
  font-weight: 400;
}

p {
  font-weight: 400;
}

small {
  font-weight: 400;
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 700;
}

h3,
h4 {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

button,
a {
  font-weight: 500;
}

/* =========================================================
   ENGLISH / LUXURY TYPOGRAPHY
========================================================= */

.site-logo strong,
.footer-logo strong,
.auth-logo strong,
.about-signature strong,
.about-hero-brand strong,
.hero-brand strong {
  font-family: var(--font-en);

  font-weight: 400;
}

.english-product-name,
.product-en-name,
.product-brand {
  font-family: Arial, sans-serif;
}

/* =========================================================
   NUMBERS
========================================================= */

.price,
.product-price-area,
.summary-total,
.checkout-total,
.order-number-box strong,
.account-order-top strong,
.tracking-result strong {
  font-family: var(--font-number);
}

/* =========================================================
   TYPOGRAPHY SPACING
========================================================= */

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

p {
  line-height: 2;
}

button,
input,
select,
textarea {
  letter-spacing: 0;
}

/* متن فارسی */

body,
button,
input,
select,
textarea {
  font-family: var(--MediumTitle);
}

/* لوگو و نوشته‌های انگلیسی لوکس */

.site-logo strong,
.footer-logo strong,
.auth-logo strong,
.about-signature strong,
.about-hero-brand strong,
.hero-brand,
.product-brand,
.article-meta,
.english-product-name {
  font-family: var(--font-en);
}

/* اعداد و کد سفارش */

.order-number-box strong,
.account-order-top strong,
.tracking-order-head strong,
.product-en-name {
  font-family: var(--font-number);
}
/* =========================================================
   FONT WEIGHTS
========================================================= */

body {
  font-weight: 1000;
}

p,
small,
span {
  font-weight: 1000;
}

h1,
h2,
h3,
h4,
strong {
  font-weight: 700;
}

.nav-link,
.footer-column a,
.product-link,
.section-heading > a {
  font-weight: 500;
}
/* =========================================================
   RAYEHEH TYPOGRAPHY TUNING
========================================================= */

.hero-content h1 {
  font-weight: 800;
  letter-spacing: -1px;
}

.section-heading h2,
.center-heading h2 {
  font-weight: 400;
  letter-spacing: -0.4px;
}

.product-card-body h3 {
  font-weight: 600;
}

.main-nav .nav-link {
  font-weight: 500;
}

.mega-column h4 {
  font-weight: 700;
}

.mega-column a {
  font-weight: 400;
}

.footer-column h4,
.footer-newsletter h4 {
  font-weight: 700;
}

.footer-column a {
  font-weight: 400;
}

.add-to-cart,
.main-add-cart,
.checkout-button,
.place-order-button,
.auth-submit,
.contact-submit,
.finder-button {
  font-weight: 600;
}
/* =========================================================
   RAYEHEH - FINAL HEADER DESIGN
========================================================= */

.main-header {
  position: relative;
  z-index: 1000;

  background: #fff;

  border-bottom: 1px solid #eeeeee;
}

/* =========================================================
   TOP HEADER
========================================================= */

.header-top {
  background: #fff;
}

.header-container {
  width: min(1300px, calc(100% - 40px));

  margin: 0 auto;
}

.header-top .header-container {
  min-height: 92px;

  display: grid;

  grid-template-columns:
    220px
    minmax(300px, 560px)
    220px;

  align-items: center;

  justify-content: space-between;

  gap: 25px;
}

/* =========================================================
   LOGO
========================================================= */

.site-logo {
  width: fit-content;

  display: flex;
  flex-direction: column;

  align-items: center;

  justify-self: start;

  direction: ltr;

  text-decoration: none;

  line-height: 1;
}

.site-logo strong {
  color: #181818;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 29px;

  font-weight: 400;

  letter-spacing: 7px;
}

.site-logo span {
  margin-top: 8px;

  color: #9c9c9c;

  font-family: Arial, sans-serif;

  font-size: 8px;

  font-weight: 400;

  letter-spacing: 3px;
}

/* =========================================================
   SEARCH
========================================================= */

.header-search {
  width: 100%;
  height: 46px;

  display: flex;
  align-items: center;

  overflow: hidden;

  border: 1px solid #e3e3e3;

  border-radius: 10px;

  background: #fafafa;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.header-search:focus-within {
  border-color: #c79b50;

  background: #fff;

  box-shadow: 0 0 0 3px rgba(199, 155, 80, 0.08);
}

.header-search input {
  flex: 1;

  min-width: 0;

  height: 100%;

  padding: 0 16px;

  border: 0;

  outline: 0;

  background: transparent;

  color: #333;

  font-size: 14px;
}

.header-search input::placeholder {
  color: #aaa;
}

.header-search button {
  width: 52px;
  height: 100%;

  border: 0;

  border-right: 1px solid #e8e8e8;

  background: #fff;

  color: #9c6a21;

  font-size: 22px;

  cursor: pointer;
}

/* =========================================================
   HEADER ACTIONS
========================================================= */

.header-actions {
  display: flex;

  align-items: center;
  justify-content: flex-end;

  gap: 10px;
}

.header-action {
  width: 43px;
  height: 43px;

  position: relative;

  display: grid;
  place-items: center;

  border: 1px solid #e7e7e7;

  border-radius: 50%;

  background: #fff;

  color: #333;

  font-size: 20px;

  text-decoration: none;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.header-action:hover {
  transform: translateY(-1px);

  border-color: #d3ad69;

  background: #fdf9f2;

  color: #a9711c;
}

.cart-action {
  margin-right: 3px;
}

.cart-badge {
  min-width: 18px;
  height: 18px;

  position: absolute;

  top: -4px;
  right: -3px;

  padding: 0 4px;

  display: grid;
  place-items: center;

  border: 2px solid #fff;

  border-radius: 20px;

  background: #b47a22;

  color: #fff;

  font-size: 8px;

  font-weight: 700;
}

/* =========================================================
   NAVIGATION WRAP
========================================================= */

.header-nav-wrap {
  min-height: 54px;

  border-top: 1px solid #f0f0f0;

  background: #fff;
}

.header-nav-wrap .header-container {
  min-height: 54px;

  display: flex;
  align-items: center;
}

/* =========================================================
   MAIN NAVIGATION
========================================================= */

.main-nav {
  width: 100%;

  display: flex;

  align-items: center;

  gap: 6px;

  white-space: nowrap;
}

.main-nav > .nav-link,
.main-nav > .nav-item > .nav-link {
  min-height: 54px;

  padding: 0 17px;

  display: flex;

  align-items: center;

  gap: 5px;

  position: relative;

  color: #444;

  font-size: 14px;

  font-weight: 500;

  text-decoration: none;

  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.main-nav > .nav-link::after,
.main-nav > .nav-item > .nav-link::after {
  content: "";

  position: absolute;

  right: 17px;
  left: 17px;
  bottom: -1px;

  height: 2px;

  background: #b77e25;

  transform: scaleX(0);

  transition: transform 0.2s ease;
}

.main-nav > .nav-link:hover,
.main-nav > .nav-item > .nav-link:hover {
  color: #9d681b;
}

.main-nav > .nav-link:hover::after,
.main-nav > .nav-item > .nav-link:hover::after {
  transform: scaleX(1);
}

.nav-highlight {
  color: #a66f1c !important;
  font-weight: 700 !important;
}

/* =========================================================
   CATEGORY BUTTON
========================================================= */

.category-link {
  min-width: 155px;

  justify-content: center;

  border-radius: 8px;

  background: #17191b !important;

  color: #fff !important;

  margin-left: 8px;
}

.category-link::after {
  display: none;
}

.category-link:hover {
  background: #242629 !important;

  color: #fff !important;
}

.menu-arrow,
.category-link > span {
  margin-right: 3px;

  font-size: 12px;
}

/* =========================================================
   MEGA MENU
========================================================= */

.mega-menu-parent {
  position: relative;
}

.mega-menu {
  width: min(900px, calc(100vw - 50px));

  position: absolute;

  top: calc(100% + 1px);
  right: 0;

  padding: 25px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 25px;

  border: 1px solid #e6e6e6;

  border-radius: 0 0 12px 12px;

  background: #fff;

  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.09);

  opacity: 0;
  visibility: hidden;

  transform: translateY(7px);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}

.mega-menu-parent:hover .mega-menu {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.mega-column {
  min-width: 0;
}

.mega-column h4 {
  margin-bottom: 10px;

  padding-bottom: 9px;

  border-bottom: 1px solid #eeeeee;

  color: #a36d1d;

  font-size: 14px;

  font-weight: 700;
}

.mega-column a {
  min-height: 35px;

  display: flex;
  align-items: center;

  color: #666;

  font-size: 13px;

  font-weight: 400;

  transition:
    color 0.2s ease,
    padding-right 0.2s ease;
}

.mega-column a:hover {
  padding-right: 4px;

  color: #a66f1d;
}

/* =========================================================
   STICKY HEADER
========================================================= */

@media (min-width: 901px) {
  .main-header {
    position: sticky;

    top: 0;
  }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .header-top .header-container {
    grid-template-columns:
      180px
      1fr
      165px;

    gap: 15px;
  }

  .site-logo strong {
    font-size: 25px;

    letter-spacing: 5px;
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item > .nav-link {
    padding: 0 12px;

    font-size: 13px;
  }

  .category-link {
    min-width: 140px;
  }
}

/* =========================================================
   MOBILE HEADER
========================================================= */

@media (max-width: 700px) {
  .header-container {
    width: min(100% - 24px, 1300px);
  }

  .header-top .header-container {
    min-height: auto;

    padding: 14px 0;

    grid-template-columns: 1fr auto;

    gap: 12px;
  }

  .site-logo {
    justify-self: start;
  }

  .site-logo strong {
    font-size: 23px;

    letter-spacing: 5px;
  }

  .site-logo span {
    margin-top: 6px;

    font-size: 6px;

    letter-spacing: 2px;
  }

  .header-actions {
    justify-self: end;

    gap: 6px;
  }

  .header-action {
    width: 37px;
    height: 37px;

    font-size: 17px;
  }

  .header-search {
    grid-column: 1 / -1;

    height: 43px;
  }

  .header-search input {
    font-size: 13px;
  }

  .header-nav-wrap {
    min-height: 48px;

    overflow: hidden;
  }

  .header-nav-wrap .header-container {
    width: 100%;

    min-height: 48px;
  }

  .main-nav {
    width: 100%;

    padding: 0 12px;

    overflow-x: auto;

    gap: 3px;

    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item > .nav-link {
    flex: 0 0 auto;

    min-height: 48px;

    padding: 0 12px;

    font-size: 13px;
  }

  .category-link {
    min-width: auto;

    margin-left: 4px;

    padding: 0 14px !important;
  }

  /* روی موبایل مگامنو فعلاً مخفی می‌ماند
       و خود لینک وارد فروشگاه می‌شود */

  .mega-menu {
    display: none;
  }
}
/* =========================================================
   RAYEHEH - FINAL PRODUCT CARD DESIGN
========================================================= */

.product-grid {
  gap: 18px;
}

.product-card {
  position: relative;

  overflow: hidden;

  padding: 0;

  border: 1px solid #ebebeb;

  border-radius: 14px;

  background: #fff;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);

  border-color: #e0d2b8;

  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.065);
}

/* =========================================================
   PRODUCT IMAGE
========================================================= */

.product-card-image {
  width: 100%;
  height: 335px;

  position: relative;

  display: grid;
  place-items: center;

  overflow: hidden;

  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.product-card-image::after {
  content: "";

  position: absolute;

  right: 14%;
  left: 14%;
  bottom: 22px;

  height: 14px;

  border-radius: 50%;

  background: rgba(0, 0, 0, 0.07);

  filter: blur(10px);

  pointer-events: none;
}

.product-card-image img {
  width: 92%;
  height: 92%;

  position: relative;

  z-index: 2;

  object-fit: contain;

  transform: scale(1.08);

  transition:
    transform 0.35s ease,
    opacity 0.25s ease;

  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.08));
}

.product-card:hover .product-card-image img {
  transform: scale(1.14);
}

/* =========================================================
   BODY
========================================================= */

.product-card-body {
  padding: 17px 16px 16px;

  text-align: center;
}

.product-card .brand,
.product-card-body > .brand {
  display: block;

  margin-bottom: 5px;

  color: #af7721;

  font-size: 15px;

  font-weight: 500;

  letter-spacing: 0.4px;
}

.product-card-body h3 {
  min-height: 50px;

  margin: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #242424;

  font-size: 16px;

  font-weight: 600;

  line-height: 1.75;
}

.english-product-name {
  min-height: 18px;

  display: block;

  margin-top: 2px;

  color: #aaa;

  font-size: 20px;

  direction: ltr;
}

/* =========================================================
   PRICE
========================================================= */

.product-card .price {
  min-height: 36px;

  margin-top: 9px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #99671b;

  font-size: 16px;

  font-weight: 700;
}

/* =========================================================
   BUTTON
========================================================= */

.product-card .add-to-cart {
  width: 100%;
  height: 43px;

  margin-top: 10px;

  border: 0;

  border-radius: 8px;

  background: linear-gradient(180deg, #d1a450, #aa711d);

  color: #fff;

  font-size: 13px;

  font-weight: 600;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.product-card .add-to-cart:hover {
  transform: translateY(-1px);

  box-shadow: 0 8px 18px rgba(170, 113, 29, 0.18);

  filter: brightness(0.98);
}

/* =========================================================
   PRODUCT LINK
========================================================= */

.product-card .product-link {
  display: inline-block;

  margin-top: 10px;

  color: #777;

  font-size: 11px;

  font-weight: 500;
}

.product-card .product-link:hover {
  color: #a36e1d;
}

/* =========================================================
   WISHLIST BUTTON
========================================================= */

.product-card .wishlist-button,
.wishlist-remove-button {
  position: absolute;

  top: 12px;
  left: 12px;

  z-index: 10;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border: 1px solid #e8e8e8;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.94);

  color: #555;

  font-size: 19px;

  cursor: pointer;

  backdrop-filter: blur(5px);

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.product-card .wishlist-button:hover,
.wishlist-remove-button:hover {
  transform: scale(1.05);

  border-color: #d7b270;

  background: #fffaf2;

  color: #a46b1c;
}

/* اگر بعداً برای قلب SVG استفاده شد */

.product-card .wishlist-button svg {
  width: 20px;
  height: 20px;
}

/* =========================================================
   DISCOUNT BADGE
========================================================= */

.product-card .discount,
.product-card .product-discount,
.product-card [class*="discount"] {
  border-radius: 20px;

  font-weight: 700;
}

/* =========================================================
   SOLD OUT / DISABLED
========================================================= */

.product-card .add-to-cart:disabled {
  background: #e4e4e4;

  color: #999;

  box-shadow: none;

  cursor: not-allowed;
}

/* =========================================================
   SPECIAL SECTION
========================================================= */

.special-section .product-card {
  border-color: #e9e2d6;
}

.special-section .product-card-image {
  background: linear-gradient(180deg, #fff, #fbf8f2);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .product-card-image {
    height: 300px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .product-grid {
    gap: 12px;
  }

  .product-card-image {
    height: 275px;
  }

  .product-card-image img {
    width: 95%;
    height: 95%;

    transform: scale(1.08);
  }

  .product-card:hover .product-card-image img {
    transform: scale(1.08);
  }

  .product-card-body {
    padding: 14px 12px;
  }

  .product-card-body h3 {
    min-height: auto;

    font-size: 15px;
  }

  .product-card .price {
    font-size: 15px;
  }

  .product-card .add-to-cart {
    height: 41px;

    font-size: 12px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .product-card-image {
    height: 320px;
  }

  .product-card-image img {
    width: 98%;
    height: 98%;
  }
}
/* =========================================================
   RAYEHEH - FINAL HERO 1300 × 470
========================================================= */

.hero-section {
  padding: 22px 0 10px;
  background: #fff;
}

.hero-container {
  width: min(1300px, calc(100% - 40px));
  height: 470px;

  margin: 0 auto;

  position: relative;
  overflow: hidden;

  border-radius: 14px;

  background-image: url("images/hero/home-hero.webp");

  background-size: cover;
  background-position: center;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

/* لایه تاریک روی تصویر */

.hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(8, 9, 11, 0.76) 0%,
    rgba(8, 9, 11, 0.6) 35%,
    rgba(8, 9, 11, 0.2) 68%,
    rgba(8, 9, 11, 0.04) 100%
  );

  z-index: 1;
}

/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {
  position: absolute;

  top: 50%;
  right: 70px;

  z-index: 3;

  max-width: 520px;

  transform: translateY(-50%);

  color: #fff;
}

.hero-eyebrow {
  display: inline-block;

  margin-bottom: 8px;

  color: #d8ac58;

  font-size: 12px;
  font-weight: 600;

  letter-spacing: 2px;
}

.hero-content h1 {
  margin: 0;

  color: #fff;

  font-size: clamp(40px, 4vw, 58px);
  font-weight: 800;

  line-height: 1.42;

  letter-spacing: -0.8px;

  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.hero-content p {
  margin-top: 13px;

  color: rgba(255, 255, 255, 0.86);

  font-size: 16px;
  font-weight: 400;

  line-height: 2;
}

/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons {
  margin-top: 24px;

  display: flex;
  align-items: center;

  gap: 10px;
}

.hero-primary,
.hero-secondary {
  min-width: 145px;
  height: 46px;

  padding: 0 19px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;

  font-size: 13px;
  font-weight: 600;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.hero-primary {
  border: 1px solid #cfa14f;

  background: linear-gradient(180deg, #d4aa59, #ab721d);

  color: #fff;

  box-shadow: 0 8px 20px rgba(171, 114, 29, 0.2);
}

.hero-primary:hover {
  transform: translateY(-2px);

  box-shadow: 0 11px 26px rgba(171, 114, 29, 0.27);
}

.hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.42);

  background: rgba(255, 255, 255, 0.08);

  color: #fff;

  backdrop-filter: blur(5px);
}

.hero-secondary:hover {
  transform: translateY(-2px);

  border-color: rgba(255, 255, 255, 0.72);

  background: rgba(255, 255, 255, 0.14);
}

/* =========================================================
   BRAND SIGNATURE
========================================================= */

.hero-brand {
  position: absolute;

  left: 42px;
  bottom: 34px;

  z-index: 3;

  display: flex;
  flex-direction: column;

  direction: ltr;

  color: rgba(255, 255, 255, 0.92);

  text-align: left;
}

.hero-brand small {
  font-size: 8px;

  letter-spacing: 3px;

  color: #d6aa56;
}

.hero-brand strong {
  margin-top: 2px;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 18px;
  font-weight: 400;

  letter-spacing: 5px;
}

.hero-brand span {
  margin-top: 4px;

  color: rgba(255, 255, 255, 0.65);

  font-size: 6px;

  letter-spacing: 2px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .hero-container {
    height: 430px;
  }

  .hero-content {
    right: 45px;

    max-width: 470px;
  }

  .hero-content h1 {
    font-size: 43px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .hero-section {
    padding-top: 14px;
  }

  .hero-container {
    width: calc(100% - 24px);

    height: 420px;

    border-radius: 11px;

    background-position: center;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(8, 9, 11, 0.2) 0%,
      rgba(8, 9, 11, 0.5) 46%,
      rgba(8, 9, 11, 0.86) 100%
    );
  }

  .hero-content {
    top: auto;

    right: 24px;
    left: 24px;
    bottom: 32px;

    max-width: none;

    transform: none;
  }

  .hero-eyebrow {
    font-size: 10px;
  }

  .hero-content h1 {
    font-size: 34px;

    line-height: 1.5;
  }

  .hero-content p {
    margin-top: 8px;

    font-size: 14px;
  }

  .hero-buttons {
    margin-top: 17px;

    flex-wrap: wrap;
  }

  .hero-primary,
  .hero-secondary {
    min-width: 130px;

    height: 43px;

    font-size: 12px;
  }

  .hero-brand {
    display: none;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .hero-container {
    height: 390px;
  }

  .hero-content {
    right: 18px;
    left: 18px;
    bottom: 24px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-buttons {
    display: grid;

    grid-template-columns: 1fr 1fr;
  }

  .hero-primary,
  .hero-secondary {
    width: 100%;

    min-width: 0;
  }
}
/* =========================================================
   RAYEHEH - PREMIUM SERVICES STRIP
========================================================= */

.services-section {
  padding: 18px 0 28px;
  background: #fff;
}

.services-grid {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(5, 1fr);

  border: 1px solid #eeeeee;
  border-radius: 12px;

  background: #fff;

  overflow: hidden;
}

/* SERVICE */

.service-card {
  min-height: 94px;

  padding: 17px 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  position: relative;

  background: #fff;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

/* جداکننده بین آیتم‌ها */

.service-card:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 22px;
  bottom: 22px;
  left: 0;

  width: 1px;

  background: #eeeeee;
}

.service-card:hover {
  background: #fdfbf7;
}

/* =========================================================
   SERVICE ICON
========================================================= */

.service-icon {
  width: 46px;
  height: 46px;

  flex: 0 0 46px;

  display: grid;
  place-items: center;

  border: 1px solid #eadbc0;
  border-radius: 50%;

  background: #fbf7ef;

  color: #ad7625;
}

.service-icon svg {
  width: 23px;
  height: 23px;
}

/* =========================================================
   SERVICE TEXT
========================================================= */

.service-card > div:not(.service-icon) {
  display: flex;
  flex-direction: column;

  gap: 3px;
}

.service-card h3 {
  margin: 0;

  color: #292929;

  font-size: 14px;
  font-weight: 700;

  line-height: 1.7;
}

.service-card p {
  margin: 0;

  color: #8a8a8a;

  font-size: 11px;
  font-weight: 400;

  line-height: 1.8;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card {
    border-bottom: 1px solid #eee;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .services-section {
    padding: 12px 0 22px;
  }

  .services-grid {
    width: calc(100% - 24px);

    grid-template-columns: 1fr 1fr;

    border-radius: 10px;
  }

  .service-card {
    min-height: 105px;

    padding: 15px 10px;

    flex-direction: column;

    gap: 8px;

    text-align: center;
  }

  .service-card:not(:last-child)::after {
    display: none;
  }

  .service-icon {
    width: 42px;
    height: 42px;

    flex-basis: 42px;
  }

  .service-icon svg {
    width: 21px;
    height: 21px;
  }

  .service-card h3 {
    font-size: 13px;
  }

  .service-card p {
    font-size: 10px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
  }
}
.hero-content,
.hero-brand {
  display: none !important;
}
/* =========================================================
   RAYEHEH - PREMIUM CATEGORY SECTION
========================================================= */

.categories-section {
  padding: 42px 0 28px;
  background: #fff;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.categories-section .section-heading {
  width: min(1300px, calc(100% - 40px));

  margin: 0 auto 22px;

  display: flex;
  align-items: end;
  justify-content: space-between;

  gap: 20px;
}

.categories-section .section-heading h2 {
  margin: 0;

  color: #232323;

  font-size: 30px;
  font-weight: 700;

  line-height: 1.5;
}

.categories-section .section-heading p {
  margin: 5px 0 0;

  color: #888;

  font-size: 13px;

  line-height: 1.9;
}

.categories-section .section-heading > a {
  color: #9f6b1d;

  font-size: 13px;
  font-weight: 600;

  white-space: nowrap;
}

/* =========================================================
   MAIN CATEGORY GRID
========================================================= */

.main-category-grid {
  width: min(1300px, calc(100% - 40px));

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 16px;
}

/* MAIN CARD */

.main-category-card {
  height: 345px;

  position: relative;

  overflow: hidden;

  border-radius: 14px;

  background: #f7f7f7;
}

.main-category-card > img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.5s ease;
}

.main-category-card:hover > img {
  transform: scale(1.045);
}

/* dark soft overlay */

.main-category-card::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 20%,
    rgba(0, 0, 0, 0.08) 52%,
    rgba(0, 0, 0, 0.64) 100%
  );

  z-index: 1;
}

/* =========================================================
   MAIN CATEGORY CONTENT
========================================================= */

.main-category-card .category-content {
  position: absolute;

  right: 24px;
  left: 24px;
  bottom: 22px;

  z-index: 3;

  color: #fff;
}

.main-category-card .category-content span {
  display: block;

  margin-bottom: 3px;

  color: #d8b46d;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1px;
}

.main-category-card .category-content h3 {
  margin: 0;

  color: #fff;

  font-size: 27px;
  font-weight: 700;

  line-height: 1.5;
}

.main-category-card .category-content p {
  margin: 3px 0 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 12px;

  line-height: 1.8;
}

.main-category-card .category-content a {
  margin-top: 11px;

  display: inline-flex;
  align-items: center;

  min-height: 36px;

  padding: 0 14px;

  border: 1px solid rgba(255, 255, 255, 0.45);

  border-radius: 7px;

  background: rgba(255, 255, 255, 0.1);

  color: #fff;

  font-size: 11px;
  font-weight: 600;

  backdrop-filter: blur(5px);

  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.main-category-card .category-content a:hover {
  background: rgba(255, 255, 255, 0.18);

  border-color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   SCENT SUBCATEGORY GRID
========================================================= */

.sub-category-grid {
  width: min(1300px, calc(100% - 40px));

  margin: 18px auto 0;

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 12px;
}

.sub-category-card {
  min-height: 110px;

  position: relative;

  overflow: hidden;

  display: flex;
  align-items: flex-end;

  padding: 15px;

  border: 1px solid #eeeeee;

  border-radius: 11px;

  background: linear-gradient(145deg, #fff, #faf8f4);

  text-decoration: none;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.sub-category-card:hover {
  transform: translateY(-3px);

  border-color: #dcc69f;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

/* subtle glow */

.sub-category-card::before {
  content: "";

  width: 80px;
  height: 80px;

  position: absolute;

  top: -25px;
  left: -20px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(197, 153, 77, 0.16),
    transparent 68%
  );
}

/* =========================================================
   SUBCATEGORY TEXT
========================================================= */

.sub-category-card div {
  position: relative;
  z-index: 2;
}

.sub-category-card small {
  display: block;

  margin-bottom: 2px;

  color: #b0823a;

  font-size: 9px;
  font-weight: 600;
}

.sub-category-card h4 {
  margin: 0;

  color: #303030;

  font-size: 15px;
  font-weight: 700;
}

.sub-category-card p {
  margin: 3px 0 0;

  color: #929292;

  font-size: 10px;

  line-height: 1.7;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .main-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-category-card:last-child {
    grid-column: 1 / -1;
  }

  .sub-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .categories-section {
    padding: 32px 0 22px;
  }

  .categories-section .section-heading {
    width: calc(100% - 24px);

    margin-bottom: 16px;

    align-items: flex-start;
  }

  .categories-section .section-heading h2 {
    font-size: 25px;
  }

  .categories-section .section-heading p {
    font-size: 12px;
  }

  .main-category-grid {
    width: calc(100% - 24px);

    grid-template-columns: 1fr;

    gap: 12px;
  }

  .main-category-card,
  .main-category-card:last-child {
    height: 310px;

    grid-column: auto;
  }

  .main-category-card .category-content {
    right: 18px;

    left: 18px;

    bottom: 18px;
  }

  .main-category-card .category-content h3 {
    font-size: 23px;
  }

  .sub-category-grid {
    width: calc(100% - 24px);

    grid-template-columns: repeat(2, 1fr);

    gap: 9px;
  }

  .sub-category-card {
    min-height: 100px;

    padding: 13px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {
  .main-category-card {
    height: 280px;
  }

  .sub-category-card h4 {
    font-size: 14px;
  }
}
/* =========================================================
   RAYEHEH - PREMIUM FINDER SECTION
========================================================= */

.finder-section {
  padding: 48px 0 34px;
  background: #fff;
}

.finder-box {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  min-height: 255px;

  position: relative;
  overflow: hidden;

  padding: 34px 36px;

  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 34px;

  border: 1px solid #eadfce;
  border-radius: 16px;

  background: linear-gradient(135deg, #fbf8f2 0%, #fff 48%, #f7f1e7 100%);
}

/* تزئین نرم پس‌زمینه */

.finder-box::before {
  content: "";

  width: 260px;
  height: 260px;

  position: absolute;

  left: -80px;
  top: -100px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(190, 145, 67, 0.16),
    transparent 68%
  );

  pointer-events: none;
}

.finder-box::after {
  content: "";

  width: 180px;
  height: 180px;

  position: absolute;

  right: -60px;
  bottom: -80px;

  border-radius: 50%;

  background: radial-gradient(circle, rgba(0, 0, 0, 0.05), transparent 70%);

  pointer-events: none;
}

/* =========================================================
   FINDER TEXT
========================================================= */

.finder-content,
.finder-text {
  position: relative;
  z-index: 2;
}

.finder-eyebrow {
  display: inline-block;

  margin-bottom: 7px;

  color: #a36e1f;

  font-size: 11px;
  font-weight: 700;
}

.finder-box h2 {
  margin: 0;

  color: #232323;

  font-size: 31px;
  font-weight: 800;

  line-height: 1.5;
}

.finder-box p {
  max-width: 560px;

  margin: 8px 0 0;

  color: #757575;

  font-size: 14px;

  line-height: 2;
}

/* =========================================================
   FORM
========================================================= */

.finder-form {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px;
}

.finder-form .form-group {
  display: flex;
  flex-direction: column;

  gap: 7px;
}

.finder-form label {
  color: #4a4a4a;

  font-size: 12px;
  font-weight: 600;
}

.finder-form select {
  width: 100%;
  height: 48px;

  padding: 0 14px;

  border: 1px solid #dedede;
  border-radius: 9px;

  outline: none;

  background: #fff;

  color: #444;

  font-size: 13px;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.finder-form select:focus {
  border-color: #c69a4d;

  box-shadow: 0 0 0 3px rgba(198, 154, 77, 0.08);
}

/* =========================================================
   BUTTON
========================================================= */

#finderButton,
.finder-button {
  grid-column: 1 / -1;

  width: 100%;
  height: 48px;

  margin-top: 2px;

  border: 0;
  border-radius: 9px;

  background: linear-gradient(180deg, #cf9f4c, #aa711f);

  color: #fff;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;

  box-shadow: 0 8px 18px rgba(170, 113, 31, 0.17);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

#finderButton:hover,
.finder-button:hover {
  transform: translateY(-2px);

  box-shadow: 0 11px 24px rgba(170, 113, 31, 0.22);

  filter: brightness(0.98);
}

/* =========================================================
   RESULT
========================================================= */

.finder-result {
  grid-column: 1 / -1;

  margin-top: 4px;

  padding: 12px 14px;

  border: 1px solid #eadcc2;
  border-radius: 8px;

  background: #fffaf2;

  color: #5d4b2e;

  font-size: 12px;
  line-height: 1.9;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
  .finder-box {
    grid-template-columns: 1fr;

    gap: 24px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .finder-section {
    padding: 34px 0 24px;
  }

  .finder-box {
    width: calc(100% - 24px);

    padding: 25px 20px;

    border-radius: 12px;
  }

  .finder-box h2 {
    font-size: 26px;
  }

  .finder-box p {
    font-size: 13px;
  }

  .finder-form {
    grid-template-columns: 1fr;
  }

  #finderButton,
  .finder-button,
  .finder-result {
    grid-column: auto;
  }
}
/* =========================================================
   RAYEHEH - PREMIUM SCENT IMAGE GRID
========================================================= */

.scent-image-section {
  padding: 34px 0 30px;
  background: #fff;
}

.scent-image-grid {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

/* =========================================================
   SCENT CARD
========================================================= */

.scent-image-card {
  height: 330px;

  position: relative;
  overflow: hidden;

  border-radius: 14px;

  background: #f5f5f5;

  text-decoration: none;
}

.scent-image-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.5s ease,
    filter 0.35s ease;
}

.scent-image-card:hover img {
  transform: scale(1.05);

  filter: brightness(0.94);
}

/* =========================================================
   OVERLAY
========================================================= */

.scent-image-card::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.01) 10%,
    rgba(0, 0, 0, 0.06) 45%,
    rgba(0, 0, 0, 0.7) 100%
  );

  transition: background 0.3s ease;
}

.scent-image-card:hover::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.04) 10%,
    rgba(0, 0, 0, 0.12) 45%,
    rgba(0, 0, 0, 0.76) 100%
  );
}

/* =========================================================
   TEXT CONTENT
========================================================= */

.scent-image-card .scent-content {
  position: absolute;

  right: 20px;
  left: 20px;
  bottom: 19px;

  z-index: 3;

  color: #fff;
}

.scent-image-card .scent-content small {
  display: block;

  margin-bottom: 2px;

  color: #d8b36c;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 1px;
}

.scent-image-card .scent-content h3 {
  margin: 0;

  color: #fff;

  font-size: 24px;
  font-weight: 700;

  line-height: 1.5;
}

.scent-image-card .scent-content p {
  margin: 4px 0 0;

  color: rgba(255, 255, 255, 0.75);

  font-size: 11px;

  line-height: 1.8;
}

/* =========================================================
   HOVER ARROW
========================================================= */

.scent-image-card .scent-content::after {
  content: "←";

  width: 34px;
  height: 34px;

  position: absolute;

  left: 0;
  bottom: 0;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.35);

  border-radius: 50%;

  color: #fff;

  font-size: 15px;

  opacity: 0;

  transform: translateX(8px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.scent-image-card:hover .scent-content::after {
  opacity: 1;

  transform: translateX(0);
}

/* =========================================================
   SECTION HEADING
========================================================= */

.scent-image-section .section-heading {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto 20px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;
}

.scent-image-section .section-heading h2 {
  margin: 0;

  color: #252525;

  font-size: 29px;
  font-weight: 700;
}

.scent-image-section .section-heading p {
  margin: 4px 0 0;

  color: #8a8a8a;

  font-size: 13px;

  line-height: 1.9;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .scent-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .scent-image-section {
    padding: 28px 0 22px;
  }

  .scent-image-section .section-heading {
    width: calc(100% - 24px);

    margin-bottom: 15px;
  }

  .scent-image-section .section-heading h2 {
    font-size: 24px;
  }

  .scent-image-grid {
    width: calc(100% - 24px);

    grid-template-columns: 1fr 1fr;

    gap: 9px;
  }

  .scent-image-card {
    height: 245px;
  }

  .scent-image-card .scent-content {
    right: 14px;

    left: 14px;

    bottom: 14px;
  }

  .scent-image-card .scent-content h3 {
    font-size: 19px;
  }

  .scent-image-card .scent-content p {
    font-size: 10px;
  }

  .scent-image-card .scent-content::after {
    display: none;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .scent-image-grid {
    grid-template-columns: 1fr;
  }

  .scent-image-card {
    height: 280px;
  }
}
/* =========================================================
   RAYEHEH - SPECIAL PRODUCTS SECTION
========================================================= */

.special-products-section {
  padding: 48px 0 34px;
  background: #fff;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.special-products-section .section-heading {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto 22px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;
}

.special-products-section .section-heading > div {
  min-width: 0;
}

.special-products-section .section-heading small {
  display: inline-block;

  margin-bottom: 5px;

  color: #b07b2a;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 0.8px;
}

.special-products-section .section-heading h2 {
  margin: 0;

  color: #222;

  font-size: 30px;
  font-weight: 700;

  line-height: 1.5;
}

.special-products-section .section-heading p {
  margin: 5px 0 0;

  color: #888;

  font-size: 13px;

  line-height: 1.9;
}

.special-products-section .section-heading > a {
  flex: 0 0 auto;

  min-height: 40px;

  padding: 0 15px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #e2d3b8;
  border-radius: 8px;

  background: #fff;

  color: #96651d;

  font-size: 12px;
  font-weight: 600;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.special-products-section .section-heading > a:hover {
  transform: translateY(-1px);

  border-color: #cfa860;

  background: #fffaf2;
}

/* =========================================================
   PRODUCT GRID
========================================================= */

#specialProducts {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 18px;
}

/* =========================================================
   FEATURED CARD FEEL
========================================================= */

#specialProducts .product-card {
  position: relative;
}

#specialProducts .product-card::before {
  content: "پیشنهاد ویژه";

  position: absolute;

  top: 14px;
  right: 14px;

  z-index: 8;

  min-height: 27px;

  padding: 0 10px;

  display: inline-flex;
  align-items: center;

  border-radius: 20px;

  background: rgba(28, 28, 28, 0.92);

  color: #fff;

  font-size: 9px;
  font-weight: 600;

  backdrop-filter: blur(5px);
}

/* =========================================================
   SECTION BACKDROP
========================================================= */

.special-products-section::before {
  content: "";

  display: block;

  width: min(1300px, calc(100% - 40px));
  height: 1px;

  margin: 0 auto 44px;

  background: linear-gradient(90deg, transparent, #e9e2d7, transparent);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  #specialProducts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .special-products-section {
    padding: 36px 0 25px;
  }

  .special-products-section::before {
    width: calc(100% - 24px);

    margin-bottom: 32px;
  }

  .special-products-section .section-heading {
    width: calc(100% - 24px);

    margin-bottom: 16px;

    align-items: flex-start;
  }

  .special-products-section .section-heading h2 {
    font-size: 25px;
  }

  .special-products-section .section-heading p {
    font-size: 12px;
  }

  .special-products-section .section-heading > a {
    min-height: 36px;

    padding: 0 11px;

    font-size: 11px;
  }

  #specialProducts {
    width: calc(100% - 24px);

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  #specialProducts {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   RAYEHEH - PREMIUM SEASON SECTION
========================================================= */

.seasons-section {
  padding: 50px 0 38px;
  background: #fff;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.seasons-section .section-heading {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto 22px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;
}

.seasons-section .section-heading small {
  display: inline-block;

  margin-bottom: 5px;

  color: #aa7422;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 0.8px;
}

.seasons-section .section-heading h2 {
  margin: 0;

  color: #222;

  font-size: 30px;
  font-weight: 700;

  line-height: 1.5;
}

.seasons-section .section-heading p {
  margin: 5px 0 0;

  color: #8a8a8a;

  font-size: 13px;

  line-height: 1.9;
}

/* =========================================================
   SEASON GRID
========================================================= */

.season-grid {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

/* =========================================================
   SEASON CARD
========================================================= */

.season-card {
  height: 360px;

  position: relative;
  overflow: hidden;

  border-radius: 15px;

  background: #f2f2f2;

  text-decoration: none;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.season-card:hover {
  transform: translateY(-4px);

  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.season-card > img:first-child {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.5s ease,
    filter 0.35s ease;
}

.season-card:hover > img:first-child {
  transform: scale(1.045);

  filter: brightness(0.96);
}

/* =========================================================
   OVERLAY
========================================================= */

.season-card::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 10%,
    rgba(0, 0, 0, 0.06) 45%,
    rgba(0, 0, 0, 0.68) 100%
  );
}

/* =========================================================
   PRODUCT IMAGE ON SEASON
========================================================= */

.season-card .season-product,
.season-card img.season-product {
  width: 58%;
  height: 58%;

  position: absolute;

  top: 47%;
  left: 50%;

  z-index: 3;

  object-fit: contain;

  transform: translate(-50%, -50%);

  filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.18));

  transition: transform 0.4s ease;
}

.season-card:hover .season-product {
  transform: translate(-50%, -52%) scale(1.05);
}

/* =========================================================
   SEASON TEXT
========================================================= */

.season-card .season-content {
  position: absolute;

  right: 20px;
  left: 20px;
  bottom: 18px;

  z-index: 4;

  color: #fff;
}

.season-card .season-content small {
  display: block;

  margin-bottom: 2px;

  color: #dfba73;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 1px;
}

.season-card .season-content h3 {
  margin: 0;

  color: #fff;

  font-size: 25px;
  font-weight: 700;

  line-height: 1.5;
}

.season-card .season-content p {
  margin: 3px 0 0;

  color: rgba(255, 255, 255, 0.76);

  font-size: 11px;

  line-height: 1.8;
}

/* =========================================================
   SEASON ACCENTS
========================================================= */

.season-card.spring::before,
.season-card.summer::before,
.season-card.autumn::before,
.season-card.winter::before {
  content: "";

  width: 42px;
  height: 3px;

  position: absolute;

  right: 20px;
  bottom: 94px;

  z-index: 4;

  border-radius: 20px;

  background: rgba(255, 255, 255, 0.7);
}

/* =========================================================
   SEASON LABEL
========================================================= */

.season-label {
  position: absolute;

  top: 14px;
  right: 14px;

  z-index: 5;

  padding: 6px 10px;

  border: 1px solid rgba(255, 255, 255, 0.35);

  border-radius: 20px;

  background: rgba(20, 20, 20, 0.24);

  color: #fff;

  font-size: 9px;
  font-weight: 600;

  backdrop-filter: blur(6px);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .season-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .season-card {
    height: 340px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .seasons-section {
    padding: 36px 0 26px;
  }

  .seasons-section .section-heading {
    width: calc(100% - 24px);

    margin-bottom: 16px;

    align-items: flex-start;
  }

  .seasons-section .section-heading h2 {
    font-size: 25px;
  }

  .seasons-section .section-heading p {
    font-size: 12px;
  }

  .season-grid {
    width: calc(100% - 24px);

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .season-card {
    height: 285px;
  }

  .season-card .season-content {
    right: 14px;

    left: 14px;

    bottom: 14px;
  }

  .season-card .season-content h3 {
    font-size: 20px;
  }

  .season-card .season-content p {
    font-size: 10px;
  }

  .season-card .season-product,
  .season-card img.season-product {
    width: 62%;

    height: 62%;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .season-grid {
    grid-template-columns: 1fr;
  }

  .season-card {
    height: 330px;
  }

  .season-card .season-product,
  .season-card img.season-product {
    width: 56%;

    height: 56%;
  }
}
/* =========================================================
   RAYEHEH - PREMIUM BRAND GALLERY
========================================================= */

.brands-section {
  padding: 50px 0 38px;
  background: #fff;
}

/* =========================================================
   SECTION HEADING
========================================================= */

.brands-section .section-heading {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto 22px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;
}

.brands-section .section-heading small {
  display: inline-block;

  margin-bottom: 5px;

  color: #a97322;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 0.8px;
}

.brands-section .section-heading h2 {
  margin: 0;

  color: #222;

  font-size: 30px;
  font-weight: 700;

  line-height: 1.5;
}

.brands-section .section-heading p {
  margin: 5px 0 0;

  color: #898989;

  font-size: 13px;

  line-height: 1.9;
}

.brands-section .section-heading > a {
  color: #98651d;

  font-size: 12px;
  font-weight: 600;
}

/* =========================================================
   BRAND GRID
========================================================= */

.brand-grid {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

/* =========================================================
   BRAND CARD
========================================================= */

.brand-card {
  height: 220px;

  position: relative;
  overflow: hidden;

  border-radius: 14px;

  background: #f5f5f5;

  text-decoration: none;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.brand-card:hover {
  transform: translateY(-4px);

  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.075);
}

/* =========================================================
   IMAGE
========================================================= */

.brand-card img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.5s ease,
    filter 0.35s ease;
}

.brand-card:hover img {
  transform: scale(1.05);

  filter: brightness(0.92);
}

/* =========================================================
   OVERLAY
========================================================= */

.brand-card::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.03) 10%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(0, 0, 0, 0.72) 100%
  );
}

/* =========================================================
   BRAND CONTENT
========================================================= */

.brand-card .brand-content {
  position: absolute;

  right: 18px;
  left: 18px;
  bottom: 16px;

  z-index: 3;

  color: #fff;
}

.brand-card .brand-content small {
  display: block;

  margin-bottom: 2px;

  color: #d9b36a;

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 1px;
}

.brand-card .brand-content h3 {
  margin: 0;

  color: #fff;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 22px;
  font-weight: 400;

  letter-spacing: 1px;

  direction: ltr;
}

.brand-card .brand-content p {
  margin: 3px 0 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 10px;

  line-height: 1.7;
}

/* =========================================================
   BRAND ARROW
========================================================= */

.brand-card .brand-content::after {
  content: "←";

  width: 32px;
  height: 32px;

  position: absolute;

  left: 0;
  bottom: 0;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.35);

  border-radius: 50%;

  color: #fff;

  font-size: 14px;

  opacity: 0;

  transform: translateX(8px);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.brand-card:hover .brand-content::after {
  opacity: 1;

  transform: translateX(0);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .brands-section {
    padding: 36px 0 28px;
  }

  .brands-section .section-heading {
    width: calc(100% - 24px);

    margin-bottom: 16px;
  }

  .brands-section .section-heading h2 {
    font-size: 25px;
  }

  .brands-section .section-heading p {
    font-size: 12px;
  }

  .brand-grid {
    width: calc(100% - 24px);

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .brand-card {
    height: 190px;
  }

  .brand-card .brand-content {
    right: 14px;

    left: 14px;

    bottom: 13px;
  }

  .brand-card .brand-content h3 {
    font-size: 18px;
  }

  .brand-card .brand-content::after {
    display: none;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .brand-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-card {
    height: 170px;
  }
}
/* =========================================================
   RAYEHEH - MEN / WOMEN PREMIUM SECTIONS
========================================================= */

.gender-section {
  padding: 52px 0 36px;
  background: #fff;
}

/* =========================================================
   LAYOUT
========================================================= */

.gender-layout {
  width: min(1300px, calc(100% - 40px));
  margin: 0 auto;

  display: grid;
  grid-template-columns: 390px 1fr;

  gap: 20px;
  align-items: stretch;
}

/* حالت زنانه - بنر سمت چپ */

.gender-section.women-section .gender-layout {
  grid-template-columns: 1fr 390px;
}

/* =========================================================
   GENDER BANNER
========================================================= */

.gender-banner {
  min-height: 520px;

  position: relative;
  overflow: hidden;

  border-radius: 16px;

  background: #eee;
}

.gender-banner img {
  width: 100%;
  height: 100%;

  position: absolute;
  inset: 0;

  object-fit: cover;

  transition:
    transform 0.55s ease,
    filter 0.35s ease;
}

.gender-banner:hover img {
  transform: scale(1.045);

  filter: brightness(0.94);
}

/* =========================================================
   OVERLAY
========================================================= */

.gender-banner::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 10%,
    rgba(0, 0, 0, 0.14) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

/* =========================================================
   BANNER CONTENT
========================================================= */

.gender-banner-content {
  position: absolute;

  right: 25px;
  left: 25px;
  bottom: 26px;

  z-index: 4;

  color: #fff;
}

.gender-banner-content small {
  display: inline-block;

  margin-bottom: 5px;

  color: #ddb972;

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1px;
}

.gender-banner-content h3 {
  margin: 0 0 7px;

  color: #fff;

  font-size: 32px;
  font-weight: 700;

  line-height: 1.5;
}

.gender-banner-content p {
  max-width: 280px;

  margin: 0 0 18px;

  color: rgba(255, 255, 255, 0.78);

  font-size: 12px;

  line-height: 1.9;
}

/* =========================================================
   BANNER BUTTON
========================================================= */

.gender-banner-content a {
  min-height: 42px;

  padding: 0 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;

  background: rgba(255, 255, 255, 0.09);

  color: #fff;

  font-size: 11px;
  font-weight: 600;

  backdrop-filter: blur(7px);

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.gender-banner-content a:hover {
  transform: translateY(-2px);

  background: #fff;

  color: #222;
}

/* =========================================================
   PRODUCT SIDE
========================================================= */

.gender-products {
  min-width: 0;

  display: flex;
  flex-direction: column;
}

/* =========================================================
   SECTION TITLE
========================================================= */

.gender-heading {
  margin-bottom: 17px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;
}

.gender-heading small {
  display: block;

  margin-bottom: 4px;

  color: #a87120;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 0.8px;
}

.gender-heading h2 {
  margin: 0;

  color: #222;

  font-size: 29px;
  font-weight: 700;

  line-height: 1.5;
}

.gender-heading p {
  margin: 4px 0 0;

  color: #8a8a8a;

  font-size: 12px;

  line-height: 1.8;
}

.gender-heading > a {
  flex: 0 0 auto;

  color: #9d691d;

  font-size: 12px;
  font-weight: 600;
}

/* =========================================================
   MEN / WOMEN PRODUCT GRID
========================================================= */

#menProducts,
#womenProducts {
  flex: 1;

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 14px;
}

/* =========================================================
   FIT PRODUCT CARDS
========================================================= */

#menProducts .product-card,
#womenProducts .product-card {
  height: 100%;
}

#menProducts .product-card-image,
#womenProducts .product-card-image {
  height: 300px;
}

#menProducts .product-card-image img,
#womenProducts .product-card-image img {
  transform: scale(1.08);
}

#menProducts .product-card:hover .product-card-image img,
#womenProducts .product-card:hover .product-card-image img {
  transform: scale(1.13);
}

/* =========================================================
   MEN DIFFERENCE
========================================================= */

.men-section {
  background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.men-section .gender-banner::after {
  background: linear-gradient(
    180deg,
    rgba(10, 15, 20, 0.02) 10%,
    rgba(10, 15, 20, 0.18) 50%,
    rgba(10, 15, 20, 0.82) 100%
  );
}

/* =========================================================
   WOMEN DIFFERENCE
========================================================= */

.women-section {
  padding-top: 40px;

  background: #fff;
}

.women-section .gender-banner::after {
  background: linear-gradient(
    180deg,
    rgba(50, 20, 20, 0.01) 10%,
    rgba(45, 20, 20, 0.1) 48%,
    rgba(32, 15, 15, 0.72) 100%
  );
}

/* =========================================================
   SEPARATOR
========================================================= */

.women-section::before {
  content: "";

  display: block;

  width: min(1300px, calc(100% - 40px));
  height: 1px;

  margin: 0 auto 44px;

  background: linear-gradient(90deg, transparent, #e7ded0, transparent);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {
  .gender-layout,
  .gender-section.women-section .gender-layout {
    grid-template-columns: 320px 1fr;
  }

  #menProducts,
  #womenProducts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #menProducts .product-card:nth-child(3),
  #womenProducts .product-card:nth-child(3) {
    display: none;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {
  .gender-section {
    padding: 35px 0 26px;
  }

  .gender-layout,
  .gender-section.women-section .gender-layout {
    width: calc(100% - 24px);

    grid-template-columns: 1fr;

    gap: 20px;
  }

  .gender-banner {
    min-height: 380px;
  }

  .gender-section.women-section .gender-banner {
    order: 0;
  }

  .gender-section.women-section .gender-products {
    order: 1;
  }

  .gender-banner-content {
    right: 20px;

    left: 20px;

    bottom: 21px;
  }

  .gender-banner-content h3 {
    font-size: 27px;
  }

  .gender-heading h2 {
    font-size: 25px;
  }

  #menProducts,
  #womenProducts {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 10px;
  }

  #menProducts .product-card:nth-child(3),
  #womenProducts .product-card:nth-child(3) {
    display: block;
  }

  #menProducts .product-card-image,
  #womenProducts .product-card-image {
    height: 270px;
  }
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {
  .gender-banner {
    min-height: 340px;
  }

  #menProducts,
  #womenProducts {
    grid-template-columns: 1fr;
  }

  #menProducts .product-card-image,
  #womenProducts .product-card-image {
    height: 320px;
  }
}

/* =========================================================
   RAYEHEH - HERO ARTWORK CLICKABLE CTA HOTSPOTS
   The CTA labels are baked into images/hero/home-hero.webp.
   These transparent anchors make those visual buttons functional
   without changing the approved hero artwork.
========================================================= */
.hero-art-link {
  position: absolute;
  z-index: 6;
  display: block;
  border-radius: 9px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.hero-art-link--brands {
  left: 64.1%;
  top: 58.2%;
  width: 12%;
  height: 10.2%;
}

.hero-art-link--products {
  left: 77.1%;
  top: 58.2%;
  width: 12.5%;
  height: 10.2%;
}

.hero-art-link:focus-visible {
  outline: 3px solid rgba(168, 116, 42, 0.8);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .hero-art-link {
    /* The hero still uses cover on mobile; enlarge touch targets slightly. */
    min-height: 42px;
  }
}

/* =========================================================
   RAYEHEH - EDITORIAL CATEGORY CARDS
   Visual upgrade for «عطر مناسب سبک خودت را پیدا کن».
   Product bottles remain real images and every card remains a real link.
========================================================= */
.categories-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(214, 190, 148, 0.16),
      transparent 31%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(222, 185, 173, 0.14),
      transparent 30%
    ),
    #fffdf9;
}

.categories-section::before,
.categories-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.58;
}

.categories-section::before {
  width: 290px;
  height: 290px;
  right: -110px;
  top: 54px;
  background: radial-gradient(
    circle,
    rgba(191, 148, 88, 0.12),
    rgba(191, 148, 88, 0) 70%
  );
}

.categories-section::after {
  width: 340px;
  height: 340px;
  left: -150px;
  bottom: 10px;
  background: radial-gradient(
    circle,
    rgba(126, 143, 101, 0.1),
    rgba(126, 143, 101, 0) 70%
  );
}

.categories-section > .container {
  position: relative;
  z-index: 1;
}

.main-category-grid--editorial {
  gap: 18px;
}

.main-category-grid--editorial .main-category-card {
  min-height: 330px;
  height: 330px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(118, 94, 65, 0.14);
  border-radius: 18px;
  background: #eee8de;
  box-shadow: 0 18px 38px rgba(56, 42, 29, 0.08);
  transform: translateZ(0);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.main-category-grid--editorial .main-category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(151, 112, 62, 0.28);
  box-shadow: 0 24px 48px rgba(56, 42, 29, 0.14);
}

.main-category-grid--editorial .main-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.08) 42%,
    rgba(249, 246, 239, 0.92) 69%,
    rgba(249, 246, 239, 0.98) 100%
  );
  pointer-events: none;
}

.main-category-grid--editorial .main-category-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(31, 25, 20, 0.15), transparent 80%);
  opacity: 0.55;
  pointer-events: none;
}

.main-category-grid--editorial .category-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform 0.55s ease;
}

.main-category-grid--editorial .main-category-card:hover .category-scene {
  transform: scale(1.075);
}

.main-category-card--men .category-scene {
  background-image:
    linear-gradient(90deg, rgba(17, 22, 24, 0.04), rgba(17, 22, 24, 0.18)),
    url("images/scents/woody.webp");
  filter: saturate(0.72) brightness(0.78) contrast(1.04);
}

.main-category-card--women .category-scene {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 235, 228, 0.08),
      rgba(253, 231, 226, 0.26)
    ),
    url("images/scents/floral.webp");
  filter: saturate(0.92) brightness(1.03);
}

.main-category-card--unisex .category-scene {
  background-image:
    linear-gradient(
      90deg,
      rgba(236, 227, 207, 0.04),
      rgba(242, 235, 219, 0.18)
    ),
    url("images/scents/citrus.webp");
  filter: saturate(0.76) brightness(0.96);
}

.main-category-grid--editorial .category-bottle {
  position: absolute;
  z-index: 3;
  left: 1%;
  bottom: -4%;
  width: 64%;
  height: 106%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 20px rgba(23, 18, 14, 0.25));
  transition:
    transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.45s ease;
}

.main-category-grid--editorial .main-category-card:hover .category-bottle {
  transform: translateY(-5px) scale(1.025);
  filter: drop-shadow(0 29px 24px rgba(23, 18, 14, 0.3));
}

.main-category-grid--editorial .category-content {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 22px;
  bottom: auto;
  left: auto;
  width: 39%;
  transform: translateY(-50%);
  color: #191714;
  text-align: right;
}

.main-category-grid--editorial .category-content h3 {
  margin: 0 0 4px;
  color: #181715;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.55;
}

.main-category-grid--editorial .category-content small {
  display: block;
  margin: 0;
  direction: ltr;
  color: rgba(56, 51, 45, 0.52);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-align: right;
}

.main-category-grid--editorial .category-cta {
  width: fit-content;
  min-height: 41px;
  margin-top: 22px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9px;
  background: #1c2022;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 9px 20px rgba(20, 22, 23, 0.14);
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.main-category-card--women .category-cta {
  border-color: rgba(119, 63, 54, 0.1);
  background: #b86f63;
}

.main-category-card--unisex .category-cta {
  background: #242523;
}

.main-category-grid--editorial .main-category-card:hover .category-cta {
  transform: translateX(-3px);
  background: #a9783a;
}

.main-category-grid--editorial .category-cta b {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .main-category-grid--editorial {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .main-category-grid--editorial .main-category-card {
    min-height: 292px;
    height: 292px;
  }

  .main-category-grid--editorial .category-content {
    right: 16px;
    width: 41%;
  }

  .main-category-grid--editorial .category-content h3 {
    font-size: 22px;
  }

  .main-category-grid--editorial .category-bottle {
    left: -3%;
    width: 66%;
  }
}

@media (max-width: 820px) {
  .main-category-grid--editorial {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .main-category-grid--editorial .main-category-card {
    min-height: 260px;
    height: 260px;
  }

  .main-category-grid--editorial .category-bottle {
    left: 4%;
    bottom: -9%;
    width: 54%;
    height: 112%;
  }

  .main-category-grid--editorial .category-content {
    right: 7%;
    width: 38%;
  }
}

@media (max-width: 520px) {
  .main-category-grid--editorial .main-category-card {
    min-height: 230px;
    height: 230px;
    border-radius: 15px;
  }

  .main-category-grid--editorial .category-content {
    right: 16px;
    width: 45%;
  }

  .main-category-grid--editorial .category-content h3 {
    font-size: 20px;
  }

  .main-category-grid--editorial .category-content small {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .main-category-grid--editorial .category-cta {
    min-height: 37px;
    margin-top: 15px;
    padding: 0 11px;
    font-size: 10px;
  }

  .main-category-grid--editorial .category-bottle {
    left: -3%;
    width: 60%;
  }
}

/* =========================================================
   CATEGORY ARTWORK MATCH — approved visual reference
   ========================================================= */
.main-category-grid--artwork {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.main-category-grid--artwork .category-art-card {
  display: block;
  position: relative;
  min-height: 0;
  height: auto;
  aspect-ratio: 1.22 / 1;
  overflow: hidden;
  border: 1px solid rgba(109, 84, 58, 0.12);
  border-radius: 20px;
  background: #f4efe7;
  box-shadow: 0 16px 34px rgba(50, 37, 25, 0.1);
  transform: translateZ(0);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.main-category-grid--artwork .category-art-card::before,
.main-category-grid--artwork .category-art-card::after {
  display: none !important;
}

.main-category-grid--artwork .category-art-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 0.35s ease;
}

.main-category-grid--artwork .category-art-card:hover {
  transform: translateY(-5px);
  border-color: rgba(159, 119, 66, 0.24);
  box-shadow: 0 24px 48px rgba(50, 37, 25, 0.16);
}

.main-category-grid--artwork .category-art-card:hover > img {
  transform: scale(1.018);
  filter: saturate(1.03) contrast(1.01);
}

.main-category-grid--artwork .category-art-card:focus-visible {
  outline: 3px solid rgba(169, 122, 58, 0.45);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .main-category-grid--artwork {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .main-category-grid--artwork .category-art-card {
    width: 100%;
    aspect-ratio: 1.85 / 1;
    max-height: 390px;
  }
}

@media (max-width: 560px) {
  .main-category-grid--artwork .category-art-card {
    aspect-ratio: 1.28 / 1;
    max-height: none;
    border-radius: 16px;
  }
}

/* =========================================================
   RAYEHEH - BRAND LOGO GALLERY / season section removed
   2026-09 Major visual refinement
========================================================= */
.brands-logo-section {
  padding: 64px 0 58px;
  background: linear-gradient(180deg, #fff 0%, #fdfcf9 100%);
  border-top: 1px solid #f1eee8;
  border-bottom: 1px solid #f1eee8;
}
.brands-logo-wrap {
  max-width: 1320px;
  margin: auto;
  text-align: center;
}
.brands-logo-heading {
  max-width: 720px;
  margin: 0 auto 38px;
}
.brands-logo-heading > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #aa7a32;
  font-size: 12px;
  font-weight: 700;
}
.brands-logo-heading h2 {
  margin: 0;
  color: #334c45;
  font-size: 31px;
  line-height: 1.5;
  font-weight: 400;
}
.brands-logo-heading h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: #b28a4f;
  margin: 12px auto 0;
}
.brands-logo-heading p {
  margin: 13px auto 0;
  color: #787878;
  font-size: 14px;
  line-height: 2;
  max-width: 620px;
}
.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.brand-logo-item {
  min-width: 0;
  padding: 12px 8px 8px;
  text-decoration: none;
  color: #222;
  border-radius: 16px;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}
.brand-logo-item:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 14px 38px rgba(51, 45, 35, 0.07);
}
.brand-logo-item img {
  display: block;
  width: 100%;
  height: 92px;
  object-fit: contain;
  margin: 0 auto 10px;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.94;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}
.brand-logo-item:hover img {
  opacity: 1;
  transform: scale(1.035);
}
.brand-logo-item strong {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-logo-item small {
  display: block;
  color: #8a8a8a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  direction: ltr;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-logo-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 26px 0 18px;
  direction: ltr;
}
.brand-logo-dots i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ecebe7;
}
.brand-logo-dots i.active {
  width: 28px;
  background: #b7d2c1;
}
.brand-logo-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: #315d52;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 9px 22px rgba(49, 93, 82, 0.14);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.brand-logo-all:hover {
  background: #274d44;
  transform: translateY(-2px);
}
.brand-logo-all span {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .brand-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 10px;
  }
  .brand-logo-item img {
    height: 82px;
  }
}
@media (max-width: 650px) {
  .brands-logo-section {
    padding: 46px 0 42px;
  }
  .brands-logo-heading {
    margin-bottom: 24px;
  }
  .brands-logo-heading h2 {
    font-size: 25px;
  }
  .brands-logo-heading p {
    font-size: 12px;
    padding: 0 12px;
  }
  .brand-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 8px;
  }
  .brand-logo-item {
    padding: 10px 6px;
  }
  .brand-logo-item img {
    height: 74px;
  }
  .brand-logo-item strong {
    font-size: 13px;
  }
  .brand-logo-item small {
    font-size: 11px;
  }
  .brand-logo-dots {
    margin-top: 18px;
  }
}

/* =========================================================
   RAYEHEH — GENDER BANNERS + LUXURY GOLD THEME
   2026-09 visual polish
========================================================= */
:root {
  --rayeheh-gold: #b8872e;
  --rayeheh-gold-deep: #8b6118;
  --rayeheh-gold-soft: #d8b66c;
  --rayeheh-ink: #26221d;
  --rayeheh-cream: #fbf8f1;
}

/* Golden luxury accent system */
.section-heading > div > span,
.gender-heading small,
.brands-logo-heading > span,
.product-card-body .brand {
  color: var(--rayeheh-gold-deep) !important;
}

.product-card-body .price,
.product-card .price,
.product-price-area > strong,
.cart-item-price strong {
  color: var(--rayeheh-gold-deep) !important;
}

.product-card-body button,
.product-card-body .product-link,
.product-card .add-to-cart,
.brand-logo-all {
  background: linear-gradient(180deg, #cda247 0%, #a8751f 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 8px 20px rgba(168, 117, 31, 0.16);
}
.product-card-body button:hover,
.product-card-body .product-link:hover,
.product-card .add-to-cart:hover,
.brand-logo-all:hover {
  background: linear-gradient(180deg, #d5ae57 0%, #946416 100%) !important;
}

.brands-logo-heading h2 {
  color: var(--rayeheh-ink) !important;
}
.brands-logo-heading h2::after {
  background: var(--rayeheh-gold) !important;
}
.brand-logo-dots i.active {
  background: var(--rayeheh-gold) !important;
}

/* Men / Women editorial art */
.gender-layout {
  grid-template-columns: 380px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: stretch;
}
.gender-banner {
  min-height: 540px !important;
  padding: 28px !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(184, 135, 46, 0.18);
  border-radius: 18px !important;
  box-shadow: 0 20px 46px rgba(51, 39, 21, 0.12);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.gender-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(51, 39, 21, 0.17);
}
.men-banner {
  background-image: url("images/gender/men-banner.webp") !important;
  background-position: 50% 35% !important;
}
.women-banner {
  background-image: url("images/gender/women-banner.webp") !important;
  background-position: 50% 34% !important;
}
.gender-banner::after {
  display: block !important;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(20, 15, 10, 0.02) 32%,
    rgba(20, 15, 10, 0.18) 62%,
    rgba(20, 15, 10, 0.88) 100%
  ) !important;
}
.women-banner::after {
  background: linear-gradient(
    180deg,
    rgba(66, 34, 26, 0.01) 30%,
    rgba(66, 34, 26, 0.12) 58%,
    rgba(57, 27, 20, 0.82) 100%
  ) !important;
}
.gender-banner > h3,
.gender-banner > p,
.gender-banner > span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
}
.gender-banner > h3 {
  margin: 0;
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1.55;
  font-weight: 800;
}
.gender-banner > p {
  max-width: 290px;
  margin: 8px 0 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px !important;
  line-height: 1.9;
}
.gender-banner > span {
  width: max-content;
  max-width: 100%;
  margin-top: 18px !important;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(203, 158, 62, 0.96),
    rgba(155, 104, 24, 0.96)
  );
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(35, 24, 10, 0.18);
  backdrop-filter: blur(4px);
}

/* Refined section rhythm */
.special-section {
  background: linear-gradient(180deg, #fcfaf6 0%, #f8f3ea 100%) !important;
}
.section-heading h2 {
  color: var(--rayeheh-ink) !important;
}
.section-heading > a {
  color: var(--rayeheh-gold-deep) !important;
}

@media (max-width: 1100px) {
  .gender-layout {
    grid-template-columns: 320px minmax(0, 1fr) !important;
  }
  .gender-banner {
    min-height: 500px !important;
  }
}
@media (max-width: 760px) {
  .gender-layout {
    grid-template-columns: 1fr !important;
  }
  .gender-banner {
    min-height: 430px !important;
  }
  .gender-banner > h3 {
    font-size: 27px !important;
  }
}
@media (max-width: 480px) {
  .gender-banner {
    min-height: 380px !important;
    padding: 22px !important;
  }
  .gender-banner > h3 {
    font-size: 24px !important;
  }
  .gender-banner > p {
    font-size: 11px !important;
  }
}

/* =========================================================
   Gender banner proportion fix — horizontal editorial banners
   ========================================================= */
@media (min-width: 1100px) {
  .gender-layout {
    grid-template-columns: minmax(500px, 1.15fr) minmax(0, 1.85fr) !important;
    gap: 22px !important;
    align-items: stretch !important;
  }

  .gender-banner {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 1.38 / 1 !important;
    align-self: stretch !important;
    padding: 34px !important;
    border-radius: 18px !important;
    background-size: cover !important;
  }

  .men-banner {
    background-position: 50% 38% !important;
  }

  .women-banner {
    background-position: 50% 38% !important;
  }

  .gender-products {
    align-items: stretch !important;
  }

  .gender-products .product-card {
    height: 100% !important;
  }
}

@media (min-width: 760px) and (max-width: 1099px) {
  .gender-layout {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .gender-banner {
    width: 100% !important;
    min-height: 360px !important;
    aspect-ratio: auto !important;
    background-position: 50% 38% !important;
  }

  .gender-products {
    order: 2;
  }
}

@media (max-width: 759px) {
  .gender-layout {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .gender-banner {
    width: 100% !important;
    min-height: 390px !important;
    aspect-ratio: auto !important;
    padding: 24px !important;
    background-position: 50% 34% !important;
  }

  .gender-banner > h3 {
    font-size: 27px !important;
  }
}

/* =========================================================
   Gender banners — NO ZOOM / full portrait visible
   The source artwork is portrait (800x900). Instead of cover,
   render it as a real <img> with object-fit:contain so it can
   never be cropped or zoomed.
   ========================================================= */
.gender-banner {
  background-image: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(190px, 0.9fr) !important;
  direction: ltr !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  background: #17130f !important;
}
.women-banner {
  background: #d9ad92 !important;
}
.gender-banner::after {
  display: none !important;
}
.gender-banner-photo {
  grid-column: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  display: block !important;
  background: transparent !important;
  transform: none !important;
  filter: none !important;
}
.gender-banner:hover .gender-banner-photo {
  transform: none !important;
}
.gender-banner-copy {
  grid-column: 2 !important;
  direction: rtl !important;
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding: 28px 24px !important;
  text-align: right !important;
}
.men-banner .gender-banner-copy {
  background: linear-gradient(
    90deg,
    rgba(23, 19, 15, 0.92) 0%,
    #2b2118 100%
  ) !important;
}
.women-banner .gender-banner-copy {
  background: linear-gradient(
    90deg,
    rgba(204, 151, 123, 0.96) 0%,
    #e7c0aa 100%
  ) !important;
}
.gender-banner-copy h3,
.gender-banner-copy p,
.gender-banner-copy span {
  position: relative !important;
  z-index: 2 !important;
}
.gender-banner-copy h3 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(22px, 2vw, 32px) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  text-shadow: none !important;
}
.gender-banner-copy p {
  margin: 8px 0 0 !important;
  max-width: 260px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 12px !important;
  line-height: 1.9 !important;
  text-shadow: none !important;
}
.gender-banner-copy span {
  width: max-content !important;
  max-width: 100% !important;
  margin-top: 18px !important;
  padding: 10px 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #d2a33b 0%, #a56e16 100%) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(35, 24, 10, 0.18) !important;
  text-shadow: none !important;
}

@media (min-width: 1100px) {
  .gender-layout {
    grid-template-columns: minmax(520px, 1.35fr) minmax(0, 1.65fr) !important;
    gap: 22px !important;
  }
  .gender-banner {
    aspect-ratio: 16 / 10 !important;
  }
}

@media (min-width: 760px) and (max-width: 1099px) {
  .gender-banner {
    width: 100% !important;
    aspect-ratio: 16 / 8.5 !important;
  }
}

@media (max-width: 759px) {
  .gender-banner {
    grid-template-columns: 1fr !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
  }
  .gender-banner-photo {
    grid-column: 1 !important;
    height: auto !important;
    max-height: 520px !important;
    object-fit: contain !important;
  }
  .gender-banner-copy {
    grid-column: 1 !important;
    padding: 22px !important;
  }
}

/* =========================================================
   RAYEHEH — FINAL GENDER SECTION OVERLAP FIX
   Keeps banner and product cards in completely separate grid columns.
   ========================================================= */

@media (min-width: 1100px) {
  .gender-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.72fr) minmax(390px, 0.98fr) !important;
    gap: 28px !important;
    align-items: stretch !important;
    direction: ltr !important;
    overflow: visible !important;
  }

  /* Products always stay on the left */
  .gender-products,
  #menProducts,
  #womenProducts {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
    direction: rtl !important;
    overflow: visible !important;
  }

  /* Banner always stays on the right */
  .gender-banner {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    align-self: stretch !important;
    position: relative !important;
    overflow: hidden !important;
    direction: rtl !important;
    box-sizing: border-box !important;
  }

  .gender-products .product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .gender-products .product-card:hover {
    transform: translateY(-4px) !important;
  }

  .gender-products .product-card-image,
  .gender-products .product-card-body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .gender-banner-photo {
    max-width: 100% !important;
  }
}

/* Tablet: stack banner and products so no element can cross into the other */
@media (min-width: 760px) and (max-width: 1099px) {
  .gender-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    direction: rtl !important;
  }

  .gender-banner {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .gender-products,
  #menProducts,
  #womenProducts {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .gender-products .product-card {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

/* Mobile */
@media (max-width: 759px) {
  .gender-layout {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    direction: rtl !important;
  }

  .gender-banner,
  .gender-products,
  #menProducts,
  #womenProducts {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .gender-banner {
    overflow: hidden !important;
  }

  .gender-products,
  #menProducts,
  #womenProducts {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .gender-products .product-card {
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .gender-products,
  #menProducts,
  #womenProducts {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   RAYEHEH — BRAND CAROUSEL REFERENCE MATCH v2
   Real brand artwork + Persian/English names + dot pagination
========================================================= */
.brands-logo-section {
  padding: 58px 0 48px !important;
  background: #fff !important;
}
.brands-logo-wrap {
  max-width: 1480px !important;
}
.brands-logo-heading {
  max-width: 780px !important;
  margin: 0 auto 32px !important;
  text-align: center !important;
}
.brands-logo-heading > span {
  display: inline-block !important;
  color: #b58a43 !important;
  font-size: 13px !important;
  letter-spacing: 0.28em !important;
}
.brands-logo-heading > span::after {
  content: "" !important;
  display: block !important;
  width: 118px !important;
  height: 1px !important;
  margin: 10px auto 0 !important;
  background: linear-gradient(
    90deg,
    transparent,
    #b58a43,
    transparent
  ) !important;
}
.brands-logo-heading h2 {
  margin: 17px 0 8px !important;
  font-size: clamp(28px, 2.7vw, 38px) !important;
}
.brands-logo-heading p {
  margin: 0 auto !important;
  color: #77716a !important;
  font-size: 16px !important;
}
.brand-carousel-shell {
  position: relative !important;
  padding: 0 54px !important;
}
.brand-logo-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 18px !important;
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  padding: 6px 2px 8px !important;
}
.brand-logo-grid::-webkit-scrollbar {
  display: none !important;
}
.brand-logo-item {
  flex: 0 0 150px !important;
  min-width: 150px !important;
  min-height: 160px !important;
  padding: 4px 6px 10px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  scroll-snap-align: start !important;
  text-decoration: none !important;
}
.brand-logo-item:hover {
  transform: translateY(-2px) !important;
  box-shadow: none !important;
}
.brand-logo-visual {
  width: 100% !important;
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}
.brand-logo-item img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 132px !important;
  max-height: 82px !important;
  object-fit: contain !important;
  margin: 0 !important;
  filter: grayscale(1) contrast(1.15) !important;
  opacity: 0.98 !important;
}
.brand-logo-item strong {
  margin: 0 !important;
  color: #221e19 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
}
.brand-logo-item small {
  margin-top: 1px !important;
  color: #7b7670 !important;
  font-size: 11px !important;
  direction: ltr !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.brand-scroll-btn {
  position: absolute !important;
  top: 48% !important;
  z-index: 6 !important;
  width: 40px !important;
  height: 40px !important;
  display: grid !important;
  place-items: center !important;
  transform: translateY(-50%) !important;
  border: 1px solid #ece6dd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #1d1a16 !important;
  font-size: 27px !important;
  box-shadow: 0 7px 22px rgba(28, 22, 15, 0.08) !important;
}
.brand-scroll-btn--prev {
  left: 2px !important;
}
.brand-scroll-btn--next {
  right: 2px !important;
}
.brand-carousel-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin: 15px auto 0 !important;
}
.brand-carousel-dot {
  width: 7px !important;
  height: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #dfdcd6 !important;
}
.brand-carousel-dot.active {
  width: 24px !important;
  border-radius: 999px !important;
  background: #bd9653 !important;
}
.brand-logo-all {
  margin-top: 21px !important;
}
@media (max-width: 700px) {
  .brands-logo-section {
    padding: 44px 0 40px !important;
  }
  .brand-carousel-shell {
    padding: 0 38px !important;
  }
  .brand-logo-grid {
    gap: 12px !important;
  }
  .brand-logo-item {
    flex-basis: 128px !important;
    min-width: 128px !important;
    min-height: 145px !important;
  }
  .brand-logo-visual {
    height: 78px !important;
  }
  .brand-logo-item img {
    max-width: 112px !important;
    max-height: 70px !important;
  }
  .brand-scroll-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 22px !important;
  }
}

/* =========================================================
   RAYEHEH — FINAL BRAND LOGOS + ARROW DIRECTION FIX
   ========================================================= */

.brand-scroll-btn {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

.brand-arrow-icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  pointer-events: none !important;
}

.brand-scroll-btn--prev .brand-arrow-icon,
.brand-scroll-btn--next .brand-arrow-icon {
  transform: none !important;
}

/* Keep real brand icons visually consistent in the carousel */
.brand-logo-visual {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.brand-logo-item img {
  background: #fff !important;
}

/* High-resolution site marks used for brands that previously showed letter placeholders */
.brand-logo-item img[src*="google.com/s2/favicons"] {
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  max-height: 70px !important;
  object-fit: contain !important;
  padding: 8px !important;
  border: 1px solid #24211d !important;
  border-radius: 50% !important;
  filter: grayscale(1) contrast(1.12) !important;
  box-sizing: border-box !important;
}

/* Ensure the two physical arrow buttons stay exactly where expected */
.brand-scroll-btn--prev {
  left: 2px !important;
  right: auto !important;
}

.brand-scroll-btn--next {
  right: 2px !important;
  left: auto !important;
}

@media (max-width: 700px) {
  .brand-arrow-icon {
    width: 15px !important;
    height: 15px !important;
  }

  .brand-logo-item img[src*="google.com/s2/favicons"] {
    width: 62px !important;
    height: 62px !important;
    max-width: 62px !important;
    max-height: 62px !important;
  }
}

/* =========================================================
   RAYEHEH — REAL BRAND LOGOS FINAL
   Full brand artwork; no generic initials / favicon circles.
   ========================================================= */

.brand-logo-item img[data-real-brand-logo="true"] {
  width: auto !important;
  height: auto !important;
  max-width: 132px !important;
  max-height: 82px !important;
  padding: 0 !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  object-fit: contain !important;
  filter: grayscale(1) contrast(1.08) !important;
  mix-blend-mode: multiply !important;
  box-shadow: none !important;
}

.brand-logo-item:hover img[data-real-brand-logo="true"] {
  transform: scale(1.035) !important;
}

/* Explicitly neutralize the old favicon-circle rule from the prior build */
.brand-logo-item img[src*="google.com/s2/favicons"] {
  width: auto !important;
  height: auto !important;
  max-width: 132px !important;
  max-height: 82px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Physical arrow direction — never mirrored by RTL */
.brand-scroll-btn {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}
.brand-scroll-btn--prev {
  left: 2px !important;
  right: auto !important;
}
.brand-scroll-btn--next {
  right: 2px !important;
  left: auto !important;
}
.brand-arrow-icon {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .brand-logo-item img[data-real-brand-logo="true"] {
    max-width: 112px !important;
    max-height: 70px !important;
  }
}

/* =========================================================
   RAYEHEH — ADVANCED HOME PERFUME FINDER
   ========================================================= */
.finder-section {
  padding: 58px 0 64px !important;
  background: #fff !important;
}
.finder-box--advanced {
  min-height: 330px !important;
  padding: 46px 52px !important;
  display: grid !important;
  grid-template-columns: minmax(330px, 0.85fr) minmax(520px, 1.15fr) !important;
  gap: 58px !important;
  align-items: center !important;
  border: 1px solid rgba(183, 138, 54, 0.22) !important;
  border-radius: 20px !important;
  background:
    radial-gradient(
      circle at 92% 20%,
      rgba(196, 155, 82, 0.13),
      transparent 31%
    ),
    linear-gradient(135deg, #fff 0%, #fcfaf6 58%, #f4efe6 100%) !important;
  box-shadow: 0 18px 48px rgba(49, 37, 18, 0.07) !important;
  overflow: hidden !important;
}
.finder-box--advanced::before {
  opacity: 0.55 !important;
}
.finder-copy {
  position: relative !important;
  z-index: 2 !important;
  text-align: right !important;
}
.finder-copy > span {
  display: inline-block !important;
  margin-bottom: 12px !important;
  color: #b48738 !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  direction: ltr !important;
}
.finder-copy h2 {
  margin: 0 0 11px !important;
  color: #211d18 !important;
  font-size: clamp(27px, 2.5vw, 38px) !important;
  line-height: 1.5 !important;
}
.finder-copy p {
  max-width: 480px !important;
  margin: 0 !important;
  color: #817970 !important;
  font-size: 13px !important;
  line-height: 2 !important;
}
.finder-hint {
  margin-top: 24px !important;
  padding: 12px 15px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: max-content !important;
  max-width: 100% !important;
  border-right: 2px solid #bd9147 !important;
  background: rgba(255, 255, 255, 0.58) !important;
}
.finder-hint b {
  font-size: 11px !important;
  color: #9c6d20 !important;
  white-space: nowrap !important;
}
.finder-hint small {
  font-size: 10px !important;
  color: #8a837a !important;
}
.finder-fields--advanced {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 22px !important;
  border: 1px solid rgba(48, 39, 27, 0.08) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 14px 35px rgba(44, 34, 20, 0.06) !important;
  backdrop-filter: blur(8px) !important;
}
.finder-fields--advanced label {
  min-width: 0 !important;
  padding: 10px 13px 8px !important;
  display: block !important;
  border: 1px solid #e9e4dc !important;
  border-radius: 10px !important;
  background: #fff !important;
}
.finder-fields--advanced label:focus-within {
  border-color: #c49a52 !important;
  box-shadow: 0 0 0 3px rgba(183, 138, 54, 0.08) !important;
}
.finder-fields--advanced label small {
  display: block !important;
  margin: 0 0 3px !important;
  color: #9a9187 !important;
  font-size: 18px !important;
}
.finder-fields--advanced select {
  width: 100% !important;
  height: 30px !important;
  padding: 0 0 0 24px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #29241e !important;
  font-family: inherit !important;
  font-size: 11px !important;
  cursor: pointer !important;
}
.finder-fields--advanced .finder-button {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 2px 0 0 !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #d1a33e 0%, #a96f13 100%) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(161, 108, 21, 0.2) !important;
  cursor: pointer !important;
}
.finder-fields--advanced .finder-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 13px 28px rgba(161, 108, 21, 0.26) !important;
}
.finder-fields--advanced .finder-button b {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.finder-reset {
  grid-column: 1 / -1 !important;
  width: max-content !important;
  margin: 0 auto !important;
  padding: 3px 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: #9a9187 !important;
  font-family: inherit !important;
  font-size: 9px !important;
  cursor: pointer !important;
}
.finder-reset:hover {
  color: #9b6d20 !important;
}

@media (max-width: 1000px) {
  .finder-box--advanced {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 38px !important;
  }
  .finder-copy {
    text-align: center !important;
  }
  .finder-copy p {
    margin-inline: auto !important;
  }
  .finder-hint {
    margin: 20px auto 0 !important;
  }
}
@media (max-width: 620px) {
  .finder-section {
    padding: 38px 0 44px !important;
  }
  .finder-box--advanced {
    padding: 28px 18px !important;
    border-radius: 16px !important;
  }
  .finder-fields--advanced {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
    gap: 10px !important;
  }
  .finder-copy h2 {
    font-size: 27px !important;
  }
  .finder-hint {
    display: none !important;
  }
}

/* =========================================================
   RAYEHEH — PERFUME FINDER VISUAL UPGRADE V2
   Larger labels, stronger typography, luxury gold controls.
========================================================= */

.perfume-finder,
.perfume-finder-section,
.finder-section {
  position: relative !important;
}

/* Main finder card */
.perfume-finder-card,
.finder-card,
.perfume-finder-inner {
  border: 1px solid rgba(183, 138, 54, 0.22) !important;
  border-radius: 22px !important;
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(212, 171, 93, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #fffdfa 0%, #fbf8f2 56%, #f2ede3 100%) !important;
  box-shadow: 0 18px 48px rgba(74, 55, 25, 0.07) !important;
}

/* Finder title area */
.perfume-finder h2,
.finder-card h2,
.perfume-finder-title {
  color: #201c17 !important;
  font-size: clamp(28px, 2.55vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.035em !important;
}

.perfume-finder p,
.finder-card > p,
.perfume-finder-description {
  color: #756e64 !important;
  font-size: 13px !important;
  line-height: 2 !important;
}

.perfume-finder .eyebrow,
.finder-eyebrow,
.perfume-finder-kicker {
  color: #b18436 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
}

/* Every field becomes a more deliberate UI control */
.perfume-finder .finder-field,
.finder-field,
.perfume-finder .filter-field {
  position: relative !important;
  min-height: 76px !important;
  padding: 12px 16px 10px !important;
  border: 1px solid #e8e0d4 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 7px 22px rgba(54, 42, 24, 0.045) !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.perfume-finder .finder-field:hover,
.finder-field:hover,
.perfume-finder .filter-field:hover {
  border-color: rgba(183, 138, 54, 0.52) !important;
  box-shadow: 0 9px 26px rgba(98, 72, 28, 0.08) !important;
  transform: translateY(-1px) !important;
}

/* IMPORTANT: labels such as فصل / نوع رایحه / موقعیت استفاده / جنسیت */
.perfume-finder label,
.finder-field label,
.perfume-finder .field-label,
.finder-label {
  display: block !important;
  margin: 0 0 5px !important;
  color: #9b7a3f !important;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 36px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

/* Selected value */
.perfume-finder select,
.finder-field select,
.perfume-finder .finder-select {
  width: 100% !important;
  min-height: 31px !important;
  padding: 0 0 0 30px !important;
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent !important;
  color: #25211c !important;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.7 !important;
  cursor: pointer !important;
}

/* Gold focus treatment */
.perfume-finder .finder-field:focus-within,
.finder-field:focus-within,
.perfume-finder .filter-field:focus-within {
  border-color: #b98b38 !important;
  box-shadow:
    0 0 0 3px rgba(185, 139, 56, 0.1),
    0 10px 28px rgba(80, 57, 20, 0.08) !important;
}

/* Primary finder CTA */
.perfume-finder button[type="submit"],
.perfume-finder .finder-submit,
.finder-submit,
#perfumeFinderSubmit {
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: linear-gradient(180deg, #d4a43e 0%, #b77b17 100%) !important;
  color: #fff !important;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  box-shadow: 0 9px 22px rgba(173, 116, 20, 0.22) !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}

.perfume-finder button[type="submit"]:hover,
.perfume-finder .finder-submit:hover,
.finder-submit:hover,
#perfumeFinderSubmit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(173, 116, 20, 0.28) !important;
}

/* Secondary/reset action */
.perfume-finder .finder-reset,
.finder-reset,
#perfumeFinderReset {
  color: #8b8173 !important;
  font-size: 11px !important;
  font-weight: 650 !important;
}

/* Desktop spacing */
@media (min-width: 900px) {
  .perfume-finder-card,
  .finder-card,
  .perfume-finder-inner {
    padding: 38px 42px !important;
  }

  .perfume-finder .finder-fields,
  .finder-fields,
  .perfume-finder .finder-controls {
    gap: 13px !important;
  }
}

/* Tablet/mobile keeps the larger typography without becoming bulky */
@media (max-width: 899px) {
  .perfume-finder-card,
  .finder-card,
  .perfume-finder-inner {
    border-radius: 18px !important;
  }

  .perfume-finder label,
  .finder-field label,
  .perfume-finder .field-label,
  .finder-label {
    font-size: 13px !important;
  }

  .perfume-finder select,
  .finder-field select,
  .perfume-finder .finder-select {
    font-size: 14px !important;
  }
}

@media (max-width: 560px) {
  .perfume-finder .finder-field,
  .finder-field,
  .perfume-finder .filter-field {
    min-height: 72px !important;
    padding: 11px 14px 9px !important;
  }

  .perfume-finder h2,
  .finder-card h2,
  .perfume-finder-title {
    font-size: 27px !important;
  }
}

/* =========================================================
   RAYEHEH — PERFUME FINDER LARGE TYPOGRAPHY FINAL
   Approved larger type treatment for all four filters.
========================================================= */

/* Field labels: فصل / نوع رایحه / موقعیت استفاده / جنسیت */
.perfume-finder label,
.finder-field label,
.perfume-finder .field-label,
.finder-label {
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  color: #81786c !important;
  margin-bottom: 7px !important;
}

/* Selected values: همه فصل‌ها / همه رایحه‌ها / ... */
.perfume-finder select,
.finder-field select,
.perfume-finder .finder-select {
  min-height: 38px !important;
  font-family: "Vazirmatn", Tahoma, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
  color: #211e1a !important;
}

/* Give the larger typography enough breathing room */
.perfume-finder .finder-field,
.finder-field,
.perfume-finder .filter-field {
  min-height: 94px !important;
  padding: 15px 18px 13px !important;
}

/* Main gold button */
.perfume-finder button[type="submit"],
.perfume-finder .finder-submit,
.finder-submit,
#perfumeFinderSubmit {
  min-height: 58px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

/* Reset text */
.perfume-finder .finder-reset,
.finder-reset,
#perfumeFinderReset {
  font-size: 14px !important;
  font-weight: 700 !important;
}

/* Keep mobile comfortable rather than oversized */
@media (max-width: 899px) {
  .perfume-finder label,
  .finder-field label,
  .perfume-finder .field-label,
  .finder-label {
    font-size: 15px !important;
  }

  .perfume-finder select,
  .finder-field select,
  .perfume-finder .finder-select {
    font-size: 17px !important;
  }

  .perfume-finder .finder-field,
  .finder-field,
  .perfume-finder .filter-field {
    min-height: 86px !important;
  }

  .perfume-finder button[type="submit"],
  .perfume-finder .finder-submit,
  .finder-submit,
  #perfumeFinderSubmit {
    font-size: 16px !important;
  }
}

@media (max-width: 560px) {
  .perfume-finder label,
  .finder-field label,
  .perfume-finder .field-label,
  .finder-label {
    font-size: 14px !important;
  }

  .perfume-finder select,
  .finder-field select,
  .perfume-finder .finder-select {
    font-size: 16px !important;
  }
}

/* =========================================================
   RAYEHEH — LIGHT CHAMPAGNE GOLD VISUAL SYSTEM
   Visual-only upgrade. No layout / logic / content changes.
   Selected/active accent: #B58A3A
========================================================= */

:root {
  --rh-champagne: #dcc9a5;
  --rh-champagne-light: #e8d7b7;
  --rh-champagne-highlight: #f4ead8;
  --rh-champagne-active: #b58a3a;

  --rh-ivory: #fdf9f2;
  --rh-ivory-soft: #faf7f0;
  --rh-surface: #ffffff;

  --rh-border: #e8e2d8;
  --rh-border-champagne: rgba(220, 201, 165, 0.62);

  --rh-text: #202020;
  --rh-text-secondary: #6b5e4a;
  --rh-muted: #a89c8d;

  --rh-shadow-soft: 0 6px 24px rgba(107, 94, 74, 0.08);
  --rh-shadow-hover: 0 10px 28px rgba(107, 94, 74, 0.11);
  --rh-transition: 250ms ease;
}

/* ---------- Base visual tone ---------- */
html,
body {
  background: #fff !important;
  color: var(--rh-text) !important;
}

body {
  accent-color: var(--rh-champagne-active) !important;
}

::selection {
  background: rgba(181, 138, 58, 0.2) !important;
  color: var(--rh-text) !important;
}

/* ---------- Header / Nav ---------- */
.header-top,
.header-nav-wrap {
  background: rgba(255, 255, 255, 0.97) !important;
  border-color: var(--rh-border) !important;
}

.header-nav-wrap {
  box-shadow: 0 5px 20px rgba(107, 94, 74, 0.035) !important;
}

.header-action,
.header-search button,
.nav-link,
.header-nav a {
  transition:
    color var(--rh-transition),
    background-color var(--rh-transition),
    border-color var(--rh-transition),
    box-shadow var(--rh-transition) !important;
}

.header-action:hover,
.header-search button:hover,
.header-nav a:hover,
.nav-link:hover {
  color: var(--rh-champagne-active) !important;
}

.header-search {
  background: #fff !important;
  border-color: var(--rh-border) !important;
  box-shadow: none !important;
  transition:
    border-color var(--rh-transition),
    box-shadow var(--rh-transition) !important;
}

.header-search:hover {
  border-color: var(--rh-champagne-light) !important;
}

.header-search:focus-within {
  border-color: var(--rh-champagne) !important;
  box-shadow: 0 0 0 3px rgba(220, 201, 165, 0.12) !important;
}

.header-search input {
  background: transparent !important;
  color: var(--rh-text) !important;
}

.header-search input::placeholder {
  color: var(--rh-muted) !important;
}

/* ---------- Generic buttons ---------- */
button,
.btn,
[class*="button"],
[class*="btn-"] {
  transition:
    color var(--rh-transition),
    background-color var(--rh-transition),
    border-color var(--rh-transition),
    box-shadow var(--rh-transition),
    opacity var(--rh-transition) !important;
}

button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 2px solid rgba(181, 138, 58, 0.48) !important;
  outline-offset: 2px !important;
}

/* ---------- Primary gold buttons ---------- */
.product-card .add-to-cart,
.footer-newsletter button,
.newsletter-form button,
.checkout-button,
.cart-checkout,
.primary-button,
.btn-primary,
.perfume-finder button[type="submit"],
.perfume-finder .finder-submit,
.finder-submit,
#perfumeFinderSubmit {
  background: linear-gradient(
    135deg,
    var(--rh-champagne-light),
    var(--rh-champagne)
  ) !important;
  color: #3a3026 !important;
  border-color: rgba(181, 138, 58, 0.18) !important;
  box-shadow: 0 7px 18px rgba(107, 94, 74, 0.1) !important;
}

.product-card .add-to-cart:hover,
.footer-newsletter button:hover,
.newsletter-form button:hover,
.checkout-button:hover,
.cart-checkout:hover,
.primary-button:hover,
.btn-primary:hover,
.perfume-finder button[type="submit"]:hover,
.perfume-finder .finder-submit:hover,
.finder-submit:hover,
#perfumeFinderSubmit:hover {
  background: linear-gradient(135deg, #e3cfab, #cdb58a) !important;
  color: #30271f !important;
  box-shadow: 0 9px 22px rgba(107, 94, 74, 0.13) !important;
}

/* ---------- Product cards ---------- */
.product-card {
  background: #fff !important;
  border-color: var(--rh-border) !important;
  box-shadow: 0 5px 18px rgba(107, 94, 74, 0.045) !important;
  transition:
    border-color var(--rh-transition),
    box-shadow var(--rh-transition) !important;
}

.product-card:hover {
  border-color: var(--rh-champagne) !important;
  box-shadow: var(--rh-shadow-hover) !important;
}

.product-card .price,
.product-card-body .price {
  color: var(--rh-champagne-active) !important;
}

.product-card .brand,
.product-card-body .brand,
.product-card-body > span {
  color: var(--rh-muted) !important;
}

.product-card .wishlist-button {
  background: rgba(253, 249, 242, 0.96) !important;
  border-color: rgba(220, 201, 165, 0.44) !important;
  color: var(--rh-text) !important;
}

.product-card .wishlist-button:hover,
.product-card .wishlist-button.active,
.product-card .wishlist-button.is-active {
  color: var(--rh-champagne-active) !important;
  border-color: var(--rh-champagne) !important;
  background: var(--rh-champagne-highlight) !important;
  box-shadow: 0 5px 16px rgba(107, 94, 74, 0.08) !important;
}

.product-card .discount,
.product-card .product-discount,
.product-card [class*="discount"] {
  background: var(--rh-champagne-highlight) !important;
  color: #6b5230 !important;
  border-color: rgba(181, 138, 58, 0.18) !important;
}

/* ---------- Services / benefits ---------- */
.service-card {
  background: #fff !important;
  border-color: var(--rh-border) !important;
  box-shadow: none !important;
  transition:
    border-color var(--rh-transition),
    box-shadow var(--rh-transition) !important;
}

.service-card:hover {
  border-color: var(--rh-champagne-light) !important;
  box-shadow: var(--rh-shadow-soft) !important;
}

.service-icon {
  background: linear-gradient(
    145deg,
    var(--rh-ivory),
    var(--rh-champagne-highlight)
  ) !important;
  border: 1px solid var(--rh-champagne-light) !important;
  color: var(--rh-champagne-active) !important;
  box-shadow: 0 6px 20px rgba(107, 94, 74, 0.06) !important;
}

.service-icon svg {
  color: var(--rh-champagne-active) !important;
  stroke: currentColor !important;
}

/* ---------- Section accents ---------- */
.section-heading small,
.section-title small,
.section-kicker,
.eyebrow {
  color: var(--rh-champagne-active) !important;
}

.section-heading h2,
.section-title h2 {
  color: var(--rh-text) !important;
}

.section-heading p,
.section-title p {
  color: var(--rh-text-secondary) !important;
}

/* ---------- Brand carousel ---------- */
.brands-section {
  background: #fff !important;
}

.brand-logo-item {
  color: var(--rh-text) !important;
}

.brand-logo-item:hover {
  color: var(--rh-champagne-active) !important;
}

.brand-scroll-btn {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: var(--rh-border) !important;
  color: var(--rh-text) !important;
  box-shadow: 0 5px 16px rgba(107, 94, 74, 0.07) !important;
}

.brand-scroll-btn:hover {
  color: var(--rh-champagne-active) !important;
  border-color: var(--rh-champagne-light) !important;
  background: var(--rh-ivory) !important;
}

.brand-carousel-dot,
.brand-dot,
.carousel-dot {
  background: #e2ddd4 !important;
}

.brand-carousel-dot.active,
.brand-carousel-dot.is-active,
.brand-dot.active,
.brand-dot.is-active,
.carousel-dot.active,
.carousel-dot.is-active {
  background: var(--rh-champagne-active) !important;
  border-color: var(--rh-champagne-active) !important;
}

/* ---------- Gender banners ---------- */
.gender-banner {
  border-color: var(--rh-bor) !important;
  box-shadow: 0 6px 22px rgba(107, 94, 74, 0.055) !important;
}

.gender-banner span {
  color: var(--rh-champagne-) !important;
}

/* ---------- Perfume finder ---------- */
.perfume-finder-card,
.finder-card,
.perfume-finder-inner {
  border-color: rgba(220, 201, 165, 0.48) !important;
  background:
    radial-gradient(
      circle at 10% 16%,
      rgba(244, 234, 216, 0.5),
      transparent 31%
    ),
    linear-gradient(135deg, #ffffff 0%, var(--rh-ivory) 68%, #faf6ee 100%) !important;
  box-shadow: var(--rh-shadow-soft) !important;
}

.perfume-finder .finder-field,
.finder-field,
.perfume-finder .filter-field {
  background: rgba(255, 255, 255, 0.93) !important;
  border-color: var(--rh-border) !important;
  box-shadow: 0 5px 16px rgba(107, 94, 74, 0.035) !important;
}

.perfume-finder .finder-field:hover,
.finder-field:hover,
.perfume-finder .filter-field:hover {
  border-color: var(--rh-champagne-light) !important;
  box-shadow: 0 7px 20px rgba(107, 94, 74, 0.065) !important;
}

.perfume-finder .finder-field:focus-within,
.finder-field:focus-within,
.perfume-finder .filter-field:focus-within {
  border-color: var(--rh-champagne-active) !important;
  box-shadow:
    0 0 0 3px rgba(181, 138, 58, 0.1),
    0 8px 22px rgba(107, 94, 74, 0.07) !important;
}

.perfume-finder label,
.finder-field label,
.perfume-finder .field-label,
.finder-label {
  color: var(--rh-text-secondary) !important;
}

/* IMPORTANT: selected/current filter value uses requested champagne gold */
.perfume-finder select:focus,
.finder-field select:focus,
.perfume-finder .finder-select:focus {
  color: var(--rh-champagne-active) !important;
}

/* Native selected option where browser supports option styling */
.perfume-finder select option:checked,
.finder-field select option:checked,
.perfume-finder .finder-select option:checked {
  color: #fff !important;
  background: var(--rh-champagne-active) !important;
}

/* Any custom selected/active states inside current UI */
.is-selected,
.selected,
.active-option,
.option-active,
.filter-active,
[aria-selected="true"],
[aria-current="true"] {
  --selected-accent: var(--rh-champagne-active);
}

/* Scope common active chips/tabs without changing layout */
.filter-chip.active,
.filter-chip.is-active,
.filter-option.active,
.filter-option.is-selected,
.category-chip.active,
.category-chip.is-active,
.tab-button.active,
.tab-button.is-active {
  background: var(--rh-champagne-highlight) !important;
  color: #6a502d !important;
  border-color: var(--rh-champagne-active) !important;
}

/* ---------- Forms ---------- */
input,
select,
textarea {
  border-color: var(--rh-border);
  transition:
    border-color var(--rh-transition),
    box-shadow var(--rh-transition) !important;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--rh-champagne-light);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rh-champagne) !important;
  box-shadow: 0 0 0 3px rgba(220, 201, 165, 0.12) !important;
}

/* ---------- Footer ---------- */
footer,
.site-footer,
.footer {
  border-color: var(--rh-border) !important;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--rh-champagne-active) !important;
}

.footer-newsletter input {
  background: #fff !important;
  border-color: var(--rh-border) !important;
}

.footer-newsletter input:focus {
  border-color: var(--rh-champagne) !important;
  box-shadow: 0 0 0 3px rgba(220, 201, 165, 0.12) !important;
}

/* ---------- Active / selected micro states ---------- */
.pagination .active,
.pagination [aria-current="page"],
.page-dot.active,
.slider-dot.active,
.swiper-pagination-bullet-active {
  background: var(--rh-champagne-active) !important;
  border-color: var(--rh-champagne-active) !important;
}

/* ---------- Scrollbar: subtle, non-layout-affecting ---------- */
* {
  scrollbar-color: var(--rh-champagne) #f4f1eb;
}

/* ---------- Mobile: visual-only safeguards ---------- */
@media (max-width: 899px) {
  .product-card,
  .service-card,
  .perfume-finder-card,
  .finder-card,
  .perfume-finder-inner {
    box-shadow: 0 4px 16px rgba(107, 94, 74, 0.045) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* =========================================================
   RAYEHEH - MOBILE QA FIX V1
   Compact header/navigation + mobile-specific hero treatment.
   Desktop layout remains unchanged.
========================================================= */
@media (max-width: 700px) {
  /* Header: keep identity/actions clear, reduce vertical weight. */
  .header-top .header-container {
    padding: 10px 0 9px;
    row-gap: 9px;
  }

  .site-logo strong {
    font-size: 21px;
    letter-spacing: 4.5px;
  }

  .site-logo span {
    margin-top: 4px;
    font-size: 5.5px;
    letter-spacing: 1.7px;
  }

  .header-actions {
    gap: 5px;
  }

  .header-action {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .header-search {
    height: 40px;
    border-radius: 9px;
  }

  .header-search input {
    padding: 0 12px;
    font-size: 12px;
  }

  .header-search button {
    width: 46px;
    font-size: 20px;
  }

  .header-nav-wrap,
  .header-nav-wrap .header-container {
    min-height: 44px;
  }

  .main-nav {
    padding: 0 10px;
    gap: 2px;
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item > .nav-link {
    min-height: 44px;
    padding: 0 10px;
    font-size: 12px;
  }

  .category-link {
    margin-left: 2px;
    padding: 0 11px !important;
    border-radius: 7px;
  }

  /* Hero: use the photographic side of the desktop artwork on mobile,
     then render real HTML copy/buttons over it so no baked-in text is cropped. */
  .hero-section {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .hero-container {
    width: calc(100% - 24px);
    height: 390px;
    border-radius: 12px;
    background-size: auto 100%;
    background-position: 18% center;
    background-repeat: no-repeat;
    background-color: #66503f;
  }

  .hero-overlay {
    display: block !important;
    background: linear-gradient(
      180deg,
      rgba(14, 11, 8, 0.06) 0%,
      rgba(14, 11, 8, 0.16) 38%,
      rgba(14, 11, 8, 0.82) 100%
    );
  }

  .hero-content {
    display: block !important;
    top: auto;
    right: 20px;
    left: 20px;
    bottom: 22px;
    max-width: none;
    transform: none;
    text-align: right;
  }

  .hero-eyebrow {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 9px;
    letter-spacing: 1.6px;
    color: #f0c97d;
  }

  .hero-content h1 {
    margin: 0;
    font-size: 28px;
    line-height: 1.42;
    letter-spacing: -0.35px;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
  }

  .hero-content p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.8;
  }

  .hero-buttons {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero-primary,
  .hero-secondary {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 11px;
  }

  .hero-brand,
  .hero-art-link {
    display: none !important;
  }

  /* Services: keep the first screen tighter and easier to scan. */
  .services-section {
    padding: 10px 0 18px;
  }

  .service-card {
    min-height: 94px;
    padding: 12px 8px;
    gap: 6px;
  }

  .service-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .service-card strong,
  .service-card h3 {
    font-size: 12px;
  }

  .service-card small,
  .service-card p {
    font-size: 9px;
  }
}

@media (max-width: 430px) {
  .hero-container {
    height: 365px;
    background-position: 15% center;
  }

  .hero-content {
    right: 17px;
    left: 17px;
    bottom: 18px;
  }

  .hero-content h1 {
    font-size: 26px;
  }
}

/* =========================================================
   MOBILE QA V2 — PRODUCT + HEADER
   2026-09-13
========================================================= */

@media (max-width: 700px) {
  /* Keep the primary navigation inside the viewport instead of
     showing a half-cut item at the left edge. */
  .header-nav-wrap {
    overflow: visible;
  }

  .main-nav {
    padding: 0 6px;
    gap: 1px;
    overflow-x: hidden;
    justify-content: flex-start;
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item > .nav-link {
    min-height: 46px;
    padding: 0 7px;
    font-size: 11px;
  }

  .main-nav .category-link {
    min-width: 104px;
    margin-left: 2px;
    padding: 0 9px !important;
    border-radius: 7px;
  }

  /* Secondary pages remain available from the footer on mobile. */
  .main-nav > a[href="about.html"],
  .main-nav > a[href="contact.html"] {
    display: none;
  }

  /* Product page: bring useful information above the fold. */
  .product-page {
    padding: 10px 0 38px;
  }

  .product-page > .container {
    width: calc(100% - 20px);
  }

  .product-breadcrumb {
    min-height: 30px;
    gap: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
  }

  .product-detail {
    margin-top: 4px;
    gap: 18px;
  }

  .product-gallery {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .product-main-image {
    width: 100%;
    height: 300px;
    border-radius: 12px;
  }

  .product-main-image > img {
    width: 80%;
    height: 86%;
    transform: none;
    filter: drop-shadow(0 15px 18px rgba(0, 0, 0, 0.08));
  }

  .product-discount {
    top: 12px;
    right: 12px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .product-favorite {
    top: 11px;
    left: 11px;
    width: 36px;
    height: 36px;
    font-family: Arial, "Segoe UI Symbol", sans-serif;
    font-size: 23px;
    line-height: 1;
  }

  .product-thumbnails {
    order: 2;
    flex-direction: row;
    justify-content: flex-start;
    gap: 7px;
  }

  .product-thumb {
    width: 54px;
    height: 58px;
    padding: 4px;
  }

  .product-info {
    padding-top: 0;
  }

  .product-brand {
    margin-bottom: 2px;
    font-size: 11px;
  }

  .product-info h1 {
    font-size: 25px;
    line-height: 1.45;
  }

  .product-en-name {
    margin-top: 0;
    font-size: 10px;
  }

  .product-rating {
    margin-top: 9px;
    padding-bottom: 11px;
    flex-wrap: wrap;
    row-gap: 4px;
    font-size: 9px;
  }

  .product-description {
    padding: 13px 0;
    font-size: 12px;
    line-height: 1.95;
  }

  .product-option {
    padding: 15px 0;
  }

  .product-buy-box {
    padding: 15px 0;
  }

  .product-content-section {
    margin-top: 32px;
  }
}

@media (max-width: 430px) {
  .header-top .header-container {
    padding: 10px 0;
    gap: 8px;
  }

  .site-logo strong {
    font-size: 21px;
    letter-spacing: 4px;
  }

  .header-action {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .header-search {
    height: 40px;
  }

  .main-nav > .nav-link,
  .main-nav > .nav-item > .nav-link {
    padding: 0 5px;
    font-size: 10.5px;
  }

  .main-nav .category-link {
    min-width: 98px;
    padding: 0 7px !important;
  }

  .product-main-image {
    height: 275px;
  }

  .product-main-image > img {
    width: 78%;
    height: 84%;
  }

  .product-info h1 {
    font-size: 24px;
  }

  .product-buy-row {
    grid-template-columns: 92px 1fr;
  }
}


/* =========================================================
   MOBILE QA V4 — SHOP + MAGAZINE + ARTICLE LINKS
   2026-09-14
========================================================= */

/* Homepage magazine artwork is now a real article link. */
.magazine-card-image-link {
  display: block;
  overflow: hidden;
}

.magazine-card-image-link img {
  display: block;
}

.shop-mobile-controls {
  display: none;
}

@media (max-width: 700px) {
  /* SHOP: show products first; filters open only when requested. */
  .shop-page {
    padding: 20px 0 42px;
  }

  .shop-layout {
    gap: 0;
  }

  .shop-sidebar {
    display: none;
    position: static;
    order: 2;
    margin: 12px 0 20px;
    padding: 14px;
    border-radius: 10px;
  }

  .shop-sidebar.mobile-open {
    display: block;
  }

  .shop-products-area {
    order: 1;
  }

  .shop-toolbar {
    min-height: 0;
    padding-bottom: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: end;
  }

  .shop-toolbar > div:first-child {
    grid-column: 1 / -1;
  }

  .shop-mobile-controls {
    display: block;
  }

  .shop-mobile-filter-btn {
    height: 38px;
    min-width: 132px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d9b66f;
    border-radius: 8px;
    background: #fffaf2;
    color: #6d4a16;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
  }

  .shop-sort {
    justify-self: end;
    gap: 5px;
  }

  .shop-sort label {
    font-size: 8px;
  }

  .shop-sort select {
    height: 38px;
    max-width: 118px;
    padding: 0 7px;
    font-size: 9px;
  }

  .shop-active-filters {
    margin: 8px 0 10px;
  }

  /* Smaller mobile product artwork/cards so more catalog is visible. */
  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .shop-product-grid .product-card {
    border-radius: 11px;
  }

  .shop-product-grid .product-card-image {
    height: 180px;
  }

  .shop-product-grid .product-card-image img {
    width: 84%;
    height: 84%;
    transform: none;
  }

  .shop-product-grid .product-card:hover .product-card-image img {
    transform: none;
  }

  .shop-product-grid .product-card-image::after {
    right: 22%;
    left: 22%;
    bottom: 14px;
  }

  .shop-product-grid .product-card-body {
    padding: 10px 8px 9px;
  }

  .shop-product-grid .product-card .brand {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .shop-product-grid .product-card-body h3 {
    min-height: 38px;
    font-size: 12px;
    line-height: 1.55;
  }

  .shop-product-grid .english-product-name {
    min-height: 15px;
    font-size: 11px;
  }

  .shop-product-grid .product-card .price {
    min-height: 28px;
    margin-top: 5px;
    font-size: 11px;
  }

  .shop-product-grid .product-card .add-to-cart {
    height: 35px;
    margin-top: 6px;
    padding: 0 4px;
    font-size: 9px;
  }

  .shop-product-grid .product-card .product-link {
    width: 100%;
    min-height: 34px;
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: linear-gradient(180deg, #d1a450, #aa711d);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
  }

  .shop-product-grid .wishlist-button {
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  /* MAGAZINE: slightly shorter editorial images and tighter cards. */
  .magazine-list-card > a {
    height: 180px;
  }

  .magazine-list-card > div {
    padding: 14px;
  }

  .magazine-list-card h3 {
    margin-top: 5px;
    font-size: 16px;
  }

  .magazine-list-card p {
    min-height: 0;
    line-height: 1.85;
  }

  .magazine-list-card footer {
    margin-top: 9px;
    padding-top: 9px;
  }

  /* Homepage magazine cards: image remains prominent but less tall. */
  .magazine-card img,
  .magazine-card-image-link img {
    height: 180px;
    object-fit: cover;
  }

  /* Article page polish. */
  .article-page {
    padding-top: 14px;
  }

  .article-cover {
    margin-top: 14px;
    max-height: 260px;
  }

  .article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 430px) {
  .shop-hero {
    padding: 23px 0;
  }

  .shop-hero h1 {
    font-size: 23px;
  }

  .shop-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .shop-product-grid .product-card-image {
    height: 155px;
  }

  .shop-product-grid .product-card-image img {
    width: 82%;
    height: 82%;
  }

  .shop-mobile-filter-btn {
    min-width: 118px;
    padding: 0 9px;
    font-size: 10px;
  }

  .shop-sort select {
    max-width: 105px;
  }

  .magazine-card img,
  .magazine-card-image-link img {
    height: 175px;
  }
}

/* =========================================================
   RAYEHEH — LUXURY PERFUME FINDER V5
   ========================================================= */
.finder-box--luxury {
  min-height: 520px !important;
  padding: 0 !important;
  grid-template-columns: minmax(245px,.62fr) minmax(330px,.82fr) minmax(480px,1.18fr) !important;
  gap: 0 !important;
  border-radius: 28px !important;
  background: linear-gradient(110deg,#fbf6ed 0%,#fffdfa 52%,#f6eee1 100%) !important;
  box-shadow: 0 24px 70px rgba(67,45,17,.10) !important;
}
.finder-box--luxury .finder-visual {
  position: relative; height: 100%; min-height: 520px; overflow: hidden;
  border-radius: 0 28px 28px 0;
}
.finder-box--luxury .finder-visual img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; object-position:center; }
.finder-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(270deg,transparent 58%,rgba(251,246,237,.88) 100%); }
.finder-visual-badge { position:absolute; z-index:2; top:34px; right:0; left:0; text-align:center; color:#6e5739; letter-spacing:.28em; direction:ltr; }
.finder-visual-badge span { display:block; font:700 12px/1.4 Georgia,serif; }
.finder-visual-badge small { display:block; margin-top:5px; font-size:7px; letter-spacing:.35em; }
.finder-box--luxury .finder-copy { padding:48px 34px 42px 22px !important; align-self:center; }
.finder-box--luxury .finder-copy > span { margin-bottom:20px !important; color:#a97a2d !important; font-size:9px !important; letter-spacing:.27em !important; }
.finder-box--luxury .finder-copy > span::after { content:""; display:inline-block; width:42px; height:1px; margin-right:10px; vertical-align:middle; background:#b88a3c; }
.finder-box--luxury .finder-copy h2 { font-size:clamp(34px,3vw,48px) !important; line-height:1.35 !important; letter-spacing:-1.2px; }
.finder-box--luxury .finder-copy h2 em { color:#ad7b2a; font-style:normal; }
.finder-box--luxury .finder-copy p { max-width:410px !important; color:#665e54 !important; font-size:12px !important; line-height:2.1 !important; }
.finder-benefits { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:27px; }
.finder-benefits div { text-align:center; color:#3c3329; }
.finder-benefits i { width:48px; height:48px; margin:0 auto 8px; display:grid; place-items:center; border:1px solid rgba(170,125,51,.16); border-radius:50%; background:rgba(255,255,255,.75); box-shadow:0 7px 18px rgba(78,52,19,.06); color:#a9792b; font-size:24px; font-style:normal; }
.finder-benefits b { display:block; font-size:9px; line-height:1.5; }
.finder-box--luxury .finder-hint { margin-top:24px !important; padding:11px 0 0 !important; width:100% !important; border:0 !important; border-top:1px solid rgba(110,83,46,.12) !important; background:transparent !important; }
.finder-box--luxury .finder-fields--advanced { margin:38px 24px 38px 38px; padding:28px !important; align-self:center; gap:14px !important; border:1px solid rgba(169,122,45,.14) !important; border-radius:24px !important; background:rgba(255,253,249,.90) !important; box-shadow:0 18px 45px rgba(64,42,16,.09) !important; }
.finder-form-head { grid-column:1/-1; display:flex; align-items:flex-start; justify-content:center; gap:12px; margin:0 0 6px; text-align:right; }
.finder-form-head > span { color:#b57e27; font-size:25px; line-height:1; }
.finder-form-head strong { display:block; color:#2c251e; font-size:15px; line-height:1.8; }
.finder-form-head small { display:block; margin-top:3px; color:#81786e; font-size:9px; line-height:1.8; }
.finder-box--luxury .finder-fields--advanced label { position:relative; min-height:92px !important; padding:15px 54px 10px 16px !important; border:1px solid #e5d7c4 !important; border-radius:14px !important; transition:.2s ease; }
.finder-box--luxury .finder-fields--advanced label:hover { border-color:#c59a58 !important; transform:translateY(-1px); box-shadow:0 8px 20px rgba(94,62,20,.06); }
.finder-box--luxury .finder-fields--advanced label small { margin:0 0 5px !important; color:#3e352c !important; font-size:14px !important; font-weight:800 !important; }
.finder-box--luxury .finder-fields--advanced select { height:32px !important; color:#71685f !important; font-size:11px !important; font-weight:500 !important; }
.finder-field-icon { position:absolute; top:18px; right:15px; width:31px; height:31px; display:grid; place-items:center; border-radius:50%; background:#fbf4e8; color:#b27c28; font-size:18px; }
.finder-box--luxury .finder-fields--advanced .finder-button { min-height:58px !important; margin-top:4px !important; border-radius:13px !important; background:linear-gradient(180deg,#d7a842 0%,#ae7418 100%) !important; font-size:16px !important; box-shadow:0 12px 28px rgba(161,108,21,.23) !important; }
.finder-box--luxury .finder-reset { font-size:11px !important; }
@media (max-width:1100px){
  .finder-box--luxury { grid-template-columns:minmax(230px,.7fr) minmax(330px,1fr) !important; }
  .finder-box--luxury .finder-visual { display:none; }
  .finder-box--luxury .finder-fields--advanced { margin:30px; }
}
@media (max-width:760px){
  .finder-section { padding:32px 0 40px !important; }
  .finder-box--luxury { display:flex !important; flex-direction:column !important; border-radius:20px !important; }
  .finder-box--luxury .finder-copy { padding:32px 22px 12px !important; text-align:center !important; }
  .finder-box--luxury .finder-copy > span::after { display:none; }
  .finder-box--luxury .finder-copy h2 { font-size:32px !important; }
  .finder-box--luxury .finder-copy p { margin-inline:auto !important; font-size:11px !important; }
  .finder-benefits { grid-template-columns:repeat(4,1fr); gap:5px; margin-top:20px; }
  .finder-benefits i { width:42px; height:42px; font-size:20px; }
  .finder-benefits b { font-size:8px; }
  .finder-box--luxury .finder-hint { display:none !important; }
  .finder-box--luxury .finder-fields--advanced { width:calc(100% - 28px); margin:14px !important; padding:16px !important; border-radius:17px !important; }
  .finder-form-head { margin-bottom:3px; }
  .finder-form-head strong { font-size:13px; }
  .finder-box--luxury .finder-fields--advanced label { min-height:78px !important; padding:11px 49px 7px 12px !important; }
  .finder-box--luxury .finder-fields--advanced label small { font-size:13px !important; }
  .finder-field-icon { top:13px; right:12px; }
}
@media (max-width:430px){
  .finder-benefits b { font-size:7px; }
  .finder-benefits i { width:38px; height:38px; }
  .finder-form-head small { display:none; }
}


/* =====================================================
   RAYEHEH ICON SYSTEM V1 — 2026-09-17
   Unified inline SVG icons; no emoji/font dependency.
===================================================== */
.r-icon {
  width: 1.35em;
  height: 1.35em;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.header-action .r-icon { width: 22px; height: 22px; }
.header-search button .r-icon { width: 20px; height: 20px; }
.cart-action { position: relative; }
.service-icon .r-icon { width: 28px; height: 28px; }
.finder-field-icon .r-icon { width: 20px; height: 20px; }
.finder-luxury-benefits i .r-icon, .finder-benefits i .r-icon { width: 21px; height: 21px; }
.shop-mobile-filter-btn .r-icon { width: 18px; height: 18px; margin-inline-end: 6px; }
@media (max-width: 700px) {
  .header-action .r-icon { width: 20px; height: 20px; }
}


/* =====================================================
   RAYEHEH ICON SYSTEM V2 — PROFESSIONAL POLISH
   Scope: visual refinement only; keeps existing inline SVG system.
===================================================== */

/* Header action icons — consistent luxury outline buttons */
.header-actions {
  gap: 10px;
}

.header-action,
.cart-action,
.login-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  position: relative;
  border: 1px solid #e8e2d8;
  border-radius: 50%;
  background: #fff;
  color: #24211d;
  line-height: 1;
  transition:
    color .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.header-action:hover,
.cart-action:hover,
.login-btn:hover {
  color: #a87320;
  border-color: #d6b477;
  background: #fffaf2;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(92, 62, 22, .08);
}

.header-action .r-icon,
.cart-action .r-icon,
.login-btn .r-icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.7;
}

/* Cart badge — smaller and cleaner */
.cart-badge,
[data-cart-count] {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

.cart-action .cart-badge,
.cart-action [data-cart-count] {
  top: -4px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #b77d22;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 13px;
  box-shadow: 0 2px 7px rgba(112, 73, 16, .18);
}

/* Search icon — refined separator and hover state */
.header-search button {
  display: grid;
  place-items: center;
  color: #9d6c1f;
  border-right: 1px solid #ece4d8;
  transition: background-color .2s ease, color .2s ease;
}

.header-search button:hover {
  background: #fff8ed;
  color: #7e5315;
}

.header-search button .r-icon {
  width: 22px;
  height: 22px;
  stroke-width: 1.65;
}

/* Service icons — uniform premium circular treatment */
.service-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border: 1px solid #eadbc3;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf3e6 100%);
  color: #b77d22;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.72);
}

.service-icon .r-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.55;
}

/* Finder icons — remove any emoji-like visual weight */
.finder-field-icon {
  background: #fbf4e8;
  border: 1px solid rgba(178,124,40,.12);
  color: #a9711d;
}

.finder-field-icon .r-icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.6;
}

.finder-benefits i,
.finder-luxury-benefits i {
  color: #a9792b;
}

.finder-benefits i .r-icon,
.finder-luxury-benefits i .r-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.55;
}

/* Keep SVGs crisp and prevent accidental fills from inherited styles */
.r-icon,
.r-icon * {
  vector-effect: non-scaling-stroke;
}

.r-icon {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

/* Mobile: retain comfortable tap targets without making header bulky */
@media (max-width: 700px) {
  .header-actions {
    gap: 7px;
  }

  .header-action,
  .cart-action,
  .login-btn {
    width: 38px;
    height: 38px;
  }

  .header-action .r-icon,
  .cart-action .r-icon,
  .login-btn .r-icon {
    width: 19px;
    height: 19px;
  }

  .service-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .service-icon .r-icon {
    width: 18px;
    height: 18px;
  }
}


/* =====================================================
   RAYEHEH HOME PRODUCT TABS V1
   Replaces four long homepage product sections with one compact tabbed catalog.
===================================================== */
.home-product-tabs-section {
  padding: 54px 0 48px;
  background: #fff;
}

.home-product-tabs-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.home-product-tabs-head > div {
  min-width: 0;
}

.home-product-tabs-head span {
  display: inline-block;
  margin-bottom: 5px;
  color: #a87320;
  font-size: 12px;
  font-weight: 700;
}

.home-product-tabs-head h2 {
  margin: 0;
  color: #24211d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}

.home-product-tabs-head p {
  margin: 5px 0 0;
  color: #8a847c;
  font-size: 13px;
}

.home-product-tabs-head > a {
  flex: 0 0 auto;
  color: #8f621d;
  font-size: 12px;
  font-weight: 650;
}

.home-product-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin: 0 0 28px;
  padding: 0 12px;
  border-bottom: 1px solid #eee8df;
}

.home-product-tab {
  position: relative;
  min-height: 50px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #8c867e;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: color .2s ease;
}

.home-product-tab::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: #b77d22;
  transform: translateX(50%);
  transition: width .22s ease;
}

.home-product-tab:hover {
  color: #4c4439;
}

.home-product-tab.is-active {
  color: #211e1a;
}

.home-product-tab.is-active::after {
  width: 100%;
}

.home-product-tab-grid {
  min-height: 430px;
}

@media (max-width: 700px) {
  .home-product-tabs-section {
    padding: 34px 0 30px;
  }

  .home-product-tabs-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .home-product-tabs-head h2 {
    font-size: 23px;
  }

  .home-product-tabs-head p {
    font-size: 11px;
  }

  .home-product-tabs-head > a {
    margin-top: 8px;
    font-size: 11px;
  }

  .home-product-tabs {
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 18px;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-product-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-product-tab {
    flex: 0 0 auto;
    min-height: 44px;
    font-size: 12px;
    white-space: nowrap;
  }

  .home-product-tab-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .home-product-tabs-head {
    gap: 10px;
  }

  .home-product-tabs-head h2 {
    font-size: 21px;
  }

  .home-product-tabs {
    gap: 20px;
  }
}


/* =====================================================
   RAYEHEH COMPACT CATEGORIES V1
   Replaces the large 3-image category area + scent cards.
===================================================== */
.compact-categories-section {
  padding: 42px 0 36px;
  background:
    radial-gradient(circle at 88% 12%, rgba(202, 151, 72, .07), transparent 30%),
    #fffdf9;
  border-top: 1px solid #f3eee7;
  border-bottom: 1px solid #f0ebe3;
}

.compact-categories-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.compact-categories-head span {
  display: block;
  margin-bottom: 4px;
  color: #a87320;
  font-size: 12px;
  font-weight: 750;
}

.compact-categories-head h2 {
  margin: 0;
  color: #24211d;
  font-size: 27px;
  line-height: 1.5;
}

.compact-categories-head > a {
  flex: 0 0 auto;
  padding-bottom: 3px;
  border-bottom: 1px solid #d7b16d;
  color: #93651e;
  font-size: 12px;
  font-weight: 700;
}

.compact-category-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.compact-category {
  min-width: 0;
  min-height: 76px;
  padding: 13px 8px 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8dfd2;
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  color: #302b25;
  text-align: center;
  box-shadow: 0 4px 14px rgba(67, 48, 23, .025);
  transition:
    transform .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    box-shadow .2s ease;
}

.compact-category strong {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  white-space: nowrap;
}

.compact-category small {
  margin-top: 3px;
  color: #aaa094;
  font-size: 9px;
  letter-spacing: .02em;
}

.compact-category--primary {
  border-color: #dfcba9;
  background: linear-gradient(180deg, #fffdfa 0%, #fbf4e8 100%);
}

.compact-category:hover {
  transform: translateY(-2px);
  border-color: #cfaa69;
  background: #fffaf2;
  box-shadow: 0 8px 20px rgba(87, 59, 19, .07);
}

.compact-category:hover strong {
  color: #8f6018;
}

@media (max-width: 1000px) {
  .compact-category-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .compact-categories-section {
    padding: 28px 0 25px;
  }

  .compact-categories-head {
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .compact-categories-head h2 {
    max-width: 250px;
    font-size: 21px;
  }

  .compact-categories-head > a {
    margin-top: 7px;
    font-size: 10px;
  }

  .compact-category-list {
    grid-template-columns: repeat(4, minmax(92px, 1fr));
    gap: 8px;
    overflow-x: auto;
    padding: 2px 1px 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .compact-category-list::-webkit-scrollbar {
    display: none;
  }

  .compact-category {
    min-height: 66px;
    scroll-snap-align: start;
  }

  .compact-category strong {
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .compact-category-list {
    grid-template-columns: repeat(4, 96px);
  }
}


/* =====================================================
   RAYEHEH — COMPACT HOME V2
   Real implementation: shorter Finder + tighter vertical rhythm
   + genuinely compact brand strip.
===================================================== */

/* ---------- 1) FINDER: noticeably shorter ---------- */
.finder-section--compact {
  padding-top: 26px !important;
  padding-bottom: 24px !important;
}

.finder-section--compact .finder-box,
.finder-section--compact .finder-box--advanced,
.finder-section--compact .finder-box--luxury {
  min-height: 0 !important;
  height: auto !important;
  padding: 20px 22px !important;
  gap: 22px !important;
  border-radius: 16px !important;
}

.finder-section--compact .finder-visual {
  min-height: 250px !important;
  height: 250px !important;
  border-radius: 13px !important;
}

.finder-section--compact .finder-visual img {
  height: 100% !important;
  object-fit: cover !important;
}

.finder-section--compact .finder-copy {
  padding: 2px 0 !important;
}

.finder-section--compact .finder-copy > span {
  margin-bottom: 5px !important;
  font-size: 10px !important;
}

.finder-section--compact .finder-copy h2 {
  margin: 0 0 8px !important;
  font-size: clamp(27px, 2.4vw, 36px) !important;
  line-height: 1.35 !important;
}

.finder-section--compact .finder-copy p {
  margin: 0 0 11px !important;
  max-width: 500px !important;
  font-size: 12px !important;
  line-height: 1.8 !important;
}

.finder-section--compact .finder-benefits {
  gap: 7px !important;
  margin-top: 8px !important;
}

.finder-section--compact .finder-benefits > div {
  min-height: 34px !important;
  padding: 6px 9px !important;
}

.finder-section--compact .finder-hint {
  margin-top: 9px !important;
  padding: 7px 10px !important;
}

.finder-section--compact .finder-fields {
  gap: 8px !important;
}

.finder-section--compact .finder-form-head {
  margin-bottom: 3px !important;
}

.finder-section--compact .finder-fields label {
  min-height: 49px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.finder-section--compact .finder-button {
  min-height: 43px !important;
  height: 43px !important;
  margin-top: 2px !important;
}

.finder-section--compact .finder-reset {
  min-height: 28px !important;
  margin-top: 0 !important;
}

/* ---------- 2) Tighten gap from Finder to product tabs ---------- */
.finder-section--compact + .home-product-tabs-section,
.home-product-tabs-section--tight {
  padding-top: 28px !important;
}

.home-product-tabs-section--tight {
  padding-bottom: 34px !important;
}

.home-product-tabs-section--tight .home-product-tabs-head {
  margin-bottom: 14px !important;
}

.home-product-tabs-section--tight .home-product-tabs {
  margin-bottom: 18px !important;
}

/* ---------- 3) BRANDS: real low-height strip ---------- */
.brands-logo-section--compact {
  padding: 26px 0 22px !important;
}

.brands-logo-section--compact .brands-logo-heading {
  max-width: 760px !important;
  margin: 0 auto 12px !important;
}

.brands-logo-section--compact .brands-logo-heading > span {
  display: none !important;
}

.brands-logo-section--compact .brands-logo-heading h2 {
  margin: 0 0 3px !important;
  font-size: 25px !important;
  line-height: 1.4 !important;
}

.brands-logo-section--compact .brands-logo-heading h2::after {
  width: 38px !important;
  margin-top: 6px !important;
}

.brands-logo-section--compact .brands-logo-heading p {
  margin: 4px auto 0 !important;
  max-width: 600px !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
}

.brands-logo-section--compact .brand-carousel-shell {
  padding: 0 42px !important;
}

.brands-logo-section--compact .brand-logo-grid {
  gap: 10px !important;
  padding: 0 !important;
}

.brands-logo-section--compact .brand-logo-item {
  flex: 0 0 132px !important;
  min-width: 132px !important;
  min-height: 88px !important;
  height: 88px !important;
  padding: 4px !important;
  justify-content: center !important;
}

.brands-logo-section--compact .brand-logo-visual {
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 0 2px !important;
}

.brands-logo-section--compact .brand-logo-item img,
.brands-logo-section--compact .brand-logo-item img[data-real-brand-logo="true"] {
  width: auto !important;
  height: auto !important;
  max-width: 108px !important;
  max-height: 42px !important;
}

.brands-logo-section--compact .brand-logo-item strong {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

.brands-logo-section--compact .brand-logo-item small {
  margin: 0 !important;
  font-size: 8px !important;
  line-height: 1.25 !important;
}

.brands-logo-section--compact .brand-scroll-btn {
  width: 30px !important;
  height: 30px !important;
  top: 50% !important;
}

.brands-logo-section--compact .brand-carousel-dots {
  margin: 5px auto 0 !important;
  gap: 5px !important;
}

.brands-logo-section--compact .brand-carousel-dot {
  width: 5px !important;
  height: 5px !important;
}

.brands-logo-section--compact .brand-carousel-dot.active {
  width: 17px !important;
}

.brands-logo-section--compact .brand-logo-all {
  min-height: 30px !important;
  margin-top: 7px !important;
  padding: 0 13px !important;
  font-size: 9px !important;
}

/* Reduce the empty transition into the magazine as well. */
.brands-logo-section--compact + .magazine-section {
  padding-top: 34px !important;
}

@media (max-width: 700px) {
  .finder-section--compact {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .finder-section--compact .finder-box,
  .finder-section--compact .finder-box--advanced,
  .finder-section--compact .finder-box--luxury {
    padding: 14px !important;
    gap: 14px !important;
  }

  .finder-section--compact .finder-visual {
    height: 190px !important;
    min-height: 190px !important;
  }

  .finder-section--compact .finder-copy h2 {
    font-size: 25px !important;
  }

  .finder-section--compact .finder-copy p {
    font-size: 11px !important;
  }

  .finder-section--compact + .home-product-tabs-section,
  .home-product-tabs-section--tight {
    padding-top: 20px !important;
  }

  .brands-logo-section--compact {
    padding: 20px 0 18px !important;
  }

  .brands-logo-section--compact .brands-logo-heading {
    margin-bottom: 9px !important;
  }

  .brands-logo-section--compact .brands-logo-heading h2 {
    font-size: 21px !important;
  }

  .brands-logo-section--compact .brands-logo-heading p {
    display: none !important;
  }

  .brands-logo-section--compact .brand-carousel-shell {
    padding: 0 28px !important;
  }

  .brands-logo-section--compact .brand-logo-item {
    flex-basis: 104px !important;
    min-width: 104px !important;
    min-height: 78px !important;
    height: 78px !important;
  }

  .brands-logo-section--compact .brand-logo-visual {
    height: 42px !important;
    min-height: 42px !important;
  }

  .brands-logo-section--compact .brand-logo-item img,
  .brands-logo-section--compact .brand-logo-item img[data-real-brand-logo="true"] {
    max-width: 88px !important;
    max-height: 36px !important;
  }

  .brands-logo-section--compact .brand-logo-all {
    margin-top: 5px !important;
  }
}


/* =====================================================
   RAYEHEH — BRAND SECTION FIX V2
   Balanced compact brand section (not over-compressed)
===================================================== */
.brands-logo-section--compact {
  padding: 38px 0 34px !important;
}

.brands-logo-section--compact .brands-logo-heading {
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}

.brands-logo-section--compact .brands-logo-heading > span {
  display: block !important;
  margin-bottom: 5px !important;
  font-size: 10px !important;
}

.brands-logo-section--compact .brands-logo-heading h2 {
  margin: 0 0 6px !important;
  font-size: clamp(25px, 2vw, 30px) !important;
  line-height: 1.45 !important;
}

.brands-logo-section--compact .brands-logo-heading h2::after {
  width: 42px !important;
  margin-top: 8px !important;
}

.brands-logo-section--compact .brands-logo-heading p {
  display: block !important;
  margin: 5px auto 0 !important;
  max-width: 620px !important;
  font-size: 11px !important;
  line-height: 1.75 !important;
}

.brands-logo-section--compact .brand-carousel-shell {
  padding: 0 48px !important;
}

.brands-logo-section--compact .brand-logo-grid {
  gap: 14px !important;
  padding: 3px 0 5px !important;
  align-items: center !important;
}

.brands-logo-section--compact .brand-logo-item {
  flex: 0 0 145px !important;
  min-width: 145px !important;
  min-height: 112px !important;
  height: 112px !important;
  padding: 6px 5px !important;
  justify-content: center !important;
}

.brands-logo-section--compact .brand-logo-visual {
  height: 62px !important;
  min-height: 62px !important;
  margin: 0 0 5px !important;
}

.brands-logo-section--compact .brand-logo-item img,
.brands-logo-section--compact .brand-logo-item img[data-real-brand-logo="true"] {
  width: auto !important;
  height: auto !important;
  max-width: 124px !important;
  max-height: 54px !important;
}

.brands-logo-section--compact .brand-logo-item strong {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.brands-logo-section--compact .brand-logo-item small {
  display: block !important;
  margin-top: 1px !important;
  font-size: 9px !important;
  line-height: 1.35 !important;
}

.brands-logo-section--compact .brand-scroll-btn {
  width: 34px !important;
  height: 34px !important;
  top: 47% !important;
}

.brands-logo-section--compact .brand-carousel-dots {
  margin: 9px auto 0 !important;
  gap: 6px !important;
}

.brands-logo-section--compact .brand-carousel-dot {
  width: 6px !important;
  height: 6px !important;
}

.brands-logo-section--compact .brand-carousel-dot.active {
  width: 20px !important;
}

.brands-logo-section--compact .brand-logo-all {
  min-height: 34px !important;
  margin-top: 11px !important;
  padding: 0 15px !important;
  font-size: 10px !important;
}

/* Keep the transition to magazine neat, without crushing the brands. */
.brands-logo-section--compact + .magazine-section {
  padding-top: 38px !important;
}

@media (max-width: 700px) {
  .brands-logo-section--compact {
    padding: 27px 0 25px !important;
  }

  .brands-logo-section--compact .brands-logo-heading {
    margin-bottom: 15px !important;
  }

  .brands-logo-section--compact .brands-logo-heading > span {
    display: block !important;
  }

  .brands-logo-section--compact .brands-logo-heading h2 {
    font-size: 22px !important;
  }

  .brands-logo-section--compact .brands-logo-heading p {
    display: none !important;
  }

  .brands-logo-section--compact .brand-carousel-shell {
    padding: 0 30px !important;
  }

  .brands-logo-section--compact .brand-logo-grid {
    gap: 10px !important;
  }

  .brands-logo-section--compact .brand-logo-item {
    flex-basis: 114px !important;
    min-width: 114px !important;
    min-height: 96px !important;
    height: 96px !important;
  }

  .brands-logo-section--compact .brand-logo-visual {
    height: 53px !important;
    min-height: 53px !important;
  }

  .brands-logo-section--compact .brand-logo-item img,
  .brands-logo-section--compact .brand-logo-item img[data-real-brand-logo="true"] {
    max-width: 98px !important;
    max-height: 46px !important;
  }

  .brands-logo-section--compact .brand-scroll-btn {
    width: 30px !important;
    height: 30px !important;
  }

  .brands-logo-section--compact .brand-logo-all {
    margin-top: 8px !important;
  }
}
