/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Definicje zmiennych CSS */
:root {
    --mainwidth: 1200px;
	--theme-font-family:filson-soft!important;
    --col1: rgba(75, 111, 237, 1);
    --col2: #334FD5;
    --col3: #797DFF;
    --col4: #FF8400;
    --has-theme-content-spacing: 1.1;
	--widgets-gap:28px;
	
	--p_t_0:0px;
	--p_t_10:10px;
	--p_t_15:15px;
	--p_t_20:20px;
	--p_t_25:25px; 
	--p_t_30:30px;
	--p_t_35:35px;
	--p_t_40:40px;
	--p_t_50:50px;
	--p_t_55:55px;
	--p_t_60:60px;
	--p_t_65:65px;
	--p_t_70:70px;
	--p_t_80:80px;
	--p_t_90:90px;
	--p_t_100:100px;
	--p_t_120:120px;
	--p_t_140:140px;
	--p_t_170:170px;
	--p_t_230:230px;
	--p_t_300:300px;
	--p_t_350:350px;
	--p_t_400:400px;
	
	--p_m_0:0px;
	--p_m_10:10px;
	--p_m_15:15px;
	--p_m_25:25px;
	--p_m_30:30px;
	--p_m_35:35px;
	--p_m_40:40px;
	--p_m_50:50px;
	--p_m_55:55px;
	--p_m_60:60px;
	--p_m_65:65px;
	--p_m_70:70px;
	--p_m_130:130px;
	--p_m_160:160px;
	--p_m_170:170px;
	--p_m_180:180px;
	--p_m_200:200px;
	
	--p_m_20vh:20vh;
    /* Responsywność dla szerokości ekranu mniejszej niż 780px */
    @media (max-width: 780px) {
        --theme-container-width: calc(100vw - 32px) !important;
    }
}

/* Globalne style dla body i html */
body, html {
    max-width: 100vw;
    overflow-x: hidden;
}
.p_rel{
	position:relative;
}
.p_abs{
	position:absolute;
}
h1,h2,h3,h4,h5,h6, body *{
	font-family: "filson-soft", sans-serif!important;
	font-style: normal;
}
h3 sup,
h2 sup{
    font-size: 50%;	
}
.fs_56{
	font-size:56px;
	line-height:66px;
}
.fs_32{
	font-size:32px;
	line-height:40px;
}
.fs_24{
	font-size:24px;
	line-height:42px;
}
.fs_16{
	font-size:16px!important;
	line-height:24px!important;
}
.lh_24{
	line-height:26px!important;
}
.lh_32{
	line-height:32px;
}
.fs_14{
	font-size:14px!important;
	line-height:22px!important;
}
.d_t_light .ct-breadcrumbs *,
.d_t_light *{
	color:#fff!important;
}
@media(max-width:1000px){
	.m_fs_18{
		font-size:18px!important;
	}
	.m_fs_24{
		font-size:24px;
		line-height:32px;
	}
	.m_fs_32{
		font-size:32px;
		line-height:40px;
	}
	.m_lh_24{
		line-height:24px!important;
	}
	.m_lh_26{
		line-height:26px!important;
	}
}

.fw_700{
	font-weight:700;
}
/* Odstępy w treści */
.wp-block-separator:not(.is-style-dots),
h1, h2, h3, h4, p:not(.mrg_bottom), .wp-block-buttons, figure{
	margin-top:0!important;
	margin-bottom:0!important;
}
.wp-block-columns, .wp-block-column{
	padding-top:0!important;
	padding-bottom:0!important;
	margin-block-end:0!important;
}
.d_6cols, .d_5cols, .d_4cols, .d_3cols:not(.swiper-initialized), .flex_cols {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	gap: 70px;
}
.d_6cols,
.d_3cols:not(.swiper-initialized){
	row-gap: 80px;
    column-gap: 24px;
}
.flex_cols > div{
	flex: 0 1 170px;
  	box-sizing: border-box;
	min-width:170px;
 	max-width: 100%;
}
.d_6cols > div{
	flex: 0 1 160px;
	min-width:160px;
}
.d_4cols > div{
	flex: 0 1 220px;
}
.d_3cols > div{
	flex: 0 1 360px;
  	box-sizing: border-box;
	min-width:360px;
 	max-width: 100%;
}
.rg_20{
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 24px;	
}
.rg_80{
	flex-wrap: wrap;
	justify-content: center;
	gap:80px 24px;
}
.br_15{
	border-radius:15px;
}
.br_35{
	border-radius:35px;
}
.br_100{
	border-radius:100%;
}
.br_top_35{
	border-top-left-radius:35px;
	border-top-right-radius:35px;
}
.sklad_container {
	border-radius:35px!important;
}
.zi_1{
	z-index:!important;
}
.bkg_lblue{
	background-color:rgba(247, 245, 255, 1);
}
.p_lrtb_12{
	padding:12px!important;
}
.p_lr_15{
	padding-left:15px!important;
	padding-right:15px!important;
}
.p_lr_75{
	padding-left:75px!important;
	padding-right:75px!important;
}
.p_lr_30{
	padding-left:30px!important;
	padding-right:30px!important;
}
.p_lr_165{
	padding-left:165px!important;
	padding-right:165px!important;
} 
.flex_rev{
	flex-direction:row-reverse;
}
.d_center{
	text-align:center;
    justify-content: center;
}
.d_t_only{
	display:none!important;
}
.o_vis{
	overflow:visible;
}
.wp-block-column.is-vertically-aligned-stretch {
    align-self: stretch;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
@media(min-width:1001px){
	.d_p_lr_75{
		padding-left:75px;
		padding-right:75px;
	}
	.d_p_lr_145{
		padding-left:145px;
		padding-right:145px;
	}
	.t_m_only{
		display:none!important;
	}
}
@media(min-width:785px){
	.m_only{
		display:none!important;
	}
	.d_t_only{
		display:block!important;
	}
}
@media(max-width:1000px){
	.m_flex_rev{
		flex-direction:column-reverse;
	}
	.d_only{
		display:none!important;
	}
	.wp-block-spacer.p_t_0{
		height:var(--p_t_0)!important;
	}
	.wp-block-spacer.p_t_10{
		height:var(--p_t_10)!important;
	}
	.wp-block-spacer.p_t_15{
		height:var(--p_t_15)!important;
	}
	.wp-block-spacer.p_t_20{
		height:var(--p_t_20)!important;
	}
	.wp-block-spacer.p_t_25{
		height:var(--p_t_25)!important;
	}
	.wp-block-spacer.p_t_30{
		height:var(--p_t_30)!important;
	}
	.wp-block-spacer.p_t_35{
		height:var(--p_t_35)!important;
	}
	.wp-block-spacer.p_t_40{
		height:var(--p_t_40)!important;
	}
	.wp-block-spacer.p_t_50{
		height:var(--p_t_50)!important;
	}
	.wp-block-spacer.p_t_55{
		height:var(--p_t_55)!important;
	}
	.wp-block-spacer.p_t_60{
		height:var(--p_t_60)!important;
	}
	.wp-block-spacer.p_t_65{
		height:var(--p_t_65)!important;
	}
	.wp-block-spacer.p_t_70{
		height:var(--p_t_70)!important;
	}
	.wp-block-spacer.p_t_80{
		height:var(--p_t_80)!important;
	}
	.wp-block-spacer.p_t_90{
		height:var(--p_t_90)!important;
	}
	.wp-block-spacer.p_t_100{
		height:var(--p_t_100)!important;
	}
	.wp-block-spacer.p_t_120{
		height:var(--p_t_120)!important;
	}
	.wp-block-spacer.p_t_140{
		height:var(--p_t_140)!important;
	}
	.wp-block-spacer.p_t_170{
		height:var(--p_t_170)!important;
	}
	.wp-block-spacer.p_t_230{
		height:var(--p_t_230)!important;
	}
	.wp-block-spacer.p_t_300{
		height:300px!important;
	}
	.wp-block-spacer.p_t_350{
		height:350px!important;
	}
	.wp-block-spacer.p_t_400{
		height:400px!important;
	}
	.wp-block-spacer.p_t_460{
		height:460px!important;
	}
	.m_center{
		text-align:center;
	}
	.rg_80{
		flex-wrap: wrap;
		gap:50px 20px;
	}
	.m_br_10{
		border-radius:10px;
	}
	.m_br_top_15{
		border-top-left-radius:15px;
		border-top-right-radius:15px;
	}
	.t_p_lr_30{
		padding-left:30px!important;
		padding-right:30px!important;
	}
	.m_mw_150{
		xmax-width:150px;
	}
	.lh_24{
		line-height:24px;
	}
	.d_6cols,
	.d_3cols:not(.swiper-initialized){
		row-gap: 36px;
	}
}
@media(max-width:1000px){
	.t_cols{
		flex-direction: column;
	}
}
@media(max-width:784px){
	.s_txt p{
		font-size:18px!important;
		line-height:24px!important;
	}
	.s_txt p span{
		font-size:16px!important;
	}
	.m_p_rel{
		position:relative;
	}
	.m_p_abs{
		position:absolute;
	}
	.m_only{
		display:block!important;
	}
}
@media(max-width:580px){
	.wp-block-spacer.p_m_0{
		height:var(--p_m_0)!important;
	}
	.wp-block-spacer.p_m_10{
		height:var(--p_m_10)!important;
	}
	.wp-block-spacer.p_m_15{
		height:var(--p_m_15)!important;
	}
	.wp-block-spacer.p_m_20{
		height:var(--p_m_20)!important;
	}
	.wp-block-spacer.p_m_25{
		height:var(--p_m_25)!important;
	}
	.wp-block-spacer.p_m_30{
		height:var(--p_m_30)!important;
	}
	.wp-block-spacer.p_m_35{
		height:var(--p_m_35)!important;
	}
	.wp-block-spacer.p_m_40{
		height:var(--p_m_40)!important;
	}
	.wp-block-spacer.p_m_50{
		height:var(--p_m_50)!important;
	}
	.wp-block-spacer.p_m_55{
		height:var(--p_m_55)!important;
	}
	.wp-block-spacer.p_m_60{
		height:var(--p_m_60)!important;
	}
	.wp-block-spacer.p_m_65{
		height:var(--p_m_65)!important;
	}
	.wp-block-spacer.p_m_70{
		height:var(--p_m_70)!important;
	}
	.wp-block-spacer.p_m_130{
		height:var(--p_m_130)!important;
	}
	.wp-block-spacer.p_m_160{
		height:var(--p_m_160)!important;
	}
	.wp-block-spacer.p_m_170{
		height:var(--p_m_170)!important;
	}
	.wp-block-spacer.p_m_180{
		height:var(--p_m_180)!important;
	}
	.wp-block-spacer.p_m_200{
		height:var(--p_m_200)!important;
	}
	.wp-block-spacer.p_m_20vh{
		height:var(--p_m_20vh)!important;
	}
	.rg_80{
		flex-wrap: wrap;
		gap:50px 16px;
	}
}
@media(max-width:480px){
	.m_right{
		margin-left: 0!important;
	}
}
/* Style Header --------------------------------------------------- */
#header{
	z-index:99!important;
}
nav ul li.menu-item-has-children{
	position:relative;
}
nav ul li.menu-item-has-children .sub-menu{
	left:50%!important;
	transform:translatex(-50%)!important;
}
nav ul li.menu-item-has-children .sub-menu li,
nav ul li.menu-item-has-children .sub-menu li a{
	padding-left:0!important;
	padding-bottom:0!important;
	max-width:max-content;
}
@media(min-width:1001px){
	nav ul li.mi_wtb{
		position:relative;
		margin-right:10px;
	}
}

nav ul li.mi_wtb::before{
	display:block;
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	background-color:#54E149;
	height:48px;
	width:148px;
	border-radius:80px;
}
nav ul li.mi_wtb:hover a{
	background-color:transparent;
	color:white;
}
/* Style Breadcrumbs ------------------------------------------ */
.ct-breadcrumbs span {
	font-size:0!important;
}
.ct-breadcrumbs span span{
    text-transform: none;
	font-weight:400;
	font-size:14px!important;
	color:#000!important;
}
.ct-breadcrumbs span a{
	color:#000!important;
}
.ct-breadcrumbs span span::after{
	content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 13L7.035 8.38459C7.55384 7.90898 7.55384 7.09102 7.035 6.61541L2 2' stroke='%23000000' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-right: 5px;
    transform: translateY(1px);
}
.ct-breadcrumbs .breadcrumb_last{
	opacity:.5;
}
.ct-breadcrumbs .breadcrumb_last::after{
	display:none;
}
/* Style Gdzie kupić ------------------------------------- */
.wtb_page #usp-pdslist-wrapper{
	margin-bottom:0!important;
	margin-block-end:0!important;
}
#usp-pdslist-wrapper ul{
	padding-left:0!important;
}
#usp-pdslist-wrapper ul li{
	list-style:none;
	padding:16px 24px;
	background-color:#F1F2FB;
	border-radius:15px;
	margin-bottom:16px;
}


#usp-pdslist-wrapper .usp-pdslist-name{
	color: #000;
	margin-bottom:12px;
	font-size:16px;
	text-align:center;
	width: 100%;
	display: block;
}
#usp-pdslist-wrapper .usp-pdslist-checkstring{
	display: block;
	border-radius: 50px;
	padding: 12px 24px;
	color: #000;
	background-color: #54E149;
	max-width: 230px;
	margin: 0 auto;
	font-size:16px;
}
@media(min-width:1421px){
	.wtb_page #usp-pdslist-wrapper ul li > a{
		display:flex;
		flex-direction:row;
		align-items: center;
	}
	.wtb_page #usp-pdslist-wrapper .usp-pdslist-checkstring {
		max-width: unset;
		flex-basis: 112%;
		height:48px;
	}
	.wtb_page #usp-pdslist-wrapper .usp-pdslist-name{
		text-align:left;
		margin-bottom:0;
	}
}
/* Style FAQ --------------------------------------------- */
.faq-section button{
	background-color:transparent;
}
.faq-section .wp-block-column.accordion-item{
	margin-top: 0px !important;
	padding-bottom:24px!important;
	border-top: 1.5px solid #000;	
}
.faq-section .accordion-item:nth-of-type(1){
	border-top:none;
}
.faq-section .accordion-item:last-of-type{
	margin-bottom: 50px !important;
	border-bottom: 1.5px solid #000;	
}
.accordion-item table{
    background: white;
	padding: 30px 8px !important;
	text-align: left;
	border-radius: 5px;	
}
.accordion-item table, .accordion-item table *{
	border:none;
}
.accordion-item table td{
	padding-top:4px;
	padding-bottom:4px;
}
.accordion-item table tbody > tr:last-child td{
	padding-bottom:8px;
}
.ml-accordion{
	display:block;
}
.accordion-collapse.collapse {
    display: none;
}
.accordion-collapse >div{
	padding-top:8px;
}
.accordion-collapse table{
	font-size:14px;
	line-height:20px;
}
.ml-accordion .accordion-item .accordion-header {
    border: 0;   
    outline: none !important;
	padding-bottom:0;
	margin-bottom:0;
}
.ml-accordion .accordion-item .accordion-header-faq{
	max-width: calc(100% - 50px);
}
.ml-accordion .accordion-item .accordion-header button {
    background: transparent;
    padding: 24px 0 0 0;
	font-size:18px!important;
	font-weight:700;
	line-height:26px!important;
    outline: none !important;
    box-shadow: none !important;
    width: 100%;
    text-align: left;
    position: relative;
	color:#000!important;
	cursor:pointer;
}
.ml-accordion .accordion-item .accordion-header .accordion-button::after {
    content: '';
    display: block;
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2211%22%20viewBox%3D%220%200%2022%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L11.3226%2010L21%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 1000px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 26px;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
	transform:rotate(180deg);
}
/* Style Produktu */
.main_img figure{
	z-index:2;
}
.p_tags p{
	min-height: 25px;
    padding: 0 8px;
    border-radius: 3px;
    background: rgba(247, 245, 255, 1);
    color: rgba(75, 111, 237, 1);
    margin-top: 2px;
    margin-bottom: 2px;
	font-size:12px!important;
	text-transform:uppercase;
}
.n_blue::before{
    content: '';
    display: inline-flex;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
    transform: translatey(18px);
}
.size_container{
	margin-block-end:0!important;
}
.size{
	display:block;
	padding:16px 12px 16px 46px;
	border:1px solid #E6E6E6;
	border-radius:5px;
	position:relative;
	cursor:pointer;
}
.size::before{
	content:'';
	display:block;
	width:22px;
	height:22px;
	position:absolute;
	border-radius:22px;
	border:1px solid #000;
	left:12px;
}
.size:hover::after{
	content:'';
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	border-radius:14px;
	background-color:#54E149;
	left:16px;
	top:20px;
	opacity:0.5;
}
.size.active::after,
.size.active:hover::after{
	content:'';
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	border-radius:14px;
	background-color:#54E149;
	left:16px;
	top:20px;
	opacity:1;
}
.size1{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.size2{
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.size.active{
	border:2px solid #54E149;
}
.ib:not(.active){
	display:none!important;
}
.ib.active{
	
}
.n_blue1::before{
	background-image:url(/wp-content/uploads/2025/08/numb1.png);
}
.n_blue2::before{
	background-image:url(/wp-content/uploads/2025/08/numb2.png);
}
.n_blue3::before{
	background-image:url(/wp-content/uploads/2025/08/numb3.png);
}
.n_y1::before{
	background-image:url(/wp-content/uploads/2025/08/n1y.webp);
}
.n_y2::before{
	background-image:url(/wp-content/uploads/2025/08/n2y.webp);
}
.n_y3::before{
	background-image:url(/wp-content/uploads/2025/08/n3y.webp);
}
.main_img .prods__slides > div.first-slide::before{
    content: '';
    display: block;
	position:absolute;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    right: 24px;
    top: 24px;
}
.main_img.img_po .prods__slides > div.first-slide::after{
	content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 79;
    right: 100px;
    bottom: 30px;
    top: unset;
	background-image:url(/wp-content/uploads/2025/09/op6.png);
}
.postid-486 .main_img .prods__slides > div.first-slide::after{
	background-image:url(/wp-content/uploads/2025/09/op12.png);
}
.postid-482 .main_img.img_po .prods__slides > div.first-slide::after{
	right: 31px;
}
.img_6 .prods__slides > div.first-slide::before{
	background-image:url(/wp-content/uploads/2025/08/sign_01.webp);
}
.img_8 .prods__slides > div.first-slide::before{
	background-image:url(/wp-content/uploads/2025/08/sign_03.webp);
}
.img_12 .prods__slides > div.first-slide::before{
	background-image:url(/wp-content/uploads/2025/08/sign_02.webp);
}
.wtb_top .wp-block-buttons{
	margin-left:auto;
}
.mw_po::after{
	content: '';
    display: block;
    position: absolute;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 79;
	right: -56px;
    bottom: -36px;
    top: unset;
	background-image:url(/wp-content/uploads/2025/09/op6.png);
}
.postid-486 .mw_po::after{
	background-image:url(/wp-content/uploads/2025/09/op12.png);
	right: -24px;
    bottom: -25px;
}
@media(min-width:1001px){
	.wtb_top > p{
		max-width:120px;
	}
}
@media(max-width:1000px){
	.mw_po::after{
        width: 70px;
        height: 70px;
        right: -9px;
        bottom: -4px;
	}
	.postid-486 .mw_po::after{
        right: -21px;
        bottom: -4px;
	}
	.postid-486 .mw_po.ib2::after{
        right: -32px;
        bottom: -4px;
	}
}
@media(max-width:560px){
	.main_img .prods__slides > div.first-slide::before{
		height:100px;
		width:100px;
		right: 8px;
    	top: 8px;
	}
}
/* Sklad - Układ -------------------------------------------------- */
.multi6_img{
	left:50%;
	transform:translatex(-50%);
	bottom:65px;
	max-width:160px;
}
.multi12_img{
	left: 50%;
    transform: translatex(-50%);
    bottom: 15px;
    max-width: 402px;	
}
.k_img{
	left: 50%;
    transform: translatex(-50%);
    bottom: 15px;
    max-width: 280px;	
}
.mw6_img{
    left: 50%;
    transform: translatex(-56%);
    bottom: 40px;
    max-width: 180px;
}
.mw8_img{
    left: 50%;
    transform: translatex(-56%);
    bottom: 40px;
    max-width: 205px;
}
.s_txt{
	max-width:50%;
	width:50%;
	z-index:-1;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
@media(max-width:1366px){
	.multi6_img{
		 max-width: 11vw;
	}
	.multi12_img{
		 max-width: 30vw;
	}
	.k_img{
		 max-width: 20vw;
	}
	.mw6_img{
		 max-width: 14vw;
	}
	.mw8_img{
		 max-width: 16vw;
	}
}
@media(max-width:784px){
	.multi6_img{
		 max-width: 38vw;
	}
	.multi12_img{
		 max-width: 90vw;
         width: 90vw;
	}
	.k_img{
		 max-width: 56vw;
         width: 56vw;
	}
	.mw6_img{
		 max-width: 43vw;
	}
	.mw8_img{
		 max-width: 44vw;
	}
}
/* Style Karuzeli --------------------------------------------------------- */
.swiper-button-next, .swiper-button-prev{
	width:48px!important;
	height:48px!important;
	top: unset !important;
    bottom:27px !important;
	max-width:44px!important;
	min-width:unset!important;
	margin-block-end:0!important;
	margin-block-start:0!important;

}
.swiper-button-prev{
	transform:rotate(180deg);
	left:unset!important;
	right:70px!important;
}
.swiper-button-next::after, .swiper-button-prev::after{
	content:''!important;
    background-image: url('data:image/svg+xml;utf8,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-0.5" y="0.5" width="47" height="47" rx="23.5" transform="matrix(-1 8.74228e-08 8.74228e-08 1 47 4.37114e-08)" stroke="black"/><path d="M27 28L30.2929 24.7071C30.6834 24.3166 30.6834 23.6834 30.2929 23.2929L27 20" stroke="black" stroke-width="1.5" stroke-linecap="round"/><path d="M30 24L16 24" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>');
	background-size: contain !important;
    background-repeat:no-repeat;
	width: 44px;
    height: 44px;
	background-color:#fff;
	border-radius:44px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	z-index:0;
}
.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
    background-color: #F1F2FB !important;
    opacity: 1 !important;	
}
.swiper-pagination-bullet-active{
	background-color:#000!important;
}
.swiper-initialized{
	padding-bottom:110px!important;
}
@media(min-width:1001px){
	.produkt_listing .bottom_spacer{
		height:0!important;
	}
}
@media(min-width:1001px){
	.swiper-initialized {
		overflow:hidden;
	}
}
@media(max-width:1000px){
	.swiper-slide{
		width:310px!important;
	}
	.swiper-button-next, .swiper-button-prev{
		display:none!important;
	}
	.swiper-initialized {
		padding-bottom: 70px !important;
	}
}
/* Style Karuzeli - Atuty -------------------------------- */
.atuty_carousel.swiper-initialized {
    padding-bottom: 0 !important;
}

.atuty_carousel .swiper-wrapper {
  margin-bottom: 0 !important;
}

.atuty_carousel p {
    min-width: max-content !important;
    max-width: max-content !important;
    width: max-content !important;
}

.atuty_carousel .swiper-slide {
    white-space: nowrap;
    width: max-content !important;
    display: flex;
    align-items: center;
    margin-right: 45px;
}

@media (max-width: 1440px) {
  .atuty_carousel .swiper-slide {
      margin-right: 130px!important;
  }
}

@media (min-width: 1441px) {
  .atuty_carousel .swiper-slide {
      margin-right: 140px!important;
  }
}

.atuty_carousel .atuty_slajd {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
}

.atuty_carousel .atuty_slajd p {
    white-space: nowrap;
    margin: 0;
	margin-top: 13px !important;
}
.atuty_carousel .atuty_slajd figure{
	margin-inline-end:8px!important;
	margin-left:8px!important;
}
/* Style Karuzeli - Opinie ------------------------------------------------ */
.reviews_carousel_container {
	overflow: hidden;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.reviews_carousel .swiper-slide {
	padding: 24px !important;
	border-radius: 15px;
	background-color: #00C085;
	box-sizing: border-box;
	transition: transform 0.3s ease, opacity 0.3s;
	min-height: 230px;
	flex-shrink: 0;
	width: 280px; /* szerokość bocznych slajdów */
}

.reviews_carousel .swiper-slide-active {
	transform: scale(1.3); /* środkowy powiększony */
	width: 350px; /* opcjonalnie, można też tylko scale() */
	min-height: 290px;
	opacity: 1;
	z-index: 10;
}

.reviews_carousel .swiper-slide * {
	color: #fff;
}

.reviews_carousel .swiper-slide.swiper-slide-active * {
	font-size: 16px;
	line-height: 24px;
}

.reviews_carousel .swiper-slide:not(.swiper-slide-active) * {
	font-size: 14px;
	line-height: 22px;
}

.reviews_carousel .swiper-button-next,
.reviews_carousel .swiper-button-prev {
	bottom: 0 !important;
}



@media(max-width: 1000px){
	.reviews_carousel .swiper-slide-active {
		transform: scale(1.15);
		width: auto; /* mniejsze powiększenie na tablet */
	}
	.reviews_carousel .swiper-slide {
		width: 220px;
	}
}

@media(max-width: 784px){
	.reviews_carousel_container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.reviews_carousel .swiper-slide {
		width: 80vw;
	}
}

/* Elementy Dekoracyjne --------------------------------------------------- */
.shape_c::after{
	content:'';
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
}
.shape01::after{
	content:'';
	display:block;
	position:absolute;
    right: -110px;
    top: -65px;
    height: 133px;
    width: 328px;
	background-image:url(/wp-content/uploads/2025/08/shape01.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.shape02::after{
	content:'';
	display:block;
	position:absolute;
    left: -110px;
    bottom: -65px;
    height: 220px;
    width: 180px;
	background-image:url(/wp-content/uploads/2025/08/shape02.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.shape02a::after{
    right: -110px;
	left:unset;
    bottom: -65px;
}
.shape03::after{
	content:'';
	display:block;
	position:absolute;
    right: -110px;
    top: 60%;
    height: 167px;
    width: 175px;
	background-image:url(/wp-content/uploads/2025/08/shape03.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.shape04::after{
    right: -179px;
    bottom: -127px;
    height: 236px;
    width: 308px;
	background-image:url(/wp-content/uploads/2025/08/shape04.svg);
}
.shape05::after{
    right: -271px;
    top: -85px;
    height: 405px;
    width: 405px;
	z-index:999;
	background-image:url(/wp-content/uploads/2025/08/shape05.svg);
}
.shape05a::after{
	left: -110px;
    top: -65px;
    height: 405px;
    width: 405px;
    z-index: -1;
	background-image:url(/wp-content/uploads/2025/08/shape05a.svg);
}
.shape06::after{
    right: -271px;
    top: 82%;
    height: 328px;
    width: 254px;
	z-index:999;
	background-image:url(/wp-content/uploads/2025/08/shape06.svg);
}
.shape07::after{
    right: -271px;
    top: 82%;
    height: 228px;
    width: 134px;
	background-image:url(/wp-content/uploads/2025/08/shape07.svg);
}
.shape08::after{
    right: -134px;
    top: -210px;
    height: 203px;
    width: 238px;
	background-image:url(/wp-content/uploads/2025/08/shape08.svg);
}
.shape08a::after{
	right: -110px;
    bottom: -200px;
    height: 360px;
    width: 284px;
	background-image:url(/wp-content/uploads/2025/08/shape08a.svg);
}
.shape09::after{
    right: -134px;
    top: -210px;
    height: 300px;
    width: 280px;
	background-image:url(/wp-content/uploads/2025/08/shape09.svg);
}
.shape10::after{
    right: -20px;
    bottom: -106px;
    height: 210px;
    width: 224px;
	background-image:url(/wp-content/uploads/2025/08/shape10.svg);
}
.shape11::after{
	right: 21%;
    top: 178px;
    height: 152px;
    width:150px;
	background-image:url(/wp-content/uploads/2025/08/shape11.svg);
}
.shape12::after{
    left: -110px;
    top: 10%;
    height: 112px;
    width: 175px;
	background-image:url(/wp-content/uploads/2025/08/shape12.svg);
}
.shape13::after{
	right: 20px;
    bottom: -55px;
    height: 330px;
    width: 320px;
	background-image:url(/wp-content/uploads/2025/08/shape13.svg);
}
.shape14::after{
	right: 90px;
    bottom: 0px;
    height: 290px;
    width: 206px;
	background-image:url(/wp-content/uploads/2025/08/shape14.svg);
}
.shape15::after{
	right: -65px;
    top: -148px;
    height: 262px;
    width: 250px;
	background-image:url(/wp-content/uploads/2025/08/shape15.svg);
}
.shape16::after{
    left: -104px;
    bottom: 63px;
    height: 121px;
    width: 166px;
	background-image:url(/wp-content/uploads/2025/08/shape16.svg);
}
.shape17::after{
    right: -148px;
    top: -66px;
    height: 103px;
    width: 184px;
	background-image:url(/wp-content/uploads/2025/08/shape17.svg);
}
.shape18::after{
    right: -50px;
    bottom: 0px;
    height: 257px;
    width: 172px;
	background-image:url(/wp-content/uploads/2025/08/shape18.svg);
}
.shape19::after{
    left: 0px;
    top: 595px;
    height: 162px;
    width: 118px;
	background-image:url(/wp-content/uploads/2025/08/shape19.svg);
}
@media(max-width:1000px){
	.shape01::after{
        right: -5px;
        top: -203px;
        height: 90px;
        width: 225px;
	}
	.shape02::after{
		left: unset;
        right: -17px;
        bottom: -20px;
        height: 125px;
        width: 115px;
	}
	.shape03::after{
		right: unset;
        left: -35px;
        top: unset;
        bottom: 22px;
        height: 97px;
        width: 101px;
	}
	.shape04::after{
        right: -35px;
        top: unset;
        bottom: -48px;
        height: 154px;
        width: 200px;
		z-index:999;
	}
	.shape05::after{
        right: -148px;
        top: unset;
        bottom: -190px;
        height: 303px;
        width: 303px;
	}
	.shape05b::after {
        right: -94px;
        top: -64px;
        height: 141px;
        width: 184px;
	}
	.shape06::after {
		right: -38px;
		top: unset;
		bottom: -63px;
		height: 143px;
		width: 174px;
	}
	.shape07::after {
		right: 0;
		bottom: -22px;
		top: unset;
		transform:rotate(40deg);
		height: 134px;
		width: 72px;
	}
	.shape08::after {
        right: -43px;
        top: unset;
        bottom: -90px;
        height: 105px;
        width: 123px;
        z-index: 99;
	}
	.shape08a::after{
        left: unset;
        right: -10px;
        bottom: 56vw;
        height: 161px;
        width: 127px;
	}
	.shape09::after{
		right: -26px;
        top: -292px;
        height: 164px;
        width: 154px;
	}
	.shape10::after{
		left: unset;
        right: -17px;
        bottom: -4px;
        height: 125px;
        width: 115px;
        transform: rotate(18deg);
	}
	.shape11::after{
		right: 7%;
        top: 30px;
        height: 114px;
        width: 114px;
	}
	.shape12::after{
        right: 0;
		left:unset;
        top: -35px;
	}
	.shape13::after{
		right: -20vw;
        bottom: 18%;
        height: 160px;
        width: 160px;
	}
	.shape14::after{
		right: -20px;
        bottom: -88px;
        height: 170px;
        width: 113px;
		transform:rotate(-20deg);
	}
	.shape15::after{
        right: -5px;
        top: -244px;
        height: 132px;
        width: 126px;
	}
	.shape16::after{
        left: -41px;
        bottom: 174px;
		height: 78px;
		width: 107px;
	}
	.shape17::after{
		right: 0;
        top: -28px;
        height: 65px;
        width: 115px;
	}
}
@media(max-width:784px){
	.shape05a::after{
		width:172px;
		height:172px;
		left: 0;
		top: -219px;
		z-index: 999;
	}
	.shape09::after{
		right: -26px;
        top: -292px;
        height: 164px;
        width: 154px;
	}
	.shape08a::after {
        right: -28px;
        bottom: 70vw;
	}
	.shape18::after{
		display:none;
	}
	.shape19::after{
		display:none;
	}
}
/* Karuzela na stronie produktu */
/* Styl slidera produktów */
@media(min-width:785px) and (max-width:1200px){
	.p_left_col{
		
	}
}
#product-page-slider-wrapper {
    position: relative;
}

#product-page-slider {
    height: 305px;
    position: relative;
}

#product-page-slider .prods__track {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

#product-page-slider .prods__slides {
    display: flex;
    flex-wrap: nowrap;
    height: 305px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    font-size: 0;
    white-space: nowrap;
    scrollbar-width: none;

    scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-points-x: repeat(100%);
    -webkit-scroll-snap-points-x: repeat(100%);
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

#pthubms-slides-wrapper {
    min-width: 650px;
}

#product-page-slider .prods__slides .prods__slide {
    width: 100%;
    height: 305px;
    display: inline-block;
	position:relative;
    text-align: center;
    flex: 0 0 auto;
    scroll-snap-align: start;
	border-radius:10px;
	overflow:hidden;
}

#product-page-slider::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-image: url("data:image/svg+xml,%3Csvg id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 515.4 216.1'%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M515.4,147C463.3,59,367.4,0,257.7,0S52.1,59,0,147v69.1h515.4v-69.1Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}
.circle_container::after {
	content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
    width: 640px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 515.4 216.1'%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M515.4,147C463.3,59,367.4,0,257.7,0S52.1,59,0,147v69.1h515.4v-69.1Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}
.circle_container figure{
	z-index:2;
}
#product-page-slider::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: var(--product-color);
    z-index: 0;
    pointer-events: none;
}

#product-page-slider .prods__slides .prods__slide div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
#product-page-slider .prods__slides .prods__slide img {
    display: block;
    margin: auto;
    max-width: 100%;
	min-width:100%;
	object-fit:cover;
    max-height: 100%;
    height: auto;
    width: auto;
}

#product-page-slider .prods__slides::-webkit-scrollbar {
    display: none;
}

/* Miniatury slidera */
#product-page-slider-thumbs {
    max-width: 320px;
    margin: 24px auto 0 auto;
    position: relative;
}

#product-page-slider-thumbs .pthubms__track {
    position: relative;
    overflow: hidden;
    margin-left: 0;
}

#product-page-slider-thumbs .pthubms__slides {
    display: inline-flex;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-points-x: repeat(100%);
    -webkit-scroll-snap-points-x: repeat(100%);
    scrollbar-width: none;
    transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#product-page-slider-thumbs .pthubms__slides .pthubms__slide {
    width: 105px;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
}
#product-page-slider-thumbs .pthubms__slides .pthubms__slide.active {
    opacity: 1;
}
#product-page-slider-thumbs .pthubms__slides .pthubms__slide a {
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--product-color, #fff);
    text-decoration: none;
    text-align: center;
}
#product-page-slider-thumbs .pthubms__slides .pthubms__slide a img {
    width: 100%;
    height: auto;
	border-radius:9px;
    margin: auto;
    display: block;
}

#product-page-slider-thumbs .pthubms__slides::-webkit-scrollbar {
    display: none;
}

/* Kontrolki slidera */
#product-page-slider-thumbs-controls {
    position: absolute;
    top: -260px;
    width: 100%;
    z-index: 99;
	transition:all 0.2s easy-in-out;
	opacity:0;
}
#product-page-slider-wrapper:hover #product-page-slider-thumbs-controls {
	opacity:1;
}
#product-page-slider-thumbs-controls button {
    display: block;
    border: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    top: -46px;
    border-radius: 100px;
    background: transparent;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

#product-page-slider-thumbs-controls .slider-forward {
    right: 10px;
}
#product-page-slider-thumbs-controls .slider-back {
    left: 10px;
}
.bkg_light ~ #product-page-slider-thumbs-controls .slider-back rect,
.bkg_light ~ #product-page-slider-thumbs-controls .slider-back path,
.bkg_light ~ #product-page-slider-thumbs-controls .slider-forward rect,
.bkg_light ~ #product-page-slider-thumbs-controls .slider-forward path {
    stroke: #333 !important;
}
.js_img{
	transform:scale(1.2);
}
/* --- MEDIA QUERIES --- */
@media (min-width: 992px) {
    #product-page-slider,
    #product-page-slider .prods__slides,
    #product-page-slider .prods__slides .prods__slide {
        height:548px;
    }
    #product-page-slider-thumbs-controls {
        display: block;
    }
}

@media (min-width: 1001px) {
    #product-page-slider-thumbs {
        width: 100%;
		min-width:100%;
    }
    #product-page-slider-thumbs .pthubms__track {
    }
    #product-page-slider-thumbs .pthubms__slides .pthubms__slide {
        width: 170px;
		margin-right:18px;
    }
    #product-page-slider-thumbs .pthubms__slides .pthubms__slide a {
        width: 170px;
        height: 170px;
    }
    #product-page-slider-thumbs-controls button {
        top: -44px;
    }
}

@media (max-width: 1000px) {
    #product-page-slider-wrapper {
        width: 100%;
    }
    #product-page-slider {
        height: auto;
        aspect-ratio: 1/1;
    }
    #product-page-slider .prods__slides .prods__slide img {
        min-width: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        margin: auto;
        display: block;
    }
    #product-page-slider .prods__track,
    #product-page-slider .prods__slides,
    #product-page-slider .prods__slides .prods__slide {
        height: 100%;
        z-index: 80;
    }
    .wtb_container > div:nth-of-type(1) {
        max-width: calc(100% - 200px);
        text-align: left;
    }
    #product-page-slider-thumbs .pthubms__slides .pthubms__slide {
        margin-right: 8px;
    }
    #product-page-slider-thumbs {
        max-width: 100%;
        margin-top: 16px;
    }
	#product-page-slider-thumbs-controls {
		top: -54vw;
	}
}

@media (max-width: 480px) {
    .images-icons {
        gap: 8px;
    }
    .images-icons .icon-item {
        aspect-ratio: 1/1;
    }
    .images-icons .icon-item p {
        font-size: 8px;
        line-height: 8px;
    }
    #product-modal {
        padding: 26px 14px 20px 14px;
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px);
        position: relative;
    }
    #product-modal-body > .wp-block-columns {
        flex-direction: column !important;
    }
	#product-page-slider .prods__slides .prods__slide img {
        min-width: unset;
        max-width:80%;
    }
    .modal-product-image {
        max-height: 200px;
    }
    #product-page-slider-thumbs {
        max-height: 110px;
    }
    #product-page-slider-thumbs-controls .slider-forward {
        right: 8px;
    }
    #product-page-slider-thumbs-controls .slider-back {
        left: 8px;
    }
}

/* Listing produktów */
.pl_image_container::after{
	background-image: url("data:image/svg+xml,%3Csvg id='Warstwa_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 515.4 216.1'%3E%3C!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M515.4,147C463.3,59,367.4,0,257.7,0S52.1,59,0,147v69.1h515.4v-69.1Z'/%3E%3C/svg%3E");
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 40%;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
	pointer-events: none;
}
.produkt_listing h3{
	margin-top: -35px !important;
    z-index: 9;
}
.produkt_listing .target-group{
	width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 90px;
    display: flex;
    top: 20px;
    right: 20px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
@media(max-width:784px){
	.produkt_listing .target-group{
		top: 8px;
		right: 8px;
	}
}
.produkt_listing .product-lead{
	margin-bottom:0;
}
.produkt_listing .product-lead p{
	font-size:14px;
	line-height:22px;
	max-width:295px;
	margin-left:auto;
	margin-right:auto;
}
.single-produkt .produkt_listing .product-tags p sup,
.single-produkt .product-lead p sup{
	display:none!important;
}

/* Style Blog Archiwum --------------------------------------------- */ 
.bootom_posts_sc article{
	padding:20px;
	border-radius: 35px;
	background-color:rgba(241, 242, 251, 1);
}
.bootom_posts_sc .entry-meta [data-type=pill] a{
	background-color:#fff;
}
.bootom_posts_sc article img{
	border-radius:35px;
}
/* Style dla menu kategorii */
.custom-category-menu ul {
    padding-left: 0;
    margin-bottom: 48px !important;
    border-bottom: 1px solid #000;
}
#menu-kategorie{
	margin-bottom:48px!important;
}
.custom-category-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 15px;
    border-bottom: 3px solid transparent;
}
.custom-category-menu ul li a{
	font-size:18px;
	font-weight:400;
	line-height:26px;
	color:#000;
}
.custom-category-menu {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width: 100%; 
	scrollbar-width: none;       /* Firefox */
    -ms-overflow-style: none;    /* Internet Explorer 10+ */
}
.custom-category-menu::-webkit-scrollbar {
    display: none;               /* Safari i Chrome */
}
.custom-category-menu ul li:hover,
.custom-category-menu ul li.current-menu-item {
    border-bottom: 3px solid #000;
}
.custom-category-menu ul li:hover a,
.custom-category-menu ul li.current-menu-item a{
	text-shadow:0 0 black;
}
/* Styl Najnowsze ------------------------------------------------- */
h1.archive_title{
	font-size:48px;
	font-weight:700;
	line-height:56px;
	color:#000;
	text-align:center;
}
.custom-featured-post .wp-block-image img{
	aspect-ratio:16/9;
	object-fit:cover;
	border-radius:35px;
}
.custom-featured-post h3.entry-title a{
	color:#000!important;
}
.custom-featured-post .entry-meta{
	margin-bottom:12px;
}
.custom-featured-post::after{
	content:'';
	display:block;
	position:absolute;
	right: -110px;
    bottom: -80px;
	height:240px;
	width:335px;
	background-image:url(/wp-content/uploads/2025/08/featured.svg);
	background-repeat:no-repeat;
	background-size:contain;
}
.custom-featured-post .entry-title a::after{
	content:'';
	display:block;
	height:100%;
	width:100%;
	position:absolute;
}
.custom-featured-post .entry-title,
.custom-featured-post .entry-title a{
	position:unset;
}
[data-prefix="blog"] [data-archive="default"] .card-content .entry-title,
[data-prefix="categories"] [data-archive="default"] .card-content .entry-title{
	margin-bottom:12px!important;
}
[data-prefix="blog"] .entry-button,
[data-prefix="categories"] .entry-button{
	font-weight:700;
	font-size:16px!important;
	text-decoration:underline;
}
.arrow_green_btn a::after,
[data-prefix="blog"] .entry-button::after,
[data-prefix="categories"] .entry-button::after {
  	content: '';
  	display: inline-block;
  	width: 24px;
 	height: 24px;
  	margin-left: 8px;
  	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 8.74228e-08 8.74228e-08 1 24 0.00012207)' fill='%2354E149'/%3E%3Cpath d='M16 16.0001L19.2929 12.7072C19.6834 12.3167 19.6834 11.6835 19.2929 11.293L16 8.00012' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19 12.0001L5 12.0001' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  	background-size: contain;
}
.custom-featured-post .entry-button::after {
    xbackground: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' transform='matrix(-1 8.74228e-08 8.74228e-08 1 24 0)' fill='%23FEC310'/%3E%3Cpath d='M16 16L19.2929 12.7071C19.6834 12.3166 19.6834 11.6834 19.2929 11.2929L16 8' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19 12L5 12' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
}

/* Style Blog Single --------------------------------------------- */ 
h1.single-post-title{
	font-size:32px;
	font-weight:700;
	line-height:40px;
	margin-top:30px!important;
	margin-bottom:40px!important;
}
.entry-meta[data-type*=slash] li:not(:last-of-type):after{
	display:none!important;
}
.single-entry-meta{
	margin-bottom:16px!important;
}
.sp_excerpt{
	margin-bottom:64px;
}
.featured-image-caption{
	display:none!important;
}
#spis-tresci-container{
	margin-bottom:72px;
}
ol#spis-tresci{
	padding-left:20px;
	margin-top:24px!important;
}
ol#spis-tresci li a{
	color:#000!important;
}
h2.sp_title, .single-post .entry-content h2{
	font-size:24px;
	line-height:32px;
}
.single-post .entry-content h3{
	font-size:20px;
	line-height:28px;
}
.single-post-image{
	min-width:100%;
	aspect-ratio:16/9;
	object-fit:cover;
	border-radius:35px;
}
.wp-block-separator {
    background-color: #000!important;
}
.single-post .entry-content h2,
.single-post .entry-content p{
	margin-bottom:32px!important;
}
@media(max-width:1000px){
	h1.single-post-title{
		margin-bottom:24px!important;
	}
	#spis-tresci-container,
	.sp_excerpt{
		margin-bottom:32px;
	}
	.single-post .entry-content h2,
	.single-post .entry-content p{
		margin-bottom:16px!important;
	}
	.single-post-image{
		border-radius:15px;
	}
}
/* Styl Sidebar --------------------------------------------------- */
aside [data-prefix="blog"] .entries{
	grid-template-columns: 1fr;
}
aside .no_sidebar{
	display:none!important;
}
aside [data-archive=default][data-cards=simple] .entry-card{
	padding:0!important;
	background-color:#fff;
}
aside .bootom_posts_sc .entry-meta [data-type=pill] a{
	background-color:var(--theme-button-background-initial-color)!important;
}
aside .ct-media-container img{
	object-fit:cover;
	aspect-ratio:72/43;
}
article{
	position:relative;
}
a.ct-media-container{
	position:unset!important;
}
a.ct-media-container::after{
	content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
[data-sidebar] {
    grid-column-gap: 100px!important;
}
/* Style strona WTB ----------------------------------------------- */
.wtb_page{
    padding-left: 165px;
    padding-right: 130px;	
}
/* Style Footer --------------------------------------------------- */
[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"]::before {
    content: "";
    display: block;
    width: 300px;
    height: 133px!important;
  	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 302.8 133'><defs><mask id='mask' x='-27.1' y='-170' width='352' height='303' maskUnits='userSpaceOnUse'><g><path fill='%23ffffff' d='M-27.1,133h352V0H-27.1v133Z'/></g></mask></defs><g mask='url(/wp-content/themes/blocksy-child/%23mask)'><path fill='%23ffffff' d='M303.9-18.5c0,83.7-68.3,151.5-152.5,151.5S-1.1,65.2-1.1-18.5s68.3-151.5,152.5-151.5S303.9-102.2,303.9-18.5Z'/></g></svg>") no-repeat center center;
    background-size: contain;
	position:absolute;
	top:-2px;
}
[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .ct-widget{
	z-index:1;
}
@media(min-width:1001px){
	.footer_logo{
		margin-left: 75px;	
	}
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] ul{
	display: flex;
    justify-content: flex-end;
    gap: 30px;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] ul li a{
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}
[data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] a{
	font-size:16px;
	color:#fff;
	background-color:transparent;
	font-weight:400;
}
.footer_policy_btn,
#usp-center-contactformbutton{
	color:#fff;
	background-color:transparent;
	font-weight:400!important;
	font-size:16px!important;
	cursor:pointer;
}
#usp-center-contactformbutton{
	text-decoration:underline;
}
.btn_light a{
	background-color:#fff!important;
	border-color:#fff!important;
}
.arrow_green_btn a{
	text-decoration:underline;
}
#footer .footer_contact, #footer h5.widget-title{
	line-height:24px!important;
	font-size:14px!important;
	font-weight:400!important;
}
#footer .ct-social-box{
	justify-content:center;
}
#suplement_diety {
    position: fixed;
    bottom: 0;
    right: calc((100vw - 1154px) / 2);
    background-color: white;
    border: 1px solid rgba(75, 111, 237, 1);
    padding: 8px 68px;
    z-index: 12;
}
#suplement_diety p{
	color:rgba(75, 111, 237, 1);
}
#suplement_diety.stick-to-footer {
    position: absolute;
    top: -41px;
    bottom: unset;
	right:0;
}
.home .page_hero .wp-block-cover .wp-block-cover__image-background {
    display: none !important;
}
.home .page_hero .wp-block-cover {
	background-image: url(/wp-content/uploads/2025/09/kompozycja_ogolna_2600x720_dlonie_01-scaled.png) !important;
	background-size: cover;
}
@media (min-width: 1000px) {
    .ct-footer [data-column] {
        position: relative;
    }
}
/* Responsywne */
@media(max-width:1280px){
	.custom-featured-post::after{
		right: -100px;
		bottom: -145px;
		width: 260px;
	}
}
@media(max-width:1201px){
	#suplement_diety {
		right: calc((99vw - var(--theme-container-width)) / 2);
		padding:6px 47px;
	}
	#suplement_diety.stick-to-footer {
   		top: -39px;
	}
	#suplement_diety p{
		font-size:12px!important;
	}
}
@media(max-width:1000px){
	[data-footer*="type-1"] .ct-footer [data-row*="top"] ul{
		flex-wrap:wrap;
		justify-content:center;
	}
	.ml-accordion .accordion-item .accordion-header button {
		font-size:16px!important;
		line-height:24px!important;
	}
	.custom-category-menu ul {
		margin-bottom: 24px !important;
	}
	h1.archive_title{
		font-size:32px;
		font-weight:700;
		line-height:40px;
	}
	.footer_logo{
		max-width:141px;
	}
	.custom-featured-post::after {
        right: -80px;
        width: 198px;
    }
	#suplement_diety {
		right: 0!important;
	}
	#suplement_diety.stick-to-footer {
   		top: -35px;
	}
	li.mi_white{
		position:relative;
	}
	li.mi_white.mi_white_last > a{
		padding-bottom:32px!important;
	}
	li.mi_white:first-of-type > a{
		padding-top:32px;
	}
	li.mi_white::before{
		content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background-color: rgba(75, 111, 237, 1);
        z-index: -1;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translatex(-50%);
	}
	li.mi_white > span > a,
	li.mi_white > a{
		color:#fff!important;
	}
	li.mi_white .ct-icon{
		fill:#fff!important;
	}
	.mobile-menu li.mi_white .ct-sub-menu-parent {
    	max-width: max-content;
	}
	.mobile-menu li.mi_white .sub-menu{
		background-color:#fff;
		border-radius:6px;
		padding:12px 20px!important;
	}
	.mobile-menu li.mi_white_last .sub-menu{
		margin-bottom:20px;
	}
	.mobile-menu li.mi_white .sub-menu > li a{
		color:#000!important;
		padding:0;
	}
	.mobile-menu li.mi_white .sub-menu > li a::before{
		display:none!important;
	}
	.mobile-menu li.mi_white .sub-menu > li img{
		margin: 0px 14px 0 0!important;
	}
	.ct-header-socials {
		margin-left: auto !important;
        margin-right: auto !important;
	}
	#offcanvas .ct-panel-content-inner{
		padding-top:0!important;
	}
	#offcanvas .ct-panel-content-inner>.site-logo-container{
		transform: translate(-20px, -56px);
		position:absolute;
	}
	#offcanvas .ct-toggle-close{
		transform: translate(20px, 20px);
	}
	#offcanvas .ct-panel-actions {
        padding-top: 20px;
        padding-bottom: 50px;
    }
	.ct-header-trigger.ct-toggle svg.ct-icon {
		width: 18px;
		height: 20px;
	}
	.ct-header-trigger.ct-toggle svg.ct-icon rect {
		width: 18px !important;
		height: 2.5px;
		rx: 1.5;
		fill: #000;
	}
	.ct-header-trigger .ct-icon[data-type=type-3] rect:nth-child(1) {
		width:12px!important;
	}
	.d_6cols, .d_5cols, .d_4cols, .d_3cols, .flex_cols {
		gap: 16px;
	}
	.flex_cols > div {
    	min-width: 45%;
		flex: 0 1 150px;
	}
	.main_img::before{
		width:100px;
		height:100px;
		right: 8px;
    	top: 8px;
	}
	.page_hero .wp-block-cover .wp-block-cover__image-background {
		display: none !important;
	}
	.page_hero .wp-block-cover {
		background-size: cover !important;
		background-position: center center !important;
	}
	.page-id-225 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/Multiwitamina-tablet.png) !important;
	}
	.page-id-223 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/SenZen-tablet.png) !important;
	}
	.page-id-227 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/MózgWzrok-tablet.png) !important;
		background-position: top center !important;
	}
	.page-id-229 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/Koncentracja-tablet-1.png) !important;
	}
	.home .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/09/top-big-t.webp) !important;
		background-position: center bottom !important;
	}
	.wtb_page{
		padding-left: 16px;
		padding-right: 16px;	
	}
	.m_t_light .ct-breadcrumbs span span::after{
	    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 13L7.035 8.38459C7.55384 7.90898 7.55384 7.09102 7.035 6.61541L2 2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
	}
	.m_t_light .ct-breadcrumbs *,
	.m_t_light *{
		color:#fff!important;
	}
	.main_img.img_po .prods__slides > div.first-slide::after{
		width: 84px;
		height: 84px;
		z-index: 81;
		right: 11vw;
		bottom: 12vw;
		top: unset;
	}
	.postid-482 .main_img.img_po .prods__slides > div.first-slide::after{
		right:6vw;
	}
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .widget_media_image{
		margin-top:0!important;
	}
	.ml-accordion .accordion-item .accordion-header .accordion-button::after{
		top:27px;
	}
}
@media(max-width:835px){
	.home .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/home_top_t.webp) !important;
		background-position: center bottom !important;
	}
}
@media(max-width:784px){
	[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"]::before {
    	width: 245px;
		top:-14px;
	}
	.custom-featured-post::after{
		height:90px;
		width:126px;
		right: -40px;
        bottom: -27px;
	}
	.wtb_img{
		max-width: 90%;
        margin-left: auto;
        margin-right: auto;		
	}
	.wp-block-columns:not(.alignfull) .alignwide{
		position:relative;
		max-width:100vw!important;
		width:100vw!important;
	}
	.wp-block-columns:not(.alignfull) .alignwide::before{
		display:block;
		height:100%;
		width:100vw;
		position:absolute;
		border-radius:inherit;
		background-color:inherit;
		position:absolute;
		content:'';
		left:50%;
		top:0;
		transform:translatex(-50%);
		z-index:-1;
	}
	.circle_container::after{
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='294' height='71' viewBox='0 0 294 71' fill='none'%3E%3Cpath d='M147 0C87.4535 0 34.3838 27.7375 0 71H294C259.616 27.7375 206.546 0 147 0Z' fill='white'/%3E%3C/svg%3E");
        width: 75vw;
        height: 19vw;
		background-size:contain;
		background-position:center bottom;
	}
	.n_blue{
		max-width: 60vw;
        margin-left: auto;
        margin-right: auto;
	}
	body .n_y2, body .n_y3,
	body .n_blue2, body .n_blue3{
		margin-top:48px!important;
		position:relative;
	}
	.n_blue::before{
		position: absolute;
        transform: translate(-80px, -7px);
	}
	.main_img.img_po .prods__slides > div.first-slide::after {
        xright: 20vw;
	}
}
@media(max-width:690px){
	#suplement_diety.stick-to-footer {
   		top: -37px;
	}
	#product-page-slider-thumbs-controls button{
		top:0;
	}
	.page-id-225 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/multi_m2.webp) !important;
	}
	.page-id-223 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/top-sen2.webp) !important;
	}
	.page-id-227 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/top_mozg_m.webp) !important;
		background-position: top center !important;
	}
	.page-id-229 .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/koncentracja-top_m2.webp) !important;
	}
	.home .page_hero .wp-block-cover {
		background-image: url(/wp-content/uploads/2025/08/home_top_m.webp) !important;
		xbackground-size:100%!important;
	}
	
}
@media (max-width: 460px) {
    body .n_blue2, body .n_blue3 {
        margin-top: 48px !important;
        max-width: 80%;
        margin: 0 auto;
    }
	.main_img.img_po .prods__slides > div.first-slide::after{
		width:75px;
		height:75px;
	}
}
body:not(.logged-in) .admin_only{
	display:none!important;
}