/**
 * Responsive kurallar (header, mağaza, ürün, slider).
 */

@media (max-width: 767px) {
	.whb-header .wd-header-my-account > a::after,
	.whb-header .wd-header-cart > a::after,
	.whb-header .wd-header-wishlist > a::after {
		font-size: 12px;
	}

	.whb-header .wd-header-my-account > a,
	.whb-header .wd-header-cart > a,
	.whb-header .wd-header-wishlist > a {
		gap: 4px;
	}
}

@media (max-width: 768px) {
	.carousel-content .wd-nav-arrows .wd-btn-arrow {
		width: 38px;
		height: 38px;
	}
}

@media (max-width: 1024px) {
	.whb-header-bottom .wd-header-secondary-nav .wd-nav,
	.whb-header-bottom .wd-header-secondary-nav ul.menu,
	.whb-header-bottom .wd-header-secondary-nav ul#menu-menu {
		justify-content: flex-start !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}

	.whb-header-bottom .wd-header-secondary-nav .wd-nav > li,
	.whb-header-bottom .wd-header-secondary-nav ul.menu > li,
	.whb-header-bottom .wd-header-secondary-nav ul#menu-menu > li {
		flex: 0 0 auto !important;
	}

	.whb-header-bottom .wd-header-secondary-nav .wd-nav > li > a,
	.whb-header-bottom .wd-header-secondary-nav ul.menu > li > a,
	.whb-header-bottom .wd-header-secondary-nav ul#menu-menu > li > a {
		padding: 12px 14px !important;
	}
}

@media (max-width: 720px) {
	.magaza .wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
		height: 200px !important;
		object-fit: cover;
		width: 160px !important;
	}

	.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
		height: 200px;
		object-fit: cover;
		width: 160px !important;
	}

	.wd-carousel-container.wd-gallery-thumb .wd-carousel-wrap {
		justify-content: center !important;
	}

	.elementor-129 .elementor-element.elementor-element-eea72ff .woocommerce-product-gallery.thumbs-position-left {
		flex-direction: column-reverse !important;
	}

	.wd-gallery-thumb .wd-carousel-item img {
		width: 100% !important;
		height: 70px !important;
		object-fit: cover;
	}

	.woocommerce-product-gallery img {
		height: 320px !important;
		object-fit: cover;
		overflow: hidden;
		width: 230px !important;
	}

	.ozel-slider-nav button {
		transform: translateY(-50%) scale(0.7) !important;
		transform-origin: center !important;
		border-radius: 100% !important;
	}

	body .ozel-slider-nav button {
		background: rgba(0, 0, 0, 0.2) !important;
	}

	.ozel-slider-wrapper .ozel-progress {
		display: none !important;
	}

	.carous .wd-carousel-item img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		display: block;
	}

	.wd-gallery-thumb .wd-carousel-item img {
		height: 170px;
	}

	.woocommerce-product-gallery .woocommerce-product-gallery__image img {
		height: 460px;
	}

	.wd-page-title .title {
		font-size: 20px !important;
	}

	.filters-inner-area {
		display: block;
	}


}
