/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 22:23:33 */
body {
    padding-top: 120px;
    background-image: url("https://playground.splendorwrld.com/wp-content/uploads/2025/12/background_less.jpeg")!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-attachment: fixed;
    background-color: #f0f0f0;
}

.home-container-custom {
	padding-top: 0!important;
}

.site-header { 
    position: fixed; 
    top: 0;         
	left: 0;
    width: 100%;     
    z-index: 1000;   
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
	background-color: white;
	margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
	transition: padding 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out;
	padding-top: 15px;
    padding-bottom: 15px;
}

.site-header.is-scrolled {
    /* Utrzymuje element na stałe przy górze ekranu */
    position: fixed; 
    top: 0; 
    /* Ustawienie lewej i szerokości na 100% rozwiązuje problem asymetrii */
    left: 0;
    width: 100%;
    z-index: 1000;
    
    /* Zmniejszone wypełnienie dla efektu "zwężenia" */
    padding-top: 0;
    padding-bottom: 0;
    
    /* Zapewnia, że jest na wierzchu i ma tło */
    background-color: #ffffff; /* Ustaw kolor tła (np. biały) */
	box-shadow: 0 10px 10px rgba(0,0,0,0.6); 
	border-bottom: 0.9px solid rgba(0,0,0,0.9)!important;
	min-height: 60px;
	height: 71px;
}
.site-header img {
	width: 120px;
	transition: width 0.3s ease-in-out;
}
.site-header.is-scrolled img {
	width: 80px;
}

/* shop page */
.ast-archive-entry-banner {
	display: none;
}

.related.products h2 {
	font-size: 30px;
}

.site-footer {
	border-top: 0.9px solid black;
}
.site-footer {
	border-top: 0.9px solid black;
	background-color: red!important;
}
.site-below-footer-wrap {
	border-top: 0.1px solid rgba(0,0,0,0.1)!important;
}

/* cart */
.shop_table thead {
	background-color: white!important;
}
.cart_totals h2 {
	background-color: white!important;
	font-size: 36px!important;
}

.woocommerce-billing-fields__field-wrapper input {
	border: 0.1px solid rgb(0,0,0,0.1)!important;
}

/* home page */
.main-wrapper {
	background-color: white; 
  background-image: url('https://playground.splendorwrld.com/wp-content/uploads/2025/12/background_less.jpeg'); 
  background-repeat: no-repeat;
  background-position: center 200px; /* Pozycja drugiego obrazka w sekcji */
  
  /* Ustawienie drugiego tła jako nieruchomego */
  background-attachment: fixed; 
  
  padding: 50px 0;
}
.product-item {
    position: relative; 
    overflow: hidden;  
    transition: transform 0.3s ease-out; 
    z-index: 1; 
}

.product-item figcaption {
    position: absolute;
    inset: 0; 
    margin: -1px; 
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4); 
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    z-index: 10; 
    
    display: flex;
    align-items: center;      
    justify-content: center;  
    text-align: center;
    padding: 15px;

    opacity: 0; 
    transform: translateY(15px); 
    visibility: hidden;
    
    transition: 
        opacity 0.4s ease-out, 
        transform 0.4s ease-out,
        visibility 0.4s;
}

.product-item:hover figcaption {
    opacity: 1;                 
    transform: translateY(0);   
    visibility: visible;
	cursor: pointer;
}

.uagb-post__inner-wrap {
	background: white!important;
}

/* global */
a:focus {
    outline: none;
}


@media (max-width: 1200px) {
	.woocommerce-notices-wrapper {
		margin-top: 60px;
	}
}

/* single product */
#tab-title-pwb_tab {
	display: none!important;
}
@media (min-width: 922px) {
	.wc-tabs-wrapper {
		float: right!important;
		clear: none!important;
		width: 46%!important;
	}
}

@media (max-width: 976px) {
	.home-back-img {
		z-index: -100!important;
	}
}


@media (max-width: 544px) {
	body {
		padding-top: 100px;
	}
	.woof_show_mobile_filter {
		border: 0.1px solid black;
    	padding: 5px;
	}
	
	.woof_show_mobile_filter img {
		width: 20px;
	}
	
	.woof_show_mobile_filter span {
		margin-left: 10px;
    	font-weight: 400;
	}
	
	.woof_hide_mobile_filter {
		border: 0.1px solid black;
    	padding: 5px;
	}
	
	.woof_hide_mobile_filter img {
		width: 25px;
        margin: 5px 5px;
	}
	
	.woof_hide_mobile_filter span {
		margin-left: 10px;
    	font-weight: 400;
	}
}
