/* =============================================
   CUSTOM CSS STYLES
   ============================================= */

/* Tu píšte vaše custom CSS */

/* Príklad custom štýlov */
.ct-newsletter-subscribe-form-elements {
	display: flex !important;
}

.ct-newsletter-subscribe-form-elements input {
	width: 100%;
	max-width: 100%;
	flex: 1;
}

.ct-newsletter-subscribe-form-elements button {
	width: fit-content;
}

/*swiper*/

/*@media(min-width: 690px) {*/
.swiper-numbers .swiper .swiper-wrapper .swiper-slide {
	/*height: 100%;*/
	height: auto;
}

.swiper-numbers .swiper .swiper-wrapper .swiper-slide .swiper-slide-inner {
	height: 100%;
}

.swiper-numbers .swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .slider-content-zone {
	height: 100%;
}

.swiper-numbers .swiper .swiper-wrapper .swiper-slide .swiper-slide-inner .slider-content-zone>div {
	height: 100%;
}

/*}*/

@media(max-width: 690px) {

	.swiper-numbers .swiper-button-next,
	.swiper-numbers .swiper-button-prev {
		display: none;
	}
}

/*
end swiper*/

/*newsletter bottom footer*/
.galton-newsletter-image {
	position: absolute;
	right: -17%;
	z-index: 1;
	top: -84px;
}

@media(max-width: 1000px) {
	.galton-newsletter-image {
		height: 345px;
	}

	.galton-newsletter-image img {
		height: 100%;
	}
}

@media(max-width: 690px) {
	.galton-newsletter-image {
		display: none;
	}
}

.footer-newsletter-block>.wp-block-columns {
	position: relative;
	z-index: 2;
}

/*@media(max-width:)*/

/*newsletter bottom footer end*/

/*products wrapper*/
.products-wrapper .product .price {
	display: none;
}

.products-wrapper .product h2 {
	color: #232333;
	font-family: 'ct_font_ronzino', sans-serif;
	font-weight: 400;
}

.woocommerce-cart-form button[name="update_cart"] {
	display: none;
}

.ct-toggle-filter-panel {
	text-transform: none !important;
}

.woo-listing-top .woocommerce-result-count {
	text-transform: none !important;
}

/* Tlačidlo "Zobraziť viac" */


.show-more-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

.show-more-btn:disabled:hover {
	background: #ccc;
	transform: none;
	box-shadow: none;
}

/* Animácia pre nové produkty */
.products-container .product {
	animation: fadeInUp 0.6s ease forwards;
	opacity: 0;
	transform: translateY(20px);
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Loading stav pre tlačidlo */
.show-more-btn.loading {
	position: relative;
	color: transparent;
}

.show-more-btn.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2px solid #ffffff;
	border-top: 2px solid transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Responsive štýly */
@media (max-width: 768px) {
	.show-more-btn {
		padding: 10px 25px;
		font-size: 13px;
	}
}

.fluent_form_3 .ff-el-input--label {
	display: none !important;
}

.fluent_form_3 .ff-el-form-check .ff-el-form-check-label {
	display: block !important;
}

.fluent_form_3 input[type="email"] {
	background: transparent !important;
	color: #bfb6a3 !important;
	border-radius: 30px !important;
}

.fluent_form_3 .ff-el-form-check label span {
	color: #fff !important;
}

.ff-message-success {
	color: #fff !important;
}

.ct-footer-copyright p {
	color: #fff !important;
}