/*
Theme Name: Celne Tarcze (Astra Child)
Theme URI: https://celnetarcze.pl
Description: Motyw potomny Astry dla sklepu Celne Tarcze â€” nowoczesny wyglÄ…d, producent tarcz strzeleckich.
Author: Celne Tarcze
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* =====================================================================
   KOLOR MARKI - ZMIEN TYLKO TUTAJ (3 linie ponizej)
   --ct-brand       : kolor glowny (przyciski, akcenty, linki)
   --ct-brand-dark  : ciemniejszy odcien (hover)
   --ct-brand-light : jasniejszy odcien (wyroznienia na ciemnym tle)
   --ct-brand-rgb   : ten sam kolor glowny w formacie R,G,B (do przezroczystosci)
   ===================================================================== */
:root{
	--ct-brand:#636B2F;
	--ct-brand-dark:#4D5325;
	--ct-brand-light:#8A9443;
	--ct-brand-rgb:99,107,47;
}

:root{
	--ct-black:#141414;
	--ct-ink:#1d1d1d;
	--ct-red:var(--ct-brand);
	--ct-red-dark:var(--ct-brand-dark);
	--ct-gray:#6b7280;
	--ct-line:#e7e7e7;
	--ct-alt:#f4f4f5;
	--ct-radius:14px;
	--ct-wrap:1200px;
}

/* ---------- Typografia ---------- */
body{ font-family:'Inter',-apple-system,system-ui,sans-serif; color:var(--ct-ink); }
.ct-home h1,.ct-home h2,.ct-h2,.ct-hero__title{
	font-family:'Oswald','Inter',sans-serif; font-weight:700; line-height:1.15;
	text-transform:uppercase; letter-spacing:.01em; color:var(--ct-black);
}
.ct-accent{ color:var(--ct-red); }

/* reset kontenera Astry na stronie gĹ‚Ăłwnej */
body.home #content.ct-home{ max-width:100%; margin:0; padding:0; }
.ct-home section{ width:100%; }
.ct-wrap{ max-width:var(--ct-wrap); margin:0 auto; padding:0 24px; }

.ct-eyebrow{
	display:inline-block; font-family:'Oswald',sans-serif; font-weight:600;
	text-transform:uppercase; letter-spacing:.18em; font-size:.8rem;
	color:var(--ct-red); margin-bottom:14px;
}
.ct-eyebrow--dark{ color:var(--ct-red); }
.ct-h2{ font-size:clamp(1.7rem,3.2vw,2.6rem); margin:0; }
.ct-sub{ color:var(--ct-gray); margin:.4rem 0 0; }
.ct-head{ margin-bottom:34px; }
.ct-head--row{ display:flex; align-items:baseline; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.ct-more{ font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:.05em; font-weight:600; color:var(--ct-black); text-decoration:none; }
.ct-more:hover{ color:var(--ct-red); }

/* ---------- Przyciski ---------- */
.ct-btn{
	display:inline-block; font-family:'Oswald',sans-serif; font-weight:600;
	text-transform:uppercase; letter-spacing:.06em; font-size:.95rem;
	padding:15px 30px; border-radius:8px; text-decoration:none; cursor:pointer;
	transition:transform .15s ease, background .15s ease, color .15s ease; border:2px solid transparent;
}
.ct-btn:hover{ transform:translateY(-2px); }
.ct-btn--primary{ background:var(--ct-red); color:#fff; }
.ct-btn--primary:hover{ background:var(--ct-red-dark); color:#fff; }
.ct-btn--ghost{ background:transparent; color:#fff; border-color:rgba(255,255,255,.6); }
.ct-btn--ghost:hover{ background:#fff; color:var(--ct-black); }
.ct-btn--dark{ background:var(--ct-black); color:#fff; }
.ct-btn--dark:hover{ background:#000; color:#fff; }
.ct-btn--lg{ padding:18px 40px; font-size:1.05rem; }

/* ---------- BANER (hero graficzny) ---------- */
.ct-banner{ background:#0d0d0d; line-height:0; }
.ct-banner img{ width:100%; height:auto; display:block; margin:0 auto; max-width:1916px; }
.ct-actions{ background:#141414; }
.ct-actions__inner{ display:flex; gap:14px; justify-content:center; align-items:center; padding:18px 24px; flex-wrap:wrap; }

/* ---------- HERO (stary, nieuĹĽywany) ---------- */
.ct-hero{ position:relative; background-size:cover; background-position:center; color:#fff; display:flex; align-items:center; min-height:640px; }
.ct-hero__overlay{ position:absolute; inset:0; background:linear-gradient(90deg,rgba(10,10,10,.85) 0%,rgba(10,10,10,.55) 55%,rgba(10,10,10,.25) 100%); }
.ct-hero__inner{ position:relative; z-index:2; padding-top:90px; padding-bottom:90px; }
.ct-hero__title{ font-size:clamp(2.5rem,6vw,4.6rem); color:#fff; margin:0 0 18px; }
.ct-hero__lead{ font-size:1.2rem; max-width:560px; color:rgba(255,255,255,.85); margin:0 0 32px; }
.ct-hero__cta{ display:flex; gap:14px; flex-wrap:wrap; }

/* ---------- USP strip ---------- */
.ct-usps{ background:var(--ct-black); color:#fff; }
.ct-usps__grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:8px; padding-top:26px; padding-bottom:26px; }
.ct-usp{ display:flex; align-items:center; gap:14px; padding:6px 10px; }
.ct-usp__ico{ font-size:1.5rem; width:46px; height:46px; flex:none; display:grid; place-items:center; background:rgba(255,255,255,.08); border-radius:10px; }
.ct-usp strong{ display:block; font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:.04em; font-size:.98rem; }
.ct-usp span{ color:rgba(255,255,255,.6); font-size:.85rem; }

/* ---------- Sekcje ---------- */
.ct-section{ padding:80px 0; }
.ct-section--alt{ background:var(--ct-alt); }

/* ---------- Kategorie ---------- */
.ct-cats{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.ct-cat{
	display:flex; flex-direction:column; background:#fff; border:1px solid var(--ct-line);
	border-radius:var(--ct-radius); overflow:hidden; text-decoration:none; color:var(--ct-ink);
	transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ct-cat:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,.12); border-color:transparent; }
.ct-cat__img{ display:block; height:210px; background-color:#15151a; background-position:center; background-size:cover; background-repeat:no-repeat; }
.ct-cat__body{ padding:20px; display:flex; flex-direction:column; gap:6px; }
.ct-cat__title{ font-family:'Oswald',sans-serif; font-weight:600; text-transform:uppercase; font-size:1.15rem; color:var(--ct-black); }
.ct-cat__desc{ color:var(--ct-gray); font-size:.9rem; }
.ct-cat__link{ margin-top:8px; font-family:'Oswald',sans-serif; text-transform:uppercase; font-size:.85rem; letter-spacing:.05em; color:var(--ct-red); }
.ct-cat:hover .ct-arr{ margin-left:6px; }
.ct-arr{ transition:margin .2s ease; display:inline-block; }

/* ---------- Siatka produktĂłw (WooCommerce [products]) ---------- */
.ct-products ul.products{ display:grid !important; grid-template-columns:repeat(4,1fr); gap:22px; margin:0; padding:0; list-style:none; }
.ct-products ul.products::before,.ct-products ul.products::after{ display:none; }
.ct-products ul.products li.product{ width:auto !important; margin:0 !important; float:none !important; background:#fff; border:1px solid var(--ct-line); border-radius:var(--ct-radius); padding:14px; text-align:left; transition:transform .2s ease, box-shadow .2s ease; }
.ct-products ul.products li.product:hover{ transform:translateY(-6px); box-shadow:0 16px 36px rgba(0,0,0,.12); }
.ct-products li.product a img{ border-radius:10px; margin-bottom:14px; background:#f3f3f3; aspect-ratio:1/1; object-fit:contain; }
.ct-products li.product .woocommerce-loop-product__title{ font-family:'Oswald',sans-serif; text-transform:uppercase; font-size:1rem; font-weight:600; color:var(--ct-black); padding:0 0 6px; }
.ct-products li.product .price{ color:var(--ct-black); font-weight:700; font-size:1.1rem; }
.ct-products li.product .price del{ color:var(--ct-gray); font-weight:400; }
.ct-products li.product .button,
.ct-products li.product .added_to_cart{ display:inline-block; margin-top:12px; background:var(--ct-black); color:#fff; border-radius:8px; padding:10px 18px; font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:.04em; font-size:.85rem; transition:background .15s ease; }
.ct-products li.product .button:hover{ background:var(--ct-red); }

/* ---------- O nas ---------- */
.ct-about{ padding:80px 0; }
.ct-about__grid{ display:grid; grid-template-columns:0.8fr 1.2fr; gap:50px; align-items:center; }
.ct-about__media{ text-align:center; }
.ct-about__media img{ max-width:280px; width:100%; }
.ct-about__text p{ color:var(--ct-gray); font-size:1.05rem; line-height:1.7; margin:14px 0 24px; }

/* ---------- CTA ---------- */
.ct-cta{ background:var(--ct-black); color:#fff; }
.ct-cta__inner{ display:flex; align-items:center; justify-content:space-between; gap:30px; padding:60px 24px; flex-wrap:wrap; }
.ct-cta__title{ color:#fff; font-size:clamp(1.6rem,3vw,2.3rem); margin:0; }
.ct-cta__lead{ color:rgba(255,255,255,.7); margin:.5rem 0 0; }

/* ---------- NagĹ‚Ăłwek / logo ---------- */
.ast-site-identity .custom-logo-link img{ max-height:64px; width:auto; }
.main-header-menu .menu-link{ font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:.03em; font-weight:500; }

/* ---------- Sklep / archiwum: drobne poprawki ---------- */
.woocommerce ul.products li.product .button{ background:var(--ct-black); color:#fff; }
.woocommerce ul.products li.product .button:hover{ background:var(--ct-red); }
.woocommerce-products-header__title{ font-family:'Oswald',sans-serif; text-transform:uppercase; }

/* ---------- ResponsywnoĹ›Ä‡ ---------- */
@media(max-width:1024px){
	.ct-cats,.ct-products ul.products{ grid-template-columns:repeat(2,1fr); }
	.ct-usps__grid{ grid-template-columns:repeat(2,1fr); gap:18px; }
	.ct-about__grid{ grid-template-columns:1fr; gap:30px; }
}
@media(max-width:600px){
	.ct-hero{ min-height:520px; }
	.ct-cats,.ct-products ul.products,.ct-usps__grid{ grid-template-columns:1fr; }
	.ct-section{ padding:54px 0; }
	.ct-cta__inner{ flex-direction:column; align-items:flex-start; }
}

/* ---------- Modern sales homepage rebuild ---------- */
:root{
	--ct-black:#0d0e0f;
	--ct-ink:#171717;
	--ct-muted:#626873;
	--ct-orange:var(--ct-brand);
	--ct-orange-dark:var(--ct-brand-dark);
	--ct-cream:#f6f1e8;
	--ct-smoke:#f2f3f4;
	--ct-line:#dedede;
	--ct-white:#ffffff;
	--ct-wide:1520px;
	--ct-pad:clamp(18px,4vw,64px);
}

body{
	font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
	color:var(--ct-ink);
	background:#fff;
}

body.home #content.ct-home,
body.home .site-content,
body.home .ast-container{
	max-width:none;
	margin:0;
	padding:0;
}

.ct-home{
	overflow:hidden;
	background:#fff;
}

.ct-home *{
	box-sizing:border-box;
}

.ct-home h1,
.ct-home h2,
.ct-home h3{
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
	line-height:1.14;
	letter-spacing:0;
	text-transform:uppercase;
	margin:0;
	color:inherit;
}

.ct-home h1{
	max-width:920px;
	font-size:clamp(2.75rem,5.7vw,6.1rem);
}

.ct-home h2{
	font-size:clamp(2.05rem,3.65vw,4.35rem);
}

.ct-home p{
	margin:0;
}

.ct-wide{
	width:min(var(--ct-wide),100%);
	margin:0 auto;
	padding-inline:var(--ct-pad);
}

.ct-kicker{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin:0 0 18px;
	font-family:'Oswald','Inter',sans-serif;
	font-size:.86rem;
	font-weight:700;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:var(--ct-orange);
}

.ct-kicker::before{
	content:"";
	width:22px;
	height:2px;
	background:currentColor;
}

.ct-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:52px;
	padding:15px 26px;
	border:1px solid transparent;
	border-radius:8px;
	font-family:'Oswald','Inter',sans-serif;
	font-size:.96rem;
	font-weight:700;
	letter-spacing:.04em;
	line-height:1;
	text-transform:uppercase;
	text-decoration:none;
	transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease;
	white-space:nowrap;
}

.ct-btn::after,
.ct-text-link::after,
.ct-category__link::after{
	content:"";
	width:18px;
	height:10px;
	margin-left:10px;
	background:currentColor;
	clip-path:polygon(0 42%,72% 42%,72% 0,100% 50%,72% 100%,72% 58%,0 58%);
	transition:transform .18s ease;
}

.ct-btn:hover,
.ct-text-link:hover,
.ct-category:hover .ct-category__link{
	transform:translateY(-2px);
}

.ct-btn:hover::after,
.ct-text-link:hover::after,
.ct-category:hover .ct-category__link::after{
	transform:translateX(4px);
}

.ct-btn--primary{
	background:var(--ct-orange);
	color:#fff;
	box-shadow:0 18px 45px rgba(var(--ct-brand-rgb),.28);
}

.ct-btn--primary:hover{
	background:var(--ct-orange-dark);
	color:#fff;
}

.ct-btn--light{
	background:rgba(30,30,30,.55);
	border-color:rgba(255,255,255,.35);
	color:#fff;
}

.ct-btn--light:hover{
	background:#fff;
	color:var(--ct-black);
}

.ct-btn--dark{
	background:var(--ct-black);
	color:#fff;
}

.ct-btn--dark:hover{
	background:#000;
	color:#fff;
}

.ct-text-link{
	display:inline-flex;
	align-items:center;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	transition:transform .18s ease,color .18s ease;
}

.ct-text-link:hover{
	color:var(--ct-orange);
}

.ct-hero{
	position:relative;
	min-height:min(860px,calc(100vh - 20px));
	isolation:isolate;
	display:flex;
	align-items:flex-end;
	padding:clamp(44px,3.7vw,65px) var(--ct-pad) clamp(70px,7vw,104px);
	color:#fff;
	background:#050505;
	overflow:hidden;
}

.ct-hero::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-3;
	background-image:var(--ct-hero-image);
	background-size:cover;
	background-position:center;
	opacity:.5;
}

.ct-hero__shade{
	position:absolute;
	inset:0;
	z-index:-1;
	background:
		linear-gradient(90deg,rgba(3,3,3,.88) 0%,rgba(3,3,3,.68) 42%,rgba(3,3,3,.2) 76%,rgba(3,3,3,.66) 100%),
		linear-gradient(0deg,rgba(3,3,3,.9) 0%,rgba(3,3,3,.18) 50%,rgba(3,3,3,.54) 100%);
}

.ct-hero__content{
	width:min(920px,100%);
	position:relative;
	z-index:1;
}

.ct-home .ct-hero__lead{
	max-width:720px;
	margin-top:24px;
	color:rgba(255,255,255,.86);
	font-size:clamp(1.05rem,1.24vw,1.25rem);
	line-height:1.72;
}

.ct-hero__checks{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	max-width:820px;
	margin:26px 0 0;
	padding:0;
	list-style:none;
}

.ct-hero__checks li{
	display:inline-flex;
	align-items:center;
	min-height:38px;
	padding:8px 13px;
	border:1px solid rgba(255,255,255,.2);
	border-radius:999px;
	background:rgba(30,30,30,.5);
	color:rgba(255,255,255,.86);
	font-size:.92rem;
	line-height:1.2;
}

.ct-hero__checks li::before{
	content:"";
	width:8px;
	height:8px;
	margin-right:9px;
	border-radius:999px;
	background:var(--ct-orange);
}

.ct-hero__actions{
	display:flex;
	flex-wrap:wrap;
	gap:14px;
	margin-top:32px;
}

.ct-hero__panel{
	position:absolute;
	right:var(--ct-pad);
	bottom:var(--ct-pad);
	width:min(350px,calc(100% - 36px));
	padding:24px;
	border:1px solid rgba(255,255,255,.18);
	border-radius:8px;
	background:rgba(10,10,10,.88);
	box-shadow:0 22px 70px rgba(0,0,0,.28);
}

.ct-hero__panel strong{
	display:block;
	font-family:'Oswald','Inter',sans-serif;
	font-size:2.45rem;
	line-height:1.15;
	color:#fff;
}

.ct-hero__panel span{
	display:block;
	margin-top:8px;
	color:rgba(255,255,255,.78);
	line-height:1.45;
}

.ct-hero__panel small{
	display:block;
	margin-top:14px;
	padding-top:14px;
	border-top:1px solid rgba(255,255,255,.12);
	color:rgba(255,255,255,.58);
	font-size:.82rem;
	line-height:1.45;
}

.ct-proof{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	background:var(--ct-black);
	color:#fff;
	border-top:1px solid rgba(255,255,255,.08);
	border-bottom:1px solid rgba(255,255,255,.08);
}

.ct-proof__item{
	display:flex;
	gap:16px;
	min-height:0;
	padding:14px var(--ct-pad);
	border-right:1px solid rgba(255,255,255,.1);
}

.ct-proof__item:last-child{
	border-right:0;
}

.ct-proof__item > span{
	flex:0 0 auto;
	width:38px;
	height:38px;
	border:2px solid var(--ct-orange);
	border-radius:999px;
	position:relative;
	margin-top:2px;
}

.ct-proof__item > span::after{
	content:"";
	position:absolute;
	inset:9px;
	border-radius:999px;
	background:var(--ct-orange);
}

.ct-proof strong{
	display:block;
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.08rem;
	text-transform:uppercase;
	letter-spacing:.03em;
}

.ct-proof p{
	margin-top:6px;
	color:rgba(255,255,255,.7);
	font-size:.94rem;
	line-height:1.55;
}

.ct-section{
	padding:clamp(62px,7vw,108px) 0;
}

.ct-section--intro{
	background:#fff;
	padding-top:clamp(34px,4vw,58px);
	padding-bottom:clamp(20px,2.4vw,30px);
}

.ct-intro{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);
	gap:clamp(22px,4vw,56px);
	align-items:end;
}

.ct-intro h2{
	font-size:clamp(2.05rem,3.15vw,3.7rem);
}

.ct-intro p:last-child{
	max-width:560px;
	color:#4f514f;
	font-size:1rem;
	line-height:1.68;
}

.ct-categories{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:18px;
	width:min(var(--ct-wide),100%);
	margin:0 auto;
	padding:0 var(--ct-pad) clamp(56px,6vw,88px);
	background:#fff;
}

.ct-category{
	position:relative;
	aspect-ratio:1/1;
	min-height:0;
	display:flex;
	align-items:flex-end;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
	border:1px solid rgba(13,14,15,.14);
	border-radius:8px;
	background:#0d0e0f;
	box-shadow:0 18px 48px rgba(13,14,15,.12);
}

.ct-category img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transform:scale(1);
	transition:transform .5s ease,filter .5s ease;
}

.ct-category__overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 58%,rgba(0,0,0,.48) 100%);
	transition:background .3s ease;
}

.ct-category__body{
	position:absolute;
	left:16px;
	right:16px;
	bottom:16px;
	z-index:1;
	display:flex;
	justify-content:flex-end;
	padding:0;
}

.ct-category__title{
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	clip:rect(0 0 0 0);
	white-space:nowrap;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.35rem,1.8vw,2.2rem);
	font-weight:700;
	line-height:1.15;
	text-transform:uppercase;
}

.ct-category__desc{
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	clip:rect(0 0 0 0);
	white-space:nowrap;
	max-width:390px;
	margin-top:12px;
	color:rgba(255,255,255,.78);
	font-size:.95rem;
	line-height:1.55;
}

.ct-category__link{
	display:inline-flex;
	align-items:center;
	min-height:42px;
	margin-top:0;
	padding:10px 14px;
	border:1px solid rgba(var(--ct-brand-rgb),.38);
	border-radius:999px;
	background:rgba(13,14,15,.92);
	font-family:'Oswald','Inter',sans-serif;
	font-size:.86rem;
	font-weight:700;
	letter-spacing:.05em;
	text-transform:uppercase;
	color:#fff;
	transition:transform .18s ease;
}

.ct-category:hover img{
	transform:scale(1.04);
	filter:saturate(1.08) contrast(1.04);
}

.ct-category:hover .ct-category__overlay{
	background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,.58) 100%);
}

.ct-section--products{
	background:var(--ct-smoke);
}

.ct-section__head{
	display:flex;
	align-items:end;
	justify-content:space-between;
	gap:24px;
	margin-bottom:34px;
}

.ct-products ul.products{
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:20px;
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}

.ct-products ul.products::before,
.ct-products ul.products::after{
	display:none !important;
}

.ct-products ul.products li.product{
	width:auto !important;
	float:none !important;
	margin:0 !important;
	padding:15px !important;
	border:1px solid var(--ct-line);
	border-radius:8px;
	background:#fff;
	text-align:left;
	box-shadow:0 12px 32px rgba(0,0,0,.055);
	transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.ct-products ul.products li.product:hover{
	transform:translateY(-6px);
	border-color:rgba(var(--ct-brand-rgb),.36);
	box-shadow:0 22px 54px rgba(0,0,0,.12);
}

.ct-products li.product a img{
	width:100%;
	aspect-ratio:1/1;
	object-fit:contain;
	margin:0 0 16px !important;
	padding:14px;
	border-radius:6px;
	background:#f7f7f7;
}

.ct-products li.product .woocommerce-loop-product__title{
	min-height:46px;
	padding:0 0 8px !important;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:1rem !important;
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
}

.ct-products li.product .price{
	color:var(--ct-black) !important;
	font-size:1.04rem !important;
	font-weight:800 !important;
}

.ct-products li.product .price del{
	color:var(--ct-muted);
	font-weight:500;
}

.ct-products li.product .button,
.ct-products li.product .added_to_cart{
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	min-height:42px;
	margin-top:12px !important;
	padding:10px 16px !important;
	border-radius:8px !important;
	background:var(--ct-black) !important;
	color:#fff !important;
	font-family:'Oswald','Inter',sans-serif;
	font-size:.86rem !important;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	text-decoration:none !important;
}

.ct-products li.product .button:hover,
.ct-products li.product .added_to_cart:hover{
	background:var(--ct-orange) !important;
}

.ct-custom{
	display:grid;
	grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
	min-height:660px;
	background:#fff;
}

.ct-custom__media{
	position:relative;
	min-height:460px;
	background:var(--ct-black);
}

.ct-custom__media img{
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
	position:absolute;
	inset:0;
	background:#0d0d0d;
}

.ct-custom__content{
	align-self:center;
	padding:clamp(54px,7vw,120px) var(--ct-pad);
}

.ct-custom__content p:not(.ct-kicker){
	max-width:780px;
	margin-top:24px;
	color:var(--ct-muted);
	font-size:1.06rem;
	line-height:1.75;
}

.ct-custom__grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
	max-width:680px;
	margin:28px 0;
}

.ct-custom__grid span{
	display:flex;
	align-items:center;
	min-height:54px;
	padding:12px 16px;
	border:1px solid var(--ct-line);
	border-radius:8px;
	background:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.03em;
}

.ct-custom__grid span::before{
	content:"";
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:999px;
	background:var(--ct-orange);
}

.ct-brand{
	display:grid;
	grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
	align-items:center;
	gap:clamp(30px,5vw,90px);
	padding:clamp(64px,8vw,120px) var(--ct-pad);
	background:var(--ct-black);
	color:#fff;
}

.ct-brand__logo{
	display:grid;
	place-items:center;
	min-height:320px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:8px;
	background:radial-gradient(circle at center,rgba(var(--ct-brand-rgb),.16),rgba(255,255,255,.04) 52%,rgba(255,255,255,.02));
}

.ct-brand__logo img{
	width:min(280px,68%);
	height:auto;
}

.ct-brand__text p:not(.ct-kicker){
	max-width:780px;
	margin-top:24px;
	color:rgba(255,255,255,.72);
	font-size:1.06rem;
	line-height:1.75;
}

.ct-seo{
	padding:clamp(62px,7vw,104px) 0;
	background:#fff;
}

.ct-seo__grid{
	display:grid;
	grid-template-columns:minmax(0,.9fr) minmax(340px,.78fr);
	gap:clamp(34px,6vw,88px);
	align-items:start;
}

.ct-seo__grid > div:first-child > p:not(.ct-kicker){
	max-width:760px;
	margin-top:24px;
	color:var(--ct-muted);
	font-size:1.06rem;
	line-height:1.78;
}

.ct-faq{
	display:grid;
	gap:12px;
}

.ct-faq details{
	border:1px solid var(--ct-line);
	border-radius:8px;
	background:var(--ct-smoke);
	overflow:hidden;
}

.ct-faq summary{
	cursor:pointer;
	padding:20px 22px;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.06rem;
	font-weight:700;
	letter-spacing:.02em;
	text-transform:uppercase;
}

.ct-faq p{
	padding:0 22px 22px;
	color:var(--ct-muted);
	line-height:1.7;
}

.ct-final{
	position:relative;
	isolation:isolate;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:clamp(30px,5vw,80px);
	padding:clamp(66px,7vw,112px) var(--ct-pad);
	background:#0d0e0f;
	color:#fff;
}

.ct-final::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-2;
	background-image:var(--ct-final-image);
	background-size:cover;
	background-position:center;
	opacity:.34;
}

.ct-final::after{
	content:"";
	position:absolute;
	inset:0;
	z-index:-1;
	background:
		linear-gradient(90deg,rgba(13,14,15,.92) 0%,rgba(13,14,15,.8) 48%,rgba(13,14,15,.48) 100%),
		linear-gradient(0deg,rgba(13,14,15,.85),rgba(13,14,15,.52));
}

.ct-final h2{
	max-width:980px;
	font-size:clamp(2.35rem,4.2vw,5.2rem);
	line-height:1.22;
	color:#fff;
}

.ct-final .ct-kicker{
	color:var(--ct-orange);
}

.ct-final__btn{
	flex:0 0 auto;
	min-width:380px;
	min-height:96px;
	padding:32px 56px;
	font-size:1.45rem;
	box-shadow:0 24px 70px rgba(var(--ct-brand-rgb),.34);
}

.ast-site-identity .custom-logo-link img{
	max-height:64px;
	width:auto;
}

.main-header-menu .menu-link{
	font-family:'Oswald','Inter',sans-serif;
	font-weight:600;
	letter-spacing:.03em;
	text-transform:uppercase;
}

.woocommerce ul.products li.product .button{
	background:var(--ct-black);
	color:#fff;
}

.woocommerce ul.products li.product .button:hover{
	background:var(--ct-orange);
}

.woocommerce-products-header__title{
	font-family:'Oswald','Inter',sans-serif;
	text-transform:uppercase;
}

@media(max-width:1180px){
	.ct-proof,
	.ct-categories,
	.ct-products ul.products{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.ct-proof__item:nth-child(2),
	.ct-category:nth-child(2){
		border-right:0;
	}

	.ct-custom,
	.ct-brand,
	.ct-seo__grid{
		grid-template-columns:1fr;
	}

	.ct-brand__logo{
		min-height:280px;
	}

	.ct-hero__panel{
		right:24px;
		bottom:24px;
	}
}

@media(max-width:760px){
	.ct-home h1{
		font-size:clamp(2.12rem,8.9vw,3.1rem);
		line-height:1.2;
	}

	.ct-home h2{
		font-size:clamp(2rem,9vw,3.1rem);
	}

	.ct-hero{
		min-height:auto;
		display:block;
		align-items:flex-end;
		padding-top:92px;
		padding-bottom:34px;
	}

	.ct-hero::before{
		background-position:center top;
		opacity:.48;
	}

	.ct-hero__shade{
		background:
			linear-gradient(90deg,rgba(3,3,3,.9),rgba(3,3,3,.58)),
			linear-gradient(0deg,rgba(3,3,3,.96) 0%,rgba(3,3,3,.38) 54%,rgba(3,3,3,.66) 100%);
	}

	.ct-home .ct-hero__lead{
		margin-top:18px;
		font-size:1rem;
		line-height:1.62;
	}

	.ct-hero__checks{
		display:grid;
		gap:8px;
		margin-top:18px;
	}

	.ct-hero__checks li{
		min-height:34px;
		padding:8px 12px;
		font-size:.86rem;
	}

	.ct-hero__checks li:nth-child(3){
		display:none;
	}

	.ct-hero__panel{
		position:relative;
		right:auto;
		bottom:auto;
		width:100%;
		margin-top:22px;
		padding:18px;
		display:grid;
		grid-template-columns:auto 1fr;
		gap:8px 16px;
		align-items:center;
	}

	.ct-hero__panel strong{
		font-size:2.1rem;
	}

	.ct-hero__panel span{
		margin-top:0;
	}

	.ct-hero__panel small{
		display:none;
	}

	.ct-hero__actions,
	.ct-final{
		align-items:stretch;
		flex-direction:column;
	}

	.ct-final{
		gap:26px;
		padding-top:58px;
		padding-bottom:58px;
	}

	.ct-final::before{
		opacity:.24;
	}

	.ct-final h2{
		font-size:clamp(2.05rem,9vw,3.35rem);
	}

	.ct-final__btn{
		width:100%;
		min-width:0;
		min-height:74px;
		padding:24px 28px;
		font-size:1.15rem;
	}

	.ct-btn{
		width:100%;
		white-space:normal;
		text-align:center;
	}

	.ct-proof,
	.ct-categories,
	.ct-products ul.products,
	.ct-intro,
	.ct-custom__grid{
		grid-template-columns:1fr;
	}

	.ct-proof__item,
	.ct-proof__item:nth-child(2),
	.ct-category,
	.ct-category:nth-child(2){
		border-right:0;
	}

	.ct-proof__item{
		min-height:auto;
		padding-top:24px;
		padding-bottom:24px;
		border-bottom:1px solid rgba(255,255,255,.1);
	}

	.ct-proof__item:last-child{
		border-bottom:0;
	}

	.ct-category{
		min-height:360px;
	}

	.ct-category img{
		object-position:center top;
	}

	.ct-section__head{
		display:block;
	}

	.ct-section__head .ct-text-link{
		margin-top:20px;
	}

	.ct-custom{
		min-height:auto;
	}

	.ct-custom__media{
		min-height:300px;
	}

	.ct-brand{
		padding-top:58px;
		padding-bottom:58px;
	}

	.ct-brand__logo{
		min-height:220px;
	}

	.ct-brand__logo img{
		width:min(210px,68%);
	}
}

@media(max-width:430px){
	.ct-btn,
	.ct-text-link,
	.ct-category__link{
		font-size:.86rem;
	}

	.ct-final__btn{
		font-size:1rem;
	}

	.ct-category{
		min-height:340px;
	}

	.ct-category__desc{
		font-size:.9rem;
	}

	.ct-products ul.products{
		gap:16px;
	}

	.ct-home .ct-products ul.products li.product:nth-child(n+5){
		display:none !important;
	}
}

/* ---------- Global polish: header, shop, subpages ---------- */
body:not(.home){
	background:#ffffff;
}

.site-header,
.ast-primary-header-bar,
.main-header-bar,
.ast-theme-transparent-header .site-header,
.ast-theme-transparent-header .ast-primary-header-bar,
.ast-theme-transparent-header .main-header-bar,
body.ast-theme-transparent-header .ast-primary-header-bar{
	background:#0d0e0f !important;
	border:0 !important;
	border-bottom:2px solid rgba(var(--ct-brand-rgb),.55) !important;
	box-shadow:0 8px 22px rgba(0,0,0,.18);
}

/* KLUCZOWE: wewnetrzne wrappery paska brały kolor z palety Astry (krem/blekit).
   Wymuszamy przezroczystosc, zeby widoczny byl ciemny pasek pod spodem. */
#masthead .ast-builder-grid-row,
#masthead .site-primary-header-wrap,
#masthead .ast-builder-grid-row-container,
#masthead .site-header-primary-section-left,
#masthead .site-header-primary-section-right,
#masthead .site-header-primary-section-center,
#masthead .ast-flex.main-header-container,
#ast-desktop-header .ast-builder-grid-row,
#ast-desktop-header > div{
	background:transparent !important;
	background-color:transparent !important;
}

/* gdy naglowek bywa nakladany (transparent), przywroc go do przeplywu strony */
.ast-theme-transparent-header #masthead{
	position:relative !important;
}

.ast-primary-header-bar{
	min-height:88px;
}

.ast-site-identity,
.site-branding{
	padding:0 !important;
	margin-top:0 !important;
	align-self:center !important;
}

.custom-logo-link{
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	width:74px;
	height:74px;
	border-radius:999px;
	position:relative;
	flex:0 0 74px;
	padding:0;
	background:#fff;
	color:#0d0e0f;
	overflow:visible;
	box-shadow:0 8px 24px rgba(13,14,15,.14);
	text-decoration:none;
}

.ast-site-identity .custom-logo-link img,
.custom-logo-link img{
	width:74px !important;
	height:74px !important;
	max-width:none !important;
	max-height:none !important;
	object-fit:cover;
	border-radius:999px;
	display:block;
	filter:none !important;
	opacity:1;
}

.custom-logo-link::before{
	content:none;
}

.custom-logo-link::after{
	content:"Celne Tarcze";
	position:absolute;
	left:92px;
	top:50%;
	z-index:1;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.08rem;
	font-weight:700;
	letter-spacing:.04em;
	line-height:1;
	text-transform:uppercase;
	transform:translateY(-50%);
	white-space:nowrap;
}

.main-header-menu .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link{
	color:rgba(255,255,255,.92) !important;
	font-family:'Oswald','Inter',sans-serif;
	font-size:.96rem;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
}

.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link:hover,
.ast-builder-menu-1 .current-menu-item > .menu-link{
	color:var(--ct-orange) !important;
}

.ast-mobile-header-wrap .ast-button-wrap .menu-toggle{
	background:var(--ct-orange) !important;
	border-radius:8px;
	color:#fff !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-inner{
	background:#0d0e0f;
}

.ast-mobile-popup-drawer .main-header-menu .menu-link{
	color:rgba(255,255,255,.92) !important;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close{
	color:#fff !important;
}

body:not(.home) .site-content{
	background:#ffffff;
}

body:not(.home) .ast-container{
	max-width:1520px;
	padding-left:var(--ct-pad);
	padding-right:var(--ct-pad);
}

body.woocommerce-page,
body.post-type-archive-product,
body.tax-product_cat,
body.woocommerce-page .site-content,
body.post-type-archive-product .site-content,
body.tax-product_cat .site-content{
	background:#ffffff !important;
}

/* mniejszy odstep nad banerem sklepu/kategorii (usuniete pozostalosci po nakladanym naglowku) */
body.woocommerce-page #primary,
body.post-type-archive-product #primary,
body.tax-product_cat #primary{
	margin-top:0 !important;
}

body.woocommerce-page .ast-container,
body.post-type-archive-product .ast-container,
body.tax-product_cat .ast-container{
	width:100%;
	max-width:1720px;
}

body.woocommerce-page #content .ast-container,
body.post-type-archive-product #content .ast-container,
body.tax-product_cat #content .ast-container{
	width:100%;
	max-width:1720px !important;
}

body.woocommerce-page .site-main,
body.post-type-archive-product .site-main,
body.tax-product_cat .site-main{
	padding:clamp(8px,1vw,14px) 0 clamp(58px,7vw,110px);
}

body.woocommerce-page .ast-woocommerce-container,
body.post-type-archive-product .ast-woocommerce-container,
body.tax-product_cat .ast-woocommerce-container{
	position:relative;
	padding:0;
	background:transparent;
	box-shadow:none;
}

body.woocommerce-page .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header{
	position:relative;
	isolation:isolate;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	min-height:clamp(360px,36vw,560px);
	margin:0 0 18px;
	padding:clamp(42px,6vw,86px);
	overflow:hidden;
	border-radius:8px;
	background:
		linear-gradient(90deg,rgba(13,14,15,.97) 0%,rgba(13,14,15,.88) 48%,rgba(13,14,15,.62) 100%),
		url('/wp-content/uploads/2026/06/celne-tarcze-brand-banner.webp') center/cover;
	color:#fff;
	box-shadow:0 28px 90px rgba(13,14,15,.22);
}

body.woocommerce-page .woocommerce-products-header::after,
body.post-type-archive-product .woocommerce-products-header::after,
body.tax-product_cat .woocommerce-products-header::after{
	content:"";
	position:absolute;
	inset:auto 0 0;
	height:44%;
	z-index:-1;
	background:linear-gradient(0deg,rgba(13,14,15,.78),rgba(13,14,15,0));
}

body.woocommerce-page .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title{
	max-width:1040px;
	margin:0;
	color:#fff !important;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(3.1rem,6.4vw,7.6rem);
	font-weight:700;
	line-height:1.2;
	letter-spacing:0;
	text-transform:uppercase;
	text-wrap:balance;
}

.ct-shop-hero-copy{
	max-width:760px;
	margin:22px 0 0;
	color:rgba(255,255,255,.78);
	font-size:clamp(1rem,1.2vw,1.18rem);
	font-weight:500;
	line-height:1.72;
}

body.woocommerce-page .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb{
	margin:0 0 10px;
	color:#6b7280;
	font-size:.9rem;
	font-weight:600;
}

body.woocommerce-page .woocommerce-breadcrumb a,
body.post-type-archive-product .woocommerce-breadcrumb a,
body.tax-product_cat .woocommerce-breadcrumb a{
	color:var(--ct-orange);
}

.ct-shop-tools{
	display:grid;
	grid-template-columns:minmax(230px,320px) minmax(0,1fr);
	gap:18px;
	margin:0 0 22px;
	padding:18px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.12);
	border-radius:8px;
	background:#0d0e0f;
	color:#fff;
	box-shadow:0 20px 70px rgba(13,14,15,.16);
}

.ct-shop-tools__head{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	gap:24px;
	padding:8px 6px;
}

.ct-shop-tools__label{
	display:block;
	margin-bottom:12px;
	color:var(--ct-orange);
	font-size:.78rem;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.12em;
}

.ct-shop-tools__head strong{
	display:block;
	max-width:260px;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.75rem,2.2vw,2.65rem);
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
}

.ct-shop-tools__links{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:12px;
}

.ct-shop-cat{
	position:relative;
	isolation:isolate;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	aspect-ratio:1/1;
	min-height:0;
	padding:18px;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.13);
	border-radius:8px;
	background:#151515;
	color:#fff;
	text-decoration:none;
	box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
	transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.ct-shop-cat::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-2;
	background-image:var(--ct-shop-cat-image);
	background-position:center;
	background-size:cover;
	transform:scale(1.01);
	transition:transform .28s ease,filter .28s ease;
}

.ct-shop-cat::after{
	content:"";
	position:absolute;
	inset:0;
	z-index:-1;
	background:
		linear-gradient(180deg,rgba(13,14,15,.12) 0%,rgba(13,14,15,.44) 42%,rgba(13,14,15,.92) 100%),
		radial-gradient(circle at 80% 20%,rgba(var(--ct-brand-rgb),.28),rgba(var(--ct-brand-rgb),0) 38%);
}

.ct-shop-cat span{
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.05rem,1.4vw,1.55rem);
	font-weight:700;
	line-height:1.15;
	text-transform:uppercase;
}

.ct-shop-cat small{
	margin-top:8px;
	color:rgba(255,255,255,.72);
	font-size:.86rem;
	font-weight:600;
	line-height:1.4;
}

.ct-shop-cat:hover{
	transform:translateY(-4px);
	border-color:rgba(var(--ct-brand-rgb),.68);
	box-shadow:0 18px 42px rgba(0,0,0,.28);
	color:#fff;
}

.ct-shop-cat:hover::before{
	transform:scale(1.07);
	filter:saturate(1.08);
}

.ct-shop-tools__contact{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:max-content;
	min-height:50px;
	padding:0 18px;
	border-radius:8px;
	background:var(--ct-orange);
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:.9rem;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.04em;
	box-shadow:0 14px 32px rgba(var(--ct-brand-rgb),.28);
	transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}

.ct-shop-tools__contact:hover{
	transform:translateY(-2px);
	background:var(--ct-brand-light);
	color:#fff;
	box-shadow:0 18px 38px rgba(var(--ct-brand-rgb),.36);
}

body.woocommerce-page .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count{
	display:inline-flex;
	align-items:center;
	min-height:46px;
	margin:0 0 20px;
	padding:0 16px;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	color:var(--ct-muted);
	font-weight:700;
	box-shadow:0 10px 30px rgba(13,14,15,.06);
}

body.woocommerce-page .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering{
	margin:0 0 20px;
}

body.woocommerce-page .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select{
	min-width:250px;
	min-height:46px;
	padding:0 42px 0 16px;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	color:var(--ct-black);
	font-weight:700;
	box-shadow:0 10px 30px rgba(13,14,15,.06);
}

body.woocommerce ul.products{
	clear:both;
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
	gap:18px;
	margin:0 !important;
}

body.woocommerce ul.products::before,
body.woocommerce ul.products::after{
	display:none !important;
}

body.woocommerce ul.products li.product{
	display:flex;
	flex-direction:column;
	width:auto !important;
	float:none !important;
	min-width:0;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	box-shadow:0 16px 44px rgba(13,14,15,.07);
	transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

body.woocommerce ul.products li.product:hover{
	transform:translateY(-6px);
	border-color:rgba(var(--ct-brand-rgb),.45);
	box-shadow:0 24px 68px rgba(13,14,15,.14);
}

body.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
body.woocommerce ul.products li.product .astra-shop-summary-wrap{
	display:block;
}

body.woocommerce ul.products li.product .astra-shop-thumbnail-wrap{
	position:relative;
	margin:14px 14px 0;
	overflow:hidden;
	border-radius:8px;
	background:#0d0e0f;
}

body.woocommerce ul.products li.product a img{
	display:block;
	width:100%;
	aspect-ratio:1/1;
	margin:0 !important;
	padding:0;
	object-fit:cover;
	background:#0d0e0f;
	transition:transform .24s ease;
}

body.woocommerce ul.products li.product:hover a img{
	transform:scale(1.03);
}

body.woocommerce ul.products li.product .astra-shop-summary-wrap{
	display:flex;
	flex:1;
	flex-direction:column;
	padding:15px 16px 0;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title{
	min-height:2.5em;
	margin:0;
	padding:0;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1rem,1.05vw,1.22rem);
	font-weight:700;
	line-height:1.15;
	text-transform:uppercase;
}

.ct-product-loop-cat{
	display:inline-flex;
	width:max-content;
	max-width:100%;
	margin:10px 0 8px;
	padding:5px 9px;
	border-radius:999px;
	background:rgba(var(--ct-brand-rgb),.1);
	color:var(--ct-orange);
	font-size:.72rem;
	font-weight:800;
	line-height:1;
	text-transform:uppercase;
	letter-spacing:.04em;
}

body.woocommerce ul.products li.product .price{
	margin-top:auto;
	color:var(--ct-black);
	font-size:1.12rem;
	font-weight:900;
}

body.woocommerce ul.products li.product .button{
	display:flex !important;
	align-items:center;
	justify-content:center;
	width:calc(100% - 32px);
	min-height:50px;
	margin:14px 16px 16px !important;
	border-radius:8px;
	background:var(--ct-black) !important;
	color:#fff !important;
	font-family:'Oswald','Inter',sans-serif;
	font-size:.95rem;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.04em;
}

body.woocommerce ul.products li.product .button:hover{
	background:var(--ct-orange) !important;
	color:#fff !important;
}

.ct-shop-bottom-cta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:28px;
	margin-top:28px;
	padding:28px;
	border-radius:8px;
	background:#0d0e0f;
	color:#fff;
	box-shadow:0 24px 70px rgba(13,14,15,.18);
}

.ct-shop-bottom-cta span{
	display:block;
	margin-bottom:8px;
	color:var(--ct-orange);
	font-size:.8rem;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.1em;
}

.ct-shop-bottom-cta strong{
	display:block;
	max-width:850px;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.5rem,2.1vw,2.75rem);
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
}

.ct-shop-bottom-cta a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	min-height:82px;
	padding:0 52px;
	border-radius:10px;
	background:var(--ct-orange);
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.35rem;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.04em;
	box-shadow:0 16px 40px rgba(var(--ct-brand-rgb),.4);
	transition:transform .15s ease, background .15s ease;
}

.ct-shop-bottom-cta a:hover{
	transform:translateY(-2px);
}

.ct-shop-bottom-cta a:hover{
	background:var(--ct-brand-light);
	color:#fff;
}

.ct-subpage{
	background:#ffffff;
	color:var(--ct-black);
}

.ct-subhero{
	display:grid;
	grid-template-columns:minmax(0,1.05fr) minmax(360px,.8fr);
	gap:clamp(34px,6vw,92px);
	align-items:center;
	min-height:620px;
	padding:clamp(70px,8vw,126px) var(--ct-pad);
	background:#0d0e0f;
	color:#fff;
}

.ct-subhero__content{
	max-width:920px;
}

.ct-subhero h1{
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2.6rem,5.8vw,6.5rem);
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}

.ct-subhero p:not(.ct-kicker){
	max-width:740px;
	margin-top:24px;
	color:rgba(255,255,255,.75);
	font-size:1.12rem;
	line-height:1.72;
}

.ct-subhero__media{
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 28px 90px rgba(0,0,0,.45);
}

.ct-subhero__media img{
	width:100%;
	height:100%;
	min-height:360px;
	object-fit:cover;
	display:block;
}

.ct-about-story,
.ct-contact-grid,
.ct-contact-note,
.ct-values,
.ct-subcta{
	width:min(var(--ct-wide),100%);
	margin:0 auto;
	padding-left:var(--ct-pad);
	padding-right:var(--ct-pad);
}

.ct-about-story{
	display:grid;
	grid-template-columns:minmax(0,.82fr) minmax(0,1fr);
	gap:clamp(34px,6vw,90px);
	padding-top:clamp(64px,8vw,118px);
	padding-bottom:clamp(48px,6vw,86px);
	background:#fff;
}

.ct-about-story h2,
.ct-contact-note h2,
.ct-subcta h2{
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2.1rem,4vw,4.7rem);
	line-height:1.2;
	text-transform:uppercase;
	margin:0;
}

.ct-about-story__text{
	display:grid;
	gap:18px;
	color:var(--ct-muted);
	font-size:1.08rem;
	line-height:1.78;
}

.ct-values{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
	padding-top:0;
	padding-bottom:clamp(64px,8vw,118px);
	background:#fff;
}

.ct-values article,
.ct-contact-grid article,
.ct-contact-note{
	border:1px solid var(--ct-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 16px 42px rgba(13,14,15,.06);
}

.ct-values article{
	padding:28px;
}

.ct-values span{
	color:var(--ct-orange);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
}

.ct-values h3,
.ct-contact-grid h2{
	margin:12px 0;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.45rem;
	text-transform:uppercase;
}

.ct-values p,
.ct-contact-grid p,
.ct-contact-note li{
	color:var(--ct-muted);
	line-height:1.68;
}

.ct-subcta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:28px;
	padding-top:clamp(54px,7vw,92px);
	padding-bottom:clamp(54px,7vw,92px);
	background:var(--ct-cream);
}

.ct-subcta h2{
	max-width:960px;
}

.ct-subhero--contact{
	grid-template-columns:minmax(0,1fr) minmax(340px,480px);
}

.ct-contact-card{
	padding:34px;
	border:1px solid rgba(255,255,255,.16);
	border-radius:8px;
	background:rgba(255,255,255,.08);
	box-shadow:0 24px 70px rgba(0,0,0,.28);
}

.ct-contact-card span{
	display:block;
	color:var(--ct-orange);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.08em;
}

.ct-contact-card a{
	display:block;
	margin:14px 0;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.6rem,2.5vw,2.5rem);
	font-weight:700;
	text-decoration:none;
	word-break:break-word;
}

.ct-contact-card p{
	color:rgba(255,255,255,.72);
	line-height:1.7;
}

.ct-contact-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
	padding-top:clamp(64px,8vw,112px);
	padding-bottom:24px;
}

.ct-contact-grid article{
	padding:28px;
}

.ct-contact-grid a{
	display:inline-flex;
	margin-top:18px;
	color:var(--ct-orange);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
}

.ct-contact-note{
	margin-top:0;
	margin-bottom:clamp(64px,8vw,112px);
	padding:34px;
}

.ct-contact-note ul{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px 28px;
	margin:24px 0 0;
	padding-left:20px;
}

.ct-subpage.ct-about-page--simple{
	background:#fff;
}

body.page-template-page-o-nas,
body.page-template-page-o-nas .site-content,
body.page-template-page-o-nas .ast-container,
body.page-id-9212,
body.page-id-9212 .site-content,
body.page-id-9212 .ast-container{
	background:#ffffff;
}

.ct-about-simple{
	display:grid;
	grid-template-columns:minmax(210px,300px) minmax(0,690px);
	gap:clamp(28px,4vw,52px);
	align-items:center;
	width:min(1120px,100%);
	margin:0 auto;
	padding:clamp(56px,6vw,88px) var(--ct-pad) clamp(48px,6vw,76px);
}

.ct-about-simple__logo{
	display:grid;
	place-items:center;
	padding:clamp(26px,3vw,42px);
	border:1px solid rgba(var(--ct-brand-rgb),.35);
	border-radius:12px;
	background:#0d0e0f;
	box-shadow:0 24px 60px rgba(13,14,15,.28);
}

.ct-about-simple__logo img{
	display:block;
	width:min(100%,230px);
	aspect-ratio:1/1;
	object-fit:contain;
	background:#fff;
	border-radius:999px;
	padding:16px;
	box-sizing:border-box;
}

.ct-about-simple h1{
	margin:0;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2.55rem,4.3vw,4.75rem);
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
}

.ct-about-simple__text p:not(.ct-kicker){
	max-width:660px;
	margin:14px 0 0;
	color:var(--ct-muted);
	font-size:clamp(1rem,1.08vw,1.08rem);
	line-height:1.68;
}

.ct-about-simple__actions{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin-top:24px;
}

.ct-about-process--simple{
	padding-top:clamp(42px,6vw,78px);
	padding-bottom:clamp(62px,8vw,110px);
}

/* ---------- Refined subpages, legal pages and WooCommerce utility views ---------- */
.ct-subpage{
	background:#ffffff;
}

.ct-subhero{
	position:relative;
	isolation:isolate;
	overflow:hidden;
	background:
		linear-gradient(125deg,rgba(13,14,15,.98),rgba(13,14,15,.86) 48%,rgba(13,14,15,.72)),
		url('/wp-content/uploads/2026/06/celne-tarcze-brand-banner.webp') center/cover;
}

.ct-subhero::before{
	content:"";
	position:absolute;
	inset:0;
	z-index:-1;
	background:radial-gradient(circle at 80% 12%,rgba(var(--ct-brand-rgb),.18),rgba(var(--ct-brand-rgb),0) 34%);
	pointer-events:none;
}

.ct-subhero__actions{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin-top:32px;
}

.ct-about-story{
	background:#fff;
}

.ct-about-process,
.ct-about-band,
.ct-contact-faq,
.ct-policy-layout,
.ct-page-content{
	width:min(var(--ct-wide),100%);
	margin:0 auto;
	padding-left:var(--ct-pad);
	padding-right:var(--ct-pad);
}

.ct-about-process{
	display:grid;
	grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr);
	gap:clamp(28px,5vw,72px);
	padding-top:clamp(58px,7vw,96px);
	padding-bottom:clamp(58px,7vw,96px);
	background:#0d0e0f;
	color:#fff;
}

.ct-about-process h2{
	max-width:580px;
	margin:0;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2.15rem,4.2vw,4.4rem);
	line-height:1.2;
	text-transform:uppercase;
}

.ct-about-process__grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px;
}

.ct-about-process article{
	padding:26px;
	border:1px solid rgba(255,255,255,.11);
	border-radius:8px;
	background:rgba(255,255,255,.055);
}

.ct-about-process article span,
.ct-policy-side strong{
	color:var(--ct-orange);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.08em;
}

.ct-about-process article h3{
	margin:14px 0 10px;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.45rem;
	line-height:1.15;
	text-transform:uppercase;
}

.ct-about-process article p{
	margin:0;
	color:rgba(255,255,255,.72);
	line-height:1.65;
}

.ct-about-band{
	display:grid;
	grid-template-columns:minmax(320px,.86fr) minmax(0,1fr);
	gap:clamp(28px,5vw,72px);
	align-items:center;
	padding-top:clamp(64px,8vw,110px);
	padding-bottom:clamp(64px,8vw,110px);
	background:#fff;
}

.ct-about-band img{
	display:block;
	width:100%;
	aspect-ratio:1.18/1;
	border-radius:8px;
	object-fit:cover;
	box-shadow:0 24px 70px rgba(13,14,15,.16);
}

.ct-about-band h2{
	margin:0;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2rem,4.1vw,4.8rem);
	line-height:1.2;
	text-transform:uppercase;
}

.ct-about-band p:not(.ct-kicker){
	max-width:720px;
	margin-top:20px;
	color:var(--ct-muted);
	font-size:1.08rem;
	line-height:1.75;
}

.ct-contact-note{
	display:grid;
	grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
	gap:clamp(24px,4vw,58px);
	align-items:start;
}

.ct-contact-note h2{
	font-size:clamp(1.85rem,3.3vw,4rem);
}

.ct-contact-note ul{
	margin:0;
	padding-left:22px;
}

.ct-contact-faq{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
	padding-top:0;
	padding-bottom:clamp(64px,8vw,112px);
}

.ct-contact-faq details{
	border:1px solid var(--ct-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 16px 42px rgba(13,14,15,.06);
}

.ct-contact-faq summary{
	cursor:pointer;
	padding:22px 24px;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.25rem;
	font-weight:700;
	text-transform:uppercase;
}

.ct-contact-faq p{
	margin:0;
	padding:0 24px 24px;
	color:var(--ct-muted);
	line-height:1.68;
}

.ct-page-shell,
.ct-policy-page,
.ct-cabinet-page{
	background:#ffffff;
}

.ct-page-hero{
	position:relative;
	isolation:isolate;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	min-height:clamp(330px,31vw,510px);
	padding:clamp(56px,7vw,98px) var(--ct-pad);
	overflow:hidden;
	background:
		linear-gradient(90deg,rgba(13,14,15,.96),rgba(13,14,15,.78) 54%,rgba(13,14,15,.42)),
		url('/wp-content/uploads/2026/06/celne-tarcze-brand-banner.webp') center/cover;
	color:#fff;
}

.ct-page-hero::after{
	content:"";
	position:absolute;
	inset:auto 0 0;
	z-index:-1;
	height:45%;
	background:linear-gradient(0deg,rgba(13,14,15,.86),rgba(13,14,15,0));
}

.ct-page-hero h1{
	max-width:1100px;
	margin:0;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2.65rem,5.5vw,7rem);
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
}

.ct-page-hero p:not(.ct-kicker){
	max-width:760px;
	margin:22px 0 0;
	color:rgba(255,255,255,.78);
	font-size:clamp(1rem,1.2vw,1.18rem);
	line-height:1.72;
}

.ct-page-content{
	padding-top:clamp(42px,6vw,78px);
	padding-bottom:clamp(64px,8vw,110px);
}

.ct-page-content > *:first-child{
	margin-top:0;
}

.ct-policy-layout{
	display:grid;
	grid-template-columns:minmax(260px,360px) minmax(0,1fr);
	gap:24px;
	align-items:start;
	padding-top:clamp(48px,6vw,86px);
	padding-bottom:clamp(72px,9vw,124px);
}

.ct-policy-side{
	position:sticky;
	top:104px;
	padding:28px;
	border-radius:8px;
	background:#0d0e0f;
	color:#fff;
	box-shadow:0 24px 70px rgba(13,14,15,.16);
}

.ct-policy-side p{
	margin:14px 0 22px;
	color:rgba(255,255,255,.74);
	line-height:1.68;
}

.ct-policy-side .ct-btn{
	width:100%;
	justify-content:center;
}

.ct-policy-content{
	display:grid;
	gap:14px;
}

.ct-policy-content article{
	padding:30px;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	box-shadow:0 16px 42px rgba(13,14,15,.06);
}

.ct-policy-content h2{
	margin:0 0 12px;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.45rem,2.1vw,2.25rem);
	line-height:1.2;
	text-transform:uppercase;
}

.ct-policy-content p{
	margin:0;
	color:var(--ct-muted);
	line-height:1.78;
}

.ct-policy-content a{
	color:var(--ct-orange);
	font-weight:800;
}

.ct-cabinet-content{
	padding-top:clamp(42px,6vw,76px);
}

.ct-cabinet-content .wp-block-latepoint-customer-dashboard{
	padding:28px;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	box-shadow:0 18px 52px rgba(13,14,15,.08);
}

body.single-product .site-content{
	background:#ffffff;
}

body.single-product .ast-container,
body.single-product #content .ast-container{
	width:100%;
	max-width:1520px !important;
}

body.single-product .site-main{
	padding:clamp(30px,4vw,62px) 0 clamp(72px,8vw,118px);
}

body.single-product .woocommerce-breadcrumb{
	margin:0 0 18px;
	color:var(--ct-muted);
	font-weight:700;
}

body.single-product .woocommerce-breadcrumb a{
	color:var(--ct-black);
}

body.single-product div.product{
	display:grid !important;
	grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);
	gap:clamp(24px,4vw,58px);
	align-items:start;
	width:100%;
}

/* zakladki i powiazane produkty zajmuja pelna szerokosc pod kolumnami */
body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related.products{
	grid-column:1 / -1;
}

body.single-product div.product div.images,
body.single-product div.product div.summary{
	float:none !important;
	width:auto !important;
}

body.single-product div.product div.images{
	margin:0 !important;
	padding:16px;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#0d0e0f;
	box-shadow:0 24px 70px rgba(13,14,15,.16);
}

body.single-product div.product div.images img{
	display:block;
	width:100%;
	aspect-ratio:1/1;
	border-radius:6px;
	object-fit:cover;
	background:#0d0e0f;
}

body.single-product div.product div.summary{
	margin:0 !important;
	padding:clamp(26px,4vw,46px);
	border-radius:8px;
	background:#0d0e0f;
	color:#fff;
	box-shadow:0 24px 70px rgba(13,14,15,.18);
}

body.single-product .product_title{
	margin:0 0 16px;
	color:#fff;
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(2.2rem,4.2vw,5rem);
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
}

body.single-product div.product p.price,
body.single-product div.product span.price{
	margin:0 0 20px;
	color:var(--ct-orange);
	font-size:clamp(1.55rem,2.3vw,2.3rem);
	font-weight:900;
}

body.single-product .woocommerce-product-details__short-description{
	color:rgba(255,255,255,.76);
	font-size:1.04rem;
	line-height:1.75;
}

.ct-single-benefits{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:8px;
	margin:22px 0;
}

.ct-single-benefits span{
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:46px;
	padding:8px 10px;
	border:1px solid rgba(255,255,255,.12);
	border-radius:8px;
	background:rgba(255,255,255,.06);
	color:rgba(255,255,255,.82);
	font-size:.76rem;
	font-weight:900;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:.05em;
}

body.single-product div.product form.cart{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin:22px 0 0 !important;
}

body.single-product div.product form.cart .quantity{
	margin:0 !important;
}

body.single-product .quantity .qty{
	width:86px;
	min-height:58px;
	border:1px solid rgba(255,255,255,.16);
	border-radius:8px;
	background:#fff;
	color:var(--ct-black);
	font-size:1.05rem;
	font-weight:800;
}

body.single-product div.product form.cart .button{
	flex:1 1 240px;
	min-height:58px;
	border-radius:8px;
	background:var(--ct-orange) !important;
	color:#fff !important;
	font-family:'Oswald','Inter',sans-serif;
	font-size:1rem;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.04em;
}

body.single-product div.product form.cart .button:hover{
	background:var(--ct-brand-light) !important;
}

body.single-product .product_meta{
	margin-top:22px;
	padding-top:18px;
	border-top:1px solid rgba(255,255,255,.12);
	color:rgba(255,255,255,.64);
}

body.single-product .product_meta a{
	color:#fff;
	font-weight:800;
}

.ct-single-help{
	margin-top:22px;
	padding:22px;
	border-radius:8px;
	background:#fff;
	color:var(--ct-black);
}

.ct-single-help strong{
	display:block;
	font-family:'Oswald','Inter',sans-serif;
	font-size:1.25rem;
	line-height:1.1;
	text-transform:uppercase;
}

.ct-single-help p{
	margin:10px 0 14px;
	color:var(--ct-muted);
	line-height:1.6;
}

.ct-single-help a{
	color:var(--ct-orange);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .upsells.products{
	grid-column:1/-1;
}

body.single-product .woocommerce-tabs{
	margin-top:clamp(30px,4vw,56px);
	padding:30px;
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	box-shadow:0 18px 52px rgba(13,14,15,.08);
}

body.single-product .woocommerce-tabs ul.tabs{
	margin:0 0 26px !important;
	padding:0 !important;
	border:0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before{
	display:none !important;
}

body.single-product .woocommerce-tabs ul.tabs li{
	margin:0 8px 8px 0 !important;
	border:1px solid rgba(13,14,15,.09) !important;
	border-radius:8px !important;
	background:#f4efe7 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a{
	padding:12px 18px !important;
	color:var(--ct-black) !important;
	font-family:'Oswald','Inter',sans-serif;
	font-weight:800 !important;
	text-transform:uppercase;
}

body.single-product .woocommerce-tabs h2,
body.single-product .related.products > h2{
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.9rem,3vw,3.25rem);
	line-height:1.2;
	text-transform:uppercase;
}

body.single-product .woocommerce-tabs p{
	color:var(--ct-muted);
	line-height:1.75;
}

body.single-product .related.products{
	margin-top:clamp(34px,5vw,68px);
}

body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content,
body.woocommerce-account .site-content{
	background:#ffffff;
}

body.woocommerce-cart .ast-container,
body.woocommerce-checkout .ast-container,
body.woocommerce-account .ast-container{
	width:100%;
	max-width:1360px !important;
}

.ct-page-shell--cart .ct-page-content,
.ct-page-shell--checkout .ct-page-content,
.ct-page-shell--account .ct-page-content{
	padding-top:clamp(38px,5vw,72px);
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce{
	color:var(--ct-black);
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-account .woocommerce-notices-wrapper,
body.single-product .woocommerce-notices-wrapper{
	margin-bottom:18px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
	border-top-color:var(--ct-orange) !important;
	border-radius:8px;
	background:#fff !important;
	box-shadow:0 14px 38px rgba(13,14,15,.07);
}

.woocommerce-message::before,
.woocommerce-info::before{
	color:var(--ct-orange) !important;
}

body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table,
body.woocommerce-account table.shop_table{
	border:1px solid rgba(13,14,15,.08) !important;
	border-radius:8px !important;
	background:#fff;
	overflow:hidden;
	box-shadow:0 18px 52px rgba(13,14,15,.07);
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-checkout table.shop_table th,
body.woocommerce-account table.shop_table th{
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:.95rem;
	text-transform:uppercase;
	letter-spacing:.04em;
}

body.woocommerce-cart table.shop_table td,
body.woocommerce-checkout table.shop_table td,
body.woocommerce-account table.shop_table td{
	border-color:rgba(13,14,15,.08) !important;
	color:var(--ct-muted);
}

body.woocommerce-cart table.shop_table .product-name a,
body.woocommerce-account table.shop_table a{
	color:var(--ct-black);
	font-weight:900;
	text-decoration:none;
}

body.woocommerce-cart table.shop_table img{
	width:78px;
	border-radius:8px;
	background:#0d0e0f;
}

body.woocommerce-cart .coupon,
body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce form.login,
body.woocommerce form.register,
body.woocommerce form.checkout_coupon{
	border:1px solid rgba(13,14,15,.08);
	border-radius:8px;
	background:#fff;
	box-shadow:0 18px 52px rgba(13,14,15,.07);
}

body.woocommerce-cart .cart_totals,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce form.login,
body.woocommerce form.register,
body.woocommerce form.checkout_coupon{
	padding:26px;
}

body.woocommerce-cart .coupon{
	display:flex;
	gap:10px;
	align-items:center;
	width:100%;
	margin-top:16px;
	padding:16px !important;
}

body.woocommerce-cart .coupon::before{
	content:"Kod rabatowy";
	flex:0 0 auto;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:800;
	text-transform:uppercase;
}

body.woocommerce-cart .coupon .input-text{
	flex:1;
	min-width:180px;
}

body.woocommerce-cart .cart-collaterals{
	margin-top:26px;
}

body.woocommerce-cart .cart_totals{
	float:none !important;
	width:min(520px,100%) !important;
	margin-left:auto;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout h3,
body.woocommerce-account h2,
body.woocommerce-account h3{
	margin:0 0 18px;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-size:clamp(1.6rem,2.6vw,2.7rem);
	line-height:1.2;
	text-transform:uppercase;
}

body.woocommerce input.input-text,
body.woocommerce textarea,
body.woocommerce select,
body.woocommerce-page input.input-text,
body.woocommerce-page textarea,
body.woocommerce-page select{
	min-height:48px;
	border:1px solid rgba(13,14,15,.12) !important;
	border-radius:8px !important;
	background:#fff !important;
	color:var(--ct-black);
	font-weight:700;
}

body.woocommerce textarea,
body.woocommerce-page textarea{
	min-height:120px;
	padding-top:12px;
}

body.woocommerce label,
body.woocommerce-page label{
	color:var(--ct-black);
	font-weight:800;
}

body.woocommerce .button,
body.woocommerce-page .button,
body.woocommerce button.button,
body.woocommerce-page button.button,
body.woocommerce a.button,
body.woocommerce-page a.button,
body.woocommerce input.button,
body.woocommerce-page input.button,
body.woocommerce #respond input#submit,
body.woocommerce-page #respond input#submit{
	border-radius:8px !important;
	background:var(--ct-black) !important;
	color:#fff !important;
	font-family:'Oswald','Inter',sans-serif !important;
	font-weight:800 !important;
	text-transform:uppercase;
	letter-spacing:.04em;
}

body.woocommerce .button:hover,
body.woocommerce-page .button:hover,
body.woocommerce button.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce a.button:hover,
body.woocommerce-page a.button:hover,
body.woocommerce input.button:hover,
body.woocommerce-page input.button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce-page #respond input#submit:hover{
	background:var(--ct-orange) !important;
	color:#fff !important;
}

body.woocommerce-checkout .woocommerce{
	display:block;
}

body.woocommerce-checkout form.checkout{
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(340px,460px);
	gap:24px;
	align-items:start;
}

body.woocommerce-checkout #customer_details{
	display:grid;
	gap:24px;
	width:100% !important;
	max-width:none !important;
}

body.woocommerce-checkout #order_review,
body.woocommerce-checkout #order_review_heading{
	width:100% !important;
	max-width:none !important;
	float:none !important;
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2{
	float:none !important;
	width:100% !important;
	max-width:none !important;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review{
	grid-column:2;
}

body.woocommerce-checkout #order_review_heading{
	align-self:end;
	margin:0 0 -6px;
}

body.woocommerce-checkout #customer_details{
	grid-row:1 / span 3;
}

body.woocommerce-checkout #place_order{
	width:100%;
	min-height:56px;
	margin-top:12px;
	background:var(--ct-orange) !important;
}

body.woocommerce-account .woocommerce{
	display:grid;
	grid-template-columns:280px minmax(0,1fr);
	gap:24px;
}

body.woocommerce-account .woocommerce:before,
body.woocommerce-account .woocommerce:after{
	display:none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation{
	width:auto;
	float:none;
	padding:14px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul{
	display:grid;
	gap:8px;
	margin:0;
	padding:0;
	list-style:none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a{
	display:flex;
	align-items:center;
	min-height:46px;
	padding:0 14px;
	border-radius:8px;
	color:var(--ct-black);
	font-family:'Oswald','Inter',sans-serif;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
	background:#0d0e0f;
	color:#fff;
}

body.woocommerce-account .woocommerce-MyAccount-content{
	float:none;
	width:auto;
	min-width:0;
}

body.woocommerce-account .woocommerce-MyAccount-content p{
	color:var(--ct-muted);
	line-height:1.72;
}

body.woocommerce-cart .wc-empty-cart-message,
body.woocommerce-cart .cart-empty{
	margin-bottom:18px;
}

body.woocommerce-cart .return-to-shop .button{
	min-height:52px;
	padding:16px 24px !important;
}

@media(max-width:1280px){
	body.woocommerce ul.products{
		grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	}

	.ct-shop-tools{
		grid-template-columns:1fr;
	}

	.ct-shop-tools__head{
		flex-direction:row;
		align-items:flex-end;
	}

	.ct-shop-tools__head strong{
		max-width:none;
	}

	body.woocommerce-checkout form.checkout{
		grid-template-columns:1fr;
	}

	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review{
		grid-column:auto;
	}

	body.woocommerce-checkout #customer_details{
		grid-row:auto;
	}
}

@media(max-width:1024px){
	body.woocommerce ul.products,
	.ct-values,
	.ct-contact-grid,
	.ct-contact-faq,
	.ct-about-process__grid{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
	}

	.ct-subhero,
	.ct-about-story,
	.ct-subhero--contact,
	.ct-about-simple,
	.ct-about-process,
	.ct-about-band,
	.ct-policy-layout,
	body.single-product div.product,
	body.woocommerce-account .woocommerce{
		grid-template-columns:1fr;
	}

	.ct-shop-tools__links{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.ct-policy-side{
		position:static;
	}

	.ct-about-simple{
		width:min(720px,100%);
		text-align:center;
	}

	.ct-about-simple__logo{
		width:min(300px,100%);
		margin:0 auto;
	}

	.ct-about-simple__actions{
		justify-content:center;
	}
}

@media(max-width:760px){
	.ast-primary-header-bar{
		min-height:74px;
	}

	.custom-logo-link,
	.ast-site-identity .custom-logo-link img,
	.custom-logo-link img{
		width:56px !important;
		height:56px !important;
	}

	.custom-logo-link{
		flex-basis:56px;
		margin-top:0;
		padding:0;
	}

	.ast-mobile-header-wrap .custom-logo-link{
		top:0;
		transform:translateY(2px);
	}

	.custom-logo-link::before{
		font-size:1rem;
	}

	.custom-logo-link::after{
		display:none;
	}

	body:not(.home) .ast-container{
		padding-left:18px;
		padding-right:18px;
	}

	body.woocommerce-page .ast-woocommerce-container,
	body.post-type-archive-product .ast-woocommerce-container,
	body.tax-product_cat .ast-woocommerce-container{
		padding:0;
	}

	body.woocommerce-page .woocommerce-products-header,
	body.post-type-archive-product .woocommerce-products-header,
	body.tax-product_cat .woocommerce-products-header{
		min-height:430px;
		margin:0 0 16px;
		padding:44px 20px;
	}

	.ct-shop-tools,
	.ct-subcta{
		align-items:stretch;
		flex-direction:column;
	}

	.ct-shop-tools{
		gap:14px;
		padding:14px;
	}

	.ct-shop-tools__head{
		align-items:flex-start;
		flex-direction:column;
		gap:16px;
		padding:4px;
	}

	.ct-shop-tools__links{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:10px;
	}

	.ct-shop-cat{
		padding:14px;
	}

	.ct-shop-cat span{
		font-size:1rem;
	}

	.ct-shop-cat small{
		font-size:.76rem;
	}

	body.woocommerce-page .woocommerce-result-count,
	body.post-type-archive-product .woocommerce-result-count,
	body.tax-product_cat .woocommerce-result-count,
	body.woocommerce-page .woocommerce-ordering,
	body.post-type-archive-product .woocommerce-ordering,
	body.tax-product_cat .woocommerce-ordering{
		float:none;
		width:100%;
	}

	body.woocommerce-page .woocommerce-ordering select,
	body.post-type-archive-product .woocommerce-ordering select,
	body.tax-product_cat .woocommerce-ordering select{
		width:100%;
		min-width:0;
	}

	body.woocommerce ul.products,
	.ct-values,
	.ct-contact-grid,
	.ct-contact-faq,
	.ct-about-process__grid,
	.ct-contact-note ul{
		grid-template-columns:1fr !important;
	}

	body.woocommerce ul.products li.product .woocommerce-loop-product__title{
		min-height:0;
	}

	.ct-shop-bottom-cta{
		align-items:stretch;
		flex-direction:column;
		padding:22px;
	}

	.ct-shop-bottom-cta a{
		width:100%;
	}

	.ct-subhero{
		min-height:auto;
		padding-top:58px;
		padding-bottom:58px;
	}

	.ct-subhero__media{
		display:none;
	}

	.ct-subhero h1,
	.ct-page-hero h1{
		font-size:clamp(2.35rem,12vw,3.85rem);
	}

	.ct-contact-note,
	.ct-single-benefits{
		grid-template-columns:1fr;
	}

	.ct-about-process article,
	.ct-values article,
	.ct-contact-grid article,
	.ct-contact-note,
	.ct-contact-faq summary,
	.ct-policy-content article,
	.ct-policy-side,
	body.single-product div.product div.summary,
	body.single-product .woocommerce-tabs,
	body.woocommerce-cart .cart_totals,
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review,
	body.woocommerce-account .woocommerce-MyAccount-content{
		padding:22px;
	}

	body.woocommerce-cart .coupon{
		align-items:stretch;
		flex-direction:column;
	}

	body.woocommerce-cart .coupon .input-text,
	body.woocommerce-cart .coupon .button{
		width:100% !important;
	}

	body.woocommerce-cart table.shop_table_responsive tr,
	body.woocommerce-page table.shop_table_responsive tr{
		border-radius:8px;
		background:#fff;
	}

	body.single-product div.product form.cart{
		display:grid;
		grid-template-columns:1fr;
	}

	body.single-product .quantity .qty,
	body.single-product div.product form.cart .button{
		width:100%;
	}
}

/* ===== Twarde domkniecie ciemnego naglowka (dziala tez na keszowanych wariantach strony z transparent headerem) ===== */
html body #masthead,
html body .site-header,
html body .ast-primary-header-bar,
html body .main-header-bar,
html body.ast-theme-transparent-header #masthead,
html body.ast-theme-transparent-header .site-header,
html body.ast-theme-transparent-header .ast-primary-header-bar,
html body.ast-theme-transparent-header .main-header-bar{
	background:#0d0e0f !important;
	background-color:#0d0e0f !important;
	background-image:none !important;
}

html body.ast-theme-transparent-header #masthead{
	position:relative !important;
	inset:auto !important;
}

/* ===== Biały pasek pod stopką: przyklejamy stopkę do dołu + ciemne tlo plotna ===== */
html{ background:#0d0e0f; }
#page{ display:flex; flex-direction:column; min-height:100vh; min-height:100svh; }
#page > #content,
#page > .site-content{ flex:1 0 auto; }
#page > footer,
#page > #colophon,
#page > .site-footer{ flex-shrink:0; margin-top:auto; }

/* ===== KONTAKT: one-screen board ===== */
.ct-contact-board{
	min-height:calc(100vh - 190px);
	min-height:calc(100svh - 190px);
	width:100%;
	flex:1 1 100%;
	display:flex;
	align-items:center;
	background:#ffffff !important;
	padding:clamp(12px,1.4vh,26px) clamp(16px,3vw,48px);
	box-sizing:border-box;
}
.ct-contact-board .ccb-inner{
	width:100%;
	margin:0;
	display:flex;
	flex-direction:column;
	gap:clamp(8px,1.4vh,15px);
}
.ccb-head{ flex:0 0 auto; }
.ccb-head .ct-kicker{ margin-bottom:6px; }
.ccb-head h1{
	margin:0;
	font-family:'Oswald','Inter',sans-serif;
	font-weight:700; text-transform:uppercase;
	font-size:clamp(1.4rem,2.2vw,2.3rem);
	line-height:1.2; color:var(--ct-black);
}
.ccb-lead{ margin:6px 0 0; max-width:820px; color:#5b6068; font-size:clamp(.96rem,1.05vw,1.1rem); line-height:1.5; }

.ccb-grid{
	width:100%;
	display:grid;
	grid-template-columns:minmax(320px,0.75fr) 1.7fr;
	gap:clamp(16px,1.6vw,26px);
	align-items:start;
}

.ccb-contact{
	background:#0d0e0f; color:#fff;
	border:1px solid rgba(var(--ct-brand-rgb),.32);
	border-radius:16px;
	overflow:hidden;
	display:flex; flex-direction:column;
}
.ccb-banner{ display:block; width:100%; height:auto; border-bottom:1px solid rgba(var(--ct-brand-rgb),.28); }
.ccb-contact__body{ padding:clamp(18px,1.7vw,28px); display:flex; flex-direction:column; }
.ccb-label{ font-family:'Oswald',sans-serif; text-transform:uppercase; letter-spacing:.14em; font-size:.76rem; font-weight:700; color:var(--ct-orange); }
.ccb-email{ display:block; margin-top:14px; color:#fff; font-family:'Oswald','Inter',sans-serif; font-weight:700; font-size:clamp(1.3rem,1.8vw,1.95rem); text-decoration:none; word-break:break-word; }
.ccb-email:hover{ color:var(--ct-orange); }
.ccb-phone{ display:inline-block; margin-top:8px; color:rgba(255,255,255,.82); font-family:'Oswald',sans-serif; font-weight:600; font-size:1.12rem; text-decoration:none; }
.ccb-phone:hover{ color:var(--ct-orange); }
.ccb-contact__desc{ margin:16px 0 0; color:rgba(255,255,255,.65); font-size:.96rem; line-height:1.55; }
.ccb-actions{ margin-top:26px; display:flex; flex-wrap:wrap; gap:12px; }
.ccb-actions .ct-btn{ min-height:54px; padding:0 24px; display:inline-flex; align-items:center; }

.ccb-info{ display:grid; grid-template-rows:auto auto; gap:clamp(14px,1.5vw,22px); }
.ccb-tiles{ display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(12px,1.1vw,18px); }
.ccb-tiles article{ background:#f5f5f6; border:1px solid var(--ct-line); border-radius:14px; padding:clamp(15px,1.2vw,20px); display:flex; flex-direction:column; }
.ccb-tiles h3{ margin:0 0 8px; font-family:'Oswald',sans-serif; text-transform:uppercase; font-size:1.02rem; color:var(--ct-black); }
.ccb-tiles p{ margin:0; color:#5b6068; font-size:.9rem; line-height:1.48; }
.ccb-tiles a{ margin-top:12px; color:var(--ct-orange); font-family:'Oswald',sans-serif; font-weight:600; text-transform:uppercase; font-size:.82rem; letter-spacing:.04em; text-decoration:none; }
.ccb-tiles a:hover{ color:var(--ct-orange-dark); }

.ccb-checklist{ background:#0d0e0f; color:#fff; border-radius:16px; padding:clamp(18px,1.6vw,28px); display:flex; flex-direction:column; gap:clamp(12px,1.3vw,20px); }
.ccb-checklist h2{ margin:0; font-family:'Oswald',sans-serif; text-transform:uppercase; font-size:clamp(1.2rem,1.5vw,1.7rem); color:#fff; }
.ccb-checklist ul{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(12px,1.3vw,18px) clamp(24px,2.4vw,48px); }
.ccb-checklist li{ position:relative; padding-left:26px; color:rgba(255,255,255,.86); font-size:clamp(.98rem,1.05vw,1.14rem); line-height:1.45; }
.ccb-checklist li::before{ content:""; position:absolute; left:0; top:.5em; width:10px; height:10px; border-radius:3px; background:var(--ct-orange); }

@media(max-width:900px){
	.ct-contact-board{ min-height:0; }
	.ccb-grid{ grid-template-columns:1fr; }
	.ccb-tiles{ grid-template-columns:1fr; }
	.ccb-checklist ul{ grid-template-columns:1fr; }
}
/* KONTAKT: full-width board - remove Astra container max-width on this page */
body.page-template-page-kontakt .site-content .ast-container,
body.page-id-9213 .site-content .ast-container,
body.page-template-page-kontakt #primary,
body.page-id-9213 #primary,
body.page-template-page-kontakt .site-main,
body.page-id-9213 .site-main{
	max-width:100% !important;
	width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* ===================== KONTAKT v2: banner + form ===================== */
.ct-contact-v2{ background:#ffffff !important; }
.ctc-banner{ line-height:0; background:#0d0d0d; }
.ctc-banner img{ display:block; width:100%; height:auto; }

.ctc-main{ background:#fff; padding:clamp(34px,4.5vw,68px) clamp(16px,4vw,64px); }
.ctc-grid{ width:min(1500px,100%); margin:0 auto; display:grid; grid-template-columns:1.5fr 1fr; gap:clamp(26px,3vw,50px); align-items:start; }

.ctc-form-wrap h2{ margin:6px 0 0; font-family:'Oswald','Inter',sans-serif; font-weight:700; text-transform:uppercase; font-size:clamp(1.6rem,2.4vw,2.5rem); line-height:1.2; color:var(--ct-black); }
.ctc-lead{ margin:12px 0 0; max-width:640px; color:#5b6068; font-size:1.02rem; line-height:1.6; }

.ctc-form{ margin-top:24px; display:flex; flex-direction:column; gap:16px; }
.ctc-form__row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ctc-field{ display:flex; flex-direction:column; gap:7px; }
.ctc-field > span{ font-family:'Oswald',sans-serif; text-transform:uppercase; font-size:.8rem; letter-spacing:.04em; font-weight:600; color:#3a3f47; }
.ctc-field input, .ctc-field select, .ctc-field textarea{
	width:100%; box-sizing:border-box;
	border:1px solid #d7d9dd; border-radius:10px;
	padding:13px 15px; font-family:'Inter',sans-serif; font-size:1rem;
	background:#fbfbfc; color:#1d1d1d; transition:border-color .15s ease, box-shadow .15s ease;
}
.ctc-field textarea{ resize:vertical; min-height:120px; }
.ctc-field input:focus, .ctc-field select:focus, .ctc-field textarea:focus{ outline:none; border-color:var(--ct-orange); box-shadow:0 0 0 3px rgba(var(--ct-brand-rgb),.16); background:#fff; }
.ctc-field input::placeholder, .ctc-field textarea::placeholder{ color:#a3a8b0; }

.ctc-form__foot{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:6px; }
.ctc-submit{ min-height:58px; padding:0 34px; display:inline-flex; align-items:center; gap:8px; font-size:1.05rem; box-shadow:0 14px 34px rgba(var(--ct-brand-rgb),.32); }
.ctc-submit:hover{ transform:translateY(-2px); }
.ctc-form__note{ color:#8a8f97; font-size:.86rem; max-width:260px; line-height:1.4; }

.ctc-side{ display:flex; flex-direction:column; gap:clamp(16px,1.6vw,24px); }
.ctc-card{ border-radius:16px; padding:clamp(22px,2vw,32px); }
.ctc-card--contact{ background:#0d0e0f; color:#fff; border:1px solid rgba(var(--ct-brand-rgb),.3); }
.ctc-card--contact .ct-kicker{ color:var(--ct-orange); }
.ctc-email{ display:block; margin-top:12px; color:#fff; font-family:'Oswald','Inter',sans-serif; font-weight:700; font-size:clamp(1.3rem,1.7vw,1.85rem); text-decoration:none; word-break:break-word; }
.ctc-email:hover{ color:var(--ct-orange); }
.ctc-phone{ display:inline-block; margin-top:8px; color:rgba(255,255,255,.85); font-family:'Oswald',sans-serif; font-weight:600; font-size:1.15rem; text-decoration:none; }
.ctc-phone:hover{ color:var(--ct-orange); }
.ctc-card__desc{ margin:14px 0 0; color:rgba(255,255,255,.62); font-size:.95rem; line-height:1.55; }

.ctc-card--check{ background:#f5f5f6; border:1px solid var(--ct-line); }
.ctc-card--check h3{ margin:0 0 14px; font-family:'Oswald',sans-serif; text-transform:uppercase; font-size:1.18rem; color:var(--ct-black); }
.ctc-card--check ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; }
.ctc-card--check li{ position:relative; padding-left:24px; color:#4a4f57; font-size:.98rem; line-height:1.45; }
.ctc-card--check li::before{ content:""; position:absolute; left:0; top:.5em; width:9px; height:9px; border-radius:2px; background:var(--ct-orange); }

@media(max-width:900px){
	.ctc-grid{ grid-template-columns:1fr; }
	.ctc-form__row{ grid-template-columns:1fr; }
}
/* ===== CHECKOUT/CART/ACCOUNT: force wide layout + slim hero ===== */
body.woocommerce-checkout .ast-container,
body.woocommerce-cart .ast-container,
body.woocommerce-account .ast-container,
body.woocommerce-checkout .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-account .site-content,
body.woocommerce-checkout #primary,
body.woocommerce-cart #primary,
body.woocommerce-account #primary,
body.woocommerce-checkout .site-main,
body.woocommerce-cart .site-main,
body.woocommerce-account .site-main,
body.woocommerce-checkout .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-account .entry-content{
	width:100% !important;
	max-width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
	float:none !important;
}

/* wewnetrzna szerokosc tresci kasy/koszyka */
.ct-page-shell--checkout .ct-page-content,
.ct-page-shell--cart .ct-page-content,
.ct-page-shell--account .ct-page-content{
	width:min(1520px,100%);
	margin:0 auto;
	padding-left:var(--ct-pad);
	padding-right:var(--ct-pad);
}

/* smukly naglowek na kasie/koszyku/koncie - bez wielkiego banera */
.ct-page-shell--checkout .ct-page-hero,
.ct-page-shell--cart .ct-page-hero,
.ct-page-shell--account .ct-page-hero{
	min-height:0;
	padding:clamp(30px,3.6vw,54px) var(--ct-pad);
	background:#0d0e0f !important;
	background-image:none !important;
}
.ct-page-shell--checkout .ct-page-hero::after,
.ct-page-shell--cart .ct-page-hero::after,
.ct-page-shell--account .ct-page-hero::after{
	content:none;
}
.ct-page-shell--checkout .ct-page-hero h1,
.ct-page-shell--cart .ct-page-hero h1,
.ct-page-shell--account .ct-page-hero h1{
	font-size:clamp(1.9rem,3.2vw,3.1rem);
}
.ct-page-shell--checkout .ct-page-hero p:not(.ct-kicker),
.ct-page-shell--cart .ct-page-hero p:not(.ct-kicker),
.ct-page-shell--account .ct-page-hero p:not(.ct-kicker){
	margin-top:10px;
	font-size:1rem;
}
.ct-page-shell--checkout .ct-page-hero > *,
.ct-page-shell--cart .ct-page-hero > *,
.ct-page-shell--account .ct-page-hero > *{
	width:min(1520px,100%);
	margin-left:auto;
	margin-right:auto;
}
.ct-page-shell--checkout .ct-page-hero h1{ margin:0 auto; }
/* main na kasie/koszyku/koncie musi wypelniac caly kontener (Astra robi z niego waski flex-item) */
main.ct-page-shell--checkout,
main.ct-page-shell--cart,
main.ct-page-shell--account{
	width:100% !important;
	max-width:100% !important;
	flex:1 1 100% !important;
	margin:0 !important;
}
/* kontener kasy/koszyka/konta: wysrodkowany */
body.woocommerce-checkout .ast-container,
body.woocommerce-cart .ast-container,
body.woocommerce-account .ast-container{
	margin-left:auto !important;
	margin-right:auto !important;
}

/* ===== CHECKOUT polish v2: full-bleed hero, white bg, tidy summary ===== */
/* pasek tytulu od krawedzi do krawedzi ekranu */
.ct-page-shell--checkout .ct-page-hero,
.ct-page-shell--cart .ct-page-hero,
.ct-page-shell--account .ct-page-hero{
	width:100vw;
	margin-left:calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}

/* biale tlo takze pod samym mainem */
main.ct-page-shell--checkout,
main.ct-page-shell--cart,
main.ct-page-shell--account{
	background:#ffffff !important;
}

/* podsumowanie zamowienia: przyklejone przy scrollu, karta z ramka */
body.woocommerce-checkout #order_review_heading{
	margin:0 0 10px;
}
body.woocommerce-checkout #order_review{
	position:sticky;
	top:120px;
	border:1px solid var(--ct-line);
	border-radius:14px;
	box-shadow:none;
}

/* karty formularza: ramka zamiast plywajacego cienia na kremie */
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
	box-shadow:none;
}
/* tytul i podtytul hero kasy na tej samej wysrodkowanej osi */
.ct-page-shell--checkout .ct-page-hero h1,
.ct-page-shell--cart .ct-page-hero h1,
.ct-page-shell--account .ct-page-hero h1,
.ct-page-shell--checkout .ct-page-hero p:not(.ct-kicker),
.ct-page-shell--cart .ct-page-hero p:not(.ct-kicker),
.ct-page-shell--account .ct-page-hero p:not(.ct-kicker){
	width:min(1420px,calc(100% - 2*var(--ct-pad)));
	max-width:none;
	margin-left:auto !important;
	margin-right:auto !important;
	text-align:left;
}
/* ===== KASA: porzadek w kolumnie podsumowania (v3) ===== */
/* naglowek: czysty tekst, bez pudelka, bez nachodzenia */
body.woocommerce-checkout #order_review_heading{
	align-self:auto !important;
	margin:0 0 12px !important;
	padding:0 !important;
	background:none !important;
	border:0 !important;
	box-shadow:none !important;
	font-size:clamp(1.25rem,1.6vw,1.7rem) !important;
	line-height:1.2 !important;
}

/* jedna spojnia karta */
body.woocommerce-checkout #order_review{
	padding:22px !important;
	border:1px solid var(--ct-line) !important;
	border-radius:14px !important;
	background:#fff !important;
	box-shadow:none !important;
	overflow:hidden;
}

/* tabela w karcie: bez wlasnej ramki (koniec karty-w-karcie) */
body.woocommerce-checkout #order_review table.shop_table{
	width:100% !important;
	margin:0 0 16px !important;
	border:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;
	background:none !important;
}
body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td{
	padding:11px 2px !important;
	border:0 !important;
	border-bottom:1px solid #ececee !important;
	background:none !important;
}
body.woocommerce-checkout #order_review table.shop_table tr:last-child th,
body.woocommerce-checkout #order_review table.shop_table tr:last-child td{
	border-bottom:0 !important;
}

/* komunikat o platnosciach i teksty prawne: rowne odstepy, bez dotykania krawedzi */
body.woocommerce-checkout #order_review .woocommerce-checkout-payment{
	background:none !important;
	border:0 !important;
	box-shadow:none !important;
}
body.woocommerce-checkout #order_review .woocommerce-checkout-payment .woocommerce-info,
body.woocommerce-checkout #order_review .woocommerce-notice,
body.woocommerce-checkout #order_review .payment_methods{
	margin:0 0 14px !important;
}
body.woocommerce-checkout #order_review .woocommerce-privacy-policy-text p{
	margin:0 0 14px !important;
	color:#5b6068;
	font-size:.92rem;
	line-height:1.55;
}
body.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper{
	margin:0 0 16px !important;
}
body.woocommerce-checkout #place_order{
	width:100% !important;
	margin-top:4px !important;
}
/* podsumowanie bez sticky - naglowek i karta zawsze razem */
body.woocommerce-checkout #order_review{
	position:static !important;
	top:auto !important;
}
/* siatka kasy: naglowek w cienkim wierszu 1, karta w wierszu 2, formularz rozpiety na oba */
body.woocommerce-checkout form.checkout{
	grid-template-rows:auto 1fr !important;
}
body.woocommerce-checkout #customer_details{
	grid-row:1 / span 2 !important;
}
body.woocommerce-checkout #order_review_heading{
	grid-row:1 !important;
	align-self:end !important;
}
body.woocommerce-checkout #order_review{
	grid-row:2 !important;
	align-self:start !important;
}
/* ===== ZIELONY MOTYW: nadpisanie palety Astry (na poziomie body wygrywa z inline) ===== */
body{
	--ast-global-color-0:var(--ct-brand);
	--ast-global-color-1:var(--ct-brand-dark);
}

/* plywajacy koszyk (modern-cart) tez na zielono */
.moderncart-toggle-slide-out,
[class*="moderncart"] [class*="toggle"]{
	background:var(--ct-brand) !important;
}

/* ===== LOGO: wieksze i ujednolicone (wszedzie ta sama plakietka - LOGO.svg) ===== */
/* logo ok. 4,5 cm (170 px) - nagłówek dopasowuje wysokość */
.custom-logo-link{
	width:170px !important;
	height:170px !important;
	flex-basis:170px !important;
}
.ast-site-identity .custom-logo-link img,
.custom-logo-link img{
	content:url('/wp-content/uploads/2026/06/LOGO.svg');
	width:170px !important;
	height:170px !important;
	background:#fff;
	border-radius:999px;
	padding:6px;
	box-sizing:border-box;
}
.custom-logo-link::after{
	left:188px !important;
	font-size:1.35rem !important;
}
.ast-primary-header-bar{
	min-height:190px !important;
}
#masthead .site-branding,
#masthead .ast-builder-layout-element{
	height:auto !important;
}
@media(max-width:760px){
	.custom-logo-link,
	.ast-site-identity .custom-logo-link img,
	.custom-logo-link img{
		width:64px !important;
		height:64px !important;
		flex-basis:64px !important;
	}
	.custom-logo-link::after{ left:78px !important; }
}

/* ===== MENU: ukryj Akcesoria (dziala tez na zywej stronie do czasu edycji menu) ===== */
.main-header-menu .menu-item a[href*="/kategoria-produktu/akcesoria"],
.ast-builder-menu .menu-item a[href*="/kategoria-produktu/akcesoria"]{
	display:none !important;
}

/* ===== KONTAKT: e-mail jako glowny kanal - mocno wyeksponowany ===== */
.ctc-email{
	font-size:clamp(1.5rem,2vw,2.15rem) !important;
	line-height:1.25 !important;
	margin-top:14px !important;
	margin-bottom:14px !important;
	color:var(--ct-brand-light) !important;
	text-decoration:underline;
	text-decoration-thickness:2px;
	text-underline-offset:5px;
}

.ctc-phone{
	margin-top:0 !important;
	line-height:1.3 !important;
}
.ctc-email:hover{ color:#fff !important; }
.ctc-card--contact{
	border-width:2px !important;
}
/* plywajacy przycisk koszyka - dokladna klasa */
button.moderncart-floating-cart-button,
.moderncart-floating-cart-button{
	background:var(--ct-brand) !important;
	background-color:var(--ct-brand) !important;
}
/* ===== ZIELEN: koszyk wysuwany (modern-cart) + przyciski WooCommerce =====
   Astra generuje dynamiczny CSS z twardymi wartosciami hex, dlatego nadpisujemy selektorami. */

/* przyciski: tlo */
.moderncart-button,
button.moderncart-button,
.moderncart-slide-out-coupon-form-button,
[class*="moderncart"] .checkout-button,
a.checkout-button,
a.checkout-button.wc-forward,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wc-block-components-button,
.wp-element-button{
	background-color:var(--ct-brand) !important;
	border-color:var(--ct-brand) !important;
	color:#fff !important;
}

.moderncart-button:hover,
button.moderncart-button:hover,
a.checkout-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover{
	background-color:var(--ct-brand-dark) !important;
	border-color:var(--ct-brand-dark) !important;
	color:#fff !important;
}

/* linki i akcje w koszyku: kolor tekstu */
[class*="moderncart"] a,
[class*="moderncart"] a:visited,
.moderncart-cart-item-actions-remove,
.moderncart-cart-item-title a,
[class*="moderncart"] .remove,
[class*="moderncart"] svg path{
	color:var(--ct-brand-dark) !important;
	stroke:currentColor;
}
[class*="moderncart"] a:hover,
.moderncart-cart-item-actions-remove:hover{
	color:var(--ct-brand) !important;
}

/* ceny / akcenty WooCommerce */
.woocommerce .price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-message,
.woocommerce-info{
	border-top-color:var(--ct-brand);
}
.woocommerce-message::before,
.woocommerce-info::before{
	color:var(--ct-brand) !important;
}
/* ===== Koszyk: czytelnosc tekstu na zielonych przyciskach + ikony ===== */
/* tekst i wszystkie dzieci przyciskow na bialo */
a.checkout-button,
a.checkout-button *,
.moderncart-button,
.moderncart-button *,
[class*="moderncart"] .checkout-button,
[class*="moderncart"] .checkout-button *,
.woocommerce a.button.alt,
.woocommerce a.button.alt *,
.woocommerce button.button.alt,
.woocommerce button.button.alt *{
	color:#ffffff !important;
	opacity:1 !important;
	-webkit-text-fill-color:#ffffff !important;
}

/* plywajacy koszyk: biala ikona na zielonym kole */
.moderncart-floating-cart-button svg,
.moderncart-floating-cart-button svg *,
.moderncart-floating-cart-button path{
	color:#ffffff !important;
	fill:#ffffff !important;
	stroke:#ffffff !important;
}

/* plywajacy koszyk: zielone kolo, przezroczyste wnetrze */
.moderncart-floating-cart-button{
	background:var(--ct-brand) !important;
	border-radius:999px !important;
}
.moderncart-floating-cart-button span,
.moderncart-floating-cart-icon{
	background:transparent !important;
}

/* licznik produktow: maly ciemny krazek w rogu */
.moderncart-floating-cart-count{
	background:#0d0e0f !important;
	color:#ffffff !important;
	border-radius:999px !important;
}
.moderncart-floating-cart-count span{
	background:transparent !important;
	color:#ffffff !important;
}
/* zielone przyciski w sklepie: bialy, pelny kontrast tekstu */
.ct-shop-tools__contact,
.ct-shop-tools__contact *,
.ct-shop-bottom-cta a,
.ct-shop-bottom-cta a *,
.ct-btn--primary,
.ct-btn--primary *{
	color:#ffffff !important;
	-webkit-text-fill-color:#ffffff !important;
	opacity:1 !important;
}
