label[for="Country"] {
  opacity: 0;
}

/* ===== Top bar: fuar tarihi / konum + social media links ===== */
#fashionteks-top-bar {
  background-color: var(--site-header-color, #ffffff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#fashionteks-top-bar .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

#fashionteks-top-bar .row {
  justify-content: space-between;
  align-items: center;
}

#fashionteks-top-bar #left-bar {
  width: auto;
}

#fashionteks-top-bar #right-bar {
  width: auto;
  padding-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  height: 16px;
}

#fashionteks-top-bar #top-bar-info {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
}

#fashionteks-top-bar .top-bar-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--site-color, #333333);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

#fashionteks-top-bar .top-bar-info-item span:first-child {
  color: var(--site-hover-color, #9f6433);
  font-size: 14px;
}

#fashionteks-top-bar .top-bar-divider {
  width: 1px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.15);
}

#fashionteks-top-bar #header-social-media {
  list-style: none;
  margin: 0;
  justify-content: end;
  padding: 0;
  gap: 25px;
}
#fashionteks-top-bar #header-social-media li {
  margin-right: 0;
}

#fashionteks-top-bar #header-social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-color, #333333);
  font-size: 16px;
  transition: color 0.2s ease;
}

#fashionteks-top-bar #header-social-media li a:hover {
  color: var(--site-hover-color, #9f6433);
}

body.dark-mode #fashionteks-top-bar {
  background-color: #000;
}

body.dark-mode #fashionteks-top-bar .top-bar-info-item {
  color: #fff;
}

body.dark-mode #fashionteks-top-bar .top-bar-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

body.dark-mode #fashionteks-top-bar #header-social-media li a {
  color: #fff;
}

@media (max-width: 767px) {
  #fashionteks-top-bar #top-bar-info {
    flex-wrap: wrap;
    gap: 10px;
  }

  #fashionteks-top-bar .top-bar-info-item {
    font-size: 12px;
  }
}

/* ===== Mobilde top bar yerine navigation (visible) sekmelerinin altında sosyal medya ikonları ===== */
#navigation #nav-mobile-social {
  display: none !important;
}

@media (max-width: 1099px) {
  #fashionteks-top-bar {
    display: none;
  }

  #navigation #nav-mobile-social {
    display: flex !important;
    list-style: none;
    flex-direction: row;
    justify-content: start;
    gap: 22px;
    margin: 10px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  #navigation #nav-mobile-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--site-color, #333333);
    font-size: 18px;
    transition: color 0.2s ease;
  }

  #navigation #nav-mobile-social li a:hover {
    color: var(--site-hover-color, #9f6433);
  }
}

body.dark-mode #navigation #nav-mobile-social {
  border-top-color: rgba(255, 255, 255, 0.15);
}

body.dark-mode #navigation #nav-mobile-social li a {
  color: #fff;
}

/* ===== Footer İletişim Bilgileri: sosyal medya ikonları ===== */
.footer #footer-contact-social {
  display: flex;
  list-style: none;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.footer #footer-contact-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--site-color);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.footer #footer-contact-social li a span {
  font-size: 16px !important;
}

.footer #footer-contact-social li a:hover span {
  color: var(--site-hover-color) !important;
}

#slider-0 #slide-items-1 .weta-slider-tag,
#slider-0 #slide-items-1 .slider-description h1,
#slider-0 #slide-items-3 .weta-slider-tag,
#slider-0 #slide-items-3 .slider-description h1 {
  font-size: 32px;
}

/* ===== Hero slider: modern, layered hierarchy ===== */
#slider-0 #slide-items-1::before,
#slider-0 #slide-items-3::before {
  background: linear-gradient(90deg, color-mix(in srgb, var(--site-color) 75%, transparent) 0%, color-mix(in srgb, var(--site-color) 35%, transparent) 45%, color-mix(in srgb, var(--site-color) 10%, transparent) 100%) !important;
  opacity: 1 !important;
}

#slider-0 #slide-items-1 .weta-slider-tag,
#slider-0 #slide-items-3 .weta-slider-tag {
  font-weight: 800;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: 6px !important;
}

#slider-0 #slide-items-1 .slider-subtitle,
#slider-0 #slide-items-3 .slider-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--site-hover-color);
  margin-bottom: 18px;
}

#slider-0 #slide-items-1 .slider-meta,
#slider-0 #slide-items-3 .slider-meta {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  border-radius: 0;
  padding: 9px 20px;
  margin-bottom: 22px;
}

#slider-0 #slide-items-1 .slider-slogan,
#slider-0 #slide-items-3 .slider-slogan {
  font-size: 22px;
  line-height: 1.4;
  border-left: 3px solid var(--site-hover-color);
  padding-left: 16px;
  margin-bottom: 20px;
  max-width: 560px;
}

#slider-0 #slide-items-1 .slider-description>p,
#slider-0 #slide-items-3 .slider-description>p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82) !important;
  max-width: 560px;
}

#slider-0 #slide-items-1 .weta-slider-buttons,
#slider-0 #slide-items-3 .weta-slider-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

#slider-0 #slide-items-1 .weta-slider-buttons .btn,
#slider-0 #slide-items-3 .weta-slider-buttons .btn {
  border-radius: 0 !important;
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#slider-0 #slide-items-1 .weta-slider-buttons .btn:hover,
#slider-0 #slide-items-3 .weta-slider-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

#slider-0 #slide-items-1 .weta-slider-buttons a[href="#gallery-detail-section-11"].btn-color,
#slider-0 #slide-items-3 .weta-slider-buttons a[href="#gallery-detail-section-11"].btn-color {
  background-color: var(--site-hover-color) !important;
  border-color: var(--site-hover-color) !important;
}

.pageSliderContent .swiper-slide .slider-contents {
  width: 90%;
  max-width: 65%;
}

@media (max-width: 767px) {

  .pageSliderContent .swiper-slide .slider-contents {
    max-width: 100%;
    text-align: left;
  }

  #slider-0 #slide-items-1 .weta-slider-tag,
  #slider-0 #slide-items-3 .weta-slider-tag {
    font-size: 27px;
    text-align: left;
  }

  #slider-0 #slide-items-1 .slider-slogan,
  #slider-0 #slide-items-3 .slider-slogan {
    font-size: 18px;
  }

  #slider-0 #slide-items-1 .slider-meta,
  #slider-0 #slide-items-3 .slider-meta {
    font-size: 12px;
    padding: 7px 14px;
  }

  #slider-0 #slide-items-1 .slider-description>p,
  #slider-0 #slide-items-3 .slider-description>p {
    text-align: left;
  }

  #slider-0 #slide-items-1 .weta-slider-buttons .btn,
  #slider-0 #slide-items-3 .weta-slider-buttons .btn {
    padding: 10px 20px;
  }
}

#product-section-1 {
  background-color: #aa9e88 !important;
}

@media (min-width:1200px) and (max-width:1400px) {
  .section-header #navigation li:nth-last-child(2) {
    right: -10% !important;
  }
}

@media (min-width:1100px) {

  #fashionteks-top-bar #header-social-media {
    display: flex !important;
  }

  .weta-slider-tag {
    font-size: 50px !important;
  }

  .section-header .col-lg-3 {
    width: 30%;
  }

  .section-header .col-lg-9 {
    position: relative;
    width: 70%;
    justify-content: left;
  }

  .section-header #navigation li:nth-last-child(2) {
    position: absolute;
    right: 0;
    background: var(--site-hover-color);
    height: 50%;
    line-height: normal;
    display: flex;
    text-transform: uppercase;
    min-width: 130px;
    justify-content: center;
    align-items: center;
    border-radius: 0;
  }

  .section-header #navigation li:nth-last-child(2) a {
    color: #fff !important;
  }

  .section-header #navigation li:nth-last-child(2) a::after {
    display: none;
  }
}

.icon-content-wrapper {
  margin-bottom: 0 !important;
}

.card {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  border-radius: 0;
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.6);
  padding: 32px;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
}

.left {
  padding: 8px 12px;
}

.title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
}

.subtitle {
  color: var(--muted);
  margin: 0 0 20px 0;
  font-size: 0.95rem;
}

.hero-note {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255, 107, 107, 0.12), rgba(99, 102, 241, 0.06));
  color: #ffdfe0;
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 20px;
}

.countdown {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.unit {
  background: var(--glass);
  padding: 14px 18px;
  min-width: 92px;
  border-radius: 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.02);
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.45) inset;
}

.number {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.unit .label {
  font-size: 20px;
  margin-top: 6px;
}


@keyframes float {
  0% {
    transform: translate(-30%, -20%) scale(0.98)
  }

  50% {
    transform: translate(-28%, -18%) scale(1.03)
  }

  100% {
    transform: translate(-30%, -20%) scale(0.98)
  }
}


.muted {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width:880px) {
  .card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.number.waiting {
  animation: pulseNum 1.2s infinite;
}

@keyframes pulseNum {
  0% {
    transform: translateY(0);
    opacity: 1
  }

  50% {
    transform: translateY(-4px);
    opacity: 0.95
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.live-badge {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 0;
  background: linear-gradient(90deg, #ff6b6b, #d946ef);
  color: white;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 8px 30px rgba(217, 70, 239, 0.12);
}

.icon-section .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  border: 1px solid;
  border-radius: 0;
  background-color: var(--site-color);
}

.icon-section .icon {
  width: 45px;
  height: 45px;
  border-radius: 0;
  margin: 0px !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-wrapper .icon-title * {
  margin-bottom: 0px !important;
}

.icon-section .icon-wrapper .icon span {
  font-size: 20px;
  color: var(--site-color) !important;
}

small {
  font-size: 12px;
}

.icon-section .icon-wrapper:hover {
  background-color: var(--site-hover-color);
}

.icon-description {
  margin-top: 15px;
}

.icon-section .icon-wrapper * {
  color: #fff !important;
}

.icon-section .icon-wrapper:hover .icon span {
  color: var(--site-hover-color) !important;
}

#product-list .rgw {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--site-color);
}

#product-list .rgw img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0px 50px;
  max-height: 100% !important;
}

.product-wrapper {
  background-color: #fff;
  border-radius: 0 !important;
  transition: all .4s;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}


.product-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transform: translateY(-5px);
}

.product-content-wrapper {
  padding: 20px 0px;
}

.product-content-wrapper *,
#icon-section-2 .icon-content-wrapper * {
  text-align: center !important;
}

#product-list .col-md-3 .product-wrapper .product-title {
  padding: 0px;
}

#product-list .learn-more {
  padding-bottom: 20px;
  text-align: center;
}


.block-content-wrap .list-3-cols li,
.block-content-wrap .list-2-cols li,
.block-content-wrap .list-1-cols li {
  width: 100%;
}

.varyasyon-title {
  display: none;
}

.detail-address span {
  font-weight: 300;
}

#product-section-1 {
  background-color: var(--site-color);
}

/* ===== Katılımcılar section: background photo + brand gradient overlay ===== */
#product-section-6 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#product-section-6 .learn-more {
  display: none;
}

#product-section-6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--site-color) 20%, transparent) 0%, color-mix(in srgb, var(--site-color) 50%, transparent) 100%);
  z-index: 0;
}

#product-section-6>.container {
  position: relative;
  z-index: 1;
}

#product-section-6 .col-md-5 {
  width: 100% !important;
}

.productList .rg-wrapper {
  margin-bottom: 30px;
}

.productList .rg-wrapper * {
  text-align: center !important;
  color: #fff !important;
}

#page-detail-section-1 {
  position: relative;
  overflow: hidden;
}

#page-detail-section-3 {
  position: relative;
  overflow: hidden;
}

#page-detail-section-3::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 40px;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(var(--site-color) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

#page-detail-section-1::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 40px;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(var(--site-color) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

#page-detail-section-1 .container {
  position: relative;
  z-index: 1;
}

#page-detail-section-1 .weta-icerik-tag {

  font-weight: 800;
  letter-spacing: -0.3px;
}

#page-detail-section-1 .weta-description p:first-of-type {
  border-left-color: var(--site-color) !important;
  color: var(--site-hover-color) !important;
}

#page-detail-section-1 .weta-description p {
  color: #5c5650 !important;
}

#page-detail-section-1 .rg-wrapper::before {
  border-color: var(--site-hover-color) !important;
}

#page-detail-section-1 .rg-wrapper .rgw {
  box-shadow: 0 16px 40px rgba(25, 22, 75, 0.3);
  max-height: 340px;
}

#contactForm-4 {
  position: relative;
  background-color: var(--site-hover-color);
  background-image: url('/images/fashionteks-contact-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#contactForm-4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--site-hover-color);
  opacity: 0.55;
  z-index: 0;
}

#contactForm-4>.container {
  position: relative;
  z-index: 1;
}

@supports (-webkit-touch-callout: none) {
  #contactForm-4 {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  #contactForm-4 {
    background-attachment: scroll;
  }
}

#contactForm-4 .rexa-content {
  display: none;
}

#contactForm-4 .contact-form {
  width: 60%;
  margin: 0px auto;
  padding: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 0;
  background: #fff;
}

#contactForm-4 .contact-form .weta-icerik-tag {
  text-align: center !important;
}

label.custom-label,
.mb-3 label {
  z-index: 0 !important;
  font-size: 14px !important;
  transform: none !important;
  opacity: 1 !important;
}

#brands .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-outline-primary {
  margin-bottom: 15px;
  width: 19%;
  color: var(--site-hover-color) !important;
  border-color: var(--site-hover-color) !important;
}

.btn-check:checked+.btn {
  background-color: var(--site-hover-color) !important;
  border-color: var(--site-hover-color) !important;
  color: #fff !important;
}

@media(max-width:768px) {
  .icon-section .custom-col {
    width: 100% !important;
  }

  #product-list .rgw {
    height: 200px;
  }

  #contactForm-4 .contact-form {
    width: 95% !important;
  }

  .btn-outline-primary {
    width: 47% !important;
    min-width: auto !important;
    font-size: 13px !important;
  }

  #contactForm-4 .contact-form .weta-icerik-tag {
    font-size: 30px !important;
  }

  #parallax-1 {
    max-height: 700px !important;
    height: 700px !important;
  }

  .unit {
    width: 48% !important;
  }

  .hero-note {
    font-size: 16px !important;
  }

  .block-content-wrap .list-3-cols li,
  .block-content-wrap .list-2-cols li,
  .block-content-wrap .list-1-cols li {
    flex-wrap: wrap;
  }

  .detail-address strong,
  .detail-address span {
    display: block;
    width: 100%;
  }

  #languages .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .section-header #languages .dropdown-menu li a::before {
    display: none !important;
  }

  .section-header #languages .dropdown-trigger {
    display: none !important;
  }
}

.section-header.fixed .logo img {
  max-height: 45px !important;
}

#legal-policy ul li {
  margin-right: 0px;
}

#dinner {
  display: none !important;
}

/* Modern icon-style gallery cards: icon + title side by side */
#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag:empty,
#gallery-detail-section-1 .gallery-wrapper .weta-icerik-tag:empty,
#gallery-detail-section-5 .gallery-wrapper .weta-icerik-tag:empty,
#gallery-detail-section-7 .gallery-wrapper .weta-icerik-tag:empty,
#gallery-detail-section-3 .galleryDescription:empty,
#gallery-detail-section-1 .galleryDescription:empty,
#gallery-detail-section-5 .galleryDescription:empty,
#gallery-detail-section-7 .galleryDescription:empty {
  display: none;
}

/* These headings are sub-category labels under "Ürün Grupları", not section titles */
#gallery-detail-section-3 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-1 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-5 .gallery-wrapper .weta-icerik-tag,
#gallery-detail-section-7 .gallery-wrapper .weta-icerik-tag {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--site-color);
  margin-bottom: 18px;
  text-align: center;
}

/* Center the card grid itself (not each card's inner content) so incomplete last rows don't hug the left edge */
#gallery-detail-section-3 #image-gallery .row,
#gallery-detail-section-1 #image-gallery .row,
#gallery-detail-section-5 #image-gallery .row,
#gallery-detail-section-7 #image-gallery .row {
  justify-content: center;
}

#gallery-detail-section-3 .custom-col,
#gallery-detail-section-1 .custom-col,
#gallery-detail-section-5 .custom-col,
#gallery-detail-section-7 .custom-col {
  width: 33.3% !important;
  margin-bottom: 20px;
}

#gallery-detail-section-3 .img-wrapper,
#gallery-detail-section-1 .img-wrapper,
#gallery-detail-section-5 .img-wrapper,
#gallery-detail-section-7 .img-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 100%;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(25, 22, 75, 0.05);
  transition: all 0.35s ease;
}

#gallery-detail-section-3 .img-wrapper:hover,
#gallery-detail-section-1 .img-wrapper:hover,
#gallery-detail-section-5 .img-wrapper:hover,
#gallery-detail-section-7 .img-wrapper:hover {
  border-color: var(--site-hover-color);
  box-shadow: 0 10px 26px rgba(25, 22, 75, 0.12);
  transform: translateY(-4px);
}

#gallery-detail-section-3 .gallery-img,
#gallery-detail-section-1 .gallery-img,
#gallery-detail-section-5 .gallery-img,
#gallery-detail-section-7 .gallery-img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.35s ease;
}

#gallery-detail-section-3 .gallery-img a,
#gallery-detail-section-1 .gallery-img a,
#gallery-detail-section-5 .gallery-img a,
#gallery-detail-section-7 .gallery-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#gallery-detail-section-3 .gallery-img img,
#gallery-detail-section-1 .gallery-img img,
#gallery-detail-section-5 .gallery-img img,
#gallery-detail-section-7 .gallery-img img {
  width: 45px !important;
  height: 45px !important;
  object-fit: contain;
}

#gallery-detail-section-3 .gallery-info,
#gallery-detail-section-1 .gallery-info,
#gallery-detail-section-5 .gallery-info,
#gallery-detail-section-7 .gallery-info {
  flex: 1;
  min-width: 0;
}

#gallery-detail-section-3 .img-title .weta-icerik-tag,
#gallery-detail-section-1 .img-title .weta-icerik-tag,
#gallery-detail-section-5 .img-title .weta-icerik-tag,
#gallery-detail-section-7 .img-title .weta-icerik-tag {
  font-size: 16px;
  font-weight: 600;
  color: var(--site-color);
  line-height: 1.3;
  margin: 0;
  display: block;
}

/* Ürün Grupları ikonları (Moda / Tekstil / Yan Sanayi / Teknoloji): transparan PNG'leri #281614 ile tek renge boya */
#gallery-detail-section-3 .gallery-img img,
#gallery-detail-section-1 .gallery-img img,
#gallery-detail-section-5 .gallery-img img,
#gallery-detail-section-7 .gallery-img img {
  display: none !important;
}

#gallery-detail-section-3 .gallery-img a,
#gallery-detail-section-1 .gallery-img a,
#gallery-detail-section-5 .gallery-img a,
#gallery-detail-section-7 .gallery-img a {
  background-color: #281614;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 50px;
  height: 50px;
}

/* Moda */
#gallery-detail-section-3 .gallery-img a[href="/images/clothes.png"] {
  -webkit-mask-image: url("/images/clothes.png");
  mask-image: url("/images/clothes.png");
}

#gallery-detail-section-3 .gallery-img a[href="/images/onesie.png"] {
  -webkit-mask-image: url("/images/onesie.png");
  mask-image: url("/images/onesie.png");
}

#gallery-detail-section-3 .gallery-img a[href="/images/fashion.png"] {
  -webkit-mask-image: url("/images/fashion.png");
  mask-image: url("/images/fashion.png");
}

#gallery-detail-section-3 .gallery-img a[href="/images/fashion (1).png"] {
  -webkit-mask-image: url("/images/fashion (1).png");
  mask-image: url("/images/fashion (1).png");
}

#gallery-detail-section-3 .gallery-img a[href="/images/sport.png"] {
  -webkit-mask-image: url("/images/sport.png");
  mask-image: url("/images/sport.png");
}

#gallery-detail-section-3 .gallery-img a[href="/images/jeans.png"] {
  -webkit-mask-image: url("/images/jeans.png");
  mask-image: url("/images/jeans.png");
}

#gallery-detail-section-3 .gallery-img a[href="/images/socks.png"] {
  -webkit-mask-image: url("/images/socks.png");
  mask-image: url("/images/socks.png");
}

/* Tekstil */
#gallery-detail-section-1 .gallery-img a[href="/images/woven.png"] {
  -webkit-mask-image: url("/images/woven.png");
  mask-image: url("/images/woven.png");
}

#gallery-detail-section-1 .gallery-img a[href="/images/knitting.png"] {
  -webkit-mask-image: url("/images/knitting.png");
  mask-image: url("/images/knitting.png");
}

#gallery-detail-section-1 .gallery-img a[href="/images/embroidery-hoop.png"] {
  -webkit-mask-image: url("/images/embroidery-hoop.png");
  mask-image: url("/images/embroidery-hoop.png");
}

/* Yan Sanayi */
#gallery-detail-section-5 .gallery-img a[href="/images/cap.png"] {
  -webkit-mask-image: url("/images/cap.png");
  mask-image: url("/images/cap.png");
}

#gallery-detail-section-5 .gallery-img a[href="/images/polo-shirt.png"] {
  -webkit-mask-image: url("/images/polo-shirt.png");
  mask-image: url("/images/polo-shirt.png");
}

#gallery-detail-section-5 .gallery-img a[href="/images/button.png"] {
  -webkit-mask-image: url("/images/button.png");
  mask-image: url("/images/button.png");
}

#gallery-detail-section-5 .gallery-img a[href="/images/zipper.png"] {
  -webkit-mask-image: url("/images/zipper.png");
  mask-image: url("/images/zipper.png");
}

#gallery-detail-section-5 .gallery-img a[href="/images/clothes-hanger.png"] {
  -webkit-mask-image: url("/images/clothes-hanger.png");
  mask-image: url("/images/clothes-hanger.png");
}

#gallery-detail-section-5 .gallery-img a[href="/images/packaging.png"] {
  -webkit-mask-image: url("/images/packaging.png");
  mask-image: url("/images/packaging.png");
}

/* Teknoloji */
#gallery-detail-section-7 .gallery-img a[href="/images/sewing-machine-outline.png"] {
  -webkit-mask-image: url("/images/sewing-machine-outline.png");
  mask-image: url("/images/sewing-machine-outline.png");
}

#gallery-detail-section-7 .gallery-img a[href="/images/laser.png"] {
  -webkit-mask-image: url("/images/laser.png");
  mask-image: url("/images/laser.png");
}

#gallery-detail-section-7 .gallery-img a[href="/images/developer.png"] {
  -webkit-mask-image: url("/images/developer.png");
  mask-image: url("/images/developer.png");
}

#gallery-detail-section-7 .gallery-img a[href="/images/production.png"] {
  -webkit-mask-image: url("/images/production.png");
  mask-image: url("/images/production.png");
}

#gallery-detail-section-7 .gallery-img a[href="/images/t-shirt.png"] {
  -webkit-mask-image: url("/images/t-shirt.png");
  mask-image: url("/images/t-shirt.png");
}

#gallery-detail-section-3 .img-description:empty,
#gallery-detail-section-1 .img-description:empty,
#gallery-detail-section-5 .img-description:empty,
#gallery-detail-section-7 .img-description:empty {
  display: none;
}

@media (max-width: 991px) {

  #gallery-detail-section-3 .custom-col,
  #gallery-detail-section-1 .custom-col,
  #gallery-detail-section-5 .custom-col,
  #gallery-detail-section-7 .custom-col {
    width: 50% !important;
  }
}

@media (max-width: 576px) {

  #gallery-detail-section-3 .custom-col,
  #gallery-detail-section-1 .custom-col,
  #gallery-detail-section-5 .custom-col,
  #gallery-detail-section-7 .custom-col {
    width: 100% !important;
  }

  #gallery-detail-section-3 .img-wrapper,
  #gallery-detail-section-1 .img-wrapper,
  #gallery-detail-section-5 .img-wrapper,
  #gallery-detail-section-7 .img-wrapper {
    padding: 14px 16px;
  }
}

/* Footer: brand / navigation / support — clear 3-tier hierarchy */
.footer.footer {
  border-top: 3px solid var(--site-color);
  padding: 40px 0 40px;
  background-color: var(--site-footer-color, #ffffff);
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer #footer-col {
  padding: 0 28px;
}

.footer #footer-col:first-child {
  padding-left: 0;
}

.footer #footer-col:last-child {
  padding-right: 0;
}

.footer #footer-col:not(:last-child) {
  border-right: 1px solid var(--site-color);
}

.footer .footer-title:empty {
  display: none;
}

.footer * {
  color: var(--site-color, #281614);
}

/* Col 1 — brand: logo leads, description supports */
.footer #footer-col:nth-child(1) .footer-description a {
  display: inline-block;
  margin-bottom: 18px;
}

.footer #footer-col:nth-child(1) .footer-description img {
  max-height: 42px;
  width: auto;
}

.footer #footer-col:nth-child(1) .footer-description p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(40, 22, 20, 0.7);
  max-width: 260px;
  margin: 0;
}

/* Col 2 — navigation: quiet vertical list, hover reveals hierarchy */
.footer #footer-col:nth-child(2) {
  padding-top: 6px;
}

.footer #footer-col:nth-child(2) .footer-pages {
  display: flex;
  flex-direction: column;
}

.footer #footer-col:nth-child(2) .footer-pages li {
  width: 100% !important;
  border-bottom: 1px solid rgba(40, 22, 20, 0.1);
}

.footer #footer-col:nth-child(2) .footer-pages li:first-child {
  padding-top: 0;
}

.footer #footer-col:nth-child(2) .footer-pages li a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(40, 22, 20, 0.85);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer #footer-col:nth-child(2) .footer-pages li a:hover {
  color: var(--site-hover-color);
  padding-left: 6px;
}

/* Col 3 — support: partner logos as equal-weight credentials */
.footer #footer-col:nth-child(3) .support-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer #footer-col:nth-child(3) .footer-description {
  margin-top: 5px;
}

.footer #footer-col:nth-child(3) .support-logos img {
  width: auto;
  max-width: 120px;
  object-fit: contain;
  background: #fff;
  border-radius: 0;
  padding: 6px 10px;
}

.footer #footer-col:nth-child(3) .support-logos img[src*="gso-logo"] {
  max-width: 160px;
  padding: 2px;
}

section#bottom-footer * {
  color: #fff;
}

section#bottom-footer {
  background-color: var(--site-color);
}

.footer #footer-col:nth-child(3) .footer-description p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(40, 22, 20, 0.7);
  text-align: end;
  max-width: 260px;
  margin: 0;
}

@media (max-width: 768px) {

  .footer #footer-col,
  .footer #footer-col:first-child,
  .footer #footer-col:last-child {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    align-items: center;
    text-align: center;
    padding: 28px 0;
    border-right: none !important;
    border-bottom: 1px solid rgba(40, 22, 20, 0.15);
  }

  .footer #footer-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer #footer-col:nth-child(1) .footer-description p,
  .footer #footer-col:nth-child(3) .footer-description p {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer #footer-col:nth-child(3) .support-logos {
    justify-content: center;
  }
  .footer #footer-contact-social {
    justify-content: center;
  }
}

/* ===== Date / Location / B2B Hours strip ===== */
#icon-section-1 {
  padding: 40px 0;
}

#icon-section-1 .container {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  outline: 2px solid var(--site-hover-color);
  outline-offset: 12px;
}

#icon-section-1 .container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/images/fashionteks-contact-bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

#icon-section-1 .container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--site-color);
  opacity: 0.70;
  z-index: 0;
}

#icon-section-1 .icon-content-wrapper:empty,
#icon-section-1 .icon-content-wrapper .weta-icerik-tag:empty,
#icon-section-1 .icon-content-wrapper .galleryDescription:empty {
  display: none;
}

#icon-section-1 #icon-gallery {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

#icon-section-1 #icon-gallery .row {
  align-items: stretch;
}

#icon-section-1 #icon-gallery .custom-col {
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#icon-section-1 #icon-gallery .custom-col:not(:first-child) {
  border-left: 2px solid rgba(255, 255, 255);
}

#icon-section-1 .icon-wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 18px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  width: auto;
}

#icon-section-1 .icon-wrapper:hover {
  transform: none;
  box-shadow: none;
}

#icon-section-1 .icon {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid var(--site-hover-color);
  background-color: var(--site-hover-color);
}

#icon-section-1 .icon span {
  font-size: 26px;
  color: #fff !important;
}

#icon-section-1 .icon-title {
  grid-column: 2;
  grid-row: 1;
}

#icon-section-1 .icon-title p {
  font-size: 24px !important;
  font-weight: 500 !important;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1;
  color: #fff;
  margin-bottom: 4px;
}

#icon-section-1 .icon-description {
  grid-column: 2;
  grid-row: 2;
}

#icon-section-1 .icon-description p {
  margin-top: -15px;
}

/* ===== Text + image detail sections (Gaziantep'ten Dünyaya / Neden FashionTeks) ===== */
.pageDetailContent.textImg .weta-description p:first-of-type {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 18px;
  color: var(--site-hover-color) !important;
  border-left: 3px solid var(--site-color);
  margin-bottom: 22px !important;
}

.pageDetailContent.textImg .weta-description p {
  font-size: 15.5px;
  line-height: 1.8;
}

.pageDetailContent.textImg .weta-buttons:empty {
  display: none;
}

.pageDetailContent.textImg .rg-wrapper {
  position: relative;
}

.pageDetailContent.textImg .rg-wrapper .rgw {
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(25, 22, 75, 0.18);
}

.pageDetailContent.textImg .rg-wrapper .rgw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Offset frame accent behind the photo — shifted toward the outer edge */
.pageDetailContent.textImg .rg-wrapper::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--site-hover-color);
  z-index: 0;
}

.rexa-gorseller.gorsel-right .rg-wrapper::before {
  right: -16px;
}

.rexa-gorseller.gorsel-left .rg-wrapper::before {
  left: -16px;
}

/* Prevent the offset frame from causing horizontal overflow on narrow screens */
@media (max-width: 480px) {

  .rexa-gorseller.gorsel-right .rg-wrapper::before,
  .rexa-gorseller.gorsel-left .rg-wrapper::before {
    right: auto;
    left: auto;
    top: -8px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }

  .rexa-gorseller.gorsel-right .rg-wrapper::before {
    right: -8px;
  }

  .rexa-gorseller.gorsel-left .rg-wrapper::before {
    left: -8px;
  }
}

/* #page-detail-section-3's image slot has no photo yet — fill it with a branded panel */
#page-detail-section-3 .rg-wrapper .rgw {
  max-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


/* ===== Ürün Grupları section header ===== */
#paragraph-section-1 {
  padding: 60px 0 10px;
  text-align: center;
}

#paragraph-section-1 .paragraph-title h2 {
  position: relative;
  display: inline-block;
  font-weight: 800;
  color: var(--site-color);
  margin-bottom: 18px;
  padding-bottom: 16px;
}

#paragraph-section-1 .paragraph-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--site-hover-color);
}

#paragraph-section-1 .paragraph-content p {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: var(--site-hover-color) !important;
  letter-spacing: 0.2px;
  max-width: 560px;
  margin: 0 auto;
}

/* ===== Ürün Grupları category tabs (built by fashionteks.js) ===== */
.product-group-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 1140px;
  margin: 30px auto 40px;
  padding: 0 15px;
}

.product-group-tab {
  border: none;
  background: transparent;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--site-hover-color);
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.product-group-tab.active {
  background-color: var(--site-color);
  color: #fff;
}

.product-group-tab:hover:not(.active) {
  color: var(--site-color);
}

@media (max-width: 576px) {
  .product-group-tabs {
    gap: 6px;
  }

  .product-group-tab {
    padding: 10px 16px;
    font-size: 14px;
  }
}

/* ===== Neden Katılmalısınız / Ziyaret / B2B feature cards ===== */
#gallery-detail-section-11 #image-gallery .row {
  justify-content: center;
}

#gallery-detail-section-11 .custom-col {
  padding: 14px;
  position: relative;
}

#paragraph-section-2 {
  padding-bottom: 10px;
}


#gallery-detail-section-11 .img-wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 28px rgba(25, 22, 75, 0.1);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

#gallery-detail-section-11 .img-wrapper:hover {
  transform: translateY(-6px);
  border: 2px solid var(--site-hover-color);
  box-shadow: 0 20px 40px rgba(25, 22, 75, 0.2);
}

#gallery-detail-section-11 .gallery-img {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

#gallery-detail-section-11 .gallery-img a {
  display: block;
  width: 100%;
  height: 100%;
}

#gallery-detail-section-11 .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#gallery-detail-section-11 .img-wrapper:hover .gallery-img img {
  transform: scale(1.06);
}

#gallery-detail-section-11 .gallery-info {
  padding: 24px;
}

#gallery-detail-section-11 .img-title .weta-icerik-tag {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: var(--site-color);
  margin-bottom: 10px;
}

#gallery-detail-section-11 .img-description span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--site-hover-color);
  margin-bottom: 8px;
}

#gallery-detail-section-11 .img-description p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 16px;
}

#gallery-detail-section-11 .fash-detay-gor {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--site-color);
  transition: gap 0.25s ease, color 0.25s ease;
}

#gallery-detail-section-11 .fash-detay-gor::after {
  content: "\2192";
  transition: transform 0.25s ease;
}

#gallery-detail-section-11 .fash-detay-gor:hover {
  color: var(--site-hover-color);
  gap: 10px;
}

@media (max-width: 768px) {
  #icon-section-1 #icon-gallery .row {
    flex-direction: column;
  }

  #icon-section-1 #icon-gallery .custom-col {
    padding: 16px 20px !important;
    width: 100% !important;
  }

  #icon-section-1 #icon-gallery .custom-col:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  #gallery-detail-section-11 .gallery-info {
    padding: 18px;
  }

  #product-section-6 .custom-col {
    width: 50% !important;
  }

  #product-list .rgw img {
    padding: 0 !important;
  }

  .product-list .weta-icerik-tag {
    font-size: 16px !important;
  }

  #icon-section-1 #icon-gallery .custom-col {
    justify-content: start;
  }

  .footer #footer-col:nth-child(2) {
    margin-bottom: 0 !important;
    padding-bottom: 40px;
    padding-top: 0;
  }

  #page-detail-section-3::before,
  #page-detail-section-1::before {
    top: 10px;
  }

  #product-list .product-wrapper {
    max-height: 310px;
  }
}