
/* From: about.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: cift-kisilik-granit-mezar.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: cift-kisilik-granit-mezar.html */
/* Ürün görselleri boyut ayarı */
.grid__wraper__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 15px;
}

.grid__wraper__img img.primary__image,
.grid__wraper__img img.secondary__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
}

.wh-api {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.wh-ap-btn {
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  background-image: url('https://i.imgur.com/cAS6qqn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48%;
}

.wh-ap-btn:hover {
  opacity: 1;
  background-color: #01E675;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 0 auto;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.copyright {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.footer__inner {
  padding-bottom: 0 !important;
}

/* Container'ların altındaki boşlukları kaldır */
.sp_bottom_20,
.sp_bottom_30,
.sp_bottom_40 {
  padding-bottom: 0 !important;
}

/* From: cift-kisilik-mermer-mezar.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: cift-kisilik-mermer-mezar.html */
/* Ürün görselleri boyut ayarı */
.grid__wraper__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 15px;
}

.grid__wraper__img img.primary__image,
.grid__wraper__img img.secondary__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
}

.wh-api {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.wh-ap-btn {
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  background-image: url('https://i.imgur.com/cAS6qqn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48%;
}

.wh-ap-btn:hover {
  opacity: 1;
  background-color: #01E675;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 0 auto;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.copyright {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.footer__inner {
  padding-bottom: 0 !important;
}

/* Container'ların altındaki boşlukları kaldır */
.sp_bottom_20,
.sp_bottom_30,
.sp_bottom_40 {
  padding-bottom: 0 !important;
}

/* From: contact.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: faq.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: faq.html */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 0 auto;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.copyright {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.footer__inner {
  padding-bottom: 0 !important;
}

/* From: index.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: index.html */
.wh-api {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.wh-ap-btn {
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  background-image: url('https://i.imgur.com/cAS6qqn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48%;
}

.wh-ap-btn:hover {
  opacity: 1;
  background-color: #01E675;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
Görsel
.wh-api {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.wh-ap-btn {
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  background-image: url('https://i.imgur.com/cAS6qqn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48%;
}

.wh-ap-btn:hover {
  opacity: 1;
  background-color: #01E675;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.themesflat-icon-box {
  height: 100%;
  min-height: 250px; /* veya istediğin sabit bir yükseklik */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.text-wrap {
  flex-grow: 1;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 0 auto;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.copyright {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.footer__inner {
  padding-bottom: 0 !important;
}

/* Container'ların altındaki boşlukları kaldır */
.sp_bottom_20,
.sp_bottom_30,
.sp_bottom_40 {
  padding-bottom: 0 !important;
}

/* Animate content ayarları */
.animate__content__wrap {
  font-size: 1rem !important;
}

.animate__content__single span {
  font-size: 1rem !important;
}

@media (max-width: 768px) {
  .animate__content {
    width: 100vw !important;
    margin-left: -50vw !important;
    font-size: 0.95rem !important;
  }
  
  .animate__content__single span {
    font-size: 0.95rem !important;
  }
}

/* From: service.html */
.navbar-logo {
    height:36px;
    width: auto;
    object-fit: contain;
    display: block;
}

/* From: service.html */
.district-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 74, 173, 0.35) !important;
        }

/* From: shop.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: shop.html */
/* Ürün görselleri boyut ayarı */
.grid__wraper__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 15px;
}

.grid__wraper__img img.primary__image,
.grid__wraper__img img.secondary__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
}

.wh-api {
  z-index: 99999;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.wh-ap-btn {
  width: 52px;
  height: 52px;
  background-color: #25d366;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  cursor: pointer;
  transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  background-image: url('https://i.imgur.com/cAS6qqn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48%;
}

.wh-ap-btn:hover {
  opacity: 1;
  background-color: #01E675;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 0 auto;
}

.footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  flex-shrink: 0;
}

.copyright {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.footer__inner {
  padding-bottom: 0 !important;
}

/* Container'ların altındaki boşlukları kaldır */
.sp_bottom_20,
.sp_bottom_30,
.sp_bottom_40 {
  padding-bottom: 0 !important;
}

/* From: single-product.html */
.related-product-img {
            width: 150px !important;
            height: 150px !important;
            object-fit: cover !important;
            display: block !important;
            margin: 0 auto !important;
        }
        
        .single__product__grid .grid__wraper {
            margin-bottom: 20px !important;
            padding: 0 10px !important;
        }
        
        @media (max-width: 768px) {
            .related-product-img {
                width: 130px !important;
                height: 130px !important;
            }
        }
        
        @media (max-width: 480px) {
            .related-product-img {
                width: 110px !important;
                height: 110px !important;
            }
        }

/* From: single-product.html */
.navbar-logo {
    height:36px;         /* Navbar yüksekliğine göre ayarla (40–60px arası idealdir) */
    width: auto;          /* Oranı korur */
    object-fit: contain;  /* Görseli kırpmadan sığdırır */
    display: block;
}

/* From: single-product.html */
.whatsapp-btn-custom {
                            background-color: #25d366 !important;
                            border-color: #25d366 !important;
                            color: white !important;
                            padding: 15px 30px !important;
                            border-radius: 5px !important;
                            display: inline-block !important;
                            text-decoration: none !important;
                            font-weight: 500 !important;
                            transition: none !important;
                            border: 1px solid #25d366 !important;
                        }
                        .whatsapp-btn-custom:hover,
                        .whatsapp-btn-custom:focus,
                        .whatsapp-btn-custom:active {
                            background-color: #25d366 !important;
                            border-color: #25d366 !important;
                            color: white !important;
                            transform: none !important;
                            box-shadow: none !important;
                            opacity: 1 !important;
                        }
/* Tema Geneli WhatsApp Butonu Saa Hizalama */
.wh-api {
    left: auto !important;
    right: 20px !important;
}
/* Tm rn detay sayfalarnda 'Ana Sayfa / TM-01' eklindeki nav (breadcrumb) ul listelerini gizle */
.breadcrumb__title ul {
    display: none !important;
}

/* Tum urun detay sayfalarinda breadcrumb alanini (baslik dahil) tamamen gizle */
.breadcrumb {
    display: none !important;
}
/* --- SEARCH MODAL CSS --- */
.search-modal-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 100000;
    display: flex; justify-content: center; align-items: center;
    padding: 24px 16px;
    visibility: hidden; opacity: 0;
    transition: all 0.3s ease-in-out;
}
.search-modal-overlay.active {
    visibility: visible; opacity: 1;
}
.search-modal-content {
    background: #fff; width: 100%; max-width: 600px;
    border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    max-height: min(84vh, 720px);
    display: flex;
    flex-direction: column;
    transform: translateY(-20px);
    transition: transform 0.3s ease-in-out;
}
.search-modal-overlay.active .search-modal-content {
    transform: translateY(0);
}
.search-modal-header {
    background: #f8f9fa; padding: 15px 20px;
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid #e9ecef;
}
.search-modal-header h2 { margin: 0; font-size: 1.25rem; color: #333; }
.search-modal-close {
    font-size: 1.5rem; cursor: pointer; color: #888; transition: color 0.2s;
    background: transparent;
    border: 0;
    line-height: 1;
    padding: 0;
}
.search-modal-close:hover { color: #dc3545; }
.search-modal-body { padding: 20px; }
.search-input-wrapper {
    position: relative; margin-bottom: 20px;
}
.search-input-icon {
    position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
    color: #004aad; font-size: 1.1rem;
}
#searchInput {
    width: 100%; padding: 15px 15px 15px 45px;
    border: 2px solid #e9ecef; border-radius: 25px;
    font-size: 1rem; color: #495057; outline: none; transition: border-color 0.3s;
}
#searchInput:focus { border-color: #004aad; }
.search-results-wrapper {
    max-height: 400px; overflow-y: auto;
}
.search-initial-text, .search-no-result p {
    text-align: center; color: #6c757d; font-size: 0.95rem; margin: 20px 0;
}
.search-no-result { text-align: center; padding: 30px 0; }
.search-no-result i { font-size: 3rem; color: #dee2e6; margin-bottom: 15px; }
.search-results-list { list-style: none; padding: 0; margin: 0; }
.search-results-list li {
    border-bottom: 1px solid #f1f3f5; transition: background 0.2s;
}
.search-results-list li:last-child { border-bottom: none; }
.search-results-list li a {
    display: flex; align-items: center; padding: 10px;
    text-decoration: none; color: inherit;
}
.search-results-list li:hover { background: #f8f9fa; }
.search-result-image {
    width: 60px; height: 60px; border-radius: 4px; overflow: hidden;
    margin-right: 15px; flex-shrink: 0; border: 1px solid #e9ecef;
}
.search-result-image img { width: 100%; height: 100%; object-fit: cover; }
.search-result-info h4 { margin: 0 0 5px; font-size: 1rem; color: #343a40; }
.search-result-price { font-size: 0.9rem; color: #004aad; font-weight: 600; }
.search-trigger-item { list-style: none; display: inline-block; }
.search-trigger-item a { cursor: pointer; }
.search-trigger-item i { font-size: 1.1rem; }
body.search-modal-open {
    overflow: hidden;
}

/* Shop and category model grid separators */
.tab-pane .model-grid-lines {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.tab-pane .model-grid-lines > [class*="col-"] {
    padding: 28px 20px;
    position: relative;
}

.tab-pane .model-grid-lines .grid__wraper {
    height: 100%;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .tab-pane .model-grid-lines > [class*="col-"]:nth-child(2n) {
        border-left: 1px solid #e6e6e6;
    }

    .tab-pane .model-grid-lines > [class*="col-"]:nth-child(n+3) {
        border-top: 1px solid #e6e6e6;
    }
}

@media (min-width: 992px) {
    .tab-pane .model-grid-lines > [class*="col-"]:nth-child(3n+2),
    .tab-pane .model-grid-lines > [class*="col-"]:nth-child(3n+3) {
        border-left: 1px solid #e6e6e6;
    }

    .tab-pane .model-grid-lines > [class*="col-"]:nth-child(n+4) {
        border-top: 1px solid #e6e6e6;
    }
}

/* Floating search button above WhatsApp */
.wh-api.floating-action-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.wh-api.floating-action-stack .floating-search-btn {
    order: 1;
}

.wh-api.floating-action-stack .floating-phone-btn {
    order: 2;
}

.wh-api.floating-action-stack > a:not(.floating-search-btn):not(.floating-phone-btn),
.wh-api.floating-action-stack > .wh-ap-btn {
    order: 3;
}

.floating-search-btn {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3a3a3a;
    color: #ffffff;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    text-decoration: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.floating-search-btn:hover,
.floating-search-btn:focus {
    background: #2f2f2f;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.floating-search-btn i {
    font-size: 19px;
}

.floating-phone-btn {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #004aad;
    color: #ffffff;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    text-decoration: none;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.floating-phone-btn:hover,
.floating-phone-btn:focus {
    background: #0059cc;
    color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.floating-phone-btn i {
    font-size: 19px;
}

@media (max-width: 767px) {
    .tab-pane .model-grid-lines > [class*="col-"] {
        padding: 20px 16px;
    }

    .search-modal-overlay {
        padding: 12px;
        align-items: flex-end;
    }

    .search-modal-content {
        max-width: none;
        max-height: 88vh;
        border-radius: 20px 20px 0 0;
    }

    .search-modal-header {
        padding: 14px 16px;
    }

    .search-modal-header h2 {
        font-size: 1.05rem;
    }

    .search-modal-body {
        padding: 16px;
    }

    #searchInput {
        padding: 14px 14px 14px 42px;
        font-size: 16px;
    }

    .search-results-wrapper {
        max-height: 58vh;
    }

    .search-results-list li a {
        padding: 10px 0;
        align-items: flex-start;
    }

    .search-result-image {
        width: 54px;
        height: 54px;
        margin-right: 12px;
    }

    .search-result-info h4 {
        font-size: 0.95rem;
        line-height: 1.35;
    }

    .search-result-price {
        font-size: 0.88rem;
    }

    .wh-api {
        right: 14px !important;
        bottom: 14px !important;
    }
}

/* Tüm ürün kartlarını tamamen tıklanabilir yapar */
.grid__wraper {
    position: relative;
}

.grid__wraper__tittle a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

/* Model Tipi Alt Başlığı (örn: Tek Kişilik Mermer Mezar) */
.grid__wraper__model__type {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 500;
}

.search-result-type {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
    margin-bottom: 4px;
}
