/**
Theme Name: Moonlight (astra child)
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moonlight-astra-child
Template: astra
*/
@media screen and (max-width:500px){
	.hero{
		padding-left:16px !important;
		padding-right:16px !important;
	}
	.hero .wp-block-cover__inner-container .wp-block-group *{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.slick-prev.slick-arrow{
		left:-16px !important;
	}
	.slick-next.slick-arrow{
		right:-16px !important;
	}
}
*{
	transition:all 0.6s ease-in-out;
}
.fit-content{
	flex-basis:auto !important;
}
.wp-block-uagb-container:not(.uagb-is-root-container):hover .wp-block-cover img,.wp-block-cover:hover img{
	transform:scale(1.05);
}
.section{
	margin-bottom:12vh !important;
}
.slick-dots{
	margin-bottom:-3vh !important;
}
.modula-item{
	border-radius:16px ;
}
details{
	margin-bottom:15px;
}
img, .gt_white_content{
	border-radius:16px !important;
}
summary::marker {
  color:transparent;
}
summary::before {
  content: "❯";
  font-size: 1.4em;
  margin-right: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
}

details[open] summary::before {
  transform: rotate(90deg);
}
summary,summary strong,summary em strong{
	animation:none !important;
	opacity:1 !important;
}
details *:not(summary,em,strong) {
  opacity: 0;
}
details[open] *:not(summary) {
  animation: fadeIn 0.3s ease-in-out forwards;
}
@keyframes fadeIn {
 0% {
   opacity: 0;
 }
 100% {
   opacity: 1;
 }
} 
/*
.elementor-kit-2466 h1 {
    font-family: none;
}*/
.image-center, .image-center img{
	width:fit-content;
}
.no-margin-bottom{
	margin-bottom:0 !important;
}
.site-above-footer-wrap{
	position:fixed;
	bottom:0;
	right:0;
	z-index:1000;
}
.footer-btn:hover{
	transform:scale(1.03);
}
img.zoomImg {
    display: none !important;
}
.woocommerce-loop-product__title{
	font-size:2em !important;
}
.product_title{
	font-size:2.5em !important;
}
.additional_information_tab{
	display:none !important;
}
.wc-block-components-product-name{
	font-size:1.5em !important;
}
.footer-btn{
	pointer-events:all
}
.site-above-footer-wrap{
	pointer-events:none;
}
@media screen and (max-width:758px){
	
	.page-id-10563 .site-above-footer-wrap, .page-id-10560 .site-above-footer-wrap{
		display:none !important;
	}
}

label:has(#kup_na_prezent){
	    padding: 0.5em 0.8em;
    border: 1px solid;
	border-color:var(--ast-global-color-1);
    border-radius: 16px;
    cursor: pointer;
}
label:has(#kup_na_prezent).active{
	color:#fff;
	background-color:var(--ast-global-color-1) ;
	border-color:var(--ast-global-color-1);
}
label:has(#kup_na_prezent).active::before{
	content:"✔";
	animation:check-animation 0.3s ease-in-out forwards;
}
#kup_na_prezent{
	display:none;
}
@keyframes check-animation{
	0%{transform:scale(0)}
	100%{transform:scale(1)}
}
.mailerlite-form-field input{
	max-width:350px;
}
.astra-shop-thumbnail-wrap{
	max-height:250px;
	border-radius:16px;
	overflow:clip;
}
/*Wyłączenie wyświetlania "akceptuje regulamin..." na stronie podsumowania */
.wc-block-components-product-metadata ul .wc-block-components-product-details__akceptuje-lt-a-href-quot-https-moonlightspa-pl-regulamin-voucherow-quot-gt-regulamin-voucher-w-lt-a-gt{
	display:none;
}
.variation-Akceptujeltahrefquothttpsmoonlightspaplregulamin-voucherowquotgtRegulaminvoucherwltagt{
	height:0;
	opacity:0;
}

.woocommerce[class*="rel-up-columns-"] .site-main div.product .related.products ul.products li.product, .woocommerce-page .site-main ul.products li.product{
	min-height:600px;
}
.astra-shop-summary-wrap{
	height:100%;
	.button{
		position:absolute !important;
		bottom:0;
	}
}
@media screen and (max-width:545px) {
	.woocommerce[class*="rel-up-columns-"] .site-main div.product .related.products ul.products li.product, .woocommerce-page .site-main ul.products li.product{
	min-height:fit-content;
	padding-bottom:2em;
	}
	.astra-shop-summary-wrap{
	height:fit-content;
	.button{
		position:block !important;
		bottom:auto;
	}
}
}
.offer-nav{
	display:flex;
	gap:1em;
	flex-wrap:wrap;
}
.offer-nav a{
	padding:12px 16px;
	background-color:rgba(191,164,149,0.24);
	border-radius:10px;
}
.offer-nav a:hover{
	background-color:var(--ast-global-color-0);
}
.packages{
	justify-content:center;
}
.packages .wp-block-column{
	min-height:600px;
	max-height:600px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	max-width:440px;
}