/* --- GENEL AYARLAR & BAŞLIK & TABLAR (Öncekiyle aynı kalabilir, aşağıdakilerle değiştirin/ekleyin) --- */
.Home-urunler {
width: 100%;
margin: 80px auto;
color: #111;
}.elegant-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 25px;
border-bottom: 1px solid #eaeaea;
padding-bottom: 20px;
}.header-text {
width: 100%;
}.header-text .cizgi {
width: 100%;
display: flex;
justify-content: center;
margin-top: 30px;
}.header-text .cizgi::before {
content: "";
display: block;
width: 40px;
height: 2px;
background: #fff;
}.header-text .cizgi.cizgi2::before {
background: #000;
}.text-center {
text-align: center;
}.mx-auto {
margin: 0px auto;
}.main-title {
font-size: 37px;
font-weight: 600;
margin-bottom: 8px;
line-height: 1.1;
font-family: var(--font2);
}.sub-title {
font-size: 17px;
font-weight: 300;
color: #777;
line-height: 1.4;
}.text-white .sub-title {
color: #cbcbcb;
}.slider-controls {
display: flex;
gap: 15px;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
width: 45px;
height: 45px;
border-radius: 50%;
border: 1px solid #ddd;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
}
.swiper-button-prev-custom svg,
.swiper-button-next-custom svg {
width: 24px;
height: 24px;
fill: #000;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
background-color: #000;
border-color: #000;
}
.swiper-button-prev-custom:hover svg,
.swiper-button-next-custom:hover svg {
fill: #fff;
}.elegant-tab-menu {
display: flex;
gap: 40px;
margin-bottom: 30px;
}
.tab-btn {
background: none;
border: none;
font-size: 14px;
font-weight: 500;
letter-spacing: 1.5px;
text-transform: uppercase;
color: #888;
cursor: pointer;
padding: 10px 0;
position: relative;
transition: color 0.3s ease;
font-family: var(--font2);
}
.tab-btn:hover {
color: #000;
}
.tab-btn.active {
color: #000;
font-weight: 600;
}
.tab-btn::after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background-color: #000;
transition: width 0.3s ease-in-out;
}
.tab-btn.active::after {
width: 100%;
}.tab-pane {
display: none;
opacity: 0;
transition: opacity 0.4s ease-in-out;
}
.tab-pane.active {
display: block;
opacity: 1;
}/* --- YENİ EKLENEN VİTRİN DÜZENİ (SHOWCASE LAYOUT) --- */
.showcase-layout {
display: grid;
/* Masaüstünde sol banner 340px, geri kalan alan (1fr) kayan ürünlere ait */
grid-template-columns: 340px 1fr;
gap: 40px;
align-items: stretch; /* Her iki tarafın boyunu eşitler */
}/* Sol Sabit Banner */
.category-banner {
position: relative;
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: flex-end; /* Yazıyı alta yaslar */
/* Resme hover yapınca zoom efekti için */
min-height: 440px;
}.category-banner img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.7s ease;
}.category-banner:hover img {
transform: scale(1.05); /* Şık zoom efekti */
}.banner-overlay {
position: relative;
z-index: 2;
padding: 40px 30px;
background: linear-gradient(
to top,
rgba(0, 0, 0, 0.8) 0%,
rgba(0, 0, 0, 0) 100%
); /* Alttan üste karartma */
color: #fff;
width: 100%;
}.banner-overlay h3 {
font-size: 30px;
font-weight: 500;
margin-bottom: 15px;
line-height: 1.2;
}.view-all-btn {
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
border-bottom: 1px solid #fff;
padding-bottom: 3px;
transition:
color 0.3s,
border-color 0.3s;
}.view-all-btn:hover {
color: #ddd;
border-color: #ddd;
}/* Sağ Ürün Kaydırma Alanı */
.category-slider {
width: 100%;
min-width: 0; /* CSS Grid içindeki kaymaların taşmasını önler ÖNEMLİ! */
}.swiper {
width: 100%;
padding-bottom: 20px;
}
.swiper-slide {
height: auto;
display: flex;
}.product-card {
width: 100%;
display: flex;
flex-direction: column;
height: 100%;
}.img-wrapper {
width: 100%;
height: 300px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 0px;
overflow: hidden;
}.bg-soft-blue {
background-color: #f2f2f2;
}
.bg-soft-grey {
background-color: #f2f2f2;
}
.bg-soft-mint {
background-color: #f2f2f2;
}.img-wrapper img {
max-width: 100%;
max-height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.product-card:hover .img-wrapper img {
transform: scale(1.08);
}.badges {
position: absolute;
top: 15px;
left: 15px;
display: flex;
gap: 5px;
z-index: 2;
}
.badge {
background-color: #fff;
color: #000;
font-size: 10px;
font-weight: 600;
padding: 6px 10px;
text-transform: uppercase;
letter-spacing: 1px;
}.product-info {
padding: 20px 0;
display: flex;
flex-direction: column;
gap: 6px;
flex-grow: 1;
}
.product-title {
font-size: 16px;
font-weight: 600;
line-height: 1.4;
color: #111;
}
.shades-link {
color: #555;
font-size: 13px;
text-decoration: underline;
font-weight: 500;
}
.shades-link:hover {
color: #000;
}
.rating {
color: #000;
font-size: 16px;
letter-spacing: 2px;
margin-top: 4px;
}
.empty-star {
color: #d4d4d4;
}
.price {
font-size: 16px;
font-weight: 600;
margin-top: auto;
padding-top: 10px;
}.swiper-scrollbar {
background: #f0f0f0;
height: 3px !important;
bottom: 0 !important;
}
.swiper-scrollbar-drag {
background: #000;
}/* --- MOBİL UYUM (Responsive) --- */
@media screen and (max-width: 1024px) {
.showcase-layout {
grid-template-columns: 280px 1fr;
gap: 20px;
} /* Tablette sol tarafı biraz daralt */
}@media screen and (max-width: 900px) {
.Home-urunler {
padding: 0 20px;
}.Home-urunler .container{
padding: 0;
}.elegant-header {
flex-direction: column;
align-items: flex-start;
gap: 20px;
border-bottom: none;
}
.main-title {
font-size: 30px;
}
.slider-controls {
display: none;
}
.elegant-tab-menu {
overflow-x: auto;
white-space: nowrap;
border-bottom: 1px solid #eaeaea;
padding-bottom: 5px;
gap: 25px;
margin-bottom: 20px;
}
.elegant-tab-menu::-webkit-scrollbar {
display: none;
}/* Mobilde Sabit Görsel Üstte, Kaydırıcı Altta Olur */
.showcase-layout {
grid-template-columns: 1fr; /* Tek sütuna düşür */
gap: 20px;
}
.category-banner {
height: 300px;
display: none;
border-radius: 4px;
} /* Mobilde görsel boyu */
.img-wrapper {
height: 400px;
}
}/**//* Genel Konteyner */
.neden-biz-wrapper {
position: relative;
padding: 80px 0px;
background: url("../images/bg.webp") center center / cover no-repeat;
color: #333;
}.text-white {
color: #fff;
}
.main-title.text-white {
color: #fff;
}.neden-biz-wrapper::before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.5;
z-index: 9;
background: rgb(0, 0, 0);
}.neden-biz-container {
margin: 0 auto;
position: relative;
z-index: 9;
}/* Başlık Grubu */
.neden-biz-header {
text-align: center;
margin-bottom: 60px;
}.neden-biz-subtitle {
display: block;
font-size: 14px;
letter-spacing: 3px;
color: #888;
margin-bottom: 15px;
font-weight: 600;
}.neden-biz-main-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
color: #1a1a1a;
}.neden-biz-description {
max-width: 700px;
margin: 0 auto;
line-height: 1.6;
color: #666;
}/* İçerik Düzeni (Görsel ve Kartlar) */
.neden-biz-content-grid {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 40px;
align-items: center;
}.neden-biz-image-side {
width: 100%;
height: 340px;
}.neden-biz-image-side img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}/* Kartlar Grid */
.neden-biz-items-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
}.neden-biz-card {
background: #fff;
padding: 30px;
border-radius: 5px;
transition: all 0.3s ease;
border: 1px solid #eee;
position: relative;
overflow: hidden;
}.neden-biz-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
border-color: #86754a; /* Altın rengi vurgu */
}.neden-biz-icon {
font-size: 40px;
font-weight: 900;
color: rgb(135 135 135 / 10%);
position: absolute;
top: 10px;
right: 20px;
}.neden-biz-card-text h3 {
font-size: 23px;
margin-bottom: 12px;
color: #222;
font-weight: 600;
}.neden-biz-card-text p {
font-size: 16px;
line-height: 1.4;
color: #777;
}/* Mobil Uyumluluk */
@media (max-width: 992px) {
.neden-biz-content-grid {
grid-template-columns: 1fr;
}
.neden-biz-image-side {
order: 2;
display: none;
}
}@media (max-width: 600px) {
.neden-biz-items-grid {
grid-template-columns: 1fr;
}
.neden-biz-main-title {
font-size: 28px;
}
}@media(max-width:1024px){
.online-satis-section .container{
padding: 0;
}.footer1-inner{
display: none;
}.footer1{
margin-bottom: 40px;
padding-top: 0 !important;
}.client-feedback-section{
padding: 80px 0 30px 0 !important;
}}/**/.blog-section {
padding: 80px 0;
background-color: #fff;
}.blog-container {
margin: 0 auto;
padding: 0 20px;
}/* Başlık */
.blog-header {
text-align: center;
margin-bottom: 50px;
}.blog-main-title {
font-size: 32px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
text-transform: uppercase;
}.blog-subtitle {
color: #777;
font-size: 16px;
}/* Grid Yapısı */
.blog-grid {
display: grid;
grid-template-columns: repeat(4, 1fr); /* Masaüstünde 4 sütun */
gap: 25px;
margin-bottom: 50px;
}/* Kart Tasarımı */
.blog-card {
background: #fff;
transition: transform 0.3s ease;
}.blog-image-wrapper {
position: relative;
overflow: hidden; /* Görselin taşmasını önler */
aspect-ratio: 1 / 1; /* Kare görseller (Görseldeki gibi) */
margin-bottom: 15px;
border-radius: 5px;
}.blog-image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}.blog-card:hover .blog-image-wrapper img {
transform: scale(1.1); /* Hafif zoom efekti */
}.blog-category {
position: absolute;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.9);
padding: 8px 15px;
font-size: 10px;
font-weight: 700;
letter-spacing: 2px;
}/* Kart İçeriği */
.blog-card-title {
font-size: 20px;
font-weight: 700;
line-height: 1.4;
margin-bottom: 10px;
color: #1a1a1a;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}.blog-excerpt {
font-size: 16px;
color: #666;
line-height: 1.5;
margin-bottom: 15px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}.blog-read-more {
font-size: 12px;
font-weight: 700;
text-decoration: none;
color: #333;
border-bottom: 2px solid #333;
padding-bottom: 2px;
transition: all 0.3s ease;
}.blog-read-more:hover {
color: #c5a367; /* Altın rengi vurgu */
border-color: #c5a367;
}/* Buton Alanı */
.blog-footer {
text-align: center;
}.blog-all-button {
display: inline-block;
padding: 15px 45px;
background-color: #000;
color: #fff;
text-decoration: none;
font-weight: 600;
font-size: 13px;
letter-spacing: 2px;
transition: background 0.3s ease;
border-radius: 5px;
}.blog-all-button:hover {
background-color: #333;
}/* Responsive (Mobil Uyumluluk) */
@media (max-width: 1024px) {
.blog-grid {
grid-template-columns: repeat(2, 1fr); /* Tableti 2'ye düşür */
}
}@media (max-width: 600px) {
.blog-grid {
grid-template-columns: 1fr; /* Mobili 1'e düşür */
}
.blog-main-title {
font-size: 24px;
}
}/**//* Genel Bölüm Ayarları */
.online-satis-section {
padding: 0px 5%;
background-color: #ffffff;
color: #fff;
}/* Pembe Banner Alanı */
.online-satis-container {
margin: 0 auto;
background-color: #000000; /* Ulta tarzı yumuşak pembe tonu */
border-radius: 15px; /* Yumuşak kavisli köşeler */
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
min-height: 330px;
padding: 40px;
}/* Yan Görsellerin Ortak Özellikleri */
.online-satis-image-box {
position: absolute;
left: 0px;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 50%;
}.online-satis-left {
left: 0;
}.online-satis-right {
right: 0;
}.online-satis-image-box img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}/* Orta Metin Alanı */
.online-satis-content-body {
text-align: center;
max-width: 600px;
z-index: 5; /* Metnin görsellerin önünde kalması için */
color: #fff;
}.online-satis-tagline {
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
margin-bottom: 15px;
color: #fff;
}.online-satis-main-title {
font-size: 33px;
font-weight: 700;
line-height: 1.1;
margin-bottom: 20px;
}.online-satis-description {
font-size: 18px;
line-height: 1.6;
margin-bottom: 35px;
font-weight: 500;
}/* Buton Tasarımları (Pill/Oval) */
.online-satis-button-group {
display: flex;
gap: 15px;
justify-content: center;
}.online-satis-btn-fill,
.online-satis-btn-outline {
padding: 16px 32px;
border-radius: 5px; /* Tam oval butonlar */
text-decoration: none;
font-size: 14px;
font-weight: 700;
transition: all 0.3s ease;
border: 2px solid transparent;
}/* Dolu Buton */
.online-satis-btn-fill {
background-color: #fff;
color: #000;
}.online-satis-btn-fill:hover {
background-color: #000;
color: #fff;
transform: translateY(-3px);
}/* Kenarlık Buton */
.online-satis-btn-outline {
background-color: transparent;
border-color: #fff;
color: #fff;
}.online-satis-btn-outline:hover {
background-color: #000;
color: #fff;
transform: translateY(-3px);
}/* Responsive (Mobil Uyumluluk) */
@media (max-width: 1024px) {
.online-satis-image-box {
width: 200px;
}
.online-satis-main-title {
font-size: 36px;
}
}@media (max-width: 768px) {
.online-satis-image-box {
display: none; /* Mobilde alan dar olduğu için görselleri gizleyip metne odaklanıyoruz */
}
.online-satis-container {
padding: 60px 20px;
min-height: auto;
}
.online-satis-button-group {
flex-direction: column;
}
.online-satis-main-title {
font-size: 32px;
}
}/**/
/* Ana Bölüm Arka Planı */
.client-feedback-section {
background-color: #f8f9fa; /* Zarif açık gri */
padding: 80px 0;
}/* İçerik Düzeni (Sol Resim, Sağ Yorumlar) */
.feedback-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 50px; /* Resim ve yorumlar arası boşluk */
}/* Sol Görsel Alanı */
.feedback-visual-side {
width: calc(40% - 25px); /* Genişliğin %40'ı */
height: 600px;
background-size: cover;
background-position: center;
border-radius: 20px; /* Estetik yuvarlak köşeler */
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* Hafif derinlik gölgesi */
}/* Sağ Yorum Alanı */
.feedback-content-side {
width: calc(
60% - 25px
); /* Genişliğin %60'ı (2'li yorum için geniş alan lazım) */
display: flex;
flex-direction: column;
}/* --- Başlık Alanı --- */
.feedback-header {
margin-bottom: 40px;
}.feedback-subtitle {
font-size: 0.9rem;
color: #86754a;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}.feedback-title {
font-size: 37px;
font-weight: 600;
margin-bottom: 8px;
line-height: 1.1;
font-family: var(--font2);
}/* --- Swiper Ayarları --- */
.feedbackSwiper {
width: 100%;
padding-bottom: 60px !important; /* Noktalar için alt boşluk */
}/* Tekil Yorum Kartı Tasarımı */
.feedback-card {
background: #ffffff;
padding: 40px 30px;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.3s ease;
}.feedback-card:hover {
transform: translateY(-5px); /* Üzerine gelince çok hafif yukarı kalkar */
}/* Tırnak İkonu */
.quote-icon {
font-family: serif;
font-size: 3.5rem;
color: #86754a;
line-height: 0;
display: block;
margin-bottom: 30px;
opacity: 0.3;
}/* Yorum Metni */
.feedback-text {
font-family: "Playfair Display", serif;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
font-style: italic;
margin-bottom: 30px;
flex-grow: 1; /* Kart boylarının eşit olmasını sağlar */
}/* Yazar Bilgisi */
.feedback-author {
border-left: 3px solid #86754a;
padding-left: 15px;
}.author-name {
font-size: 1.05rem;
color: #111;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}.author-role {
font-size: 0.85rem;
color: #888;
margin-top: 3px;
display: block;
}/* Noktalama (Pagination) Tasarımı */
.swiper-pagination-bullet {
background: #ddd !important;
opacity: 1 !important;
width: 12px !important;
height: 12px !important;
transition: all 0.3s ease;
}.swiper-pagination-bullet-active {
background: #86754a !important;
width: 30px !important; /* Aktif olan hap şeklinde uzar */
border-radius: 6px !important;
}/* --- Mobil ve Tablet Uyumluluğu --- */
@media (max-width: 1024px) {
.feedback-visual-side {
width: 45%;
}
.feedback-content-side {
width: 50%;
}
}@media (max-width: 768px) {
.feedback-wrapper {
flex-direction: column;
}.feedback-visual-side {
width: 100%;
height: 400px;
}.feedback-content-side {
width: 100%;
}.feedback-title {
font-size: 2.2rem;
}
}
/***/.footer1 {
background-color: #ffffff;
padding: 60px 0 0px 0;
color: #333;
border-top: 1px solid #f2f2f2;
}
.footer1-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
} /* Logo Ayarları */
.main-logo-img {
max-width: 220px;
height: auto;
margin-bottom: 40px;
} /* İletişim Satırı */
.footer1-contact-row {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom: 15px;
}
.footer1-info-item {
font-size: 22px;
font-weight:600;
color: #86754a;
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.footer1-info-item svg {
stroke: #86754a;
width: 20px;
}
.footer1-v-divider {
width: 1px;
height: 35px;
background-color: #ddd;
}
.footer1-address {
font-size: 14px;
color: #888;
margin-bottom: 30px;
} /* Menü */
.footer1-nav {
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
margin-bottom: 40px;
}
.footer1-nav a {
text-decoration: none;
color: #555;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1.5px;
margin: 0 15px;
transition: 0.3s;
}
.footer1-nav a:hover {
color: #86754a;
} /* Aksiyon Alanı (Sosyal & Katalog) */
.footer1-actions-wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
margin-bottom: 50px;
}
.footer1-social {
display: flex;
gap: 15px;
}
.footer1-social a {
color: #86754a;
transition: 0.3s;
}
.footer1-social li {
list-style: none;
}
.footer1-social a svg {
fill: #86754a;
transition: 0.3s;
width: 23px;
height: 23px;
}
.footer1-social a:hover {
transform: translateY(-3px);
} /* Katalog Butonu */
.footer1-catalog-btn-premium {
display: flex;
align-items: center;
background-color: #86754a;
color: #fff;
text-decoration: none;
padding: 6px 6px 6px 20px;
border-radius: 50px;
transition: 0.3s;
}
.footer1-catalog-btn-premium .btn-text {
font-size: 14px;
font-weight: 600;
margin-right: 15px;
}
.footer1-catalog-btn-premium .btn-icon {
background: #fff;
color: #86754a;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.footer1-catalog-btn-premium:hover {
background-color: #333;
} /* İş Ortakları */
.footer1-partners {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
margin-bottom: 50px;
}
.partner-img {
max-height: 45px;
width: auto;
}
.partner-divider {
height: 25px;
} /* Alt Bant (Copy & Credits) */.footer1-bottom-bar {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid #f2f2f2;
padding-top: 20px;
padding-bottom: 20px;
font-size: 11px;
color: #fff;
background: #000;
}.footer1-credits {
display: flex;
align-items: center;
gap: 10px;
}
.footer1-credits strong {
color: #666;
letter-spacing: 1px;
}
.footer1-credits a {
display: flex;
align-items: center;
}
.footer1-credits img {
height: 15px;
width: auto;
} /* Mobil Uyumluluk */
@media (max-width: 768px) {
.footer1-bottom-bar {
flex-direction: column;
gap: 15px;
text-align: center;
}
.footer1-contact-row {
flex-direction: column;
gap: 10px;
}
.footer1-v-divider {
display: none;
}
.footer1-nav a {
display: block;
margin: 10px 0;
}
.footer1-actions-wrap {
flex-direction: column;
gap: 20px;
}
.main-logo-img {
max-width: 118px;
height: auto;
margin-bottom: 20px;
}
.footer1-address {
font-size: 14px;
color: #888;
margin-bottom: 10px;
}
}
.footer1-address a {
color: #86754a;
text-decoration: none;
}
.footer1-info-item:hover,
.footer1-address a:hover {
color: #86754a; /* Logodaki renk */
}