/**
 * Ürün sayfası: galeri, varyasyonlar, WhatsApp, sepete ekle.
 */

/* WhatsApp butonu — temanın sepet ikonunu gizle */
.wa-order-button.single_add_to_cart_button::before {
	content: none !important;
	display: none !important;
}

.wa-order-button .wb-wa-custom-icon {
	font-family: "Font Awesome 6 Brands" !important;
	margin-right: 8px !important;
	display: inline-block !important;
}

[class*="wd-swatches"].wd-bg-style-4 .wd-swatch.wd-bg {
	width: 60px;
	height: 60px;
}

table.variations label {
	font-weight: 400 !important;
}

.wd-swatches-grid:is(.wd-size-xlarge, .wd-size-xxl) {
	display: none;
}

/* Ziyaret sayacı kartı */
.wd-product-info.wd-visits-count {
	bottom: 15px;
	right: 15px;
	background: #fff !important;
	color: #000 !important;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.3;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.06);
	z-index: 10;
}

.single_add_to_cart_button {
	background: #000000 !important;
}

.wa-order-button {
	width: 100% !important;
	background: #25d366 !important;
}

.single-product a.wa-order-class {
	min-width: 100% !important;
	background: #25d366 !important;
	color: white;
}



.woocommerce-product-gallery .product-labels.labels-rectangular {
	display: none !important;
}



.wd-backface-hidden .wd-carousel-item {
    display: flex !important;
    justify-content: center !important;
}

.woocommerce-product-gallery img {
    display: block;
    width: 100% !important;
    max-width: 400px !important;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
}



/* Görsel kutusu */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 400px;
    height: 500px !important;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



@media (max-width:720px) {
    
    
    
    /* Görsel kutusu */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    width: 100% !important;
    max-width: 400px;
    height: 300px !important;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
    
    
}








@media (min-width: 768px) and (max-width: 1024px) {
    
    
    .wd-carousel-wrap {
        
        display: flex !important;
       
   
        
    }
    
  
    
    .wd-gallery-thumb img, .wd-thumb-active img {
	
	height:150px !important;
	object-fit:cover !important;
	
}
    
    
}


