a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
} :where(pre) {
overflow-x: auto;
}@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face{
font-family: "DIN Pro Black";
font-style: normal;
src: url(https://cukierniawadowice.pl/wp-content/uploads/fonts/dinpro_black.otf) format("opentype");
}
@font-face{
font-family: "DIN Pro";
font-style: normal;
src: url(https://cukierniawadowice.pl/wp-content/uploads/fonts/dinpro.otf) format("opentype");
}
.font-din{
font-family: "DIN Pro Black", "Roboto", sans-serif !important;
}
.button-ue{
background-color: #fff !important;
}
.header-ue > *{
font-family: "DIN Pro Black", "Roboto", sans-serif !important;
font-size: 2.5rem !important;
font-weight: 800 !important;
color: #fff !important;
}
body{
overflow-x: hidden;
}
.parallax-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 800%; background-image: url(https://cukierniawadowice.pl/wp-content/uploads/2025/09/cukiernia-bg-transparent.png);
background-position: top;
background-repeat: no-repeat;
background-size: contain;
z-index: -1;
will-change: transform;
}
#page,
.site,
.site-content {
position: relative;
background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
body::before,
.parallax-bg {
transform: none !important;
background-attachment: scroll;
}
#page,
.site,
.site-content { }
}
.primary-button{
border-radius: 50px;
padding: 8px 35px;
color: #fff;
font-size: 16px;
font-weight: 800;
background-color: #F0BABA;
border: 1px solid #F0BABA;
cursor: pointer;
outline: none;
font-family: "DIN Pro Black", "Roboto", sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.primary-button:hover{
background-color: #FFF;
color: #F0BABA;
border-color: #F0BABA;
}
.secondary-button{
border-radius: 50px;
padding: 8px 35px;
color: black;
font-size: 16px;
font-weight: 800;
background-color: transparent;
border: 1px solid #000;
cursor: pointer;
outline: none;
font-family: "DIN Pro Black", "Roboto", sans-serif;
text-transform: uppercase;
text-decoration: none;
}
.secondary-white{
color: #000 !important;
border-color: #000 !important;
background-color: #fff;
}
.secondary-white:hover, .secondary-button:hover{
color: #F0BABA;
border-color: #F0BABA;
}
@media (max-width: 768px) {
body {
background-attachment: scroll !important;
background-position: center !important;
}
body::before {
display: none;
}
}
#zobacz-cukiernie-button-link{
margin-bottom: 21px;
}
.my-products-grid{
width: 100%;
height: fit-content;
display: grid;
justify-content: center;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 17px;
justify-items: center;
}
.product-wrapper{
display: flex;
width: 238px;
flex-direction: column;
}
.image-wrapper{
width: 100%;
height: auto;
}
.product-title{
font-family: "Lato";
font-weight: 600;
font-size: 16px;
line-height: 28px;
text-align: left;
width: 100%;
color: #000000;
}
.product-description{
font-family: "Lato";
font-weight: 400;
font-size: 14px;
line-height: 18px;
text-align: left;
width: 100%;
color: #A3A3A3;
background-color: #fff;
}
#sidebar-product-categories{
width: 340px;
}
.categories-list{
padding: 0;
margin: 0;
list-style-type: none;
}
.category-item{
color: #A3A3A3;
font-family: 'Lato', Regular;
font-weight: 500;
font-size: 18px;
line-height: 18px;
}
.wadowice-divider{
width: 100%;
height: 10px;
margin: 0;
padding: 0;
background-color: #F0BABA !important;
border: 0;
}
.divider-fixed-width{
width: 69px !important;
height: 10px !important;
}
.location-item {
display: flex;
flex-direction: column;
width: 100%;
max-width: 1004px;
justify-content: center;
}
.location-banner {
height: 200px;
width: 100%;
position: relative;
}
.location-banner img {
object-fit: cover;
width: 100%;
height: 200px;
} .banner-cover {
position: relative;
width: 100%;
height: 200px;
cursor: pointer;
overflow: hidden;
transition: opacity 0.3s ease;
}
.banner-cover .cover-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.banner-cover:hover .cover-image {
transform: scale(1.05);
}
.banner-cover .expand-indicator {
position: absolute;
bottom: 10px;
right: 10px;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 5px 10px;
border-radius: 3px;
font-size: 12px;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.banner-cover:hover .expand-indicator {
opacity: 1;
} .banner-slider {
position: relative;
width: 100%;
height: auto;
transition: opacity 0.3s ease;
}
.location-details {
display: flex;
min-height: 100px;
align-items: center;
font-family: "Lato", sans-serif;
font-size: 16px;
transition: all 0.3s ease-in-out;
border: 1px solid #F0BABA;
padding: 10px;
background-color: #fff;
justify-content: space-between;
}
@media (max-width: 780px) {
.location-item{
width: 100%;
}
.location-details {
align-items: flex-start;
flex-direction: column;
row-gap: 1rem;
}
}
.location-details:hover{
color: white;
background-color: #F0BABA;
cursor: pointer;
}
.location-details:hover > button{
color: #F0BABA;
background-color: white;
border-color: #F0BABA;
}
.links {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
column-gap: 20px;
}
.links a .cukiernia-link-image {
width: 45px;
height: 45px;
}
.cukiernia-position {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
row-gap: 5px;
}
.cukiernia-title {
font-size: 1.5rem;
padding: 0;
margin: 0;
font-family: "DIN Pro Black", "Roboto", sans-serif;
font-weight: 800;
word-break: break-word;
}
.cukiernia-kontakt {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
max-width: 300px;
font-weight: 600;
}
.city-menu {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: fit-content;
font-weight: 800;
color: #000;
font-family: "DIN Pro Black", "Roboto", sans-serif !important;
}
.city-menu a{
text-decoration: none;
}
.city-active {
color: #f0baba;
}
.menu-wrapper{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
margin-bottom: 81px;
max-width: 1004px;
margin: 50px auto 35px auto;
}
@media (max-width: 768px) {
.menu-wrapper{
flex-direction: column;
justify-content: center;
align-items: center;
margin: 50 10px;
row-gap: 40px;
} 
.city-menu{
width: 100%;
font-size: 1.5rem;
}
}
.text-wrapper{
max-width: 581px;
font-size: 18px;
font-weight: 500;
}
.text-caption{
font-size: 24px;
color: #454545;
font-weight: 600;
}
.text-description{
font-weight: 300;
color: #454545;
margin-top: 1rem;
}
.cukiernie-wrapper, .city-group{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 20px;
scroll-behavior: smooth;
margin: 0 10px;
}
.location-text{
font-family: "DIN Pro", "Roboto", sans-serif;
}
.location-banner.expanded {
height: auto;
}
.slide {
display: none;
width: 100%;
}
.slide.active {
display: block;
}
.slide img {
width: 100%;
height: auto;
display: block;
}
.slider-controls {
position: absolute;
top: 50%;
width: 98%;
display: flex;
justify-content: space-between;
padding: 0 10px;
transform: translateY(-50%);
opacity: 0;
transition: opacity 0.3s ease;
}
.location-banner.expanded .slider-controls {
opacity: 1;
}
.slider-btn {
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 18px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease;
}
.slider-btn:hover {
background: rgba(0, 0, 0, 0.7);
}
.slider-dots {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 8px;
opacity: 0;
transition: opacity 0.3s ease;
}
.location-banner.expanded .slider-dots {
opacity: 1;
}
.dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: background 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.dot.active {
background: rgba(255, 255, 255, 0.9);
}
.dot:hover {
background: rgba(255, 255, 255, 0.7);
}
.video-dot svg {
width: 8px;
height: 6px;
}
.location-expanded-content {
padding: 20px 10px;
border-top: 1px solid #eee;
margin-top: 20px;
animation: slideDown 0.3s ease-out;
}
.location-full-content h3 {
margin-top: 0;
color: #333;
font-size: 1.2em;
margin-bottom: 15px;
}
.location-full-content p {
line-height: 1.6;
color: #666;
margin-bottom: 15px;
}
@keyframes slideDown {
from {
opacity: 0;
max-height: 0;
}
to {
opacity: 1;
max-height: 1000px;
}
} .video-slide {
position: relative;
width: 100%;
cursor: pointer;
}
.video-thumbnail {
width: 100%;
height: auto;
display: block;
}
.video-play-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.video-iframe-container {
width: 100%;
position: relative;
} .location-banner:not(.expanded) .slider-controls,
.location-banner:not(.expanded) .slider-dots {
display: none;
}
.section-wrapper{
margin: 100px 10px 0 10px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
@media (max-width: 780px) {
.section-wrapper{
margin: 2rem 10px;
width: 100%;
}
}
.title-text-wrapper{
max-width: 1004px;
margin: 0 auto;
}
.cukiernie-section-title{
width: 100%;
text-align: left;
} #nav-main ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}
#nav-main ul li {
display: inline-block;
width: 100%;
}
#nav-main ul a {
display: block;
text-decoration: none;
position: relative;
color: #000;
margin: 0;
} #nav-main > ul > li > a {
font-size: 18px;
font-weight: 600;
padding: 10px 25px 10px 15px;
}
#nav-main > ul > li > a:hover {
background: #ffffff;
} #nav-main ul ul {
position: relative;
top: -2px;
}
#nav-main ul ul li a {
font-size: 18px;
font-weight: 400;
color: #A3A3A3;
padding: 2px 25px 2px 15px;
margin:0;
}
#nav-main ul ul li a:hover {
color: #0f6cb6;
background: none;
}
#nav-main ul ul ul {
margin: 0 0 0 8px;
}
#nav-main ul ul ul li a {
padding-left: 55px;
}  #nav-main li.menu-item-has-children > a {
cursor: pointer;
} #nav-main li.menu-item-has-children > a::after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 12px; height: 12px; background-size: contain;
background-repeat: no-repeat;
background-position: center;
} #nav-main > ul > li.menu-item-has-children > a {
padding-left: 35px;
}
#nav-main > ul > li.menu-item-has-children > a::after {
left: 15px;
background-image: url(https://cukierniawadowice.pl/wp-content/uploads/2025/09/arrow-down-bold.svg);
} #nav-main ul ul li.menu-item-has-children > a {
padding-left: 45px;
}
#nav-main ul ul li.menu-item-has-children > a::after {
left: 25px;
background-image: url(https://cukierniawadowice.pl/wp-content/uploads/2025/09/arrow-down-bold.svg);
} #nav-main ul ul ul li.menu-item-has-children > a {
padding-left: 65px;
}
#nav-main ul ul ul li.menu-item-has-children > a::after {
left: 45px;
background-image: url(https://cukierniawadowice.pl/wp-content/uploads/2025/09/arrow-down-bold.svg);
} #nav-main li.menu-item-has-children > a.open::after {
background-image: url(https://cukierniawadowice.pl/wp-content/uploads/2025/09/arrow-up-bold.svg);
} ul.sub-menu li.current-menu-item {
color: #0f6cb6 !important;
font-weight: bold;
}
.page-banner-img{
width: 100%;
margin-bottom: 75px;
}
.oferta-banner-img{
width: 100% !important;
max-height: 400px;
object-fit: cover;
}
.header-link:{
transition: all 0.2s ease-in-out;
}
.header-link:hover{
text-decoration: underline;
color: #F0BABA;
}
#footer-4-panel > div{
height: 411px;
}
@media (max-width: 768px) {
#footer-4-panel{
row-gap: 0 !important;
min-width: 0px;
}
#footer-4-panel > div{
min-height: 0px;
}
#footer-4-panel #panel-1{
grid-row: 1/2;
}
#footer-4-panel #panel-2{
grid-row: 2/3;
}
#footer-4-panel #panel-3{
grid-row: 4/5;
min-height: 21rem;
}
#footer-4-panel #panel-4{
grid-row: 3/4;
}
}
.section-title > *{
font-family: "DIN Pro Black", "Roboto", sans-serif !important;
font-size: 60px;
font-weight: 800;
line-height: 4rem;
}
@media (max-width: 780px) {
.section-title > *{
font-size: 2rem !important;
line-height: 2.5rem !important;
}
}
.swiper-pagination-bullet{
width: 20px !important;
height: 20px !important;
}
.swiper-pagination-bullet-active{
background-color: #F0BABA !important;
}
@media (max-width: 780px) {
#kremowka-opis{
margin-top: 2rem !important;
margin-bottom: 2rem !important;
padding-left: 1rem;
padding-left: 1rem;
}
}
#ciasta-4-panel-title {
position: relative;
} #ciasta-4-panel-title::before {
content: "najpyszniejsze";
position: absolute;
top: -4rem;
left: 33%;
transform: translateX(-50%);
font-family: "audrielle-no1", sans-serif;
font-size: 5.5rem;
font-weight: normal;
line-height: 1;
pointer-events: none;
}
#ciasta-4-panel-title, 
#ciasta-4-panel-title::before{
margin-left: 20px;
}
#torty-4-panel-title {
position: relative;
} #torty-4-panel-title::before {
content: "bajeczne";
position: absolute;
top: -3.1rem;
left: 129%;
transform: translateX(-50%);
font-family: "audrielle-no1", sans-serif;
font-size: 5.5rem;
font-weight: normal;
line-height: 1;
pointer-events: none;
}
.city-menu-item {
position: relative; padding-left: 20px; display: inline-block;
} .city-menu-item::before {
content: "";
position: absolute;
left: 0; top: 50%;
transform: translateY(-50%);
opacity: 0;
transition: 0.2s;
} .city-menu-item:hover::before,
.city-menu-item:focus::before,
.city-menu-item:active::before,
.city-active::before{
content: ">";
opacity: 1;
}
#footer-skomponuj{
background-color: rgba(0,0,0,0.3); background-blend-mode: multiply;
}
.swiper-pagination{
bottom: 68px !important;
}
.hidden { display: none; }
.zamowienie-text-wrapper{
width: 1004px;
margin: 70px auto 50px auto;
}
.zamowienie-text{
width: 581px;
}
.zamowienie-desc{
width: 581px;
}
.zamowienie-title{
margin-bottom: 50px;
}
.zamowienie-desc, #zamowienie-form{
color: #454545 !important;
}
#zamowienie-form{
max-width: 1004px;
display: flex;
flex-direction: column;
row-gap: 30px;
margin: 0 auto;
padding: 0 10px;
}
.form-label span{
display: inline-block;    
width: 291px;
}
.form-input, .form-select, .form-textarea .form-info{
width: 569px;
border: 1px solid #000000;
background-color: #fff;
color: #909090;
padding: 10px;
margin: 0;
}
.form-textarea {
box-sizing: border-box;
width: 591px;
}
.form-select{
width: 591px;
}
.form-info{
font-size: 18px;
}
.info-text{
margin-bottom: 30px;
text-align: justify;
}
.form-page-wrapper{
display: flex;
flex-direction: column;
margin: 0 10px;
}
@media (max-width: 768px) {
.zamowienie-text-wrapper{
width: 100%;
}
.zamowienie-text{
width: 100%;
}
.zamowienie-desc{
width: 100%;
}
.form-page-wrapper{
margin: 0 10px;
}
.form-info{
margin-left: 0px;    
}
.form-input{
width: calc(100% - 20px);
height: 16px;
}
.form-select, .form-textarea{
width: 100%;
}
}
#linkedin-link{
display: none;
}
.banner-oferta {
position: relative;
width: 100%;
min-height: 200px;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
box-sizing: border-box;
}
.banner-content {
max-width: 1200px;
width: 100%;
}
.banner-oferta h1 {
font-size: 60px;
margin-bottom: 20px;
font-weight: 800;
}
.banner-oferta p {
font-size: 16px;
line-height: 1.5;
max-width: 420px;
} .accessibility-wrapper {
position: relative;
display: inline-block;
} .accessibility-menu {
position: absolute;
top: 39px; left: -0;
transform: translateX(-25%);
background: #ffffff;
border: 1px solid #ccc;
padding: 8px 10px;
border-radius: 6px;
display: none; box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
white-space: nowrap;
z-index: 999;
} .accessibility-wrapper:hover .accessibility-menu {
display: block;
}
.accessibility-menu:hover{
display: block;
} .accessibility-menu button {
margin: 3px;
padding: 4px 10px;
font-size: 16px;
cursor: pointer;
border: 1px solid #555;
background: #f7f7f7;
border-radius: 4px;
transition: 0.2s;
}
.accessibility-menu button:hover {
background: #ddd;
}
.size-1{
font-size: 1rem;
}
.size-2{
font-size: 1.2rem;
}
.size-3{
font-size: 1.7rem;
}
#footer-newsletter{
width: 100% !important;
max-width: 1004px !important;
}
@media (max-width: 768px) {
.mobile-centered{
margin: 0 auto !important;
}
#footer-opis-inner{
padding: 30px 0 !important;
}
#newsletter-logo{
margin: 30px 0 !important;
}
#projekty-opis{
padding: 0 10px !important;
}
}  .awards-container {
display: flex;
margin-top: 50px !important;
gap: 30px;
max-width: 100%;
} .awards-left-column {
max-width: 300px;
width: 100%;
flex-shrink: 0;
}
.awards-categories-list {
list-style: none;
margin: 0;
padding: 0;
}
.award-category-item {
font-family: 'Lato', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 28px;
padding: 12px 15px;
margin-bottom: 10px;
cursor: pointer;
transition: all 0.3s ease;
border-left: 3px solid transparent;
color: #333;
}
.award-category-item:hover {
background-color: #f5f5f5;
border-left-color: #F0BABA;
}
.award-category-item.active {
font-weight: 700;
background-color: #F0BABA;
border-left-color: #F0BABA;
color: #ffffff;
} .awards-right-column {
max-width: 581px;
width: 100%;
flex: 1;
}
.awards-header {
font-family: 'Lato', sans-serif;
font-size: 24px;
font-weight: 500;
line-height: 28px;
margin: 0 0 20px 0;
color: #1a1a1a;
}
.awards-description {
font-family: 'Lato', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 40px;
color: #333;
}
.awards-description p {
margin: 0;
} .awards-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 30px;
}
.award-grid-item {
cursor: pointer;
overflow: hidden;
border-radius: 8px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
}
.award-grid-item:hover {
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
} .award-thumbnail-wrapper {
position: relative;
width: 100%;
padding-bottom: 100%; overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
} .award-grid-item[data-link]::after {
content: '🔗';
position: absolute;
top: 8px;
right: 8px;
background-color: rgba(240, 186, 186, 0.9);
color: #fff;
width: 28px;
height: 28px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
z-index: 10;
}
.award-grid-item[data-link]:hover::after {
opacity: 1;
}
.award-thumbnail {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
object-fit: contain;
} .awards-lightbox {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
z-index: 9999;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.awards-lightbox.active {
display: flex;
opacity: 1;
}
.lightbox-content {
position: relative;
max-width: 90%;
max-height: 90%;
display: flex;
align-items: center;
justify-content: center;
}
.lightbox-image {
max-width: 100%;
max-height: 90vh;
height: auto;
width: auto;
object-fit: contain;
border-radius: 4px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.lightbox-close {
position: absolute;
top: 20px;
right: 30px;
font-size: 50px;
color: #fff;
background: none;
border: none;
cursor: pointer;
z-index: 10000;
width: 50px;
height: 50px;
line-height: 50px;
padding: 0;
transition: transform 0.2s ease, color 0.2s ease;
font-weight: 300;
}
.lightbox-close:hover {
color: #ccc;
transform: rotate(90deg);
}
.lightbox-close:focus {
outline: 2px solid #fff;
outline-offset: 2px;
} @media screen and (max-width: 767px) {
.awards-container {
flex-direction: column;
gap: 20px;
margin: 0 10px;
}
.awards-left-column {
max-width: 100%;
width: 100%;
}
.awards-right-column {
max-width: 100%;
width: 100%;
}
.awards-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.awards-header {
font-size: 20px;
line-height: 26px;
}
.awards-description {
font-size: 16px;
line-height: 24px;
margin-bottom: 30px;
}
.award-category-item {
font-size: 16px;
line-height: 24px;
padding: 10px 12px;
}
.lightbox-close {
top: 10px;
right: 10px;
font-size: 40px;
width: 40px;
height: 40px;
line-height: 40px;
}
.lightbox-content {
max-width: 95%;
max-height: 95%;
}
} @media screen and (min-width: 768px) and (max-width: 1024px) {
.awards-grid {
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
}