/* Custom Porto Theme - Icons Class Mapping */
/* Simple Line Icons Base Class */
.icons {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Icon Mappings - Simple Line Icons */
.icon-user:before {
	content: "\e005";
}

.icon-heart:before {
	content: "\e08a";
}

.icon-magnifier:before {
	content: "\e090";
}

.icon-phone:before {
	content: "\e600";
}

.icon-bag:before,
.icon-handbag:before {
	content: "\e02f";
}

.icon-basket:before,
.icon-cart:before {
	content: "\e03d";
}

.icon-envelope:before,
.icon-mail:before {
	content: "\e086";
}

.icon-location-pin:before,
.icon-pin:before {
	content: "\e096";
}

/* Swiper Carousel - Temel Düzenlemeler */
.product-image-carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.product-image-carousel .swiper-wrapper {
	width: 100%;
}

.product-image-carousel .swiper-slide {
	width: 100%;
	height: auto;
}

.product-image-carousel .swiper-slide a {
	display: block;
	width: 100%;
}

.product-image-carousel .swiper-slide img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

/* Liste sayfalarındaki tek ürün resmi (carousel olmayan) */
.product .position-relative > a > img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

/* Ürün detay sayfası için daha büyük boyut */
.product-image-area .product-image-carousel .swiper-slide {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 600px;
}

.product-image-area .product-image-carousel .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Ürün detay sayfası - tek resim */
.product-image-area .product-main-image {
	width: 100%;
	height: 600px;
	object-fit: cover;
	display: block;
}

/* Benzer ürünler için küçük boyut */
.related-products .product-image-carousel .swiper-slide img {
	height: 250px;
}

/* Benzer ürünler - tek resim */
.related-products .product-thumb-info-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

/* Swiper Pagination - İndikatör Noktaları (Tümü Aynı) */
.product-image-carousel .swiper-pagination {
	position: absolute !important;
	bottom: 15px !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 10;
	margin: 0 !important;
	padding: 0 !important;
}

.product-image-carousel .swiper-pagination-bullet {
	background: #fff !important;
	border: none !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	margin: 0 4px !important;
	opacity: 0.7 !important;
	cursor: pointer;
	transition: all 0.3s ease !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Aktif bullet - mavi */
.product-image-carousel .swiper-pagination-bullet-active {
	background: #007bff !important;
	width: 8px !important;
	height: 8px !important;
	opacity: 1 !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Hover efekti */
.product-image-carousel .swiper-pagination-bullet:hover {
	background: #e0e0e0 !important;
	opacity: 1 !important;
	transform: scale(1.2);
}

/* Aktif bullet'a hover */
.product-image-carousel .swiper-pagination-bullet-active:hover {
	border-color: #aaa !important;
	background: #fff !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	transform: scale(1.1);
}

/* Popüler Ürünler Carousel - Dikey Kaydırma */
.popular-products-carousel {
	height: 500px;
	overflow: hidden;
}

.popular-products-carousel .swiper-wrapper {
	height: auto;
}

.popular-products-carousel .swiper-slide {
	height: auto;
}
