p {
	text-align: justify;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 28px;
    line-height: 36px;
	margin-top: 16px;
}
em {
	font-style: italic;
}
hr {
	margin: 80px 0;
}
.fade-item-2 {
	font-family: "Merienda", cursive;
}
.img-text-3 .grid-img-group .item-1 {
    width: 100%;
}
@media (min-width: 1150px) {
    .container {
        padding-left: 150px;
        padding-right: 150px;
    }
}
/* Sadece Mobil Ekranlar İçin (Maksimum 767px genişlik) */
@media (max-width: 767px) {
    .tf-grid-layout {
        /* Mobilde yan yana değil, alt alta olmalarını garanti edelim */
        grid-template-columns: 1fr !important; 
        /* Mobil için ideal ve şık bir boşluk */
        gap: 30px !important; 
    }

    /* Görselin yüksekliğini serbest bırakarak yazıyı ezmesini engelliyoruz */
    .tf-image, 
    .grid-img-group, 
    .box-img, 
    .img-style {
        height: auto !important;
        position: relative !important;
        top: 0 !important;
    }

    /* Resmin kendisinin dışarı taşmasını önlüyoruz */
    .tf-image img {
        display: block;
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
}
.tf-product-info-desc p {
	font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}
.tf-product-info-desc figure {
    margin-top: 20px;
}
.tf-page-title {
    background-image: url(../images/page-title.png);
}
.swiper-slide .fw-8 {
	color: white;
}
@media (min-width: 768px) {
    .logo-header img {
        width: 200px;
    }
}
.offcanvas-backdrop {
  background-color: var(--backdrop);
  cursor: url("../images/cursor-close.svg"), auto;
}

/*swiper on mobil*/

/* Sadece mobil ekranlarda (768px altı) */
@media (max-width: 767.98px) {
    /* Ana satırı dikey akışa alıyoruz, metin üstte kalıyor */
	hr {
		margin: 1rem 0;
	}
    .row.has-swiper-row {
		display: block !important;
    }

    /* Metin dışındaki tüm görsel kolonlarını Swiper Wrapper gibi davranmaya zorluyoruz */
    .row.has-swiper-row {
        position: relative;
    }

    /* Görsel kolonlarını yan yana getiren kaydırma grubu (Swiper Wrapper görevi) */
    .row.has-swiper-row {
        display: flex !important;
        flex-direction: column !important;
    }

    /* Görsellerin bulunacağı sanal bir slider wrapper oluşturmak için 
       CSS ile Swiper sınıflarını doğrudan bu kolonlara yediriyoruz: */
    .row.has-swiper-row {
        overflow: hidden; /* Dışarı taşmayı engeller */
    }

    /* Sadece görsellerin olduğu kolonları yan yana dizecek olan alan */
    .row.has-swiper-row {
        display: block !important;
    }

    /* Görsel kolonları yan yana dizilip Swiper tarafından kontrol edilecek */
    .custom-slide-col {
        display: inline-block !important;
        width: 80% !important;
        margin-right: 15px;
		margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
	.tf-img-with-text.style-3 {
		margin-top: 10px;
	}
	.tf-img-with-text.style-3 .description {
		margin-top: 8px;
	}
}
.float-right {
	float: right;
    margin-left: 10px;
}
.float-right img {
	border-radius: 8px;
}