@charset "UTF-8";
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-slider {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	left: 0;
	top: 0
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-loading .slick-list {
	background: url(../images/ajax-loader.gif) center center no-repeat #fff
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: 0;
	top: -38px
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	color: #646464
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	color: #bd1f28;
	opacity: 1
}

.slick-prev {
	left: 38%
}

[dir=rtl] .slick-prev {
	left: auto;
	right: 38%
}

.slick-prev:before {
	content: ""
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: ""
}

.slick-next {
	right: 38%
}

[dir=rtl] .slick-next {
	left: 38%;
	right: auto
}

[dir=rtl] .slick-next:before {
	content: ""
}

.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25
}

.lb-loader,
.lightbox {
	text-align: center;
	line-height: 0
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1
}

body:after {
	content: url(../images/lightbox/close.png) url(../images/lightbox/loading.gif) url(../images/lightbox/prev.png) url(../images/lightbox/next.png);
	display: none
}

.lb-dataContainer:after,
.lb-outerContainer:after {
	content: "";
	clear: both
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 11000;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px
}

.lb-loader,
.lb-nav {
	position: absolute;
	left: 0
}

.lb-outerContainer:after {
	display: table
}

.lb-container {
	padding: 4px
}

.lb-loader {
	top: 43%;
	height: 25%;
	width: 100%
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/lightbox/loading.gif) no-repeat
}

.lb-nav {
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container>.nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/lightbox/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/lightbox/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	display: table
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	transition: opacity .2s
}

header nav,
header nav #navContainer,
header nav #navContainer>ul>li ul {
	background-image: url(../images/mesh.png)
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999
}

header .logo {
	position: absolute;
	margin: 0 auto;
	z-index: 1;
	left: 15px;
	height: 85px;
	transition: all .3s
}

header .logo img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto
}

@media screen and (min-width:1200px) {
	header .logo {
		text-align: center;
		left: 45%;
		right: 45%;
		height: 70%;
		top: 15px
	}
}

@media screen and (max-width:1199px) {
	header .logo {
		height: 50px;
		top: 5px
	}
}

header nav {
	height: 115px;
	line-height: 115px;
	position: relative;
	background-color: #2f2f2f;
	padding: 0 15px
}

header nav button {
	border: 0;
	background-color: transparent;
	display: none;
	z-index: 10
}

@media screen and (max-width:1199px) {
	header nav {
		height: 60px;
		line-height: 60px
	}
	header nav button {
		position: absolute;
		right: 15px;
		height: 60px;
		display: block
	}
	section#content {
		margin-top: 0 !important;
		padding-top: 0 !important
	}
	div#spacerMainPage{
		margin-top:60px !important;
	}
}

header nav button span {
	width: 20px;
	height: 3px;
	margin-bottom: 3px;
	border-radius: 5px;
	background-color: #fff;
	display: block
}

header nav .loans-img {
	max-height: 26px
}

header nav #navContainer>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	transition: all .5s
}

header nav #navContainer>ul>li {
	position: relative;
	color: #fff;
	text-transform: uppercase
}

header nav #navContainer>ul>li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0 5px;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .1em;
	transition: color .5s
}

.opinions .opinions__heading-title,
.promo-container h2,
.stats .stats__heading-subtitle,
section#home h2,
section#news aside h3 {
	letter-spacing: .2em;
	text-transform: uppercase
}

@media (min-width:1400px) {
	header nav #navContainer>ul>li a {
		padding: 0 8px;
		font-size: 14px
	}
}

header nav #navContainer>ul>li a:hover {
	color: #bd1f28;
	text-decoration: none
}

header nav #navContainer>ul>li ul {
	border-top: 3px solid #bd1f28;
	border-bottom: 3px solid #bd1f28;
	border-radius: 0;
	margin: 0;
	width: 100%
}

@media (min-width:1200px) {
	header nav #navContainer>ul>li ul {
		width: auto
	}
}

header nav #navContainer>ul>li ul li {
	padding: 1em
}

header nav #navContainer>ul>li ul li:not(:last-child) {
	border-bottom: 2px solid #bd1f28
}

header nav #navContainer>ul>li ul li a:hover {
	background-color: transparent
}

@media screen and (min-width:1200px) {
	header nav #navContainer.collapse {
		display: block;
		height: auto;
		visibility: visible;
	}
	header nav #navContainer>ul>li {
		float: left
	}
	header nav #navContainer>ul>li:not(:first-child) {
		margin-left: 5px
	}
	header nav #navContainer>ul>li:not(:first-child):before {
		content: ' ';
		position: absolute;
		top: 50%;
		left: -5px;
		height: 25px;
		width: 2px;
		background-color: #bd1f28;
		margin-top: -13px
	}
	header nav #navContainer>ul>li a:after {
		content: ' ';
		width: 0;
		height: 5px;
		background-color: #bd1f28;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: all .5s;
		display: block
	}
	header nav #navContainer>ul>li a:hover {
		color: #bd1f28;
		text-decoration: none
	}
	header nav #navContainer>ul#secondary-nav {
		float: right
	}
	header nav #navContainer>ul#secondary-nav li:last-child:before {
		display: none
	}
}

@media screen and (max-width:1199px) {
	header nav #navContainer {
		text-align: center;
		line-height: 1.5em;
		background-color: #2f2f2f;
		position: absolute;
		left: 0;
		right: 0;
		top: 90px;
		width: 100%;
		margin-top: -45px;
		padding-bottom: 1em;
		overflow:auto;
	}
	header nav #navContainer>ul>li {
		margin: .5em 0
	}
	header nav #navContainer>ul>li a {
		padding: .5em
	}
}

header nav #navContainer .phone {
	font-size: 24px
}

header nav #navContainer .phone div {
	line-height: 1.5em;
	display: inline-block;
	position: relative;
}

header nav #navContainer .phone i {
	opacity: .5;
	font-size: 2em;
	top: 8px
}

header nav #navContainer .phone span {
	display: block
}

@media screen and (min-width:1200px) {
	header nav #navContainer .social {
		display: -ms-flexbox;
		display: flex
	}
	header nav #navContainer .social a {
		font-size: 16px
	}
}

header nav #navContainer .social img {
	width: auto;
	max-height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px
}

header nav #navContainer .social>:first-child a {
	padding-right: 6px
}

header nav #navContainer .social>:last-child a {
	padding-left: 6px
}

header nav #navContainer .delivery img {
	margin-right: 3px
}

header .slogan {
	text-align: center;
	font-size: 30px;
	color: #bd1f28;
	font-weight: 700;
	line-height: 45px;
	display: none
}

@media screen and (min-width:1200px) {
	header .slogan {
		display: block
	}
}

header .slogan span {
	color: #2f2f2f
}

header .header-sitename-mob {
	display: none;
	text-decoration: none
}

@media screen and (max-width:1199px) {
	header .header-sitename-mob {
		display: block;
		position: absolute;
		left: 72px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px;
		font-weight: 700;
		color: #bd1f28;
		line-height: 1;
		z-index: 2
	}
	header .header-sitename-mob span {
		color: #fff
	}
}

@media screen and (min-width:1200px) {
	header .header-sitename-mob {
		display: none
	}
}

header.fixed nav {
	height: 80px;
	line-height: 80px
}

@media screen and (max-width:1199px) {
	header.fixed nav {
		height: 60px;
		line-height: 60px
	}
}

header.fixed .slogan {
	display: none
}

section#home,
section.content {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 560px
}

@media screen and (min-width:1440px) {
	section#home,
	section.content {
		background-size: 100% auto
	}
}

section.content.terenowe,
section.terenowe#home {
	background-image: url(../images/bg-type-terenowe.jpg)
}

section.ciezarowe#home,
section.content.ciezarowe {
	background-image: url(../images/bg-type-ciezarowe.jpg)
}

section.content.rolnicze,
section.rolnicze#home {
	background-image: url(../images/bg-type-rolnicze.jpg)
}

section.content.lesne,
section.lesne#home {
	background-image: url(../images/bg-type-lesne.jpg)
}

section.content.przemyslowe,
section.przemyslowe#home {
	background-image: url(../images/bg-type-przemyslowe.jpg)
}

section.content.gasienice,
section.gasienice#home {
	background-image: url(../images/bg-type-gasienice.jpg)
}

section.content.felgi,
section.felgi#home {
	background-image: url(../images/bg-type-felgi.jpg)
}

section#content {
	background-color: #fff;
	margin-top: 0 !important;
	padding-top: 0;
}
/* Odstęp na wysokość stałego menu – na WSZYSTKICH stronach (nie tylko głównej) */
.content__body {
	padding-top: 120px !important;
}
@media (max-width: 991px) {
	.content__body {
		padding-top: 76px !important;
	}
}
/* Desktop 1200px+: header ma nav + slogan „ditopony.pl” (~160px) – większy odstęp */
@media (min-width: 1200px) {
	.content__body {
		padding-top: 170px !important;
	}
}

#page-start section#content {
	box-shadow: 0 0 10px 0 #fff;
	margin-top: 0;
	padding-top: 0
}
/* Strona główna – bez dużego odstępu pod headerem */
#page-start .content__body {
	padding-top: 0 !important;
}

footer {
	background-image: url(../images/mesh.png);
	background-color: #000;
	position: relative;
	overflow: visible
}

footer .container {
	padding-top: 65px
}

footer .footer-logo {
	line-height: 84px;
	margin-bottom: 30px
}

@media screen and (max-width:991px) {
	footer .footer-logo {
		margin-bottom: 15px
	}
}

footer .footer-logo .text-right a {
	display: inline-block;
	max-width: 30%
}

footer .footer-logo .text-right a:nth-child(1n+2) {
	padding-left: 50px
}

footer .footer-logo .text-right a img {
	max-width: 100%
}

footer .footer-logo .text-right img {
	max-width: 30%
}

footer .email a {
	color: #fff;
	font-weight: 400;
	font-size: 20px
}

footer .email a:hover {
	color: #bd1f28;
	text-decoration: none
}

footer .footer-nav {
	line-height: 20px
}

footer .footer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px
}

@media screen and (max-width:991px) {
	footer .footer-nav ul {
		font-size: 12px
	}
}

footer .footer-nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding: 0 10px;
	transition: all .5s
}

@media screen and (max-width:1199px) {
	footer .footer-nav ul li a {
		padding: 0 5px
	}
}

footer .footer-nav>ul>li {
	margin: .5em;
	padding: .5em;
	text-align: center;
	position: relative
}

@media screen and (min-width:768px) {
	footer .footer-nav>ul>li {
		float: left;
		margin: 0;
		padding: 0
	}
	footer .footer-nav>ul>li:not(:first-child) {
		margin-left: 5px
	}
	footer .footer-nav>ul>li:not(:first-child):before {
		content: ' ';
		position: absolute;
		top: 50%;
		left: -3px;
		height: 25px;
		width: 2px;
		background-color: #bd1f28;
		margin-top: -13px
	}
	footer .footer-nav>ul>li:first-child a {
		padding-left: 0
	}
}

footer .footer-nav>ul>li a:hover {
	color: #bd1f28;
	text-decoration: none
}

footer .footer-nav>ul>li ul {
	background-color: #2f2f2f;
	border-top: 3px solid #bd1f28;
	border-bottom: 3px solid #bd1f28;
	border-radius: 0;
	margin: 0
}

footer .footer-nav>ul>li ul li {
	padding: 1em
}

footer .footer-nav>ul>li ul li:not(:last-child) {
	border-bottom: 2px solid #bd1f28
}

footer .footer-nav>ul>li ul li a:hover {
	background-color: transparent
}

footer .phone {
	text-align: right;
	font-size: 20px;
	color: #fff
}

@media screen and (min-width:768px) and (max-width:991px) {
	footer .phone {
		font-size: 18px
	}
}

footer .phone i {
	color: #999;
	top: 2px
}

footer #copyright a,
footer .company-link a {
	color: #bd1f28
}

footer .phone span {
	display: inline-block;
	padding: 0 7px 0 10px;
	font-weight: lighter;
	font-style: italic
}

footer .phone span+span {
	border-left: 1px solid #bd1f28
}

footer .company-link {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right
}

footer .company-link a:hover {
	text-decoration: none;
	color: #bd1f28
}

footer #copyright {
	font-size: 10px;
	color: #999;
	margin-top: 40px;
	margin-bottom: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:767px) {
	footer #copyright {
		text-align: center
	}
	.raty-product {
		top: 15px !important;
	}
}

footer #copyright a:hover {
	color: #999;
	text-decoration: none
}

footer #copyright .wizjo {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 40px
}

@media screen and (min-width:768px) {
	footer #copyright .wizjo {
		padding: 0;
		text-align: right;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

footer #copyright .wizjo a {
	color: #bd1f28;
	margin-left: 5px
}

footer #copyright .wizjo img {
	vertical-align: top;
	width: 25px
}

footer .scroll-top {
	position: absolute;
	line-height: 0;
	bottom: 0;
	transform: translate(-50%, 0%);
	left: 50%;
	background-color: #bd1f28;
	color: #fff;
	width: 50px;
	height: 25px;
	z-index: 3;
	text-align: center;
	font-size: 24px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

footer .scroll-top i {
	transform: translateY(-3px);
	display: inline-block
}

@media (min-width: 768px) {
	footer .col-sm-7.footer-nav {
	  width: 80%;   /* jak col-sm-8 – szersza kolumna menu */
	}
	footer .col-sm-5.phone {
	  width: 20%;   /* jak col-sm-4 – węższa kolumna telefonu */
	}
  }

  @media screen and (max-width: 767px) {
	footer .email {
		text-align: center;
	}
	footer .footer-nav {
		text-align: center;
	}
	footer .footer-nav ul {
		text-align: center;
	}
	footer .phone {
		text-align: center;
	}
	footer .company-link {
		text-align: center;
	}
}

.startCategories #logoStart {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

@media screen and (min-width:992px) {
	.startCategories {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 68vh
	}
	.startCategoriesBottom {
		min-height: 48vh !important;
		margin-top: 0px !important;
	}
	
	.startCategoriesBottom .categories .box span {
		top: 10% !important;
	}
	
	.startCategoriesBottom .categories .box {
		padding-top: 37vh !important;
	}
	.startCategories #logoStart {
		margin-top: 25px
	}
}

@media screen and (max-height:650px) {
	.startCategories #logoStart {
		height: 80px;
		margin-top: 15px
	}
}

.startCategories #goDown {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%)
}

#page-main-categories .startCategories #goDown {
	display: none
}

.startCategories .left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	top: 5%
}

.startCategories .left .loan {
	margin-bottom: 20px
}

.startCategories .right {
	position: absolute;
	right: 0;
	top: 5%;
	font-weight: 700;
	font-size: 16px;
	color: #bd1f28
}

.startCategories .right span {
	display: block;
	white-space: nowrap;
	padding-right: 70px;
	line-height: 25px;
	position: relative;
	top: 7px
}

.startCategories .right .icon {
	float: right;
	background-color: #bd1f28;
	padding: 10px
}

.startCategories .right .icon i {
	font-size: 30px;
	padding: 5px;
	color: #000;
	opacity: .5
}

@media screen and (max-width:991px) {
	.startCategories #goDown,
	.startCategories #logoStart,
	.startCategories .left,
	.startCategories .right {
		display: none
	}
}

@media screen and (min-width:992px) {
	.startCategories .categories {
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
	}
	.startCategories .categories .box {
		float: left;
		width: 20%;
		padding-top: 52vh
	}
}

.startCategories .categories .box {
	display: block;
	height: 100%;
	position: relative;
	font-size: 18px;
	color: #bd1f28;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	line-height: 20px
}

.startCategories .categories .box span {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icons.png);
	transition: all .5s
}

@media screen and (min-width:992px) {
	.startCategories .categories .box span {
		position: absolute;
		left: 0;
		right: 0;
		top: 16%
	}
	.startCategories .categories .box:nth-child(1n+2) {
		border-left: 1px solid #ccc
	}
}

@media (min-width:992px) and (max-height:700px) {
	.startCategories .categories .box {
		padding-top: 54vh
	}
	.startCategories .categories .box span {
		top: 8%
	}
}



.startCategories .categories .box:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	content: ' ';
	z-index: -1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .5s
}

@media screen and (max-width:991px) {
	.startCategories .categories .box {
		padding: 1em 0
	}
	.startCategories .categories .box span {
		margin-bottom: 1em
	}
	.startCategories .categories .box:nth-child(1n+2) {
		border-bottom: 1px solid #ccc
	}
	.startCategories .categories .box:before {
		background-position: top
	}
}

.startCategories .categories .box:hover:before {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.startCategories .categories .box:hover span {
	background-color: #bd1f28
}

.startCategories .categories .box:hover.opony-terenowe span {
	background-position: 0 -60px
}

.startCategories .categories .box:hover.opony-wozkowe span {
	background-position: 0 -60px
}

.startCategories .categories .box:hover.opony-lesne span {
	background-position: -120px -60px
}

.startCategories .categories .box:hover.opony-rolnicze span {
	background-position: -240px -60px
}

.startCategories .categories .box:hover.opony-przemyslowe span {
	background-position: -180px -60px
}

.startCategories .categories .box:hover.opony-ciezarowe span {
	background-position: -60px -60px
}

.startCategories .categories .box.opony-terenowe:before {
	background-image: url(../images/start/terenowe.jpg)
}

.startCategories .categories .box.opony-terenowe span {
	background-position: 0 0
}

.startCategories .categories .box.opony-wozkowe:before {
	background-image: url(../images/start/widlowe2.jpg)
}

.startCategories .categories .box.opony-wozkowe span {
	background-image: url(../images/widlowe-icons.png);
	background-position: 0 0
}

.startCategories .categories .box.opony-lesne:before {
	background-image: url(../images/start/lesne.jpg)
}

.startCategories .categories .box.opony-lesne span {
	background-position: -120px 0
}

.startCategories .categories .box.opony-rolnicze:before {
	background-image: url(../images/start/rolnicze.jpg)
}

.startCategories .categories .box.opony-rolnicze span {
	background-position: -240px 0
}

.startCategories .categories .box.opony-przemyslowe:before {
	background-image: url(../images/start/przemyslowe.jpg)
}

.startCategories .categories .box.opony-przemyslowe span {
	background-position: -180px 0
}

.startCategories .categories .box.opony-ciezarowe:before {
	background-image: url(../images/start/ciezarowe.jpg)
}

.startCategories .categories .box.opony-ciezarowe span {
	background-position: -60px 0
}

/* Opcja kafelkowa – siatka .home-categories__grid */
@media screen and (min-width:992px) {
	.startCategories:has(.home-categories__grid) {
		min-height: 0
	}
	.startCategories .categories.home-categories__grid {
		position: static;
		height: auto;
		width: auto
	}
	.startCategories:has(.home-categories__grid) #goDown {
		display: none
	}
}

.startCategories .container {
	max-width: none;
	width: 100%;
	padding: 20px 15px 0
}

@media screen and (min-width: 1200px) {
	.startCategories .container {
		padding-top: 72px
	}
}

.startCategories .home-categories__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 16px;
	width: 100%;
	padding: 0 0 2em
}

.startCategories .home-categories__grid .home-category {
	display: block;
	position: relative;
	min-height: 240px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	transition: transform .25s, box-shadow .25s
}

.startCategories .home-categories__grid .home-category:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2)
}

.startCategories .home-categories__grid .home-category::before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
	transition: filter .35s
}

.startCategories .home-categories__grid .home-category:hover::before {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.startCategories .home-categories__grid .home-category__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 14px 12px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.3;
	transition: color .3s ease
}
.startCategories .home-categories__grid .home-category:hover .home-category__label {
	color: #bd1f28
}

.startCategories .home-categories__grid .home-category--wozkowe::before {
	background-image: url(../images/start/widlowe_new.png)
}

.startCategories .home-categories__grid .home-category--przemyslowe::before {
	background-image: url(../images/start/przemyslowe_new.png)
}

.startCategories .home-categories__grid .home-category--rolnicze::before {
	background-image: url(../images/start/rolnicze_new.png)
}

.startCategories .home-categories__grid .home-category--lesne::before {
	background-image: url(../images/start/lesne_new.png)
}

.startCategories .home-categories__grid .home-category--ciezarowe::before {
	background-image: url(../images/start/ciezarowe_new.png)
}

.startCategories .home-categories__grid .home-category--gasienice::before {
	background-image: url(../images/start/gasienice_new.png)
}

.startCategories .home-categories__grid .home-category--felgi::before {
	background-image: url(../images/start/felgi_new.png)
}

@media screen and (max-width: 768px) {
	.startCategories .home-categories__grid {
		grid-template-columns: 1fr;
		gap: 8px;
		padding-bottom: 1em
	}
	.startCategories .home-categories__grid .home-category {
		min-height: 0;
		height: 72px;
		border-radius: 8px
	}
	.startCategories .home-categories__grid .home-category::before {
		background-position: center left 30%
	}
	.startCategories .home-categories__grid .home-category__label {
		font-size: 12px;
		padding: 10px 14px;
		line-height: 1.25;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 60%, transparent);
		display: flex;
		align-items: center;
		min-height: 100%
	}
}

@media screen and (max-width: 400px) {
	.startCategories .home-categories__grid .home-category {
		height: 64px
	}
	.startCategories .home-categories__grid .home-category__label {
		font-size: 11px;
		padding: 8px 12px
	}
}

/* Wyszukiwarka opon – wygląd jak na stronie referencyjnej, bez tła bg.jpg */
.tire-search-section {
	padding: 10px 0 20px;
	background: none;
}

.tire-search-box {
	max-width: 720px;
	margin: 0 auto;
	background: #fff;
	padding: 32px 40px 40px;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08)
}

.tire-search-box__brand {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 8px
}

.tire-search-box__title {
	font-size: 26px;
	font-weight: 700;
	color: #222;
	margin: 0 0 8px;
	line-height: 1.2
}

.tire-search-box__subtitle {
	font-size: 15px;
	color: #666;
	margin: 0 0 24px;
	line-height: 1.4
}

.tire-search-box__form {
	display: flex;
	gap: 0;
	align-items: stretch
}

.tire-search-box__input-wrap {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center
}

.tire-search-box__icon {
	position: absolute;
	left: 14px;
	color: #999;
	font-size: 18px;
	pointer-events: none
}

.tire-search-box__input {
	width: 100%;
	height: 48px;
	padding: 0 16px 0 44px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #fafafa
}

.tire-search-box__input:focus {
	outline: 0;
	border-color: #bd1f28;
	background: #fff
}

.tire-search-box__btn {
	height: 48px;
	padding: 0 28px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #bd1f28;
	border: 0;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	transition: background .2s
}

.tire-search-box__btn:hover {
	background: #a01a22;
	color: #fff
}

@media screen and (max-width: 575px) {
	.tire-search-box {
		padding: 24px 20px 28px
	}
	.tire-search-box__title {
		font-size: 22px
	}
	.tire-search-box__form {
		flex-direction: column
	}
	.tire-search-box__input {
		border-radius: 6px;
		border-right: 1px solid #ddd
	}
	.tire-search-box__btn {
		border-radius: 6px
	}
}

/* Sekcja „Dlaczego ditopony.pl?” – kafelki (szeroki wybór, szybka dostawa, zadowoleni klienci, współpraca) */
.why-ditopony {
	padding: 48px 0 56px;
	background: #f5f5f5;
}
.why-ditopony__title {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin: 0 0 8px;
}
.why-ditopony__lead {
	text-align: center;
	color: #555;
	font-size: 15px;
	margin: 0 0 32px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.why-ditopony__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto;
}
.why-ditopony-tile {
	background: #fff;
	border-radius: 10px;
	padding: 24px 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	text-align: center;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.why-ditopony-tile:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}
.why-ditopony-tile__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #bd1f28;
	color: #fff;
	font-size: 22px;
	margin-bottom: 14px;
}
.why-ditopony-tile__icon .glyphicon {
	top: 0;
}
.why-ditopony-tile__title {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	margin: 0 0 8px;
}
.why-ditopony-tile__text {
	font-size: 14px;
	color: #555;
	line-height: 1.45;
	margin: 0;
}
.why-ditopony-tile__counter-wrap {
	margin: 10px 0 6px;
	font-size: 28px;
	font-weight: 700;
	color: #bd1f28;
	line-height: 1.2;
}
.why-ditopony-tile__counter-suffix {
	font-size: 22px;
	font-weight: 700;
	color: #bd1f28;
}
.why-ditopony__odometer.odometer.odometer-auto-theme,
.why-ditopony__odometer.odometer {
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.why-ditopony__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.why-ditopony {
		padding: 40px 0 48px;
	}
}
@media (max-width: 575px) {
	.why-ditopony__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.why-ditopony__title {
		font-size: 20px;
	}
	.why-ditopony-tile {
		padding: 20px 16px;
	}
	.why-ditopony-tile__counter-wrap {
		font-size: 24px;
	}
}

/* Sekcja Polecane produkty – karuzela na stronie głównej */
.polecane-produkty {
	padding: 40px 0 48px;
	background: #fff;
	border-top: 1px solid #eee;
}
.polecane-produkty__title {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin: 0 0 24px;
}
.polecane-produkty__slider-wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 44px;
}
.polecane-produkty__slider {
	margin: 0 -10px;
}
.polecane-produkty__slide {
	padding: 0 10px;
}
.polecane-produkty__slide .product-list-item {
	display: block;
	background: #fafafa;
	border-radius: 8px;
	padding: 12px;
	text-align: center;
	box-shadow: 0 1px 8px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s ease;
}
.polecane-produkty__slide .product-list-item:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.polecane-produkty__slide .product-list-item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin-bottom: 10px;
}
.polecane-produkty__slide .product-list-item .image img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.polecane-produkty__slide .product-list-item .product-name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
	margin-bottom: 6px;
}
.polecane-produkty__slide .product-list-item .price {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #bd1f28;
	padding: 8px 12px;
	border-radius: 6px;
	margin-top: 8px;
	text-align: center;
}
.polecane-produkty__slide .product-list-item .price span,
.polecane-produkty__slide .product-list-item .price ins,
.polecane-produkty__slide .product-list-item .price small,
.polecane-produkty__slide .product-list-item .price .woocommerce-Price-amount {
	display: inline;
	background: none !important;
	padding: 0 !important;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: none;
}
.polecane-produkty__slide .product-list-item .price ins {
	text-decoration: none;
}
/* Ukrycie kropek (dots) karuzeli w sekcji Polecane produkty */
.polecane-produkty .slick-dots {
	display: none !important;
}
.polecane-produkty__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.polecane-produkty__arrow:hover {
	background: #bd1f28;
	color: #fff;
	border-color: #bd1f28;
}
.polecane-produkty__arrow--prev {
	left: 0;
}
.polecane-produkty__arrow--next {
	right: 0;
}
@media (max-width: 767px) {
	.polecane-produkty__slider-wrap {
		padding: 0 36px;
	}
	.polecane-produkty__title {
		font-size: 20px;
		margin-bottom: 18px;
	}
}

/* Strona startowa – hero + wyszukiwarka (klasy home-hero / home-search) */
.tire-search-section .home-hero__grid {
	max-width: 720px;
	margin: 0 auto;
}
.tire-search-section .home-hero__content {
	background: #fff;
	padding: 32px 40px 40px;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.home-hero__eyebrow {
	font-size: 12px;
	font-weight: 700;
	color: #bd1f28;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0 0 8px;
}
.home-hero__title {
	font-size: 26px;
	font-weight: 700;
	color: #222;
	margin: 0 0 8px;
	line-height: 1.2;
}
.home-hero__subtitle {
	font-size: 15px;
	color: #666;
	margin: 0 0 24px;
	line-height: 1.4;
}
.home-search__label.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.home-search__controls {
	display: flex;
	gap: 0;
	align-items: stretch;
}
.home-search__input-wrap {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.home-search__icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 18px;
	pointer-events: none;
}
.home-search__input {
	width: 100%;
	height: 48px;
	padding: 0 16px 0 44px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #fafafa;
}
.home-search__input:focus {
	outline: 0;
	border-color: #bd1f28;
	background: #fff;
}
.home-search__suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	max-height: 280px;
	overflow-y: auto;
	text-align: left;
}
.home-search__suggestions[hidden] {
	display: none !important;
}
.home-search__suggestion-item {
	display: block;
	width: 100%;
	padding: 10px 16px 10px 44px;
	font-size: 15px;
	text-align: left;
	background: 0;
	border: 0;
	cursor: pointer;
	color: #222;
	transition: background .15s;
}
.home-search__suggestion-item:hover,
.home-search__suggestion-item:focus {
	background: #f5f5f5;
	outline: 0;
}
.home-search__suggestion-size {
	font-weight: 600;
}
.home-search__suggestion-type {
	color: #666;
	font-weight: 400;
}
.home-search__btn {
	height: 48px;
	padding: 0 28px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #bd1f28;
	border: 0;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	transition: background .2s;
}
.home-search__btn:hover {
	background: #a01a22;
	color: #fff;
}
@media screen and (max-width: 575px) {
	.tire-search-section .home-hero__content {
		padding: 24px 20px 28px;
	}
	.home-hero__title {
		font-size: 22px;
	}
	.home-search__controls {
		flex-direction: column;
	}
	.home-search__input {
		border-radius: 6px;
		border-right: 1px solid #ddd;
	}
	.home-search__suggestions {
		border-radius: 0 0 6px 6px;
	}
	.home-search__btn {
		border-radius: 6px;
	}
}

section#promo {
	background-color: #fff;
}

section#home {
	background-image: url(../images/start.jpg);
	padding-top: 120px;
	text-align: justify;
	font-size: 14px;
	font-weight: lighter
}

@media screen and (max-width:991px) {
	section#home {
		background-position: left top
	}
}

section#news aside .news-side-item a .more,
section#tire .product-extras>div.type,
section#tireIndex aside {
	background-position: left center;
	background-repeat: no-repeat
}

section#home strong {
	font-weight: 700
}

section#home p {
	line-height: 22px
}

section#home h2 {
	color: #646464;
	font-size: 17px;
	font-weight: lighter;
	margin-bottom: 45px
}

section#home .news-item-wrap {
	max-width: 226px
}

section#home .news-item {
	display: block;
	position: relative;
	margin: 0 0 30px
}

section#home .news-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	background-color: #000;
	transition: all .2s ease-in-out
}

section#home .news-item img {
	max-width: 100%;
	height: auto
}

section#home .news-item:hover:before {
	background-color: #bd1f28
}

section#home .news-headline {
	text-align: left;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	padding: 20px 15px;
	font-weight: 700
}

@media (min-width:480px) {
	section#home .news-headline {
		font-size: 16px
	}
}

section#home .news-headline img {
	display: block;
	max-width: 100%;
	height: auto
}

section#home .news-headline time {
	display: block;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 10px
}

/* ========== Strona startowa – rozjaśnione sekcje #home i #home-extra ========== */
.home-section {
	background-image: none;
	min-height: 0;
}
section#home.home-section {
	background-image: none;
	background-color: #f0f2f4;
	padding-top: 48px;
	padding-bottom: 48px;
}
.home-section__inner {
	padding: 32px 0;
}
.home-section__inner--light {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
	margin: 0 8px;
	padding: 32px 16px 40px;
	max-width: 100%;
	box-sizing: border-box;
}
.home-section__inner--white {
	background-color: #fff;
	padding: 40px 0 32px;
}
.home-section--alt .home-section__inner--white {
	padding-top: 48px;
}
.home-intro--prose {
	max-width: 100%;
	line-height: 1.65;
}
/* Pełna szerokość sekcji #home – nadpisanie Bootstrap .container na tablet i desktop */
#home .container.container--wide {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	#home .container.container--wide {
		padding-left: 20px;
		padding-right: 20px;
		max-width: min(1200px, 100%);
	}
	#home .home-section__inner--light {
		margin: 0 12px;
		padding: 36px 20px 44px;
	}
}
@media (min-width: 992px) {
	#home .container.container--wide {
		padding-left: 24px;
		padding-right: 24px;
	}
	#home .home-section__inner--light {
		margin: 0 24px;
		padding: 48px 32px 56px;
	}
}

/* ========== Nowoczesna prezentacja treści WP w #home ========== */
.home-intro--prose .wp-block-heading,
.home-intro--prose h1,
.home-intro--prose h2,
.home-intro--prose h3,
.home-intro--prose h4 {
	font-weight: 700;
	color: #1a1a1a;
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	line-height: 1.3;
	letter-spacing: -0.02em;
}
.home-intro--prose h1:first-child,
.home-intro--prose .wp-block-heading:first-child {
	margin-top: 0;
}
.home-intro--prose h1 {
	font-size: clamp(1.5rem, 4vw, 1.85rem);
	letter-spacing: -0.03em;
}
.home-intro--prose h2 {
	font-size: clamp(1.1rem, 2.5vw, 1.25rem);
	color: #444;
	font-weight: 600;
}
.home-intro--prose h3 {
	font-size: 1.2rem;
	margin-top: 1.75em;
	padding-bottom: 0.35em;
	border-bottom: 2px solid #bd1f28;
	display: inline-block;
}
.home-intro--prose h4 {
	font-size: 1rem;
	margin-top: 1.25em;
	margin-bottom: 0.35em;
}
.home-intro--prose h4 a {
	color: #bd1f28;
	text-decoration: none;
	transition: color .15s ease;
}
.home-intro--prose h4 a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}
.home-intro--prose p {
	margin: 0 0 1em;
	line-height: 1.7;
	text-align: left;
	color: #333;
}
.home-intro--prose p strong {
	color: #1a1a1a;
}

/* Desktop (992px+): akapity i treść w accordionach – 13px na desktop */
@media (min-width: 992px) {
	#home .home-intro--prose p {
		font-size: 13px;
		line-height: 1.75;
	}
	#home .home-intro--prose .home-reasons-accordion__panel-inner,
	#home .home-intro--prose .home-cat-accordion__panel-inner {
		font-size: 13px;
	}
	#home .home-intro--prose .home-reasons-accordion__trigger {
		font-size: 13px;
	}
	#home .home-intro--prose .home-cat-accordion__trigger {
		font-size: 13px;
	}
}

/* Bloki „Dlaczego warto” – delikatne tło; siatka 2 kolumny na desktop */
.home-intro--prose .home-reasons-accordion {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0.5em 0 1em;
	align-items: start;
}
@media (min-width: 768px) {
	.home-intro--prose .home-reasons-accordion {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 1.5em;
		align-items: start;
	}
}
.home-intro--prose .home-reasons-accordion__item {
	background: #f8f9fa;
	border-radius: 8px;
	border-left: 3px solid #bd1f28;
	margin-bottom: 0.5em;
	overflow: hidden;
	min-height: 0;
}
.home-intro--prose .home-reasons-accordion__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.85em 1em;
	font-weight: 700;
	font-size: 1rem;
	color: #1a1a1a;
	background: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background .15s ease;
}
.home-intro--prose .home-reasons-accordion__trigger:hover {
	background: rgba(0,0,0,.04);
}
.home-intro--prose .home-reasons-accordion__trigger::after {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: transform .2s ease;
	flex-shrink: 0;
	margin-left: 8px;
}
.home-intro--prose .home-reasons-accordion__item.is-open .home-reasons-accordion__trigger::after {
	transform: rotate(-135deg);
}
.home-intro--prose .home-reasons-accordion__panel {
	overflow: hidden;
	max-height: 0;
	transition: max-height .25s ease;
}
.home-intro--prose .home-reasons-accordion__item.is-open .home-reasons-accordion__panel {
	max-height: 800px;
}
.home-intro--prose .home-reasons-accordion__panel-inner {
	padding: 0 1em 1em;
	font-size: 0.95em;
	line-height: 1.6;
	color: #333;
}
.home-intro--prose .home-reasons-accordion__panel-inner strong {
	display: none;
}

/* Kategorie opon – accordion (rozwijane kafelki) */
.home-intro--prose .home-cat-accordion {
	list-style: none;
	margin: 0.5em 0 1em;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	overflow: hidden;
}
.home-intro--prose .home-cat-accordion__item {
	border-bottom: 1px solid #e8e8e8;
}
.home-intro--prose .home-cat-accordion__item:last-child {
	border-bottom: none;
}
.home-intro--prose .home-cat-accordion__trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.9em 1.1em;
	font-weight: 700;
	font-size: 0.95rem;
	color: #bd1f28;
	background: #fff;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background .15s ease;
}
.home-intro--prose .home-cat-accordion__trigger:hover {
	background: #f8f9fa;
}
.home-intro--prose .home-cat-accordion__trigger a {
	color: inherit;
	text-decoration: none;
	flex: 1;
}
.home-intro--prose .home-cat-accordion__trigger::after {
	content: "";
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .2s ease;
	flex-shrink: 0;
	margin-left: 8px;
}
.home-intro--prose .home-cat-accordion__item.is-open .home-cat-accordion__trigger::after {
	transform: rotate(-135deg);
}
.home-intro--prose .home-cat-accordion__panel {
	overflow: hidden;
	max-height: 0;
	transition: max-height .25s ease;
}
.home-intro--prose .home-cat-accordion__item.is-open .home-cat-accordion__panel {
	max-height: 500px;
}
.home-intro--prose .home-cat-accordion__panel-inner {
	padding: 0 1.1em 1em;
	font-size: 0.95em;
	line-height: 1.6;
	color: #333;
	border-top: 1px solid #eee;
}
.home-intro--prose .home-cat-accordion__panel-inner a {
	color: #2a6eb5;
}

.home-intro--prose .wp-block-spacer {
	display: block;
	height: 14px !important;
	margin: 0;
	padding: 0;
}

/* Kategorie (h4 + paragraf) – gdy bez JS, czytelny układ */
.home-intro--prose h4 + p:not(.home-cat-accordion__panel-inner) {
	margin-top: 0;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #e8e8e8;
}
.home-intro--prose h4 + p a[href*="Zobacz"] {
	display: inline-block;
	margin-top: 0.25em;
}
.home-intro--prose p a:not([href*="google"]):not([href*="tel:"]) {
	color: #2a6eb5;
	text-decoration: none;
}
.home-intro--prose p a:hover {
	text-decoration: underline;
}

/* CTA – numer kontaktowy na końcu (ostatni h2 w sekcji) */
.home-intro--prose h2.has-small-font-size,
.home-intro--prose h2:last-of-type.has-text-align-center {
	background: linear-gradient(135deg, #bd1f28 0%, #9a1a21 100%);
	color: #fff !important;
	padding: 1.25em 1.5em;
	border-radius: 12px;
	margin-top: 1.5em;
	margin-bottom: 0;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	box-shadow: 0 4px 14px rgba(189, 31, 40, .25);
}
.home-intro--prose h2.has-small-font-size a,
.home-intro--prose h2:last-of-type.has-text-align-center a {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.home-intro--prose h2.has-small-font-size a:hover,
.home-intro--prose h2:last-of-type.has-text-align-center a:hover {
	opacity: .9;
}

@media (min-width: 768px) {
	.home-section__inner--light {
		margin: 0 24px;
		padding: 48px 32px 56px;
	}
	.home-intro--prose {
		font-size: 1.05rem;
	}
}

/* #home-extra: tytuł, lead, siatka kart */
#home-extra.content {
	background-color: #f5f6f8;
	background-image: none;
	min-height: 0;
}
.home-extra__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0 0 8px;
	letter-spacing: .02em;
}
.home-extra__lead {
	text-align: center;
	color: #666;
	font-size: 15px;
	margin: 0 0 32px;
}
.home-extra__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 32px;
}
@media (min-width: 576px) {
	.home-extra__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.home-extra__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		margin-bottom: 40px;
	}
}

/* Karty kategorii w #home-extra */
.home-extra-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
	text-decoration: none;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease;
}
.home-extra-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.home-extra-card__img-wrap {
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #f0f2f4;
}
.home-extra-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-extra-card__body {
	padding: 20px 18px 22px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.home-extra-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: #222;
	margin: 0 0 8px;
	line-height: 1.3;
}
.home-extra-card__text {
	font-size: 13px;
	line-height: 1.5;
	color: #555;
	margin: 0 0 12px;
	flex: 1;
}
.home-extra-card__link {
	font-size: 13px;
	font-weight: 600;
	color: #bd1f28;
}
.home-extra-card:hover .home-extra-card__link {
	text-decoration: underline;
}

/* Accordion „Poradniki i artykuły” w #home-extra */
.home-extra__accordion-wrap {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.home-extra__accordion-wrap.home-section__inner--light {
	margin: 0;
	padding: 0;
	background: #fff;
}
.home-extra__accordion-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	background: #fff;
	border: none;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	text-align: left;
	transition: background .15s ease;
}
.home-extra__accordion-trigger:hover {
	background: #f8f9fa;
}
.home-extra__accordion-icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: transform .2s ease;
}
.home-extra__accordion-trigger[aria-expanded="true"] .home-extra__accordion-icon {
	transform: rotate(-135deg);
}
.home-extra__accordion-panel[hidden] {
	display: none;
}
.home-extra__accordion-panel {
	padding: 20px 22px 24px;
	background: #fafbfc;
}
.home-extra__links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.home-extra__links a {
	color: #2a6eb5;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
}
.home-extra__links a:hover {
	text-decoration: underline;
}

/* Sekcja Aktualności – osobna sekcja pod Doświadczeniem, układ kafelkowy */
.news-section {
	padding: 48px 0 56px;
	background: #f8f9fa;
}
.news-section .container {
	padding-left: 4px;
	padding-right: 4px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.news-section .container {
		padding-left: 8px;
		padding-right: 8px;
	}
}
.news-section__title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 700;
	color: #222;
	text-align: center;
}
.news-section__lead {
	margin: 0 auto 28px;
	max-width: 640px;
	font-size: 15px;
	line-height: 1.5;
	color: #555;
	text-align: center;
}
.news-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	max-width: 100%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.news-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
@media (min-width: 992px) {
	.news-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
}
/* Na tablety i telefony: w sekcji Aktualności tylko 2 kafelki */
@media (max-width: 991px) {
	.news-section .news-grid .news-card:nth-child(n+3) {
		display: none;
	}
}
.news-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	transition: box-shadow .25s ease, transform .25s ease;
}
.news-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
	transform: translateY(-4px);
}
.news-card__img-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 62%;
	background: #e5e7eb;
	overflow: hidden;
}
.news-card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news-card__img--placeholder {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%);
}
.news-card__content {
	display: flex;
	flex-direction: column;
	padding: 16px 14px 18px;
	gap: 6px;
}
.news-card__date {
	font-size: 12px;
	font-weight: 700;
	color: #bd1f28;
	letter-spacing: .02em;
}
.news-card__title {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

section#news time {
	display: block;
	color: #bd1f28;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: .5em
}

section#news aside h3 {
	font-size: 18px;
	color: #2d2d2d;
	font-weight: lighter;
	margin-bottom: 30px;
	margin-top: 0
}

section#news aside .news-side-item {
	margin-bottom: 25px
}

section#news aside .news-side-item a {
	display: block;
	color: #646464;
	font-size: 16px
}

section#news aside .news-side-item a:hover {
	color: #646464;
	text-decoration: none
}

section#news aside .news-side-item a .more {
	display: block;
	position: relative;
	background-image: url(../images/more.png);
	height: 18px;
	z-index: 1;
	margin: 10px 0
}

section#news aside .news-side-item a .more:after {
	position: absolute;
	display: block;
	height: 1px;
	top: 9px;
	left: 18px;
	right: 0;
	background-color: #b2b2b2;
	content: ' ';
	z-index: 0
}

section#news aside .pagination {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0
}

section#news aside .pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

section#news aside .pagination ul li {
	float: left;
	margin: 0 15px 15px 0
}

section#news aside .pagination ul li a {
	text-align: center;
	line-height: 21px;
	display: block;
	width: 35px;
	height: 25px;
	font-weight: 700;
	font-size: 16px;
	border: 2px solid #bd1f28;
	color: #646464;
	margin: 0;
	padding: 0;
	background-image: none
}

section#news aside .pagination ul li a.active,
section#news aside .pagination ul li a:focus,
section#news aside .pagination ul li a:hover {
	text-decoration: none
}

section#news aside .pagination ul li a.active,
section#news aside .pagination ul li a:hover {
	color: #fff;
	background-color: #bd1f28
}

section#news article {
	border-left: 1px solid #b2b2b2;
	font-size: 14px;
	font-weight: lighter;
	text-align: justify
}

section#news article h1 {
	font-size: 36px;
	font-weight: lighter;
	margin-top: 0
}

section#news .slider {
	margin: 1em 0
}

section#news .slider img {
	border-left: 70px solid #bd1f28;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0
}

section#tireIndex aside {
	padding-left: 30px;
	background-image: url(../images/index-size.png);
	min-height: 150px
}

@media screen and (min-width:992px) {
	section#tireIndex aside {
		margin-top: -36px
	}
}

section#tireIndex aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

section#tireIndex aside ul li {
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin: 5px 0
}

@media screen and (max-width:767px) {
	section#tireIndex aside ul li {
		margin: 10px 0;
		padding: 5px
	}
}

section#tireIndex aside ul li:not(:last-child) {
	border-bottom: 1px solid #b2b2b2
}

section#tireIndex aside ul li a {
	color: #bd1f28;
	display: block
}

section#tireIndex aside ul li a:focus,
section#tireIndex aside ul li a:hover {
	text-decoration: none
}

section#tireIndex aside ul li a:hover {
	color: #646464
}

section#tireIndex table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 40px
}

section#tireIndex table tr th {
	color: #4f4f4f;
	font-size: 20px
}

section#tireIndex table tr th:first-child {
	text-align: right;
	padding-right: 15px
}

section#tireIndex table tr th:last-child {
	padding-left: 15px
}

section#tireIndex table tr td.size-big {
	vertical-align: top;
	font-size: 60px;
	font-weight: 700;
	text-align: right;
	padding-right: 15px;
	border-right: 2px solid #b2b2b2;
	color: #4f4f4f
}

section#tireIndex table tr td.size-list {
	padding-left: 15px;
	vertical-align: middle
}

section#tireIndex table tr td.size-list a {
	font-weight: 700;
	color: #bd1f28;
	margin: 5px 30px 5px 0;
	box-sizing: border-box;
	vertical-align: top
}

@media screen and (min-width:992px) {
	section#tireIndex table tr td.size-list a {
		display: inline-block;
		width: 20%
	}
}

@media screen and (max-width:991px) {
	section#tireIndex table tr td.size-list a {
		display: inline-block;
		padding: 5px 0;
		width: 40%
	}
}

@media screen and (max-width:767px) {
	section#tireIndex table tr td.size-list a {
		width: 100%
	}
}

section#tireIndex table tr td.size-list a:hover {
	color: #646464;
	text-decoration: none
}

section#tireIndex h1 {
	font-weight: lighter;
	font-size: 36px;
	margin: 0;
	text-align: center;
	color: #4f4f4f
}

section#tires .product-list-item {
	margin: 1px
}

@media screen and (min-width:610px) {
	section#tires .product-list-item {
		float: left;
		width: calc(50% - 2px)
	}
}

@media screen and (min-width:992px) {
	section#tires .product-list-item {
		width: calc(33% - 2px)
	}
}

@media screen and (min-width:1200px) {
	section#tires .product-list-item {
		width: calc(25% - 2px);
		max-height: 522px;
		height:522px;
	}
}

/* Przycisk „powrót” i linki rozmiarów – w formie przycisku z ikoną */
a.przycisk-rozmiar {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	background-color: #bd1f28;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: .02em;
	border-radius: 8px;
	transition: background-color .25s ease, transform .2s ease, box-shadow .25s ease;
}
a.przycisk-rozmiar:hover {
	background-color: #9a1920;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(189, 31, 40, 0.35);
}
a.przycisk-rozmiar .glyphicon {
	font-size: 12px;
	opacity: .95;
}

/* Tytuł mobile – tylko na małych ekranach; na desktopie ukryty */
@media screen and (min-width:992px) {
	section#tire .title-mobile {
		display: none !important
	}
}

section#tire .product-image {
	background-color: #fff;
	padding: 35px;
	margin-bottom: 20px
}

section#tire .product-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

section#tire .product-extras>div {
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1em;
	height: 60px;
	padding-top: 15px
}

@media screen and (min-width:992px) {
	section#tire .product-extras>div {
		float: left;
		width: 50%
	}
}

@media screen and (max-width:1199px) {
	section#tire .product-extras>div {
		padding-left: 10px;
		padding-right: 10px
	}
}

section#tire .product-extras>div.type {
	padding-left: 65px
}

section#tire .product-extras>div.type-terenowe {
	background-image: url(../images/type-terenowe.png)
}

section#tire .product-extras>div.type-ciezarowe {
	background-image: url(../images/type-ciezarowe.png)
}

section#tire .product-extras>div.type-rolnicze {
	background-image: url(../images/type-rolnicze.png)
}

section#tire .product-extras>div.type-lesne {
	background-image: url(../images/type-lesne.png)
}

section#tire .product-extras>div.type-przemyslowe {
	background-image: url(../images/type-przemyslowe.png)
}

section#tire .product-extras>div.type-wozkowe {
	background-image: url(../images/type-wozkowe-2.png)
}

section#tire .product-extras>div.type-detki {
	background-image: url(../images/detka-ikona-czarny.png)
}

section#tire .product-extras>div.warranty span {
	float: left;
	height: 100%;
	color: #bd1f28;
	font-size: 2.2em;
	line-height: 1em;
	font-weight: 700;
	margin-right: 3px
}

section#tire h1 {
	font-size: 36px;
	font-weight: lighter;
	margin-top: 0
}

section#tire h4 {
	font-size: 18px;
	margin-bottom: 15px
}

section#tire .product-attributes {
	width: 100%;
	font-size: 14px
}

section#tire .product-attributes tr {
	border-bottom: 1px solid #a1a1a1
}

section#tire .product-attributes tr td {
	width: 50%;
	padding: 3px 0
}

section#tire .product-attributes tr td:first-child {
	font-weight: bolder
}

section#tire .product-benefits img {
	border-radius: 100%;
	border: 3px solid #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	width: 65px;
	height: 65px
}

section#tire .product-benefits img:hover {
	border-color: #bd1f28
}

section#tire .product-rating {
	color: #bd1f28;
	font-size: 16px
}

section#tire .add-to-cart {
	margin: 20px 0;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	line-height: 1.3
}

@media (min-width:768px) {
	section#tire .add-to-cart {
		display: inline-block
	}
	section#tire .add-to-cart .cart {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0 -8px
	}
}

@media (max-width:767px) {
	section#tire .add-to-cart .cart>:not(:last-child) {
		margin: 0 0 20px
	}
}

@media (min-width:768px) {
	section#tire .add-to-cart .cart>* {
		padding: 0 8px;
		margin: 0
	}
}

section#tire .add-to-cart .price-wrap .promo-label {
	color: #bd1f28;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin: 20px 0 0px
}

section#tire .add-to-cart .price-wrap .regular-price {
	display: block;
	color: #4c4c4c;
	font-size: 18px;
	text-decoration: line-through;
	margin: 0 0 5px;
	font-weight: 500
}

section#tire .add-to-cart ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

section#tire .add-to-cart ul li {
	background-color: #c5c5c5;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase
}

section#tire .add-to-cart ul li.active {
	background-color: #fff
}

section#tire .add-to-cart ul li.active a {
	color: #bd1f28
}

section#tire .add-to-cart ul li.active a img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

section#tire .add-to-cart ul li a {
	display: block;
	color: #000;
	text-decoration: none
}

section#tire .add-to-cart ul li a img {
	float: left;
	margin-top: .5em;
	margin-right: 5px;
	opacity: .5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

section#tire .add-to-cart>div>div {
	display: none
}

section#tire .add-to-cart>div>div.active {
	display: block
}

section#tire .add-to-cart form {
	padding: 30px 20px
}

section#tire .add-to-cart form .price {
	font-size: 30px;
	color: #bd1f28;
	font-weight: 400;
	vertical-align: middle
}

section#tire .add-to-cart form .quantity {
	vertical-align: middle;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

section#tire .add-to-cart form .quantity input {
	border-radius: 0;
	width: 2.4em;
	font-size: 18px;
	font-weight: bolder;
	height: 35px;
	line-height: 1em;
	margin-top: 5px;
	text-align: center;
	padding: 6px 0
}

section#tire .add-to-cart form .quantity input::-webkit-inner-spin-button,
section#tire .add-to-cart form .quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

section#tire .add-to-cart form .quantity input:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(189, 31, 40, .6);
	border-color: #bd1f28
}

section#tire .add-to-cart form .quantity .quantity-btns .quantity-btn {
	color: #bd1f28;
	background-color: #fff;
	display: block;
	line-height: 1;
	cursor: pointer;
	padding: 6px
}

section#tire .add-to-cart form .quantity .quantity-btns .quantity-btn:first-child,
section#tire .add-to-cart form .quantity .quantity-btns .quantity-btn:last-child {
	padding-bottom: 0
}

section#tire .add-to-cart form .quantity .quantity-btns .quantity-btn span {
	transition: all .2s ease-out
}

section#tire .add-to-cart form .quantity .quantity-btns .quantity-btn:hover span {
	color: #4f4f4f
}

section#tire .add-to-cart form button {
	border: 0;
	background-color: #bd1f28;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 25px;
	padding: 5px 10px
}

section#tire .add-to-cart form button i {
	top: 3px;
	font-weight: 400;
	font-size: 16px;
	margin-right: 5px
}

section#tire .express-delivery {
	margin-bottom: 20px
}

section#tire .product-desc {
	font-size: 14px;
	font-weight: lighter
}

.promo-container .slick-track {
	padding-top: 20px
}

.product-list-item {
	padding: 30px;
	text-align: center;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	z-index: 1;
	color: #646464;
	text-decoration: none;
	display: block;
	margin-bottom: 1em;
	max-height: 532px;
}

.product-list-item span {
	display: block
}

.product-list-item .badge {
	position: absolute;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	left: 50%;
	top: 18px;
	transform: translate(-50%, -50%);
	background-color: #bd1f28;
	color: #fff;
	padding: 11px 30px;
	height: auto;
	z-index: 2;
	text-transform: uppercase;
	opacity: 0.87;
	transition: all .3s ease-out
}

.product-list-item .price,
.product-list-item .product-name {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px
}

.product-list-item .product-name {
	width: 80%;
	height: 5.25em
}

.product-list-item .price {
	display: inline-block;
	font-size: 0
}

.product-list-item .price span {
	display: inline-block
}

.product-list-item .price del {
	display: block;
	color: #2b2b2b;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-out;
	font-size: 14px
}

.product-list-item .price ins,
.product-list-item .price small {
	color: #fff;
	background-color: #bd1f28;
	display: inline-block;
	font-size: 14px
}

.product-list-item .price del span {
	text-decoration: line-through
}

.product-list-item .price ins {
	width: auto;
	padding: 5px 0 5px 10px;
	text-transform: uppercase
}

.product-list-item .price small {
	padding: 5px 10px 5px 5px
}

.product-list-item .image {
	height: 200px;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	background-color: #FFF;
}

.product-list-item .image:after,
.product-list-item:before {
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .1)
}

.product-list-item .image:after {
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	content: ' ';
	z-index: 0
}

.product-list-item .icon:before,
.product-list-item:before {
	content: ' ';
	width: 100%;
	z-index: -1;
	left: 0
}

.product-list-item .image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%
}

.product-list-item:focus .badge,
.product-list-item:focus .image:after,
.product-list-item:focus:before,
.product-list-item:hover .badge,
.product-list-item:hover .image:after,
.product-list-item:hover:before,
.tooltip.in {
	opacity: 1
}

.product-list-item:focus,
.product-list-item:hover {
	color: #646464;
	text-decoration: none
}

.product-list-item:focus .icon span,
.product-list-item:hover .icon span {
	background-color: #bd1f28
}

.product-list-item .icon {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 20px auto
}

.product-list-item .icon:before {
	position: absolute;
	top: 30px;
	right: 0;
	height: 1px;
	background-color: #b2b2b2
}

.product-list-item .icon span {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/icons.png);
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #7f7f7f;
	border-radius: 100%
}

.product-list-item:not(.promo-product) .woocommerce-Price-amount {
	font-size: 14px;
	background-color: #bd1f28;
	padding: 5px 0 5px 10px;
	color: #fff
}

.showPromoPrice .woocommerce-Price-amount {
	font-size: 14px;
	background-color: #bd1f28;
	padding: 5px 0 5px 10px;
	color: #fff
}
.promo-product.page .badge {
	display:none;
}

.promo-product:not(.page) {
	border: solid 5px rgba(189, 31, 40, 0.9);
}

.product-list-item.promo-product .price del {
	max-height: 0
}

.product-list-item.promo-product:focus .price del,
.product-list-item.promo-product:hover .price del {
	max-height: 30px;
	padding: 8px
}

.promo-producthit.page .badge {
	display:none;
}

.promo-producthit:not(.page) {
	border: solid 5px rgba(189, 31, 40, 0.9);
}

.product-list-item.type-terenowe .icon span {
	background-position: 0 -60px
}

.product-list-item.type-ciezarowe .icon span {
	background-position: -60px -60px
}

.product-list-item.type-lesne .icon span {
	background-position: -120px -60px
}

.product-list-item.type-przemyslowe .icon span {
	background-position: -180px -60px
}

.product-list-item.type-rolnicze .icon span {
	background-position: -240px -60px
}

.product-list-item.type-dętka .icon span {
	background-image: url(../images/detka-ikona.png);
}

.product-list-item.type-rolnicze_przemyslowe .icon span {
	background-image: url(../images/rolniczeprzemyslowe2.png);
}
.product-list-item.type-rolnicze_lesne .icon span {
	background-image: url(../images/rolniczelesne.png);
}
.product-list-item.type-przemyslowe_wózkowe .icon span {
	background-image: url(../images/widlowe_on.png);
}
.product-list-item.type-wózkowe_przemyslowe .icon span {
	background-image: url(../images/widlowe_on.png);
}
.product-list-item.type-wózkowe .icon span {
	background-image: url(../images/widlowe_on.png);
}

.product-list-item.type-unknown .icon span {
	background-position: 60px -60px
}

.product-list-item .icon span,
.product-list-item .image:after,
.product-list-item:before {
	transition: all .5s
}

.marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	height: 180px
}

.marquee .marquee-cont {
	position: absolute;
	white-space: nowrap;
	left: 0;
	margin: 70px 0
}

.marquee .marquee-cont>div {
	width: auto;
	padding: 0 30px;
	display: inline
}

.marquee .marquee-cont>div img {
	max-height: 40px
}

.goTop {
	display: none;
	position: fixed;
	bottom: 3em;
	right: 3em;
	width: 3em;
	height: 3em;
	line-height: 3em;
	color: #fff;
	text-align: center;
	background-color: #bd1f28;
	border-radius: .5em
}

.goTop:focus,
.goTop:hover {
	color: #fff;
	text-decoration: none
}

.nopad-l {
	padding-left: 0
}

.nopad-r {
	padding-right: 0
}

.breadcrumbs ul {
	list-style-type: none;
	margin: 0 0 65px;
	padding: 0;
	text-align: center
}

.breadcrumbs ul li {
	display: inline-block;
	font-size: 12px;
	position: relative
}

.breadcrumbs ul li a {
	color: #646464
}

.breadcrumbs ul li a:hover {
	color: #bd1f28;
	text-decoration: none
}

.breadcrumbs ul li+li:before {
	color: #bd1f28;
	content: '/';
	padding: 0 10px
}

.tooltip.bottom {
	margin-top: -5px
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
	border-width: 0 24px 11px;
	margin-left: -24px
}

.tooltip .tooltip-inner {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(100, 100, 100, .5);
	color: #000;
	border-radius: 0;
	font-weight: bolder;
	font-size: 12px;
	padding: 10px 40px;
	text-transform: uppercase
}

img.alignnone {
	max-width: 100%;
	height: auto
}

.promo-container h2 {
	text-align: center;
	color: #646464;
	font-size: 17px;
	font-weight: lighter;
	margin-bottom: 30px
}

a:focus {
	outline: 0
}

.row--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:992px) {
	.contact-wrap {
		padding: 60px 0;
		display: -ms-flexbox;
		display: flex
	}
	.contact-wrap .contact-content {
		width: 33.33%
	}
}

.contact-wrap .contact-content {
	background-color: #333;
	color: #fff;
	padding: 40px 30px;
	font-size: 16px
}

@media (min-width:480px) {
	.contact-wrap .contact-content {
		font-size: 18px
	}
}

.contact-wrap .contact-content .contact-title {
	margin: 0 0 35px
}

.contact-wrap .contact-content a {
	color: #bd1f28;
	font-weight: 700
}

.contact-wrap .contact-content p {
	margin-bottom: 25px
}

@media (min-width:992px) {
	.contact-wrap .contact-map {
		width: 66.66%
	}
}

.contact-wrap .contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 400px
}

/* Sekcja Dobieranie opon + Aktualność – wyśrodkowana, nowoczesna */
.extra-categories {
	padding: 24px 15px 32px;
}
@media (min-width:768px) {
	.extra-categories {
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: stretch;
		gap: 20px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 32px 20px 40px;
	}
	.extra-categories .extra-category {
		width: 50%;
		max-width: 580px;
		flex: 1 1 0;
	}
}

.extra-categories .extra-category {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	transition: box-shadow .3s ease;
	min-height: 260px;
}
@media (min-width: 768px) {
	.extra-categories .extra-category {
		min-height: 320px;
	}
}
.extra-categories .extra-category:hover {
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.extra-categories .extra-category .extra-category__img {
	transition: transform .35s ease-out;
	display: block;
	width: 100%;
	min-height: 260px;
	object-fit: cover;
}
@media (min-width: 768px) {
	.extra-categories .extra-category .extra-category__img {
		min-height: 320px;
		max-height: 52vh !important;
	}
}
.extra-categories .extra-category .extra-category__title {
	position: absolute;
	z-index: 2;
	bottom: 10%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-size: 5vw;
	font-weight: 700;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	padding: 0 12px;
}

.extra-category-div {
	height: 100%;
	position: relative;
}

@media (min-width:480px) {
	.extra-categories .extra-category .extra-category__title {
		font-size: 4vw
	}
}

@media (min-width:768px) {
	.extra-categories .extra-category .extra-category__title {
		font-size: 2.2vw
	}
}

@media (min-width:992px) {
	.extra-categories .extra-category .extra-category__title {
		font-size: 26px
	}
}

.extra-categories .extra-category:hover .extra-category__img {
	transform: scale(1.05)
}

/* Banery promocyjne – powiększone o połowę, w dolnych rogach, z przyciskiem X; na mobile ukryte; pojawiają się z opóźnieniem i animacją */
section.sticA#sticAM {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 14px 20px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transform: translateY(24px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 0s linear 0.5s;
}
section.sticA#sticAM.sticA--visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
section.sticA#sticAM ._sidA {
	pointer-events: auto;
	position: relative;
	width: 420px;
	max-width: 42vw;
	max-height: 330px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
section.sticA#sticAM ._sidA > div[style*="height"] {
	height: 100% !important;
}
section.sticA#sticAM ._sidA a {
	display: block;
	line-height: 0;
}
section.sticA#sticAM ._sidA img {
	width: 100%;
	height: auto;
	max-height: 330px;
	display: block;
	vertical-align: bottom;
	object-fit: contain;
	object-position: bottom;
}
/* Przycisk X (zamknij) w rogu banera */
section.sticA#sticAM ._sidA .closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	padding: 0;
	transition: background .2s;
}
section.sticA#sticAM ._sidA .closeBtn:hover {
	background: rgba(0, 0, 0, 0.85);
}
section.sticA#sticAM ._sidA .closeBtn::before {
	content: "×";
	font-weight: 300;
}
@media (max-width: 767px) {
	section.sticA#sticAM {
		display: none !important;
	}
}

.opinions {
	background-image: url(../images/redbg.jpg);
	padding: 70px 0 40px
}

.opinions .opinions__heading-title {
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin: 0 0 50px
}

.opinions .opinion {
	background-color: rgba(0, 0, 0, .2);
	color: #fff;
	padding: 70px 30px;
	margin-bottom: 75px;
	position: relative
}

.opinions .opinion__footer {
	background-color: #000;
	text-align: center;
	transform: translateY(50%);
	position: absolute;
	bottom: 0;
	width: calc(100% - 60px);
	left: 30px;
	padding: 15px;
	font-weight: 500
}

.opinions .opinion__footer:before {
	content: "";
	position: absolute;
	bottom: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 10px solid #000
}

.opinions .opinion__footer .opinion__author {
	font-style: italic;
	display: block;
	margin: 0 0 5px
}

.opinions .opinion__footer .opinion__fate {
	font-size: 14px
}

.stats {
	background-image: url(../images/mesh.png);
	padding: 50px 0;
	overflow: hidden
}

.stats .stat {
	position: relative;
	margin: 0 0 45px
}

.stats .stat .stat__bg {
	position: relative;
	z-index: 2
}

.stats .stat .stat__bg img {
	margin: 0 auto
}

.stats .stat .stat__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3
}

.stats .stat .stat__value {
	color: #bd1f28;
	display: block;
	font-size: 32px;
	font-weight: 700
}

.raty-product {
	left: 20px;
	top: 40px;
	position: relative;
	font-size: 20px;
	width: max-content;
}

@media (min-width:480px) {
	.stats .stat .stat__value {
		font-size: 36px
	}
}

@media (min-width:768px) {
	.stats .stat .stat__value {
		font-size: 30px
	}
}

@media (min-width:992px) {
	.stats .stat .stat__value {
		font-size: 46px
	}
}

.stats .stat .stat__caption {
	color: #fff;
	line-height: 1.2
}

@media (min-width:480px) {
	.stats .stat .stat__caption {
		font-size: 12px
	}
}

@media (min-width:768px) {
	.stats .stat .stat__caption {
		font-size: 16px
	}
}

@media (min-width:992px) {
	.stats .stat .stat__caption {
		font-size: 18px
	}
}

.stats .stat .stat__shadow {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	mix-blend-mode: multiply;
	z-index: 1
}

.stats .odometer-formatting-mark {
	display: none
}

.stats .stats__heading {
	text-align: center;
	padding: 10px 0 0
}

.stats .stats__heading-title {
	text-transform: uppercase;
	color: #bd1f28;
	font-size: 16px;
	margin: 0 0 20px
}


@media (min-width:480px) {
	.stats .stats__heading-title {
		font-size: 18px
	}
}

.stats .stats__heading-subtitle {
	color: #fff;
	font-size: 24px;
	margin: 0 0 20px
}

@media (min-width:480px) {
	.stats .stats__heading-subtitle {
		font-size: 30px
	}
}

@media (min-width:768px) {
	.stats .stats__heading-subtitle {
		font-size: 50px
	}
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button:disabled[disabled] {
	color: #fff;
	background-color: #bd1f28;
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 14px
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:hover {
	background-color: #bd1f28;
	color: #fff
}

.woocommerce-placeholder {
	padding: 10px;
	background-color: #fff
}

.cart_totals table {
	margin-bottom: 10px
}

.cart_totals table td {
	padding: 3px 10px
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
	border-radius: 0
}

#billing_country_field {
	display: none
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #646464;
	padding: 10px 15px;
	background-color: transparent
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #646464
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #bd1f28
}

.woocommerce .checkbox input[type=checkbox],
.woocommerce .checkbox-inline input[type=checkbox],
.woocommerce .radio input[type=radio],
.woocommerce .radio-inline input[type=radio] {
	position: static
}

.popular-sizes-content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.popular-sizes-content a {
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: bold;
}

.popular-size-link {
  display: inline-block;
  min-width: 48px;
  min-height: 48px;
  padding: 8px 12px;
  margin: 4px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f8f8f8;
}

.popular-size-link:hover {
  background: #eee;
}

.prodLink {
	display: flex;
	justify-content: center;
	font-weight: bold;
}

.aligncenter {
	width: 100%; 
	height: auto;
}

.size-large {
	width: 100%; 
	height: auto;
}
.product-supplements {
	float: left;
	text-align: center;
	border: 2px solid #bd1f28;
	padding: 0.3em;
	margin-top: 0.2em;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}


/*# sourceMappingURL=main.css.map */

.category-title {
	font-size: 1.8em; /* Dostosuj rozmiar czcionki */
	text-align: center;
	word-wrap: break-word; /* Dla starszych przeglądarek */
  }
  
  .category-title .catname {
	white-space: nowrap; /* Zapobiega łamaniu `catname` */
  }
  
  .category-title .category-title-text {
	display: inline-block; /* Wymusza łamanie po `catname` */
	white-space: normal; /* Umożliwia łamanie reszty tekstu */
  }
  
  @media (max-width: 768px) {
	.category-title .catname::after {
	  content: ""; /* Dodaje spację po `catname` */
	}
  }

li.social .facebook {
    display: block !important;
}

  
.opis-blok {
  margin: 2em auto;
  max-width: 1200px;
}

.opis-naglowek {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.8em;
}

.opis-kolumny {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.opis-kolumny .opis-zdjecie {
  flex: 1 1 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
}

.opis-kolumny .opis-zdjecie img {
  max-width: 100%;
  height: auto;
  display: block;
}

.opis-kolumny .opis-tekst {
  flex: 1 1 55%;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 991px) {
  .opis-kolumny {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .opis-kolumny .opis-zdjecie {
    width: 90%;
    max-width: 400px;
    margin: 1em auto;
  }

  .opis-kolumny .opis-tekst {
    padding: 0 1em;
    text-align: justify;
  }
}


/* --- Aktualności: kafelki --- */
.news-archive h1 { margin-bottom: 8px; }

.news-grid{ display:grid; gap:24px; grid-template-columns:1fr; }
@media (min-width:768px){ .news-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1024px){ .news-grid{ grid-template-columns:repeat(3,1fr); } }

.news-card{ background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 6px 6px rgba(0,0,0,.07); display:flex; flex-direction:column; height:100%; }
.news-card__image img{ width:100%; height:210px; object-fit:cover; display:block; }
.news-card__body{ padding:16px; }
.news-card__date{ font-size:12px; color:#777; }
.news-card__title{ margin:8px 0 6px; font-size:18px; line-height:1.25; }
.news-card__title a{ text-decoration:none; }
.news-card__excerpt{ font-size:14px; color:#444; }

.news-pagination{
  display:flex; gap:8px; justify-content:center; margin:28px 0; flex-wrap:wrap;
}

.news-pagination .is-current{ background:#e31e24; color:#fff; border-color:#e31e24; }

.news-single { padding: 24px 0 40px; }
.news-breadcrumb { margin-bottom: 8px; }
.news-breadcrumb a { text-decoration: none; color: #0f4c81; }
.news-breadcrumb a:hover { color: #e31e24; }

.news-single__date { display:block; color:#6b7280; font-weight:600; margin-bottom:8px; }
.news-single__title { font-size:28px; line-height:1.2; margin: 6px 0 16px; }
.news-single__image { margin: 16px 0 20px; }
.news-single__image img { width:100%; height:auto; display:block; border-radius:12px; }
.news-single__content { font-size:16px; line-height:1.75; }
.news-single__content img { max-width:100%; height:auto; }
.news-single__content p { margin: 0 0 1em; }

/* === Pagination – pills, center, hover, focus === */
.news-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin:36px 0 8px;
  flex-wrap:wrap;
  font-variant-numeric: tabular-nums;
}

.news-pagination .pagination__page,
.news-pagination .pagination__btn{
  --size: 44px;
  min-width: var(--size);
  height: var(--size);
  padding: 0 14px;
  border-radius: 9999px;              /* pigułki */
  border: 1px solid #e6eaf0;
  background: #fff;
  color: #334155;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease, color .15s ease;
}

.news-pagination .pagination__page:hover,
.news-pagination .pagination__btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.10);
  border-color: #d0d7e2;
}

.news-pagination .pagination__page.current,
.news-pagination .pagination__page.is-current{
  background: #e31e24;
  color: #fff;
  border-color: #e31e24;
  box-shadow: 0 6px 16px rgba(227,30,36,.28);
  cursor: default;
  pointer-events: none;
}

/* elipsa „…” */
.news-pagination .pagination__page.dots{
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: auto;
  padding: 0 6px;
  color: #9aa0a6;
  letter-spacing: .1em;
  cursor: default;
  pointer-events: none;
}

/* dostępność */
.news-pagination a:focus-visible{
  outline: 2px solid #0f4c81;
  outline-offset: 2px;
}

/* mobile – mniejsze przyciski */
@media (max-width: 480px){
  .news-pagination .pagination__page,
  .news-pagination .pagination__btn{
    --size: 38px;
    padding: 0 10px;
    font-size: 14px;
  }
}

/* === Back link: "Aktualności" (pill) === */
.news-breadcrumb{ margin-bottom:14px; }

.news-breadcrumb .crumb-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border:1px solid #e6eaf0;
  border-radius:9999px;          /* pigułka */
  background:#fff;
  color:#0f4c81;
  text-decoration:none;
  font-weight:700;
  line-height:1;
  box-shadow:0 2px 6px rgba(0,0,0,.06);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease, color .15s ease, background-color .15s ease;
}

/* strzałka dodana z CSS */
.news-breadcrumb .crumb-back::before{
  content:"←";
  display:inline-block;
  transform:translateY(-1px);
  opacity:.9;
}

.news-breadcrumb .crumb-back:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,.1);
  border-color:#d0d7e2;
  color:#e31e24;
}

/* aktywny focus – dostępność */
.news-breadcrumb .crumb-back:focus-visible{
  outline:2px solid #0f4c81;
  outline-offset:3px;
}

/* wariant tła na ciemniejszym motywie/sekcji (opcjonalnie) */
/*
.news-breadcrumb .crumb-back.alt{
  background:#0f172a; color:#e2e8f0; border-color:#263147;
}
.news-breadcrumb .crumb-back.alt:hover{ color:#fff; }
*/

/* ========== Sekcja Opinie (WooCommerce Reviews) – nowoczesny wygląd ========== */
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 2rem;
  border: none;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  display: flex;
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border-bottom: 2px solid #e8e8e8;
  gap: 0;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  margin: 0;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #646464;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a:hover {
  color: #bd1f28;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #bd1f28;
  border-bottom-color: #bd1f28;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 1.5rem 0;
}
#reviews.woocommerce-Reviews #comments {
  margin-bottom: 2rem;
}
#reviews.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d2d2d;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}
#reviews.woocommerce-Reviews .woocommerce-noreviews {
  color: #646464;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 1rem 0;
  margin: 0;
}
#review_form_wrapper {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 1.75rem;
  border: 1px solid #eee;
}
#review_form #respond .comment-reply-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2d2d2d;
  margin: 0 0 1rem;
  display: block;
  line-height: 1.4;
}
#review_form #respond .comment-reply-title small {
  display: block;
  margin-top: 0.5rem;
}
#review_form #respond .comment-reply-title a {
  color: #bd1f28;
  font-size: 0.9rem;
}
#review_form #respond .comment-notes {
  font-size: 0.875rem;
  color: #646464;
  margin-bottom: 1.25rem;
}
#review_form #respond .comment-notes .required {
  color: #bd1f28;
}
#review_form #respond .comment-form-rating {
  margin-bottom: 1.25rem;
}
#review_form #respond .comment-form-rating label {
  display: block;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
#review_form #respond .comment-form-rating .stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
}
#review_form #respond .comment-form-rating .stars a {
  position: relative;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  font-size: 1.5rem;
  text-indent: -999px;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
}
#review_form #respond .comment-form-rating .stars a::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  color: #ddd;
  transition: color 0.15s;
}
#review_form #respond .comment-form-rating .stars a:hover {
  background: none !important;
  color: inherit !important;
}
#review_form #respond .comment-form-rating .stars:hover a::before,
.woocommerce-Reviews .comment-form-rating .stars:hover a::before {
  color: #bd1f28;
}
#review_form #respond .comment-form-rating .stars a:hover ~ a::before,
.woocommerce-Reviews .comment-form-rating .stars a:hover ~ a::before {
  color: #ddd;
}
/* Fallback: gdy WooCommerce ustawi .active na jednej gwieździe */
#review_form #respond .comment-form-rating .stars a.active::before,
.woocommerce-Reviews .comment-form-rating .stars a.active::before {
  color: #bd1f28 !important;
}
#review_form #respond .comment-form-rating .stars a.active ~ a::before,
.woocommerce-Reviews .comment-form-rating .stars a.active ~ a::before {
  color: #ddd !important;
}
/* Wybrana ocena: wypełnij gwiazdki 1..N (data-rating ustawiane przez JS) */
#review_form #respond .comment-form-rating .stars span[data-rating="1"] .star-1::before { color: #bd1f28; }
#review_form #respond .comment-form-rating .stars span[data-rating="1"] .star-2::before,
#review_form #respond .comment-form-rating .stars span[data-rating="1"] .star-3::before,
#review_form #respond .comment-form-rating .stars span[data-rating="1"] .star-4::before,
#review_form #respond .comment-form-rating .stars span[data-rating="1"] .star-5::before { color: #ddd; }
#review_form #respond .comment-form-rating .stars span[data-rating="2"] .star-1::before,
#review_form #respond .comment-form-rating .stars span[data-rating="2"] .star-2::before { color: #bd1f28; }
#review_form #respond .comment-form-rating .stars span[data-rating="2"] .star-3::before,
#review_form #respond .comment-form-rating .stars span[data-rating="2"] .star-4::before,
#review_form #respond .comment-form-rating .stars span[data-rating="2"] .star-5::before { color: #ddd; }
#review_form #respond .comment-form-rating .stars span[data-rating="3"] .star-1::before,
#review_form #respond .comment-form-rating .stars span[data-rating="3"] .star-2::before,
#review_form #respond .comment-form-rating .stars span[data-rating="3"] .star-3::before { color: #bd1f28; }
#review_form #respond .comment-form-rating .stars span[data-rating="3"] .star-4::before,
#review_form #respond .comment-form-rating .stars span[data-rating="3"] .star-5::before { color: #ddd; }
#review_form #respond .comment-form-rating .stars span[data-rating="4"] .star-1::before,
#review_form #respond .comment-form-rating .stars span[data-rating="4"] .star-2::before,
#review_form #respond .comment-form-rating .stars span[data-rating="4"] .star-3::before,
#review_form #respond .comment-form-rating .stars span[data-rating="4"] .star-4::before { color: #bd1f28; }
#review_form #respond .comment-form-rating .stars span[data-rating="4"] .star-5::before { color: #ddd; }
#review_form #respond .comment-form-rating .stars span[data-rating="5"] .star-1::before,
#review_form #respond .comment-form-rating .stars span[data-rating="5"] .star-2::before,
#review_form #respond .comment-form-rating .stars span[data-rating="5"] .star-3::before,
#review_form #respond .comment-form-rating .stars span[data-rating="5"] .star-4::before,
#review_form #respond .comment-form-rating .stars span[data-rating="5"] .star-5::before { color: #bd1f28; }
/* To samo dla .woocommerce-Reviews (gdy formularz jest w zakładce) */
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="1"] .star-1::before { color: #bd1f28; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="1"] .star-2::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="1"] .star-3::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="1"] .star-4::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="1"] .star-5::before { color: #ddd; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="2"] .star-1::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="2"] .star-2::before { color: #bd1f28; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="2"] .star-3::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="2"] .star-4::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="2"] .star-5::before { color: #ddd; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="3"] .star-1::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="3"] .star-2::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="3"] .star-3::before { color: #bd1f28; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="3"] .star-4::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="3"] .star-5::before { color: #ddd; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="4"] .star-1::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="4"] .star-2::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="4"] .star-3::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="4"] .star-4::before { color: #bd1f28; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="4"] .star-5::before { color: #ddd; }
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="5"] .star-1::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="5"] .star-2::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="5"] .star-3::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="5"] .star-4::before,
.woocommerce-Reviews .comment-form-rating .stars span[data-rating="5"] .star-5::before { color: #bd1f28; }
#review_form #respond .comment-form-comment,
#review_form #respond .comment-form-author,
#review_form #respond .comment-form-email {
  margin-bottom: 1.25rem;
}
#review_form #respond .comment-form-comment label,
#review_form #respond .comment-form-author label,
#review_form #respond .comment-form-email label {
  display: block;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}
#review_form #respond .comment-form-comment textarea,
#review_form #respond .comment-form-comment input[type="text"],
#review_form #respond .comment-form-comment input[type="email"],
#review_form #respond .comment-form-author textarea,
#review_form #respond .comment-form-author input[type="text"],
#review_form #respond .comment-form-author input[type="email"],
#review_form #respond .comment-form-email textarea,
#review_form #respond .comment-form-email input[type="text"],
#review_form #respond .comment-form-email input[type="email"] {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
#review_form #respond .comment-form-comment textarea:focus,
#review_form #respond .comment-form-comment input[type="text"]:focus,
#review_form #respond .comment-form-comment input[type="email"]:focus,
#review_form #respond .comment-form-author textarea:focus,
#review_form #respond .comment-form-author input[type="text"]:focus,
#review_form #respond .comment-form-author input[type="email"]:focus,
#review_form #respond .comment-form-email textarea:focus,
#review_form #respond .comment-form-email input[type="text"]:focus,
#review_form #respond .comment-form-email input[type="email"]:focus {
  outline: none;
  border-color: #bd1f28;
  box-shadow: 0 0 0 3px rgba(189, 31, 40, 0.12);
}
#review_form #respond .comment-form-comment textarea {
  min-height: 120px;
  resize: vertical;
}
#review_form #respond .comment-form-cookies-consent {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
#review_form #respond .comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0.25rem;
  width: 1.1em;
  height: 1.1em;
  accent-color: #bd1f28;
}
#review_form #respond .comment-form-cookies-consent label {
  font-size: 0.9rem;
  color: #646464;
  line-height: 1.4;
}
#review_form #respond .form-submit {
  margin: 1.5rem 0 0;
}
#review_form #respond .form-submit .submit {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #bd1f28;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}
#review_form #respond .form-submit .submit:hover {
  background-color: #a31b23;
}
#review_form #respond .form-submit .submit:active {
  transform: scale(0.98);
}
