/* Sayra & Cinar Brand Presentation Styles - Feedback Aligned */

:root {
  --presentation-blue: #39a2cf;
  --presentation-red: #f1464d;
  --presentation-pink: #f7cbd2;
  --presentation-yellow: #ffea16;
  --presentation-purple: #9f7ccf;
  --presentation-green: #0b9b77;
  --presentation-grey: #e9e9e9;
  --presentation-ink: #111111;
  --container: 1480px;
}

*, *::before, *::after, body, p, span, a, label, input, button, select, textarea {
  font-family: 'Axiforma', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .heading > h2, b, strong, th {
  font-family: 'Axiforma', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body,
main#eg-main {
  color: var(--presentation-ink);
  background: #fff;
  overflow-x: hidden;
}

.eg-container {
  max-width: var(--container);
  padding-inline: clamp(1rem, 3vw, 3.5rem);
}

/* Remove all disrupting scroll/reveal animations on products */
[data-observe],
.product-box[data-observe],
[data-observe="translate"],
[data-observe="blur"],
[data-observe="opacity"] {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  visibility: visible !important;
}

/* ==========================================================
   HEADER
   ========================================================== */
#eg-header .shipping-announcement {
  height: 38px;
  background: var(--presentation-red);
  border-bottom: 0;
}

#eg-header .shipping-announcement__group {
  gap: 2.6rem;
  padding-right: 2.6rem;
}

#eg-header .shipping-announcement__group > span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#eg-header .shipping-announcement__group > span::after {
  content: "  ✿";
  color: #ffd0da;
}

#eg-header > .eg-container {
  max-width: none;
  padding: 0;
}

#eg-header > .eg-container > .eg-nav-desktop {
  height: 136px;
  padding: 0;
  background: var(--presentation-blue);
  border: 0;
  box-shadow: none;
}

#eg-header > .eg-container > .eg-nav-desktop > .eg-wrapper {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#eg-header .desktop-search-form,
#eg-header .navigation > .navigation-links {
  display: none;
}

/* Header Search Button & Quick Action Icons */
#eg-header .desktop-search-form {
  display: none !important;
}

#eg-header .eg-search-btn {
  display: flex !important;
}

#eg-header .eg-search.active {
  opacity: 1 !important;
  pointer-events: all !important;
  z-index: 99999 !important;
}


#eg-header .foundation-logo {
  order: -1;
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#eg-header .foundation-logo > img {
  width: 86px;
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
}

#eg-header .brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#eg-header .brand-logo > img {
  width: 210px;
  max-width: 210px;
  max-height: 110px;
  object-fit: contain;
}

#eg-header > .eg-container > .eg-nav-desktop > .eg-wrapper > .navigation {
  justify-content: flex-end;
  margin-left: auto;
  flex: 0 0 auto;
}

#eg-header .navigation > .quick-links {
  gap: 0.75rem;
  padding: 0;
  display: flex;
  align-items: center;
}

#eg-header .navigation > .quick-links > button,
#eg-header .navigation > .quick-links > a,
#eg-header .navigation > .quick-links > .header-cart-menu > a,
#eg-header .header-action-link {
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: #fff !important;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease, transform 0.2s ease;
  position: relative;
}

#eg-header .navigation > .quick-links > button:hover,
#eg-header .navigation > .quick-links > a:hover,
#eg-header .navigation > .quick-links > .header-cart-menu > a:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}

#eg-header .navigation > .quick-links svg {
  display: block;
  stroke: #fff;
}

#eg-header .navigation > .quick-links .count {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--presentation-red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

#eg-header .quick-link-label {
  display: none;
}

#eg-header .category-strip {
  border: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

#eg-header .category-strip > .eg-wrapper {
  height: 56px;
  max-width: 1480px;
  margin: 0 auto;
  padding-inline: clamp(1rem, 3vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

#eg-header .mega-category-link {
  padding: 0.5rem 0.75rem;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
}

#eg-header .mega-category-link:hover,
#eg-header .mega-category-item:hover > .mega-category-link {
  color: var(--presentation-red);
  background: #fff5f6;
}

/* ==========================================================
   HERO BANNER (Modern Wide & Minimal Layout)
   ========================================================== */
.storefront-hero {
  padding: 1.5rem 0 2rem;
  background: #ffffff;
}

.storefront-hero > .eg-container {
  max-width: 1560px;
  padding-inline: clamp(1rem, 3vw, 3.5rem);
}

#homepage-banner.storefront-hero .swiper-homepage {
  width: 100%;
  aspect-ratio: 16 / 6.2;
  min-height: 460px;
  max-height: 600px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

#homepage-banner.storefront-hero .banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#homepage-banner.storefront-hero .banner-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#homepage-banner.storefront-hero .banner-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.22) 45%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
  pointer-events: none;
}

#homepage-banner.storefront-hero .banner-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.banner-image:hover .banner-media > img {
  transform: scale(1.025);
}

/* ==========================================================
   HERO BANNER - DEDICATED BOTTOM-LEFT TEXT POSITIONING
   ========================================================== */
#homepage-banner.storefront-hero .banner-content {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  padding: 0 !important;
}

#homepage-banner.storefront-hero .banner-main-info,
.banner-main-info {
  position: absolute !important;
  left: clamp(24px, 3.5vw, 48px) !important;
  bottom: clamp(20px, 2.8vw, 36px) !important;
  right: auto !important;
  top: auto !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  max-width: clamp(300px, 35vw, 480px) !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

.banner-title-lockup {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 2px !important;
  margin: 0 !important;
}

.banner-hashtag {
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  opacity: 0.92 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
  margin: 0 0 2px 0 !important;
  text-align: left !important;
  display: block !important;
}

.banner-title {
  font-size: clamp(26px, 3.8vw, 48px) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  line-height: 1.02 !important;
  margin: 0 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5) !important;
  letter-spacing: -0.5px !important;
  text-align: left !important;
  display: block !important;
}

.banner-desc {
  margin: 6px 0 0 0 !important;
  font-size: clamp(13px, 0.95vw, 14.5px) !important;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.45 !important;
  max-width: 100% !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: left !important;
}

#homepage-banner.storefront-hero .banner-action,
.banner-action {
  position: absolute !important;
  right: clamp(24px, 3.5vw, 48px) !important;
  bottom: clamp(20px, 2.8vw, 36px) !important;
  left: auto !important;
  top: auto !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  margin: 0 !important;
}

.banner-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.9rem 2.2rem;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.banner-outline-btn svg {
  transition: transform 0.25s ease;
  stroke: currentColor;
}

.banner-image:hover .banner-outline-btn {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.banner-image:hover .banner-outline-btn svg {
  transform: translateX(4px);
}

/* Pagination Dots */
/* Pagination Dots (Strictly Centered) */
#homepage-banner .swiper-pagination,
#homepage-banner.storefront-hero .swiper-pagination,
#homepage-pagination {
  position: absolute !important;
  bottom: 18px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  margin: 0 auto !important;
  z-index: 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 8px !important;
  pointer-events: auto !important;
}

#homepage-banner .swiper-pagination .swiper-pagination-bullet,
#homepage-banner.storefront-hero .swiper-pagination .swiper-pagination-bullet,
#homepage-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.65) !important;
  opacity: 1 !important;
  margin: 0 !important;
  display: inline-block !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  cursor: pointer !important;
  border: 0 !important;
}

#homepage-banner .swiper-pagination .swiper-pagination-bullet-active,
#homepage-banner.storefront-hero .swiper-pagination .swiper-pagination-bullet-active,
#homepage-pagination .swiper-pagination-bullet-active {
  width: 28px !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) !important;
}

/* ==========================================================
   3'LÜ ADIM REHBER KARTLARI (Slide 4 exact colors)
   ========================================================== */
.storefront-guide {
  padding: 1.5rem 0 3.5rem;
  background: #ffffff;
}

.storefront-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.storefront-guide-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.8rem 1.6rem;
  border-radius: 0;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.storefront-guide-card.guide-card-grey {
  background: #cfd2d4;
  color: #111111;
}

.storefront-guide-card.guide-card-yellow {
  background: #ffea16;
  color: #111111;
}

.storefront-guide-card.guide-card-pink {
  background: #fedde4;
  color: #111111;
}

.storefront-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.storefront-guide-shape-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}

.storefront-guide-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: inherit;
}

@media (max-width: 992px) {
  .storefront-guide__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #homepage-banner.storefront-hero .swiper-homepage {
    aspect-ratio: 16 / 8;
    min-height: 400px;
  }
  #homepage-banner.storefront-hero .banner-main-info,
  .banner-main-info {
    left: 24px !important;
    bottom: 24px !important;
    max-width: 55% !important;
  }
  #homepage-banner.storefront-hero .banner-action,
  .banner-action {
    right: 24px !important;
    bottom: 24px !important;
  }
}

@media (max-width: 768px) {
  #homepage-banner.storefront-hero .swiper-homepage {
    aspect-ratio: 16 / 11;
    min-height: 360px;
    border-radius: 20px;
  }
  #homepage-banner.storefront-hero .banner-main-info,
  .banner-main-info {
    left: 18px !important;
    bottom: 68px !important;
    max-width: calc(100% - 36px) !important;
  }
  #homepage-banner.storefront-hero .banner-action,
  .banner-action {
    left: 18px !important;
    right: auto !important;
    bottom: 18px !important;
  }
  .banner-outline-btn {
    padding: 0.75rem 1.75rem;
    font-size: 12.5px;
  }
}

/* ==========================================================
   ÜRÜN RAFLARI & KARTLARI
   ========================================================== */
.product-shelf {
  padding: 2.5rem 0;
  background: #fff;
}

.product-shelf > .eg-container > .eg-wrapper {
  max-width: 1320px;
  margin: 0 auto;
}

.shelf-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.shelf-heading > h2 {
  color: #111;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.shelf-heading > a {
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.shelf-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.product-box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-figure-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f3f2;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-box figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  display: block;
}

.product-box:hover figure img.primary-image {
  transform: scale(1.04);
}

/* E-Cards Image Equalization & Fit */
.product-box.is-ecard-card .product-figure-wrap {
  background: #f5f3f2;
}

.product-box.is-ecard-card figure {
  padding: 12px;
  box-sizing: border-box;
}

.product-box.is-ecard-card figure img {
  object-fit: contain !important;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
  border-radius: 6px;
  max-width: 100%;
  max-height: 100%;
}

.product-box .favorite-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, transform 0.2s ease;
}

.product-box .favorite-button:hover {
  background: #fff;
  transform: scale(1.1);
  color: var(--presentation-red);
}

/* Minimal Plus Button in bottom-right corner */
.product-quick-add-form {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  margin: 0;
}

.product-minimal-plus-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  background: #ffffff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-minimal-plus-btn:hover {
  background: var(--presentation-red);
  color: #fff;
  transform: scale(1.12);
}

.product-info-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.product-box .description {
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 0.35rem;
  min-width: 0;
}

.product-box .description .group {
  min-width: 0;
}

.product-box .description b {
  color: #111;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
  word-break: break-word;
  overflow-wrap: break-word;
}

.product-box .description .price {
  color: #111;
  font-size: 13px;
  font-weight: 600;
  min-height: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
}

.product-box .description .price-range {
  color: #111;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* ==========================================================
   #İYİLİĞİPAYLAŞ STORY BANNER SECTION (Slide 7 & 12)
   ========================================================== */
.homepage-story-section {
  padding: 3rem 0;
  background: #fff;
}

.homepage-story-banner {
  position: relative;
  width: 100%;
  min-height: 440px;
  border-radius: 28px;
  overflow: hidden;
  background: url('../images/about-us-bg.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
}

.homepage-story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 65%, transparent 100%);
  z-index: 1;
}

.homepage-story-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 3rem clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.story-hashtag {
  color: #fff;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0;
  text-transform: uppercase;
}

.story-description {
  color: #f5f5f5;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.6;
  margin: 0;
}

.story-button {
  min-width: 140px;
  height: 44px;
  padding: 0 1.8rem;
  border: 1.5px solid #fff;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.story-button:hover {
  background: #fff;
  color: #111;
}

/* ==========================================================
   HİZMET & GÜVEN ROZETLERİ (Centered 3-Column Layout)
   ========================================================== */
.site-trust-badges {
  padding: 3.5rem 0 3.5rem;
  background: #ffffff;
}

.site-trust-badges-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  text-align: center;
  justify-items: center;
  align-items: flex-start;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 300px;
}

.service-icon-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}

.service-icon-wrap img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.service-item > b {
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
  margin: 0;
}

.service-item > p {
  color: #444444;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  max-width: 260px;
  text-align: center;
}

@media (max-width: 768px) {
  .site-trust-badges-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    max-width: 360px;
  }
}

/* ==========================================================
   FOOTER (Exact User Screenshot Design Alignment)
   ========================================================== */
.site-main-footer,
#eg-footer {
  position: relative;
  overflow: hidden;
  background-color: #fedde4 !important;
  background-image: none !important;
  padding: 5rem 0 4rem;
  min-height: 480px;
}

.site-main-footer::before,
.site-main-footer::after,
#eg-footer::before,
#eg-footer::after {
  display: none !important;
}

.footer-ribbon-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.footer-ribbon-bg img {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 950px;
  height: auto;
  object-fit: contain;
  display: block;
}

.site-main-footer > .eg-container,
#eg-footer > .eg-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding-inline: clamp(1.5rem, 4vw, 4rem);
}

.footer-top-columns {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  padding-bottom: 3.5rem;
}

.footer-column h4 {
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 1.25rem 0;
}

.footer-column p,
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-column p,
.footer-column p a,
.footer-column ul li a,
.footer-address {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-column p a:hover,
.footer-column ul li a:hover {
  color: #df5453;
}

.footer-address {
  margin-top: 0.25rem;
  line-height: 1.45;
}

/* Footer Bottom Signature & Copyright Block */
.footer-bottom-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.85rem;
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.footer-brand-logo {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.footer-lockup-divider {
  width: 1.5px;
  height: 36px;
  background-color: #111111;
  opacity: 0.35;
}

.footer-foundation-logo {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.footer-project-signature strong {
  color: #111111;
  font-size: 13.5px;
  font-weight: 700;
}

.footer-legal-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.footer-legal-info p {
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.footer-powered-by {
  font-size: 11px !important;
  color: #333333 !important;
  line-height: 1.35 !important;
  margin-top: 0.5rem !important;
}

/* ==========================================================
   ÜRÜN DETAY SAYFASI (Slide 15, 16, 17 & 20 Exact Alignment)
   ========================================================== */
.product-detail-view,
#product-detail {
  padding: 2rem 0 5rem;
  background: #ffffff;
}

.product-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  color: #666666;
  margin-bottom: 2rem;
}

.product-detail-breadcrumb a {
  color: #555555;
  text-decoration: none;
}

.product-detail-breadcrumb a:hover {
  color: #111111;
}

.product-detail-breadcrumb .sep {
  color: #aaaaaa;
}

.product-detail-breadcrumb .current {
  color: #111111;
  font-weight: 600;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: flex-start;
}

/* Left Gallery */
.product-detail-gallery {
  display: flex;
  flex-direction: column;
}

.product-detail-main-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f3f2;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-media-zoom-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: zoom-in;
  overflow: hidden;
}

.product-detail-main-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-media-zoom-link:hover img {
  transform: scale(1.035);
}

.zoom-indicator-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  pointer-events: none;
  user-select: none;
  z-index: 3;
}

.zoom-indicator-badge svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.2;
  transition: transform 0.25s ease;
}

.main-media-zoom-link:hover .zoom-indicator-badge {
  background: #ffffff;
  color: var(--presentation-blue, #39a2cf);
  box-shadow: 0 8px 24px rgba(57, 162, 207, 0.22), 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px) scale(1.02);
}

.main-media-zoom-link:hover .zoom-indicator-badge svg {
  transform: scale(1.12);
}

/* E-Card Product Detail Gallery Containment */
.is-ecard-page .product-detail-main-media {
  background: #f5f3f2;
  padding: 28px;
  box-sizing: border-box;
}

.is-ecard-page .product-detail-main-media .main-media-zoom-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-ecard-page .product-detail-main-media img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.08));
  border-radius: 14px;
}

.is-ecard-page .product-detail-thumbnails .thumb-btn {
  padding: 6px;
  box-sizing: border-box;
}

.is-ecard-page .product-detail-thumbnails .thumb-btn img {
  object-fit: contain !important;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .is-ecard-page .product-detail-main-media {
    padding: 14px;
    border-radius: 20px;
  }
  .zoom-indicator-badge {
    bottom: 12px;
    left: 12px;
    padding: 6px 11px;
    font-size: 12px;
    gap: 5px;
  }
  .zoom-indicator-badge svg {
    width: 14px;
    height: 14px;
  }
}

.product-detail-thumbnails {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.product-detail-thumbnails .thumb-btn {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  background: #f5f3f2;
  border: 2px solid transparent;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  flex: 0 0 88px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-detail-thumbnails .thumb-btn.is-active,
.product-detail-thumbnails .thumb-btn:hover {
  border-color: var(--presentation-blue);
  transform: translateY(-2px);
}

.product-detail-thumbnails .thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right Info */
.product-detail-info {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}

.product-detail-price {
  margin-bottom: 0.35rem;
}

.product-detail-price .price-val {
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 700;
  color: #111111;
}

.product-detail-price .price-old {
  font-size: 18px;
  color: #888888;
  margin-right: 0.65rem;
}

.product-detail-title {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  color: #111111;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}

.product-detail-summary {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.product-detail-summary p {
  margin: 0;
}

/* Purchase Actions */
.product-actions-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.product-actions-row-primary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.product-qty-stepper {
  width: 125px;
  height: 48px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}

.product-qty-stepper .qty-btn {
  width: 32px;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-qty-stepper input {
  width: 40px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  outline: none;
}

.product-btn-add-cart {
  flex: 1;
  height: 48px;
  background: #df5453;
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.product-btn-add-cart:hover {
  background: #c94342;
}

.product-btn-buy-now {
  width: 100%;
  height: 48px;
  background: #ffffff;
  color: #111111;
  border: 1.5px solid #222222;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-btn-buy-now:hover {
  background: #111111;
  color: #ffffff;
}

/* Minimal Accordions */
.product-minimal-accordions {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  margin-top: 1.25rem;
}

.minimal-accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.minimal-accordion-item summary {
  padding: 1.15rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #111111;
}

.minimal-accordion-item summary::-webkit-details-marker {
  display: none;
}

.minimal-accordion-item .acc-icon {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  transition: transform 0.2s ease;
}

.minimal-accordion-item[open] .acc-icon {
  transform: rotate(45deg);
}

.minimal-accordion-item .acc-content {
  padding-bottom: 1.25rem;
  color: #555555;
  font-size: 13.5px;
  line-height: 1.65;
}

/* Related Products (Slide 17) */
.product-detail-related {
  margin-top: 5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #eeeeee;
}

.related-heading {
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  text-transform: uppercase;
  color: #111111;
  margin: 0 0 2rem 0;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.75rem !important;
}

@media (max-width: 992px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
  }
  .related-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 576px) {
  .related-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================================================
   KATEGORİ SAYFASI (Slide 22, 26, 27)
   ========================================================== */
.category-products-page {
  padding: 3rem 0 5rem;
  background: #fff;
}

.category-page-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: flex-start;
}

.category-sidebar {
  position: sticky;
  top: 100px;
  background: #fff;
}

.category-sidebar-heading {
  font-size: 15px;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 1.25rem 0;
  padding-bottom: 0.5rem;
}

.category-tree {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.category-tree > li > a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}

.category-tree > li > a:hover,
.category-tree > li.is-active > a {
  color: var(--presentation-red);
  font-weight: 700;
}

.subcategory-tree {
  list-style: none;
  padding: 0.4rem 0 0.3rem 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.subcategory-tree > li > a {
  display: block;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.subcategory-tree > li > a:hover,
.subcategory-tree > li.is-active > a {
  color: var(--presentation-red);
  font-weight: 700;
}

/* Category Catalog Main */
.category-catalog-main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.catalog-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.catalog-title-area {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
}

.catalog-title-area h2 {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  margin: 0;
}

.catalog-title-area span {
  font-size: 13px;
  color: #777;
  font-weight: 500;
}

.catalog-sort form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.catalog-sort label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #222;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-sort select {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 0.35rem 0.65rem;
  background: #fff;
  cursor: pointer;
  outline: none;
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2rem 1.75rem !important;
}

.empty-category-box {
  padding: 4rem 2rem;
  text-align: center;
  background: #fafafa;
  border-radius: 12px;
}

.empty-category-box b {
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 0.5rem;
}

.empty-category-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.empty-category-box a {
  color: var(--presentation-red);
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .shelf-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .category-page-layout {
    grid-template-columns: 1fr;
  }
  .category-sidebar {
    position: static;
  }
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .shelf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (max-width: 576px) {
  .category-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }
  .shelf-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .product-box.is-ecard-card figure {
    padding: 8px;
  }
  .product-box .description b {
    font-size: 12px;
  }
  .product-box .description .price {
    font-size: 12px;
  }
}

/* Header Icons (Pure White stroke/fill on blue bar) */
#eg-header .navigation > .quick-links > button,
#eg-header .navigation > .quick-links > a,
#eg-header .navigation > .quick-links > .header-cart-menu > a,
#eg-header .header-action-link,
#eg-header .favorites-icon,
#eg-header .cart-icon {
  color: #ffffff !important;
}

#eg-header .navigation > .quick-links svg,
#eg-header .header-action-link svg,
#eg-header .quick-links svg {
  stroke: #ffffff !important;
  color: #ffffff !important;
}

#eg-header .navigation > .quick-links svg path,
#eg-header .navigation > .quick-links svg circle,
#eg-header .navigation > .quick-links svg line,
#eg-header .navigation > .quick-links svg rect,
#eg-header .header-action-link svg path,
#eg-header .header-action-link svg circle,
#eg-header .header-action-link svg line,
#eg-header .header-action-link svg rect {
  stroke: #ffffff !important;
  fill: none !important;
}

#eg-header .navigation > .quick-links > button:hover svg path,
#eg-header .navigation > .quick-links > a:hover svg path,
#eg-header .navigation > .quick-links > .header-cart-menu > a:hover svg path,
#eg-header .header-action-link:hover svg path {
  stroke: #ffffff !important;
  fill: none !important;
}

/* E-Card Selection & Form Styles */
.ecard-type-section {
  margin-bottom: 1.5rem;
}

.options-label {
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 0.6rem;
  display: block;
}

.ecard-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.ecard-type-card {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
}

.ecard-type-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ecard-type-card-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.9rem 1.1rem;
  border: 1.5px solid #dcdcdc;
  border-radius: 12px;
  background: #fafafa;
  transition: all 0.2s ease;
}

.ecard-type-card input:checked + .ecard-type-card-inner {
  border-color: var(--presentation-blue);
  background: #f0f7fb;
  box-shadow: 0 0 0 1px var(--presentation-blue);
}

.ecard-type-card-inner .type-name {
  font-size: 14px;
  font-weight: 800;
  color: #111111;
}

.ecard-type-card-inner .type-desc {
  font-size: 12px;
  color: #666666;
  line-height: 1.35;
}

.ecard-gift-fields {
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.ecard-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.ecard-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ecard-field-group label {
  font-size: 12px;
  font-weight: 700;
  color: #444444;
}

.ecard-field-group input,
.ecard-field-group textarea {
  padding: 0.65rem 0.85rem;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 13.5px;
  background: #ffffff;
  color: #111111;
  outline: none;
  transition: border-color 0.2s ease;
}

.ecard-field-group input:focus,
.ecard-field-group textarea:focus {
  border-color: var(--presentation-blue);
}

.product-price-options-group {
  margin-bottom: 1.5rem;
}

.price-options-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.price-pill-label {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.price-pill-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.price-pill-label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.15rem;
  border: 1.5px solid #dcdcdc;
  border-radius: 20px;
  font-size: 13.5px;
  font-weight: 700;
  color: #222222;
  background: #ffffff;
  transition: all 0.2s ease;
}

.price-pill-label input:checked + span {
  border-color: var(--presentation-blue);
  background: var(--presentation-blue);
  color: #ffffff;
}

.price-custom-input {
  width: 110px;
  height: 36px;
  padding: 0 0.75rem;
  border: 1.5px solid #dcdcdc;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #111111;
  outline: none;
  transition: border-color 0.2s ease;
}

.price-custom-input:focus {
  border-color: var(--presentation-blue);
}

@media (max-width: 576px) {
  .ecard-type-grid,
  .ecard-field-row {
    grid-template-columns: 1fr;
  }
}
