#sp-header.scrolled {
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

body {
    padding-top: 0 !important;
}
#sp-header {
    background: transparent !important;
}

#sp-header.scrolled {
    background: #ffffff !important;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #f3f3f3;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 500;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px;
    text-transform: uppercase;
}

.sp-megamenu-parent>li:hover>a {
    color: #ffffff;
}

.sp-megamenu-parent>li>a {
    color: #fff;
}

/*LINIA*/
#sp-header .sp-megamenu-parent > li > a {
    position: relative;
}

#sp-header .sp-megamenu-parent > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; 
    background: #ff6600; 
    transition: width 0.3s ease;
}

#sp-header .sp-megamenu-parent > li > a:hover::after {
    width: 100%;
}

/* Link jako punkt odniesienia */
#sp-header .sp-megamenu-parent > li > a {
    position: relative;
    display: inline-block;
}

#sp-header .sp-megamenu-parent > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px; 
    width: 0;
    height: 2px;
    background: #ff6600;
    transition: width 0.3s ease;
}

#sp-header .sp-megamenu-parent > li > a:hover::after {
    width: 100%;
}

#sp-header .sp-megamenu-parent > li > a {
    color: #ffffff !important;
}

#sp-header.scrolled .sp-megamenu-parent > li > a {
    color: #000000 !important; /* możesz dać #222 jeśli chcesz delikatniejszy */
}
#sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px; /* ustaw swoją realną wysokość */
    line-height: 90px;
    background: transparent !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
}

.logo-image-phone {
    height: 35px !important;
}

@media (max-width: 991px) {
    #sp-header {
        height: 60px !important;
        line-height: 50px !important;
    }
}

    #sp-logo img {
        max-height: 45px !important;
    } 
	
/* Ikona telefonu */
a.icon_phone::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Pulsowanie */
a.icon_phone::before {
    animation: phonePulse 1.8s infinite ease-in-out;
}

@keyframes phonePulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.15); }
    100% { transform: scale(1); }
}

#sp-header.scrolled a.icon_phone::before {
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");
}

/* Header jako flex */
#sp-header .row.align-items-center {
    display: flex;
    align-items: center;
}

/* Menu normalnie */
#sp-header #sp-menu {
    margin-left: auto;
}

/* Telefon po prawej */
.header-phone {
    margin-left: 40px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
}

/* Ikona */
.phone-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Ustaw główny wiersz headera jako flex */
#sp-header .row.align-items-center {
    display: flex;
    align-items: center;
}

/* Menu zostaje przy logo */
#sp-header #sp-menu {
    margin-left: auto;
}

/* Telefon jako osobny element po prawej */
#sp-header #sp-module {
    margin-left: 40px;  /* odstęp od menu */
}

/* Styl telefonu */
.phone-icon {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
	padding-left: 24px;
}
.section-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #2b2f33;
}

.title-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
	margin-top: 6px;
}

.sppb-row-container{
    max-width: 1450px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.oferta_home {
	border-radius: 6px;
}

.oferta_home_one {
	border-radius: 6px;
	border: 1px solid #d1cdcd69;
} 

.oferta_home_one img {
    background: #fff1e6;
    padding: 15px;
    border-radius: 6px;
	height: 66px;
    width: auto;
}

.oferta_home_one img:hover {
    background: #d1cdcd69;
	color: #fff;
}

.oferta_home img {
	border-radius: 6px;
}

.image-decor {
    position: relative;
    display: inline-block;
}

.image-decor::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #ff7a00, #ff5c00);
    border-radius: 8px;
    z-index: 500;
}

.oferta_home_two img {
    background: #363331;
    padding: 15px;
    border-radius: 40px;
    height: 66px;
    width: auto;
}

.oferta_home_two {
    border-radius: 6px;
	border: 1px solid #d1cdcd24;
}
.oferta_home_two:hover {
	border: 1px solid #ff660082
}

.oferta_home_tree {
	border-radius: 6px;
	border: 1px solid #cccccc61;
}

.oferta_home_tree {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    padding: 3px;
    text-align: center;
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.oferta_home_tree img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: all 0.35s ease;
}

.oferta_home_tree:hover img {
    filter: grayscale(0%);
}

.oferta_home_tree:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
/* ===============================
   PRZYCISK – WZÓR NR 1
   =============================== */

.oferta_button {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background: #ffffff;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;

    padding: 16px 28px;
    border-radius: 6px;
    text-decoration: none;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;
}

/* Strzałka */
.oferta_button::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Hover */
.oferta_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.oferta_button:hover::after {
    transform: translateX(4px);
}


.social-icons {
    display: flex;
    gap: 16px;
}

/* BOX */
.social-icons a {
    width: 40px;
    height: 40px;

    background: #34424f;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: background 0.25s ease;
}

.social-icons img {
    width: 29px !important;
    height: 29px !important;
    object-fit: contain;

    filter: brightness(0) invert(1);
}

.social-icons a:hover {
    background: #ff6a00;
}
/*zmianyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy*/

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 1.6;
}

.contact-item a,
.contact-item .address {
    color: #cfd8df;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-item a:hover {
    color: #ffffff;
}

/* Ikony */
.contact-item .icon {
    color: #ff6a00;
    width: 20px;
    min-width: 20px;
}

.contact-item .icon svg {
    width: 20px;
    height: 20px;
}
.stopka_home {
	border-top: 1px solid #414141;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-row img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;

    /* pomarańczowy kolor SVG */
    filter: invert(55%) sepia(88%) saturate(1200%) hue-rotate(2deg) brightness(100%) contrast(102%);
}

.contact-row p {
    margin: 0;
    color: #cfd8df;
    font-size: 15px;
    line-height: 1.6;
}

.contact-row a {
    color: #cfd8df;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-row a:hover {
    color: #ffffff;
}

/*linki do art*/



.manufacturer-links {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 16px;
}

/* PRODUCENT */
.manufacturer-link--primary {
    color: #f97316;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* VIDEO */
.manufacturer-link--video {
    color: #6b7280;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* IKONY - MNIEJSZE O 2PX */
.icon-arrow {
    width: 16px;   /* było 14px */
    height: 16px;
}

.icon-play {
    width: 14px;   /* było 16px */
    height: 14px;
}

.manufacturer-link:hover {
    opacity: 0.8;
}

.article-list .article { 
    margin-bottom: 30px;
    padding: 55px;
    border: 1px solid #c3bfbf42;
    border-radius: 6px;
    background: #fff;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
}

/*pagnacj*/
/* WYŚRODKOWANIE */
.com-content-category-blog__pagination {
    text-align: center;
}

.com-content-category-blog__pagination .pagination {
    justify-content: center;
    gap: 10px;
}

/* RESET bootstrap */
.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 8px 14px;
    min-width: 40px;
    text-align: center;
    box-shadow: none;
}

/* HOVER */
.pagination .page-link:hover {
    background: #f5f5f5;
    color: #000;
}

/* AKTYWNA STRONA */
.pagination .page-item.active .page-link {
    background: #f58220;   /* pomarańcz */
    border-color: #f58220;
    color: #fff;
}

/* STRZAŁKI */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-weight: 600;
}

/* USUNIĘCIE disabled */
.pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}

/* Ukrycie podwójnych strzałek « i » */
.pagination .page-item:first-child,
.pagination .page-item:last-child {
    display: none;
}
.article-list .article {
  transition: 
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.article-list .article:hover {
  transform: translateY(-6px);
  box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.08),
    0 5px 15px rgba(0, 0, 0, 0.04);
}

/*NOWOSCI*/

.article-card{
position:relative;
}


.manufacturer-links{
display:flex;
flex-wrap:wrap;
gap:18px;
margin-top:14px;
align-items:center;
}

.manufacturer-link{
display:flex;
align-items:center;
font-size:14px;
text-decoration:none;
color:#666;
}

.manufacturer-link--primary{
color:#f37021;
font-weight:600;
}

.icon-arrow,
.icon-play,
.icon-phone,
.icon-mail{
width:12px;
height:12px;
margin-left:6px;
margin-right:6px;
}

.contact-block{
    max-width:400px;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:30px;
}

.contact-icon{
    width:48px;
    height:48px;
    background:#f2e7de;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.contact-icon img{
    width:22px;
    height:22px;
}

.contact-text h4{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#1e293b;
} 

.contact-text p{
    margin:4px 0 0;
    font-size:15px;
    color:#6b7280;
}

.contact-text a{
    color:#6b7280;
    text-decoration:none;
}

.contact-text a:hover{
    color:#e87722;
}

.cf-btn{
    position: relative;
    padding-right: 55px;
}

.cf-btn::after{
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("/images/send.svg");
    background-size: contain;
    background-repeat: no-repeat;
} 

.convertforms .cf-input {
    background-color: #fff !important; 
}

.breadcrumb {
    padding: 0px !important;
    background-color: #00000000;
    border-radius: 0;
}

.mod-breadcrumbs a.pathway{
    color:#6c757d !important;
}

.mod-breadcrumbs a.pathway:hover{
    color:#6c757d !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}
.produkt img {
    width: auto;
    height: 50px;
    display: block !important;
    margin: 0 auto;
}
.produkt {    
	border-radius: 10px;
    border: 1px solid #e5e4e4;
}

.sppb-media-content{
    /*background: #ffffff;*/
    border-radius: 0px 0px 10px 10px;
	/*border-top: 1px solid #e5e4e4;*/
}	

.produkty_kafle .produkt {
    transition: all 0.3s ease;
}

.produkty_kafle .produkt:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.produkt a {
    transition: all 0.3s ease;
}

.produkt a:hover {
    letter-spacing: 0.5px;
}

.produkt a:hover::after {
    transform: translateX(6px);
}

@keyframes phone-ring{
    0% { transform: rotate(0deg); }
    10% { transform: rotate(-15deg); }
    20% { transform: rotate(15deg); }
    30% { transform: rotate(-12deg); }
    40% { transform: rotate(12deg); }
    50% { transform: rotate(-8deg); }
    60% { transform: rotate(8deg); }
    70% { transform: rotate(-4deg); }
    80% { transform: rotate(4deg); }
    100% { transform: rotate(0deg); }
}

a.icon_phone::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/>\
</svg>");
    background-size: contain;
    background-repeat: no-repeat; 
}

/* czarna ikona po scrollu */
#sp-header.scrolled a.icon_phone::before {
    filter: invert(1);
}

.produkty_kafle .sppb-media-content {
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #e5e4e4;
}

.link-external a {
    color: #f58220;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* zmiana koloru ikony po scrollu */

#sp-header.header-sticky a.icon_phone::before {
    filter: invert(1);
}

/* kafle produktów */

.produkty_kafle .sppb-media-content {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #e5e4e4;
}

/* link z ikoną zewnętrzną */

.link-external a::before {
    content: "";
    width: 14px;
    height: 14px;

    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f58220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/>\
<polyline points='15 3 21 3 21 9'/>\
<line x1='10' y1='14' x2='21' y2='3'/>\
</svg>");

    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width:768px){
	.phone-icon{
	display:none !important;
	}
}

.oferta_produktowa {
    border-radius: 10px;
    border: solid 1px #dfdcdc;
} 
p {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

.oferta_produkty_pdf a{
display:flex; 
align-items:center;
gap:12px;
background:#f2f2f2;
padding:14px 18px;
border-radius:8px;
border:1px solid #e5e5e5;
text-decoration:none;
color:#333;
font-weight:500;
transition:all .25s ease;
max-width:320px;
font-size: 14px;
}

/* hover */

.oferta_produkty_pdf a:hover{
background:#e9e9e9;
transform:translateY(-2px);
}

/* ikonka PDF */

.oferta_produkty_pdf a::before{
content:"";
width:20px;
height:20px;

background-image:url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f58220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/>\
<polyline points='14 2 14 8 20 8'/>\
</svg>");

background-size:contain;
background-repeat:no-repeat;
}

/*galeria*/

.oferta_produkty_pdf_galeria .sppb-addon-single-image-container{
background:#f5f5f5;
border:1px solid #e5e5e5;
border-radius:12px;
padding:30px;

display:flex;
align-items:center;
justify-content:center;

transition:all .3s ease;
}

/* hover */

.oferta_produkty_pdf_galeria .sppb-addon-single-image-container:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.08);
background:#ffffff;
}

/* obrazek */

.oferta_produkty_pdf_galeria img{
max-width:100%;
height:auto;
transition:transform .3s ease;
}

/* lekkie powiększenie */

.oferta_produkty_pdf_galeria:hover img{
transform:scale(1.04);
}

.oferta_produkty_pdf_galeria img{
width:100%;
height:220px;          /* jednakowa wysokość */
object-fit:contain;   /* obraz nie będzie przycięty */
display:block;
margin:auto;
}

/* numer telefonu - stan normalny */
.phone-icon {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    transition: color .3s ease;
}

/* ikonka telefonu */
.phone-icon::before {
    transition: filter .3s ease;
}

/* po scrollowaniu (sticky header) */
#sp-header.scrolled .phone-icon {
    color: #000;
}

/* zmiana koloru ikonki */
#sp-header.scrolled .phone-icon::before {
    filter: brightness(0);
}


/* numer telefonu */
.phone-icon {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
    padding-left: 24px;
    color: #fff;
    transition: color .3s ease, filter .3s ease;
}

/* sticky header po scrollowaniu */
#sp-header.scrolled .phone-icon {
    color: #000;
    filter: brightness(0);
}

/*obraz w kategorii*/

.article-title-row{
display:flex;
align-items:center;
gap:16px;
margin-bottom:6px;
}

.article-icon{
width:48px;
height:48px;
background:#f6efe6;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

.article-icon img{
width:28px;
height:28px;
object-fit:contain;
}

.article-title-text h2{
margin:0;
}


/*koniec obraz w kategorii*/
.oferta_aplikacje_pdf{
display:inline-flex;
align-items:center;
gap:10px;

background:#f2f2f2;
border:1px solid #e5e5e5;
border-radius:8px;

padding:14px 18px;
font-weight:500;
color:#333;

transition:all .25s ease;
}

/* ikona pdf */
.oferta_aplikacje_pdf::before{
content:"";
width:18px;
height:18px;
background:url("/images/file.svg") no-repeat center;
background-size:contain;
display:inline-block;
}

/* hover */ 
.oferta_aplikacje_pdf:hover{
background:#fff;
border-color:#ff7a00;
color:#ff7a00;
}

@media (max-width: 991px) {
    .image-decor::after{
        display:none;
    }
}

@media (max-width: 991px) {
.oferta_button {
    margin-top: 20px;
    margin-left: 0px;
	float: left;
}
} 

@media (max-width: 991px) {
.article-list .article {
    padding: 23px;
} 
}

@media (max-width:768px){
.article-badge-new{
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 4px 10px;
}
}


.article-badge-new{
position:absolute;
top:-50px;
right:12px;
background:#ff7a00;
color:#fff;
font-size:12px;
font-weight:700;
padding:6px 12px;
border-radius:20px;
letter-spacing:.5px;
z-index:5;
}

.article-list .article {
    margin-bottom: 20px;
    padding: 25px;
    padding-top: 70px;
}

.article-card:not(:has(.article-badge-new)) .article-title-row{
margin-top: -30px;
}

@media (max-width:768px){
.sppb-addon-feature{
	/*display:flex;*/
	align-items:flex-start;
	gap:14px;
	}

.sppb-addon-feature .sppb-img-container{
	margin:0;
	flex-shrink:0;
}

.sppb-addon-feature .sppb-addon-title{
margin-top:0;
}

}

@media (max-width:768px){

.sppb-addon-feature .sppb-addon-content{
/*display:flex;*/
align-items:flex-start;
gap:14px;
}
/*
.sppb-addon-feature .sppb-img-container{
	margin: 20px 0px 0px 20px !important;
	flex-shrink:0;
}*/

.sppb-addon-feature .sppb-media-content{
padding-top:25px !important;
}

}

@media (max-width:768px){
.sppb-addon-feature .sppb-img-container{
margin-bottom:0 !important;
}

}

/*srodek*/
.oferta_home_two_one{
    text-align:center;
    padding:10px 10px;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:8px;
}

.oferta_home_two_one .sppb-addon-content{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.oferta_home_two_one .sppb-addon-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.oferta_home_two_one .sppb-addon-text{
    font-size:15px;
    line-height:1.7;
    max-width:260px;
    margin:0 auto;
    color:#b6c0c9;
}

@media (max-width:768px){
.produkty_kafle {
	    margin: 10px 0px 10px 0px;
		}
}

@media (max-width: 768px) {
    .produkt img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .oferta_table_home .sppb-addon-content {
        display: flex !important;
        align-items: flex-start;
        align-content: stretch;
    }
}

@media (max-width: 767px) {
    #sppb-addon-1742827345651 .sp-slider .sp-dots {
        bottom: 25px !important;
    }
}