/*
Theme Name: GHT PPF
Author: Investnet.pl 
Version: 1.0.1
Template: minimog 
*/
@media screen and (max-width: 1024px) {
.home-slider .tm-swiper .swiper-pagination-inner {
	margin-top: auto !important;
	margin-bottom: 15px !important;
	margin-left: auto;
	margin-right: 25px !important;
}
	.header-pinned .branding__logo {
		width: 60px !important;
	}
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label {
	font-weight: 500;
}
#omnibus-price-data {
	margin-bottom: 10px;
}
#cookie-notice .cookie-notice-container, #cookie-notice .cn-button {
	font-family: ClashGrotesk !important;
}
.home-slider {
	background-color: #000 !important;
}
.home-slider .elementor-background-slideshow__slide.swiper-slide-active { animation: fadeIn 1s; }
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 768px) {
	#page-footer .minimog-list {
		columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
		width: 100%;
	}
	.demo_store, .woocommerce-store-notice {
		width: 300px;
	}
}