/* .attachment-woocommerce_thumbnail{
    display: none;
} */

.tpc_get_pro {
	color: green;
    font-weight: bold;
}

/* Swiper Slider Styles */
.tp-image-slider-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.tp-product-slider {
	width: 100%;
	height: auto;
}

.tp-product-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
}
.tp-slider-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	aspect-ratio: 5/6;
	margin: 0 !important;
    padding: 0 !important;
}

/* Pagination Dots Styling - Always visible */
.tp-slider-pagination {
	position: absolute !important;
	bottom: 10px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: auto !important;
	height: auto !important;
	z-index: 10 !important;
	opacity: 1 !important;
}

.tp-slider-pagination .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	background: rgba(255, 255, 255, 0.7) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	opacity: 1 !important;
	margin: 0 3px !important;
	transition: all 0.3s ease !important;
	cursor: pointer !important;
}

.tp-slider-pagination .swiper-pagination-bullet-active {
	border-color: #000000 !important;
	transform: scale(1.3) !important;
}

.tp-slider-pagination .swiper-pagination-bullet:hover {
	background: #ffffff !important;
	transform: scale(1.1) !important;
}

/* Legacy support - keep old classes for backward compatibility */
.tp-image-wrapper {
	position: relative;
}
.tp-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-out;
}
.tp-image-hover:hover {
	opacity: 1 !important;
}

/* Fix Swiper width calculation issues */
.tp-product-slider .swiper-wrapper {
	width: 100% !important;
}

.tp-product-slider .swiper-slide {
	width: 100% !important;
	flex-shrink: 0;
}

/* Force override any inline width styles from Swiper */
.tp-product-slider .swiper-slide[style*="width"] {
	width: 100% !important;
	transform: unset !important;
}

