		.wardah-header-top { background: #fdf9f6 !important; }
		.wardah-bioniks-logo-text {
			display: inline-block;
			font-family: 'Montserrat', sans-serif;
			font-weight: 400;
			font-size: clamp(1.65rem, 2.4vw, 2.1rem);
			letter-spacing: 0.113em;
			color: #000 !important;
			line-height: 1;
			text-transform: none;
			white-space: nowrap;
		}
		.wardah-bioniks-logo-text--preloader {
			font-size: clamp(2rem, 3.2vw, 2.6rem);
		}
		.wardah-sticky-header .main-bar,
		.wardah-sticky-header.is-fixed .main-bar,
		.site-header .wardah-sticky-header .main-bar,
		.is-fixed .main-bar {
			border-bottom: none !important;
			background: linear-gradient(-45deg, #927969, #a88f7f, #bca291, #9f8574, #bca291, #a88f7f, #927969) !important;
			background-size: 300% 300% !important;
			animation: wardahGradientShift 3s ease infinite !important;
		}
		.wardah-sticky-header .wardah-main-nav .nav-link,
		.wardah-sticky-header .wardah-category-list a { color: #fff !important; }
		.wardah-sticky-header .wardah-main-nav .nav-link:hover,
		.wardah-sticky-header .wardah-category-list a:hover { color: rgba(255,255,255,0.9) !important; }
		.wardah-sticky-header .header-right .nav-link,
		.wardah-sticky-header .header-right a { color: #fff !important; }
		.wardah-sticky-header .header-right .nav-link:hover,
		.wardah-sticky-header .header-right a:hover { color: rgba(255,255,255,0.9) !important; }
		.wardah-sticky-header .header-right a.wardah-ai-expert-btn { color: #4b3b31 !important; border: none !important; }
		.wardah-sticky-header .header-right a.wardah-kayit-btn { color: #4b3b31 !important; }
		.wardah-sticky-header .dz-social-icon a { color: #fff !important; }
		.wardah-sticky-header .dz-social-icon a:hover { color: rgba(255,255,255,0.85) !important; }
		.wardah-sticky-header .navbar-toggler.navicon span { background: #fff !important; }
		.wardah-sticky-header .offcanvas-btn { color: #fff !important; }
		.wardah-sticky-header .offcanvas-btn:hover { color: rgba(255,255,255,0.9) !important; }
		.wardah-sticky-header .iconly-Light-Search,
		.wardah-sticky-header .iconly-Broken-Buy,
		.wardah-sticky-header .iconly-Light-Heart2 { color: #fff !important; }
		.wardah-header-top .wardah-btn-outline { color: var(--title, #000); border-color: currentColor; }
		.wardah-category-section { background: rgba(188, 162, 145, 0.25) !important; }
		.category-section .icon-button:after {
			background-image: url('data:image/svg+xml,<svg width="516" height="252" viewBox="0 0 516 252" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="257.602" cy="126" r="126" fill="%23ead8cc"/><path d="M0 124.603C81.2 112.003 128.8 74.2031 182 25.2031L135.8 124.603H0Z" fill="%23ead8cc"/><path d="M515.203 124.603C434.003 112.003 386.403 74.2031 333.203 25.2031L379.403 124.603H515.203Z" fill="%23ead8cc"/></svg>');
		}
		.wardah-category-section .wardah-cat-img-wrap { background: #fff; }
		.wardah-trending-img-wrap { background: #fff !important; }
		.wardah-misimou-showcase {
			background: linear-gradient(135deg, #fdf9f6 0%, #f7eee9 100%);
			border: 1px solid rgba(188, 162, 145, 0.22);
		}
		.wardah-misimou-showcase__title {
			color: #4b3b31;
			font-size: clamp(1.6rem, 3.2vw, 2.65rem);
			line-height: 1.18;
			letter-spacing: 0.01em;
		}
		.wardah-misimou-showcase__subtitle {
			color: rgba(75, 59, 49, 0.78);
			font-size: 1.02rem;
			line-height: 1.75;
			max-width: 34rem;
		}
		.wardah-misimou-showcase__cta {
			display: inline-flex;
			align-items: center;
			gap: 10px;
			padding: 12px 24px;
			border-radius: 999px;
			font-weight: 600;
			font-size: 0.92rem;
			letter-spacing: 0.04em;
			text-decoration: none !important;
			background: #4b3b31;
			color: #fff !important;
			border: 1px solid #4b3b31;
			transition: all 0.25s ease;
			box-shadow: 0 8px 24px rgba(75, 59, 49, 0.18);
		}
		.wardah-misimou-showcase__cta:hover {
			background: #3f3229;
			border-color: #3f3229;
			transform: translateY(-1px);
			box-shadow: 0 12px 28px rgba(75, 59, 49, 0.22);
		}
		.wardah-misimou-showcase__mosaic {
			display: grid;
			grid-template-columns: 1fr 1fr 0.66fr;
			grid-template-rows: repeat(2, minmax(130px, 1fr));
			gap: 10px;
			max-height: 390px;
		}
		.wardah-misimou-showcase__card {
			position: relative;
			overflow: hidden;
			border-radius: 14px;
			background: #fff;
			border: 1px solid rgba(188, 162, 145, 0.25);
			box-shadow: 0 8px 20px rgba(75, 59, 49, 0.08);
			height: 100%;
			min-height: 0;
		}
		.wardah-misimou-showcase__card--tall {
			grid-row: span 2;
		}
		.wardah-misimou-showcase__card img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
			transition: transform 0.45s ease;
		}
		.wardah-misimou-showcase__card:hover img {
			transform: scale(1.05);
		}
		@media (max-width: 991px) {
			.wardah-misimou-showcase__mosaic {
				grid-template-columns: repeat(2, minmax(0, 1fr));
				grid-template-rows: repeat(2, minmax(150px, 1fr));
				max-height: none;
				gap: 10px;
			}
			.wardah-misimou-showcase__card {
				border-radius: 16px;
			}
			.wardah-misimou-showcase__card--tall {
				grid-row: auto;
			}
		}
		/* Loading area - kurumsal renkler ve logo */
		#loading-area.wardah-loading-area {
			background: linear-gradient(180deg, #bca291 0%, #ead8cc 35%, #f7eee9 70%, #fdf9f6 100%) !important;
		}
		.wardah-preloader-logo {
			max-width: 260px;
			width: auto;
			height: auto;
			max-height: 80px;
			display: block;
			object-fit: contain;
		}
		.wardah-preloader-progress {
			width: 30%;
			animation: wardah-loading 1.2s ease-in-out infinite;
		}
		@keyframes wardah-loading {
			0%, 100% { width: 30%; }
			50% { width: 90%; }
		}
		/* Ödeme araçları bölümü - kurumsal renkler */
		.wardah-payment-section {
			background: linear-gradient(307deg, #4b3b31 0%, #bca291 45%, #f7eee9 100%) !important;
		}
		.wardah-payment-section .wardah-payment-title { color: #fff !important; }
		.wardah-payment-badge .word-rotate-box { color: #fff !important; }
		.wardah-payment-section .wardah-payment-logo-card {
			display: flex;
			align-items: center;
			justify-content: center;
			background: rgba(255, 255, 255, 0.95) !important;
			border: 1px solid rgba(188, 162, 145, 0.3);
			border-radius: 1rem;
			min-height: 76px;
			width: 150px;
			padding: 10px 14px;
		}
		.wardah-payment-section .wardah-payment-logo-card img {
			max-height: 30px;
			max-width: 100%;
			width: auto;
			height: auto;
			object-fit: contain;
		}
		.wardah-payment-section .wardah-payment-logo-card--troy {
			width: 170px;
		}
		.wardah-payment-section .wardah-payment-logo-card--troy img {
			max-height: 30px;
			max-width: 130px;
		}
		@media (max-width: 767px) {
			.wardah-payment-section .wardah-payment-logo-card {
				width: 125px; min-height: 54px; border-radius: 0.75rem; padding: 8px 12px;
			}
			.wardah-payment-section .wardah-payment-logo-card img { max-height: 28px; }
			.wardah-payment-section .wardah-payment-logo-card--troy { width: 140px; }
		}
		@media (min-width: 768px) and (max-width: 1023px) {
			.wardah-payment-section .wardah-payment-logo-card {
				width: 150px; min-height: 68px;
			}
		}
		/* Takip Edin - Instagram galerisi eşit yükseklik */
		.wardah-insta-gallery .row {
			align-items: stretch;
		}
		.wardah-insta-gallery .wardah-insta-item {
			aspect-ratio: 1;
			min-height: 0;
		}
		.wardah-insta-gallery .wardah-insta-item a {
			display: block;
			height: 100%;
		}
		.wardah-insta-gallery .wardah-insta-img {
			display: block;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
		@media (max-width: 1199px) {
			.wardah-insta-gallery .wardah-insta-item { aspect-ratio: 1; }
		}
		/* Hareketli gradient arka plan */
		@keyframes wardahGradientShift {
			0%   { background-position: 0% 50%; }
			33%  { background-position: 100% 50%; }
			66%  { background-position: 50% 100%; }
			100% { background-position: 0% 50%; }
		}
		/* Menü link stilleri */
		.wardah-main-nav .nav-item { margin: 0 4px; }
		.wardah-main-nav .nav-link {
			display: inline-flex !important; align-items: center; gap: 7px;
			font-size: 0.76rem !important;
			font-weight: 600 !important;
			letter-spacing: 0.06em !important;
			padding: 0.5rem 0.8rem !important;
			transition: opacity .2s;
		}
		.wardah-main-nav .nav-link:hover { opacity: .85; }
		.wardah-main-nav .nav-link svg {
			width: 15px; height: 15px; flex-shrink: 0;
			fill: none; stroke: #fff; stroke-width: 1.8;
			stroke-linecap: round; stroke-linejoin: round;
		}
		/* Markalar dropdown */
		.wardah-dropdown {
			position: absolute; left: 0; top: 100%; z-index: 1050; padding-top: 8px;
			min-width: 200px; background: #fff;
			border-radius: 12px; overflow: hidden;
			box-shadow: 0 10px 40px rgba(0,0,0,0.12);
			border: 1px solid rgba(75,59,49,0.1);
		}
		.wardah-dropdown a {
			display: block; padding: 9px 18px; font-size: 0.85rem;
			color: #1a1a1a !important; white-space: nowrap;
			text-transform: none; letter-spacing: normal; font-weight: 500;
			transition: background .15s;
		}
		.wardah-dropdown a:hover { background: rgba(188, 162, 145, 0.16); color: #4b3b31 !important; }
		/* Ai EXPERT premium buton */
		@keyframes aiGlow {
			0%, 100% { box-shadow: 0 2px 15px rgba(75,59,49,0.2), 0 0 20px rgba(188,162,145,0.15); }
			50%      { box-shadow: 0 2px 20px rgba(75,59,49,0.35), 0 0 30px rgba(188,162,145,0.25); }
		}
		.wardah-ai-expert-btn {
			display: inline-flex !important; align-items: center; gap: 7px;
			padding: 8px 24px !important; border-radius: 50px;
			font-size: 11px !important; font-weight: 800; letter-spacing: 0.12em;
			background: linear-gradient(135deg, #ffffff, #f7eee9, #ead8cc, #f7eee9, #ffffff) !important;
			color: #4b3b31 !important; border: none !important;
			box-shadow: 0 2px 15px rgba(75,59,49,0.2), 0 0 20px rgba(188,162,145,0.15);
			transition: transform 0.3s, box-shadow 0.3s;
			white-space: nowrap; text-decoration: none !important;
			animation: aiGlow 2.5s ease-in-out infinite;
		}
		.wardah-ai-expert-btn:hover {
			transform: translateY(-1px);
			box-shadow: 0 4px 25px rgba(75,59,49,0.4), 0 0 35px rgba(188,162,145,0.3) !important;
			color: #4b3b31 !important;
		}
		.wardah-ai-expert-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
		#offcanvasAiExpert { z-index: 1046; }
		.wardah-bioniks-cta {
			background: linear-gradient(307deg, #4b3b31 0%, #bca291 45%, #a88f7f 100%) !important;
		}
		/* Klasik breadcrumb (arka plan / hap yok) */
		.wardah-breadcrumb-classic__list {
			display: flex; flex-wrap: wrap; align-items: baseline; gap: 0;
			margin: 0; padding: 0; list-style: none;
			font-size: 0.875rem; line-height: 1.5; color: #6b7280;
		}
		.wardah-breadcrumb-classic__list > li { display: inline; }
		.wardah-breadcrumb-classic__list a {
			color: #6b7280; text-decoration: none; transition: color 0.15s;
		}
		.wardah-breadcrumb-classic__list a:hover { color: #4b3b31; text-decoration: underline; }
		.wardah-breadcrumb-classic__sep {
			display: inline; margin: 0 0.5em; color: #d1d5db; font-weight: 300;
			pointer-events: none;
		}
		.wardah-breadcrumb-classic__list li[aria-current="page"] {
			color: #1f2937; font-weight: 500;
		}
		.wardah-breadcrumb-classic--light .wardah-breadcrumb-classic__list {
			color: rgba(255,255,255,0.88);
		}
		.wardah-breadcrumb-classic--light .wardah-breadcrumb-classic__list a {
			color: rgba(255,255,255,0.9) !important;
		}
		.wardah-breadcrumb-classic--light .wardah-breadcrumb-classic__list a:hover {
			color: #fff !important; text-decoration: underline;
		}
		.wardah-breadcrumb-classic--light .wardah-breadcrumb-classic__sep {
			color: rgba(255,255,255,0.45);
		}
		.wardah-breadcrumb-classic--light .wardah-breadcrumb-classic__list li[aria-current="page"] {
			color: #fff !important; font-weight: 600;
		}
		/* Hakkımızda — sade premium hero */
		.wardah-about-hero-premium {
			background: linear-gradient(180deg, #fafdfd 0%, #f0f9f9 45%, #e8f4f4 100%);
			border-bottom: 1px solid rgba(75,59,49,0.08);
		}
		.wardah-about-hero-premium__head {
			padding-top: 3.25rem; padding-bottom: 2.5rem;
		}
		@media (min-width: 768px) {
			.wardah-about-hero-premium__head { padding-top: 4rem; padding-bottom: 3rem; }
		}
		.wardah-about-hero-premium__eyebrow {
			font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
			color: #4b3b31; margin: 0 0 0.75rem;
		}
		.wardah-about-hero-premium__title {
			font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 600; letter-spacing: -0.02em;
			color: #0f172a; margin: 0; line-height: 1.15;
		}
		.wardah-about-hero-premium__subtitle {
			margin: 1rem auto 0; max-width: 32rem; font-size: 0.95rem; line-height: 1.6;
			color: #64748b; font-weight: 400;
		}
		.wardah-about-hero-premium__crumb {
			background: linear-gradient(135deg, rgba(75,59,49,0.97) 0%, rgba(159,133,116,0.96) 45%, rgba(168,143,127,0.94) 100%);
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
			padding: 0.85rem 0;
		}
		.wardah-breadcrumb-classic--hero-bar .wardah-breadcrumb-classic__list {
			color: rgba(255,255,255,0.92) !important;
		}
		.wardah-breadcrumb-classic--hero-bar .wardah-breadcrumb-classic__list a {
			color: #fff !important; opacity: 0.92;
		}
		.wardah-breadcrumb-classic--hero-bar .wardah-breadcrumb-classic__list a:hover {
			color: #fff !important; opacity: 1; text-decoration: underline;
		}
		.wardah-breadcrumb-classic--hero-bar .wardah-breadcrumb-classic__sep {
			color: rgba(255,255,255,0.45) !important;
		}
		.wardah-breadcrumb-classic--hero-bar .wardah-breadcrumb-classic__list li[aria-current="page"] {
			color: #fff !important; font-weight: 600; opacity: 1;
		}
		/* Ürünler — marka şeridi */
		.wardah-brand-rail {
			margin-bottom: 1.75rem;
			padding: 1.25rem 1.35rem;
			background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(240,249,249,0.95) 100%);
			border: 1px solid rgba(75,59,49,0.1);
			border-radius: 20px;
			box-shadow: 0 8px 32px rgba(75,59,49,0.06);
		}
		.wardah-brand-rail__head {
			display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem;
			margin-bottom: 1rem;
		}
		.wardah-brand-rail__title {
			font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
			color: #4b3b31; margin: 0;
		}
		.wardah-brand-rail__hint { font-size: 0.75rem; color: #94a3b8; margin: 0; }
		.wardah-brand-rail__scroll {
			display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
		}
		@media (max-width: 640px) {
			.wardah-brand-rail__scroll {
				flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch;
				scrollbar-width: thin;
			}
		}
		.wardah-brand-pill {
			display: inline-flex; align-items: center; gap: 8px;
			padding: 10px 18px; border-radius: 999px; font-size: 0.8125rem; font-weight: 600;
			text-decoration: none !important; white-space: nowrap; transition: all 0.2s ease;
			border: 1.5px solid rgba(75,59,49,0.15); color: #475569 !important; background: #fff;
		}
		.wardah-brand-pill:hover {
			border-color: #bca291; color: #4b3b31 !important; background: rgba(188,162,145,0.08);
		}
		.wardah-brand-pill.is-active {
			background: linear-gradient(135deg, #4b3b31, #a88f7f) !important;
			border-color: transparent !important; color: #fff !important;
			box-shadow: 0 4px 16px rgba(75,59,49,0.25);
		}
		.wardah-brand-pill__mono {
			display: inline-flex; align-items: center; justify-content: center;
			width: 22px; height: 22px; border-radius: 8px; font-size: 0.65rem; font-weight: 800;
			background: rgba(75,59,49,0.12); color: #4b3b31;
		}
		.wardah-brand-pill.is-active .wardah-brand-pill__mono {
			background: rgba(255,255,255,0.22); color: #fff;
		}
		.wardah-brand-pill.is-active span.text-xs { color: rgba(255,255,255,0.88) !important; opacity: 1 !important; }
		/* Ürünler — kart: hover’da beyaz shine/scale artefaktı yok, site teal aksiyonlar */
		.wardah-urunler-page .wardah-urun-card__media {
			position: relative;
			overflow: hidden;
			border-radius: 12px;
			background: #e2e8e0;
		}
		.wardah-urunler-page .wardah-urun-card__media::before,
		.wardah-urunler-page .wardah-urun-card__media::after {
			content: none !important;
			display: none !important;
		}
		.wardah-urunler-page .wardah-urun-card__media a {
			display: block;
			line-height: 0;
		}
		.wardah-urunler-page .wardah-urun-card__media img {
			border-radius: 12px;
			transition: box-shadow 0.3s ease;
		}
		.wardah-urunler-page .wardah-urun-card__media:hover {
			box-shadow: 0 0 0 2px rgba(75, 59, 49, 0.25);
		}
		/* Ürünler / ürün detay hero — fotoğraf üzerinde gradient + altta breadcrumb */
		.wardah-urunler-hero__gradient {
			background: linear-gradient(105deg, rgba(75, 59, 49, 0.88) 0%, rgba(159, 133, 116, 0.72) 42%, rgba(188, 162, 145, 0.55) 100%);
		}
		/* Breadcrumb hapı: ürünler + ürün detay */
		.wardah-urunler-page .wardah-urunler-breadcrumb-overlay__inner,
		.wardah-urun-detay-page .wardah-urunler-breadcrumb-overlay__inner {
			padding: 0.5rem 1.15rem;
			border-radius: 999px;
			background: linear-gradient(135deg, rgba(75, 59, 49, 0.72) 0%, rgba(159, 133, 116, 0.68) 50%, rgba(168, 143, 127, 0.55) 100%);
			border: 1px solid rgba(188, 162, 145, 0.45);
			box-shadow: 0 4px 20px rgba(75, 59, 49, 0.2);
			backdrop-filter: blur(8px);
			-webkit-backdrop-filter: blur(8px);
		}
		.wardah-urunler-page .wardah-urunler-products-row {
			margin-top: 10px;
		}
		/* Ürün detay — profesyonel layout */
		.wardah-urun-detay-page .product-gallery-swiper2 { background: #f7f9f9; }
		.wardah-urun-detay-page .product-gallery-swiper2 img { width: 100%; display: block; }
		.wardah-urun-detay-page .wardah-urun-detay-ozellik-ikon {
			color: #4b3b31 !important;
			font-size: 1rem;
		}
		.wardah-urun-detay-page .wardah-urun-detay__badge {
			background: linear-gradient(135deg, #4b3b31, #a88f7f) !important;
		}
		.wardah-urun-detay-page .wardah-urun-detay__sidebar {
			background: #fff;
			border: 1px solid rgba(75, 59, 49, 0.12);
			box-shadow: 0 8px 32px rgba(75, 59, 49, 0.06);
		}
		.wardah-urun-detay-page .wardah-urun-detay__info-card {
			background: rgba(188, 162, 145, 0.06);
			border: 1px solid rgba(75, 59, 49, 0.08);
		}
		.wardah-urun-detay-page .wardah-urun-detay__info-row {
			gap: 1.375rem;
		}
		.wardah-urun-detay-page .wardah-urun-detay__info-icon-wrap {
			width: 3.5rem;
			min-width: 3.5rem;
			height: 3.5rem;
			border-radius: 0.875rem;
			background: rgba(255, 255, 255, 0.9);
			border: 1px solid rgba(75, 59, 49, 0.14);
		}
		.wardah-urun-detay-page .wardah-urun-detay__info-flaticon {
			font-size: 2.125rem;
			line-height: 1;
			color: #4b3b31 !important;
		}
		.wardah-urun-detay-page .wardah-urun-detay__info-feather {
			font-size: 1.875rem;
			line-height: 1;
			color: #4b3b31 !important;
		}
		.wardah-urun-detay-page .wardah-urun-detay__info-text {
			min-width: 0;
			flex: 1;
		}
		.wardah-urun-detay-page .wardah-urun-detay__price {
			color: #4b3b31 !important;
		}
		.wardah-urun-detay-page .wardah-urun-detay__btn-fav-full {
			border: 1px solid rgba(75, 59, 49, 0.35);
			color: #4b3b31 !important;
			background: #fff;
			text-decoration: none !important;
			transition: background 0.2s, border-color 0.2s;
		}
		.wardah-urun-detay-page .wardah-urun-detay__btn-fav-full:hover {
			background: rgba(188, 162, 145, 0.12);
			border-color: #4b3b31;
		}
		.wardah-urun-detay-page .wardah-urun-detay__btn-cart-full {
			background: #4b3b31 !important;
			color: #fff !important;
			text-decoration: none !important;
			border: 1px solid #4b3b31;
			transition: background 0.2s, box-shadow 0.2s;
		}
		.wardah-urun-detay-page .wardah-urun-detay__btn-cart-full:hover {
			background: #3f3229 !important;
			box-shadow: 0 6px 20px rgba(75, 59, 49, 0.25);
		}
		.wardah-urun-detay-page .wardah-urun-detay__btn-back {
			color: #4b3b31 !important;
			text-decoration: none !important;
			transition: color 0.15s;
		}
		.wardah-urun-detay-page .wardah-urun-detay__btn-back:hover {
			text-decoration: underline !important;
			color: #3f3229 !important;
		}
		.wardah-urun-detay-page .wardah-urun-detay-related__all {
			color: #4b3b31 !important;
			text-decoration: none !important;
			transition: color 0.15s, opacity 0.15s;
			margin-left: auto;
			padding: 0.4rem 0.85rem 0.4rem 1rem;
			margin-right: 0.25rem;
			border-radius: 0.5rem;
		}
		@media (min-width: 640px) {
			.wardah-urun-detay-page .wardah-urun-detay-related__all {
				margin-right: 0.5rem;
			}
		}
		.wardah-urun-detay-page .wardah-urun-detay-related__all:hover {
			color: #3f3229 !important;
			opacity: 0.95;
		}
		.wardah-urun-detay-page .wardah-urun-detay-related {
			padding-top: 3rem;
			padding-bottom: 3.5rem;
		}
		@media (min-width: 768px) {
			.wardah-urun-detay-page .wardah-urun-detay-related {
				padding-top: 3.5rem;
				padding-bottom: 4rem;
			}
		}
		.wardah-urun-detay-page .wardah-urun-detay-related__head {
			column-gap: 2.5rem;
			row-gap: 1.5rem;
		}
		@media (max-width: 639px) {
			.wardah-urun-detay-page .wardah-urun-detay-related__head {
				column-gap: 1.5rem;
				row-gap: 1rem;
			}
		}
		.wardah-urun-detay-page .wardah-urun-detay-related .wardah-urun-card__media.wardah-urun-detay-related__media {
			height: 240px;
			min-height: 240px;
			max-height: 240px;
			overflow: hidden;
		}
		@media (min-width: 640px) {
			.wardah-urun-detay-page .wardah-urun-detay-related .wardah-urun-card__media.wardah-urun-detay-related__media {
				height: 268px;
				min-height: 268px;
				max-height: 268px;
			}
		}
		.wardah-urun-detay-page .wardah-urun-detay-related__media-link {
			display: block;
			height: 100%;
			width: 100%;
			line-height: 0;
		}
		.wardah-urun-detay-page .wardah-urun-detay-related__media-img {
			width: 100%;
			height: 100%;
			min-height: 100%;
			object-fit: cover;
			object-position: center;
		}
		.wardah-urun-detay-page .wardah-urun-detay__tab-active {
			border-color: #4b3b31 !important;
			color: #4b3b31 !important;
		}
		.wardah-urun-detay-page .wardah-urun-detay__check-circle {
			border: 1px solid rgba(75, 59, 49, 0.3);
			color: #4b3b31 !important;
		}
		.wardah-urun-detay-page .dz-content a { color: #4b3b31; }
		.wardah-urun-detay-page .dz-content a:hover { text-decoration: underline; }
		.wardah-urun-detay-page .wardah-urun-detay__kullanim-card {
			background: linear-gradient(135deg, rgba(188, 162, 145, 0.08) 0%, rgba(75, 59, 49, 0.04) 100%);
			border: 1px solid rgba(75, 59, 49, 0.1);
		}
		.wardah-urun-detay-page .wardah-urun-detay__kullanim-ikon { color: #4b3b31; }
		.wardah-urun-detay-page .wardah-urun-detay__icerik-card {
			background: #f8fafa;
			border: 1px solid rgba(75, 59, 49, 0.08);
		}
		.wardah-urun-detay-page .wardah-urun-detay__icerik-card .font-mono {
			font-family: 'DM Sans', ui-monospace, monospace;
			font-size: 0.8125rem;
			word-break: break-word;
		}
		.wardah-urun-detay-page .wardah-urun-detay__faq-item {
			background: #fff;
			border: 1px solid rgba(75, 59, 49, 0.1);
			transition: border-color 0.2s;
		}
		.wardah-urun-detay-page .wardah-urun-detay__faq-item:hover {
			border-color: rgba(75, 59, 49, 0.25);
		}
		.wardah-urun-detay-page .wardah-urun-detay__faq-q {
			background: none; border: none; cursor: pointer; color: inherit;
		}
		.wardah-urun-detay-page .wardah-urun-detay__faq-q i { color: #4b3b31; }
		.wardah-urun-detay-page .wardah-urun-detay__faq-a {
			border-top: 1px solid rgba(75, 59, 49, 0.06);
		}
		.wardah-urun-detay-page .wardah-urun-detay__trust-list {
			border-top: 1px solid rgba(75, 59, 49, 0.08);
		}
		/* Legal sayfalar */
		.wardah-legal-page a { color: #4b3b31; }
		.wardah-legal-page a:hover { text-decoration: underline; }
		.wardah-legal-page h3 { color: #0f172a; }
		/* Site haritası */
		.wardah-sitemap-ikon { color: #4b3b31 !important; font-size: 1.1rem; }
		.wardah-sitemap-link {
			color: #475569; text-decoration: none; transition: color 0.15s;
		}
		.wardah-sitemap-link:hover { color: #4b3b31; text-decoration: underline; }
		/* İletişim */
		.wardah-iletisim-page .wardah-iletisim-ikon {
			color: #4b3b31;
			font-size: 1.1rem;
			width: 1.5rem;
			text-align: center;
			flex-shrink: 0;
		}
		.wardah-iletisim-page .wardah-iletisim-link {
			color: #4b3b31 !important;
			text-decoration: none !important;
		}
		.wardah-iletisim-page .wardah-iletisim-link:hover {
			text-decoration: underline !important;
		}
		.wardah-iletisim-page .wardah-iletisim-submit {
			background: #4b3b31 !important;
			color: #fff !important;
			transition: background 0.2s, box-shadow 0.2s;
		}
		.wardah-iletisim-page .wardah-iletisim-submit:hover {
			background: #3f3229 !important;
			box-shadow: 0 6px 20px rgba(75, 59, 49, 0.22);
		}
		.wardah-urunler-page .wardah-urun-card__actions {
			display: flex;
			align-items: stretch;
			gap: 6px;
			margin-top: 2px;
		}
		.wardah-urunler-page .wardah-urun-card__btn-incele {
			flex: 1;
			display: inline-flex;
			align-items: center;
			justify-content: center;
			gap: 6px;
			padding: 6px 10px;
			min-height: 34px;
			font-size: 0.75rem;
			font-weight: 600;
			border-radius: 0.625rem;
			border: 1px solid #4b3b31;
			color: #4b3b31 !important;
			background: #fff;
			text-decoration: none !important;
			transition: background 0.2s, color 0.2s, border-color 0.2s;
			line-height: 1.2;
		}
		.wardah-urunler-page .wardah-urun-card__btn-incele .icon.feather {
			font-size: 0.875rem;
			line-height: 1;
			flex-shrink: 0;
		}
		.wardah-urunler-page .wardah-urun-card__btn-incele:hover .icon.feather {
			color: inherit;
		}
		.wardah-urunler-page .wardah-urun-card__btn-incele:hover {
			background: #4b3b31;
			color: #fff !important;
			border-color: #4b3b31;
		}
		.wardah-urunler-page .wardah-urun-card__icon-btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 34px;
			min-width: 34px;
			min-height: 34px;
			height: 34px;
			padding: 0;
			border-radius: 0.625rem;
			border: 1px solid rgba(75, 59, 49, 0.35);
			color: #4b3b31 !important;
			background: #fff;
			text-decoration: none !important;
			cursor: pointer;
			transition: background 0.2s, border-color 0.2s, color 0.2s;
			line-height: 1;
		}
		.wardah-urunler-page .wardah-urun-card__icon-btn:hover {
			background: rgba(188, 162, 145, 0.18);
			border-color: #4b3b31;
			color: #3f3229 !important;
		}
		.wardah-urunler-page .wardah-urun-card__icon-btn .flaticon,
		.wardah-urunler-page .wardah-urun-card__icon-btn .feather {
			font-size: 0.95rem;
			line-height: 1;
		}
		/* Ürünler sayfası — teal (Tailwind arbitrary bu projede derlenmediği için) */
		.wardah-urunler-page .wardah-u-teal { color: #4b3b31 !important; }
		.wardah-urunler-page a.wardah-u-teal-hover:hover { color: #4b3b31 !important; }
		.wardah-urunler-page .wardah-u-teal-active { color: #4b3b31 !important; font-weight: 600; }
		.wardah-urunler-page a.wardah-u-title-link:hover { color: #4b3b31 !important; }
		.wardah-urunler-page .wardah-u-pag-current {
			min-width: 2.5rem;
			height: 2.5rem;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 0.75rem;
			background-color: #4b3b31 !important;
			color: #fff !important;
			font-size: 0.875rem;
			font-weight: 600;
		}
		.wardah-urunler-page .wardah-u-pag-link {
			min-width: 2.5rem;
			height: 2.5rem;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 0.75rem;
			border: 1px solid rgba(75, 59, 49, 0.35);
			font-size: 0.8125rem;
			font-weight: 500;
			color: #4b3b31 !important;
			text-decoration: none !important;
			transition: background 0.3s, color 0.3s;
		}
		.wardah-urunler-page .wardah-u-pag-link:hover {
			background-color: #4b3b31 !important;
			color: #fff !important;
		}
		.wardah-urunler-page .wardah-u-btn-outline-teal {
			display: inline-block;
			padding: 0.625rem 1.5rem;
			font-size: 0.875rem;
			font-weight: 500;
			border-radius: 0.75rem;
			border: 1px solid #4b3b31;
			color: #4b3b31 !important;
			background: #fff;
			text-decoration: none !important;
			transition: background 0.3s, color 0.3s;
		}
		.wardah-urunler-page .wardah-u-btn-outline-teal:hover {
			background: #4b3b31 !important;
			color: #fff !important;
		}
