@font-face {
  font-family: "Made Tommy";
  src: url("https://acca.websitesunum.com.tr/wp-content/uploads/2026/08/MADE-TOMMY-Light_PERSONAL-USE.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Made Tommy";
  src: url("https://acca.websitesunum.com.tr/wp-content/uploads/2026/08/MADE-TOMMY-Regular_PERSONAL-USE.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Made Tommy";
  src: url("https://acca.websitesunum.com.tr/wp-content/uploads/2026/08/MADE-TOMMY-Regular_PERSONAL-USE.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Made Tommy";
  src: url("https://acca.websitesunum.com.tr/wp-content/uploads/2026/08/MADE-TOMMY-Bold_PERSONAL-USE.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Made Tommy";
  src: url("https://acca.websitesunum.com.tr/wp-content/uploads/2026/08/MADE-TOMMY-Bold_PERSONAL-USE.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1a1a1a;
  --muted: #6a6560;
  --paper: #ffffff;
  --sand: #f4f1ec;
  --sand-2: #eee8de;
  --footer: #f3eee6;
  --gold: #c4a574;
  --gold-dark: #b3915f;
  --line: rgba(26, 26, 26, 0.12);
  --header-h: 100px;
  --max: 1240px;
  --font: "Made Tommy", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.acca-custom-chrome {
  --wd-text-font: var(--font);
  --wd-title-font: var(--font);
  --wd-header-el-font: var(--font);
  --wd-alternative-font: var(--font);
  --wd-entities-title-font: var(--font);
  --wd-widget-title-font: var(--font);
  --wd-header-el-font-weight: 400;
}

body.acca-custom-chrome,
body.acca-custom-chrome button,
body.acca-custom-chrome input,
body.acca-custom-chrome select,
body.acca-custom-chrome textarea,
body.acca-custom-chrome h1,
body.acca-custom-chrome h2,
body.acca-custom-chrome h3,
body.acca-custom-chrome h4,
body.acca-custom-chrome h5,
body.acca-custom-chrome h6,
body.acca-custom-chrome .nav-link-text,
body.acca-custom-chrome .woodmart-nav-link,
body.acca-custom-chrome .wd-nav,
body.acca-custom-chrome .wd-nav a,
body.acca-custom-chrome .site-footer,
body.acca-custom-chrome .btn {
  font-family: var(--font) !important;
}

body.is-locked {
  overflow: hidden;
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.wrap {
  width: min(var(--max), calc(100% - clamp(48px, 9vw, 140px)));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  min-height: var(--header-h);
  height: auto;
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 18px;
  margin: 0 !important;
  transform: none !important;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header.is-scrolled {
  background: rgba(12, 10, 8, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.header-inner {
  width: min(1440px, calc(100% - clamp(40px, 7vw, 120px)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav .acca-menu,
.nav ul {
  display: flex;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav--left {
  justify-content: flex-end;
  padding-right: 12px;
}

.nav--right {
  justify-content: flex-start;
  padding-left: 12px;
}

.nav a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  padding: 6px 0;
  color: #fff;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav a:hover::after,
.nav a[aria-current="page"]::after,
.nav .current-menu-item > a::after,
.nav .current_page_item > a::after {
  transform: scaleX(1);
}

.brand {
  display: grid;
  justify-items: center;
  color: var(--ink);
}

.brand img {
  height: 62px;
  width: auto;
}

.menu-toggle {
  display: none !important;
  position: fixed;
  top: 14px;
  right: 12px;
  z-index: 500;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  background: rgba(12, 10, 8, 0.45) !important;
  border: 0 !important;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  appearance: none;
  -webkit-appearance: none;
  grid-template-columns: 1fr;
  align-content: center;
  justify-items: center;
  gap: 5px;
}

body.admin-bar .menu-toggle {
  top: 46px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .menu-toggle {
    top: 60px;
  }
}

.menu-toggle span {
  display: block !important;
  width: 18px;
  height: 2px;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 600;
  background: #f7f2ea;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 28px 28px 40px;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu__top img {
  height: 42px;
}

.menu-close {
  width: 44px;
  height: 44px;
  font-size: 32px;
  line-height: 1;
}

.mobile-menu nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding-left: 8px;
}

.mobile-menu nav .acca-menu,
.mobile-menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu nav a {
  font-family: var(--font);
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease, color 0.2s ease;
}

.mobile-menu.is-open nav a {
  opacity: 1;
  transform: none;
}

.mobile-menu.is-open nav li:nth-child(1) a { transition-delay: 0.12s; }
.mobile-menu.is-open nav li:nth-child(2) a { transition-delay: 0.18s; }
.mobile-menu.is-open nav li:nth-child(3) a { transition-delay: 0.24s; }
.mobile-menu.is-open nav li:nth-child(4) a { transition-delay: 0.3s; }
.mobile-menu.is-open nav li:nth-child(5) a { transition-delay: 0.36s; }
.mobile-menu.is-open nav li:nth-child(6) a { transition-delay: 0.42s; }

.mobile-menu nav a:hover {
  color: var(--gold-dark);
}

.mobile-menu__foot {
  display: flex;
  gap: 18px;
  align-items: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-menu__foot .socials {
  gap: 12px;
}

.mobile-menu__foot .socials a {
  width: 40px;
  height: 40px;
  border-color: rgba(26, 26, 26, 0.25);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  color: #fff;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.5), transparent);
  pointer-events: none;
}

.hero img,
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 42%;
}

.hero-img--mobile {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-copy {
  display: none;
}

/* Collections */
.collections {
  padding: 96px 0 72px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-head h2 {
  margin: 0 0 18px;
  font-family: var(--font);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.collection-row {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 8px;
  overscroll-behavior-x: contain;
}

.collection-row::-webkit-scrollbar {
  display: none;
}

.collection-card {
  flex: 0 0 calc((100% - 56px) / 3.2);
  min-width: 220px;
  scroll-snap-align: start;
}

.collection-card figure {
  margin: 0;
  aspect-ratio: 1;
  background: var(--sand);
  display: grid;
  place-items: center;
  padding: 22px;
}

.collection-card img {
  max-height: 82%;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.collection-card h3 {
  margin: 20px 0 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.collection-card .more {
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.collection-card .more:hover {
  color: var(--ink);
}

.slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 28px;
}

.slider-nav button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.slider-nav button:hover {
  background: var(--ink);
  color: #fff;
}

/* Dressing */
.dressing {
  padding: 40px 0 100px;
}

.dressing-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 56px;
  align-items: center;
}

.dressing-title {
  margin: 0 0 28px;
  font-family: var(--font);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  position: relative;
}

.dressing-title .q {
  position: absolute;
  right: -8px;
  top: -28px;
  font-size: 120px;
  color: rgba(26, 26, 26, 0.08);
  font-family: var(--font);
  line-height: 1;
  pointer-events: none;
}

.modules {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.modules-carousel {
  overflow: hidden;
  margin: 0 0 28px;
  max-width: 340px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.modules-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: acca-modules-marquee 14s linear infinite;
}

.modules-carousel:hover .modules-track {
  animation-play-state: paused;
}

.modules-slide {
  margin: 0;
  flex: 0 0 auto;
}

.modules img,
.modules-slide img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  background: transparent;
  padding: 0;
}

@keyframes acca-modules-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.dressing p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  height: 44px;
  padding: 0 22px;
  background: var(--gold);
  color: #fff;
  letter-spacing: 0.16em;
  font-size: 12px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.btn:hover {
  background: var(--gold-dark);
}

.dressing-photo {
  min-height: 520px;
  background: var(--sand) center/cover no-repeat;
}

/* Fairs */
.fairs {
  position: relative;
  min-height: 560px;
  color: #fff;
  display: flex;
  align-items: center;
}

.fairs img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
}

.fairs-panel {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 48px));
  margin-left: max(24px, calc((100% - var(--max)) / 2));
  background: rgba(12, 12, 12, 0.72);
  padding: 42px 40px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.fairs-panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

/* Story */
.story {
  padding: 96px 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.story h2 {
  margin: 0 0 28px;
  font-family: var(--font);
  font-size: clamp(40px, 4.6vw, 62px);
  font-weight: 500;
  letter-spacing: 0.12em;
}

.story p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 16px;
}

.story-logo {
  margin-top: 28px;
  height: 46px;
  width: auto;
}

.story-photo {
  aspect-ratio: 1 / 1;
  width: 100%;
  min-height: 0;
  background: var(--sand) center top / cover no-repeat;
}

/* Catalog */
.catalog {
  position: relative;
  min-height: 520px;
  color: #fff;
}

.catalog img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.catalog a,
.catalog-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 48px 0 0 max(24px, calc((100% - var(--max)) / 2));
  color: #fff !important;
  font-size: clamp(22px, 3.2vw, 40px);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.catalog a:hover,
.catalog-cta:hover {
  opacity: 0.85;
}

/* Footer */
.site-footer {
  background: var(--footer);
  padding: 72px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr auto;
  gap: 40px;
  align-items: start;
}

.site-footer h3 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 500;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 8px;
}

.site-footer a:hover {
  opacity: 0.65;
}

.social-note {
  margin: 0 0 16px;
  color: var(--muted);
  max-width: 220px;
}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(26, 26, 26, 0.2);
}

.footer-brand img {
  height: 72px;
  width: auto;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 40px auto 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.copyright img {
  height: 22px;
  width: auto;
  display: block;
}

@media (min-width: 1200px) and (max-height: 960px) {
  .hero img {
    object-position: 26% 40%;
  }
}

@media (max-width: 1100px) {
  .hero img {
    object-position: 42% center;
  }

  .collection-card {
    flex-basis: calc((100% - 28px) / 2);
  }

  .dressing-grid,
  .story-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 72px;
  }

  .nav {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .brand {
    justify-items: start;
  }

  .brand img {
    height: 48px;
  }

  .collections,
  .story {
    padding: 64px 0;
  }

  .dressing-grid,
  .story-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .collection-card {
    flex-basis: 78%;
  }

  .dressing-photo,
  .fairs,
  .catalog {
    min-height: 380px;
  }

  .fairs-panel {
    margin: 32px 20px;
    width: auto;
    padding: 28px 24px;
  }

  .catalog a {
    margin: 28px 20px;
    font-size: 22px;
  }

  .wrap {
    width: min(var(--max), calc(100% - 40px));
  }

  .copyright img {
    height: 18px;
  }
}

/* WoodMart Header Builder — Acca chrome (eski site-header CSS) */
body.acca-custom-chrome.sticky-toolbar-on,
body.acca-custom-chrome {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

html,
body.acca-custom-chrome {
  background: var(--footer);
}

body.acca-custom-chrome .wd-page-wrapper,
body.acca-custom-chrome .website-wrapper {
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Always overlay, flush with the viewport. No 36px gap, no clone drop. */
body.acca-custom-chrome .whb-header,
body.acca-custom-chrome .whb-main-header,
body.acca-custom-chrome .whb-sticked .whb-main-header,
body.acca-custom-chrome .whb-header.whb-sticked .whb-main-header,
body.acca-custom-chrome.acca-home .whb-header,
body.acca-custom-chrome.acca-inner .whb-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 390 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  transform: none !important;
  animation: none !important;
  color: #fff;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

body.admin-bar.acca-custom-chrome .whb-header,
body.admin-bar.acca-custom-chrome .whb-main-header,
body.admin-bar.acca-custom-chrome .whb-sticked .whb-main-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar.acca-custom-chrome .whb-header,
  body.admin-bar.acca-custom-chrome .whb-main-header,
  body.admin-bar.acca-custom-chrome .whb-sticked .whb-main-header {
    top: 46px !important;
  }
}

body.acca-custom-chrome .whb-main-header.is-scrolled,
body.acca-custom-chrome .whb-header.whb-sticked,
body.acca-custom-chrome .whb-header.whb-sticked .whb-main-header,
body.acca-custom-chrome .whb-sticked .whb-main-header {
  background: rgba(12, 10, 8, 0.82) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.acca-custom-chrome .whb-clone {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

body.acca-custom-chrome .whb-sticked .whb-not-sticky-row.whb-general-header,
body.acca-custom-chrome .whb-header.whb-sticked .whb-general-header {
  display: block !important;
}

body.acca-custom-chrome .whb-sticky-prepared {
  padding-top: 0 !important;
}

body.acca-custom-chrome .whb-general-header,
body.acca-custom-chrome .whb-general-header .whb-flex-row,
body.acca-custom-chrome .whb-general-header .whb-column,
body.acca-custom-chrome .whb-color-light:not(.whb-with-bg) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.acca-custom-chrome .whb-general-header {
  min-height: var(--header-h);
  padding-top: 8px;
  padding-bottom: 18px;
}

body.acca-custom-chrome .whb-general-header-inner {
  height: auto !important;
  max-height: none !important;
  min-height: calc(var(--header-h) - 26px);
  align-items: center;
}

body.acca-custom-chrome .whb-general-header .container {
  width: min(1440px, calc(100% - clamp(40px, 7vw, 120px))) !important;
  max-width: none !important;
  margin-inline: auto;
  padding-inline: 0 !important;
}

body.acca-custom-chrome .whb-general-header .whb-col-left {
  justify-content: flex-end !important;
  margin-left: 0 !important;
  padding-right: 12px;
}

body.acca-custom-chrome .whb-general-header .whb-col-right {
  justify-content: flex-start !important;
  margin-right: 0 !important;
  padding-left: 12px;
}

body.acca-custom-chrome .whb-general-header .whb-col-center {
  justify-content: center !important;
}

body.acca-custom-chrome .whb-main-header .wd-nav,
body.acca-custom-chrome .whb-general-header .wd-nav,
body.acca-custom-chrome .whb-general-header .wd-nav-header {
  gap: 28px !important;
  align-items: center;
}

body.acca-custom-chrome .whb-main-header .wd-nav > li > a,
body.acca-custom-chrome .whb-main-header .wd-header-nav a,
body.acca-custom-chrome .whb-main-header .menu a,
body.acca-custom-chrome .whb-main-header .woodmart-nav-link,
body.acca-custom-chrome .whb-main-header .nav-link-text {
  color: #fff !important;
  font-family: var(--font) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  position: relative;
  padding: 6px 0 !important;
}

body.acca-custom-chrome .whb-main-header .wd-nav > li > a::after,
body.acca-custom-chrome .whb-main-header .woodmart-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

body.acca-custom-chrome .whb-main-header .wd-nav > li > a:hover::after,
body.acca-custom-chrome .whb-main-header .wd-nav > li.current-menu-item > a::after,
body.acca-custom-chrome .whb-main-header .wd-nav > li.current_page_item > a::after,
body.acca-custom-chrome .whb-main-header .woodmart-nav-link:hover::after {
  transform: scaleX(1);
}

body.acca-custom-chrome .whb-main-header .wd-logo img,
body.acca-custom-chrome .whb-main-header .wd-header-logo img,
body.acca-custom-chrome .whb-general-header .site-logo img {
  max-height: 62px !important;
  max-width: 250px !important;
  height: 62px !important;
  width: auto !important;
}

@media (min-width: 1025px) {
  body.acca-custom-chrome .wd-header-mobile-nav,
  body.acca-custom-chrome .whb-main-header .wd-header-mobile-nav,
  body.acca-custom-chrome .whb-main-header .mobile-nav-icon,
  body.acca-custom-chrome .whb-main-header .wd-burger-icon,
  body.acca-custom-chrome .whb-main-header .wd-tools-element.wd-header-mobile-nav {
    display: none !important;
  }
}

body.acca-custom-chrome.acca-inner .whb-header,
body.acca-custom-chrome.acca-inner .whb-main-header {
  background: rgba(12, 10, 8, 0.94) !important;
}

@media (max-width: 1024px) {
  :root {
    --header-h: 72px;
  }

  body.acca-custom-chrome .whb-sticky-prepared,
  body.acca-custom-chrome .wd-page-wrapper,
  body.acca-custom-chrome .website-wrapper,
  body.acca-custom-chrome .main-page-wrapper,
  body.acca-home main#anasayfa,
  body.acca-home .hero {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.acca-home .hero {
    height: auto;
    min-height: 0;
    max-height: 100svh;
    aspect-ratio: 3 / 4;
  }

  body.acca-home .hero-img--desktop {
    display: none !important;
  }

  body.acca-home .hero-img--mobile {
    display: block !important;
    object-fit: cover;
    object-position: center 42%;
  }

  body.acca-home .hero::after {
    height: 88px;
  }

  body.acca-custom-chrome .whb-main-header,
  body.acca-custom-chrome .whb-header,
  body.acca-custom-chrome.acca-home .whb-main-header {
    background: rgba(12, 10, 8, 0.92) !important;
  }

  body.acca-custom-chrome .whb-mobile-left,
  body.acca-custom-chrome .whb-general-header .whb-hidden-lg:not(.whb-empty-column):not(.whb-mobile-right) {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  body.acca-custom-chrome .whb-main-header .wd-header-nav,
  body.acca-custom-chrome .whb-main-header .whb-visible-lg .wd-nav {
    display: none !important;
  }

  body.acca-custom-chrome .wd-header-mobile-nav,
  body.acca-custom-chrome .whb-main-header .wd-tools-element.wd-header-mobile-nav {
    display: none !important;
  }

  html body.acca-custom-chrome button.menu-toggle,
  html body.acca-custom-chrome .menu-toggle {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 46px !important;
    height: 46px !important;
    top: 14px !important;
    right: 12px !important;
    z-index: 500 !important;
    background: rgba(12, 10, 8, 0.45) !important;
  }

  html body.admin-bar.acca-custom-chrome button.menu-toggle,
  html body.admin-bar.acca-custom-chrome .menu-toggle {
    top: 46px !important;
  }

  body.acca-custom-chrome .whb-main-header .wd-logo img,
  body.acca-custom-chrome .whb-main-header .wd-header-logo img,
  body.acca-custom-chrome .whb-general-header .site-logo img {
    max-height: 44px !important;
    height: 44px !important;
    max-width: 140px !important;
  }

  body.acca-custom-chrome .whb-general-header {
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 782px) {
  html body.admin-bar.acca-custom-chrome button.menu-toggle,
  html body.admin-bar.acca-custom-chrome .menu-toggle {
    top: 60px !important;
  }
}

@media (max-width: 480px) {
  body.acca-home .hero {
    height: auto;
    max-height: 100svh;
    aspect-ratio: 3 / 4;
  }

  body.acca-home .hero-img--mobile {
    object-position: center 40%;
  }
}


