/*
Theme Name: BakeryPageRuminscy
Theme URI: https://example.com
Author: Dorota Broszko
Author URI: https://example.com
Description: Bakery Page for Company
Version: 1.0
*/

h4,
.h4,
h3 {
  font-family: Montserrat;
  text-transform: none;
  line-height: 27px;
  font-weight: 700;
  font-style: normal;
  color: #684f40;
  font-size: 17px;
}

a {
  /* color: #fdb822; */
  text-decoration: none;
  transition: all 0.45s ease-in-out;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover {
  color: #684f40;
}

p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2,
.h2 {
  font-family: Montserrat;
  text-transform: none;
  line-height: 34px;
  font-weight: 700;
  font-style: normal;
  color: #684f40;
  font-size: 25px;
  text-align: center;
}

p {
  margin: 0 0 10px;
  /* text-align: center; */
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

body {
  margin: 0;
  font-family: sans-serif;
  text-transform: none;
  line-height: 1.714;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  font-size: 14px;
  padding: 0 !important;
}

/* 
.gallerysr {
  display: flex; */
/* } */

.filter-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  gap: 20px;
}

.filter-buttons p {
  display: flex;
  justify-content: center;
  align-items: center;
}


.responsive {
  display: inline-block;
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.column {
  display: none;
  /* Ukryte domyślnie, pokazywane przez filtr */
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.show {
  display: block;
}

.content {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.column .content {
  box-shadow: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


.contact-header p a {
  color: white;
}

ol,
ul {
  padding-inline-start: 40px;
}

header {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
  padding: 0 1.5em;
  align-items: center;
  display: flex;
  padding: 0;
  flex-direction: column;
}

.menu-menu {
  padding: 0 !important;
}

.menu-menu,
footer,
.font-page-container {
  /* background-color: #f9f9f9; */
  transition: 0.6s;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

.font-page-container {
  margin-top: 110px;
  padding: 0;
}

.cont-front {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 60px;
}

.cont-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 0 60px;
}

.black-bet {
  display: flex;
  flex-direction: row;
  background-color: #3e4345;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  justify-content: center;
  height: 45px;
}

.contact-header p {
  margin: 0;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.icon-header {
  margin-right: 8px;
}

.vu_social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vu_social-icon a {
  display: block;
  color: inherit;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vu_social-icon a:hover {
  color: #343434;
  background-color: #fff;
}

.container-menu-footer,
.container-menu {
  display: flex;
}

header .menu-menu-container {
  position: relative;
  transition-property: line-height;
  width: 100%;
}

header .menu-menu-container .menu {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  user-select: none;
  width: 100%;
}

.menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out !important;
  position: relative;
}

.menu-item a {
  text-decoration: none;
  margin: 7px 17px;
  cursor: pointer;
  font-family: Montserrat;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #684f40;
  font-size: 14px;
  transition: all 0.3s ease-out !important;
}

.menu-item a:hover {
  color: #fdb822;
}

.current-menu-item>a {
  color: #fdb822;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.submenu {
  position: absolute;
  top: 45.5px;
  left: 0;
  background-color: #efefef;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-width: 150px;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;

  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25px, rgba(0, 0, 0, 1) 26px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25px, rgba(0, 0, 0, 1) 26px);
}

.submenu li a {
  display: block;
  font-family: Montserrat;
  text-transform: none;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  color: #684f40;
  font-size: 14px;
  padding: 10px 17px 10px 20px;
}

.submenu li a:hover {
  color: #fdb822;
}

.menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.menu>li:first-child {
  border-left: none;
}

.menu>li {
  border-left: 1px solid rgba(104, 79, 64, 0.2);
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.logo-menu {
  max-width: 175px;
}

/* footer */

footer {
  background-color: #3d3d3d;
  /* position: absolute; */
  /* bottom: 0; */
  /* width: 100vw; */
  left: 0;
  right: 0;
}

.row-footer {
  display: flex;
  gap: 15px;
}

.footer-elements {
  width: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-widget-title {
  color: #fdbb2f;
  border-bottom: 1px solid #303030;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 25px 0 30px 0;
  font-family: Montserrat;
  font-weight: 700;
}

.footer-widget-content {
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 1.55em;
  font-family: sans-serif;
}

.footer-widget-content p a {

  color: #fdbb2f;
  transition: all 0.45s ease-in-out;
}

.footer-widget-content p a:hover {
  color: #684f40;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}

.contact-footer p a {
  color: white;
}

.contact-footer p a:hover {
  color: white;
}

/* // */


/* front-page */

.wpb_wrapper {
  display: flex;
}

.wpb_content_element .wpb_wrapper,
.vc_column_container>.vc_column-inner .wpb_wrapper {
  flex-direction: column;
}

.vc_column_container>.vc_column-inner,
.vc_row {
  padding-right: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  /* margin-top: 165px; */
}

.margin-top-container {
  margin-top: 110px;
}


.products-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.elements-text {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #696969;
  margin: 0 0 10px 0;
  padding-top: 25px;
  text-align: center;
}

.container-dot {
  padding: 30px;
}

.timeline-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  margin: 40px 0;
}

.timeline-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.timeline-text {
  width: 50%;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.timeline-circle {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fdb823;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  background-color: #fdb823;
}

.timeline-circle h3 {
  color: white;
}

.product-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  flex-wrap: wrap;
}

.text-produckt {
  text-align: center;
  color: #696969;
}

.product-grid .column.show {
  max-width: 350px;
  min-width: 250px;
}

.timeline-line {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 3px;
  background-color: #f2c300;
  height: 100%;
}

.container-product-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  height: 170px;
}

.history-text {
  margin-top: 30px;
}

.contact-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  /* aby na telefonach układało się pionowo */
}

.contact-image {
  flex: 1 1 45%;
}

.contact-image img {
  width: 100%;
  height: 100%;
}

.contact-box {
  flex: 1 1 45%;
}

.contact-info {
  margin-top: 20px;
}

.contact-item {
  margin-bottom: 15px;
}

.contact-item h3 {
  margin: 0 0 5px;
  font-size: 1.1rem;
}

.vc_separator h4 {
  text-align: center;
}

.buy-cake-text-b {
  text-align: start;
}

.timeline-content {
  width: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-radius: 10px;
  gap: 10px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  border: 1px solid #e5e7eb;
}


.timeline-content p {
  margin: 0;
  color: black;
}

.timeline-content img {
  width: auto;
  height: 120px;
}

.elements-title {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  color: #684f40
}

.elements-title::before {
  width: 150px;
  z-index: 1;
  background-color: #ddd;
}

.elements-title::after {
  width: 50px;
  z-index: 2;
  background-color: #fdb822;

}

.elements-title::after,
.elements-title::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-box {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 40px;
  transition: all 1s ease-out;
}

.product-image {
  transition: opacity 0.3s ease-out;
  /* <- to zapewnia płynny powrót */
}

.product-box:hover .product-image {
  opacity: 70%;
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.product-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #684f40;
  text-transform: uppercase;
  font-family: Montserrat;
}

.btn {
  padding: 10px 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#myBtnContainer .btn {
  text-align: center;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.flex {
  display: flex;
  width: calc(50% - 20px);
  gap: 20px;
}

.not-link {
  margin: 0;
  font-family: sans-serif;
  text-transform: none;
  line-height: 1.714;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  font-size: 14px;
}

.btn img {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-r-logo img {
  width: 35% !important;
}

.product-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 10px 0 0;
  font-family: sans-serif;
  font-weight: 400;
}

.wpb_wrapper .wpb_content_element {
  width: 100%;
  height: 100%;
}

.wpb_content_element .wpb_content_element {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* // */

.search-bar {
  text-align: center;
  margin: 30px auto;
  width: 100%;
}

#sklep-search,
#productSearch {
  width: 90%;
  max-width: 600px;
  padding: 12px 16px;
  font-size: 15px;
  border: none;
  border-radius: 20px;
  background-color: #f3f3f3;
  color: #333;
  outline: none;
}

#sklep-search::placeholder {
  color: #777;
}

#productSearch::placeholder {
  color: #777;
}

.map-and-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
}

#mapa-sklepow {
  width: 70%;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  border: 1px solid #e5e7eb;
  height: 600px;
}

.store-box {
  position: relative;
}

.icon-svg-tel {
  margin-right: 5px;
}

.store-box::after {
  content: "";
  position: absolute;
  bottom: -10px;
  /* odległość od dolnej krawędzi boxa */
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  border-radius: 0;
  /* linia bez zaokrągleń */
}

.store-list-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  max-height: 600px;
}

.svg-start {
  position: absolute;
  color: white;
}

.svg-start {
  width: 20px;
  height: 20px;
}

.svg-start-container {
  background-color: #f5b331;
  /* padding: 15px; */
  border-radius: 50%;
  position: relative;
  /* border: 5px solid white; */
  top: -35px;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.svg-start-container img {
  width: 23px;
  height: 23px;
}

.mobile-nav-list a p {
  margin: 0px;
}

.mobile-nav-list a svg {
  width: 20px;
  height: 20px;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  display: none;
}

.mobile-nav-list {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e5e7eb;
}

.mobile-nav-list li {
  text-align: center;
  position: relative;
}

.mobile-nav-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  gap: 5px;
}

.mobile-nav-list a i {
  font-size: 20px;
  margin-bottom: 3px;
}

.has-submenu .submenu {
  display: none;
  position: absolute;
  top: -210px;
  left: -130px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  min-width: 150px;
}

.has-submenu .submenu {
  display: none;
}

.start-mobile {
  margin-top: 25px !important;
}

.active-menu-mobile {
  color: #f5b331 !important;
}

.has-submenu.active .submenu {
  display: block;
}


/* Pokazuj mobilne tylko na urządzeniach max 768px */
@media (max-width: 960px) {
  .mobile-nav {
    display: block;
  }

  .container-menu {
    display: none;
  }

  .store-list-wrapper {
    width: 100%;

    margin-bottom: 60px;
  }
}

.store-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-size: 21px;
  font-weight: 600;
  color: black;
  font-family: 'Montserrat';
}

.store-list-header .count {
  font-weight: normal;
  font-size: 13px;
  color: #888;
}

.store-list {
  overflow-y: auto;
  padding: 10px 15px;
}

.store-box {
  display: flex;
  gap: 0.75rem;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff;
  transition: background-color 0.3s ease;
  font-size: 15px;
}

.store-box:hover {
  background: rgb(231, 231, 231);
}

.store-box.active-store {
  background-color: #fff9ec;
  border-color: #f5d67b;
}

.store-box .nazwa {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: black;
  font-weight: 600;
  font-family: 'Montserrat';
}

.store-box-text p {
  margin: 0 0 5px;
  font-family: 'Montserrat';
}

.store-box .telefon a {
  color: #016fee;
  text-decoration: none;
  font-size: 15px;
}

/* ?? tu? */


/* ?? tu? */


/* Animacja wejścia od dołu */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.appear-up {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.appear-up.show {
  opacity: 1;
  transform: scale(1);
}

.menu-height {
  height: 100px;
}

/* Efekt fali z opóźnieniem */
.appear-up[data-delay="1"] {
  transition-delay: 0.1s;
}

.appear-up[data-delay="2"] {
  transition-delay: 0.3s;
}

.appear-up[data-delay="3"] {
  transition-delay: 0.5s;
}

.appear-up[data-delay="4"] {
  transition-delay: 0.7s;
}

.about-section {
  padding: 60px 20px;
  background: #f9f9f9;
  /* border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.show {
  opacity: 1;
  transform: translateX(0);
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-image-wrapper img {
  border-radius: 15px;
  width: 100%;
}

.about-image-wrapper {
  width: 40%;
}

.about-text {
  width: 50%;
}

.about-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background: #fff;
  color: #965b35;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.bakery-section {
  padding: 50px 20px;
  background-color: white;
}

.bakery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.color-card-first {
  background-color: white;
  margin-top: 60px !important;
  padding-bottom: 60px;
}

.margin-none-section {
  margin: 0 !important;
}

.color-card-second {
  background-color: white;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.bakery-card {
  width: calc(100%/2 - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bakery-card img {
  width: calc(100% - 20px);
  height: auto;
  display: block;
  padding-right: 20px;
}

.bakery-text-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-top: -40px;
  margin-left: 20px;
}

.baked-content a:hover {
  background: #cbd5e0;
}

.store-box .telefon a:hover {
  text-decoration: underline;
}

.map-btn,
.store-box button {
  padding: 4px 15px;
  border-radius: 10px;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Montserrat';
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-cake {
  width: 22px;
  height: 22px;
  margin-top: 5px;
}

.store-box button {
  background-color: #f3f3f3;
  color: #333;

  border: none;
}

a svg {
  height: auto !important;
}

.map-btn {
  color: #d4af36;
  background-color: #fbf7ec;
}

.map-btn:hover {
  background-color: #ddd;
}

.store-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

.video-wrapper {
  width: 100%;
  height: 100%;
}

.container-no-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.no-page-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  flex-direction: column;
  text-align: center;
}

.no-page-left p {
  font-size: 60px;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  color: #684f40;
}

.no-page-text-cookie {
  font-size: 40px !important;
}

.no-page-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
  font-size: 16px;
}

.no-page-left img {
  width: 60%;
  height: auto;
}

.text-about {
  display: flex;
  flex-direction: column;
}

.width-cont {
  width: 100%;
}

.two-section-card {
  display: flex;
  gap: 30px;
  /* flex-wrap: wrap; */
  width: 50%;
  height: -webkit-fill-available;

}

.text-about .wpb_wrapper {
  text-align: start !important;
  flex-direction: column;
  align-items: flex-start;
}

.product-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-page-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 60px 30px;
}

.export-page-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.why-us-section {
  padding: 60px 20px;
  background-color: white;
  text-align: center;
}

.export-form {
  max-width: 420px;
  padding: 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px;
  width: 100%;
}

.export-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  width: 100%;
}

.export-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 12px;
}

.export-button {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .05s ease;
}

.export-button:hover {
  background: #f5f5f5;
}

.export-button:active {
  transform: translateY(1px);
}

.export-hint {
  margin-top: 10px;
  color: #666;
}

/* Opcjonalnie: lekkie dostosowanie na wąskich ekranach */
@media (max-width: 520px) {
  .export-form {
    margin: 40px 16px;
  }
}

.why-us-header p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}

.why-us-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}

.feature-box {
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  flex: 1 1 220px;
  max-width: 250px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}


.product-details {
  padding: 30px;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background-color: #fceecb;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nutrition-option {
  margin-left: 40px;
}

.product-image-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-icon img {
  width: 50px;
  height: 50px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-about-uss p {
  font-size: 19px;
}

.feature-box p {
  font-size: 14px;
  /* color: #444; */
}

/* Responsywność */
@media screen and (max-width: 768px) {
  .timeline-text {
    text-align: center;
  }

  #rev_slider_1_1_forcefullwidth {
    margin-top: 45px !important;
  }

  .why-us-features {
    flex-direction: column;
    align-items: center;
  }

  .timeline-section {
    flex-direction: column;
    /* gap: 30px; */
  }

  .timeline-container,
  .timeline-text {
    width: 100%;
  }
  .fast-link-container-atelier {
    flex-direction: column;
    gap: 20px;
}
.logo-pierniki-desctop {
  
    height: 40px !important;

}
}

.product-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background-color: white;
}

.product-header>* {
  flex: 1 1 45%;
  /* min-width: 300px; */
}


.all-page-content h2 {
  text-align: center;
}

.product-image img {
  width: 100%;
  height: 100%;
}

.composition {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-nutrition table {
  display: flex;
  width: 100%;
}

.product-nutrition table tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-nutrition tbody tr {

  display: flex;
  justify-content: space-between;
}

.shadow {
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
  border: 1px solid #e5e7eb;
  padding: 30px;
  border-radius: 10px;
}

.m-bot {
  margin-bottom: 30px;
}

.centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

.centering img {
  margin-bottom: 30px !important;
}



@media all and (min-width: 1440px) {

  .cont-menu,
  .cont-front {
    max-width: 1440px;
  }
}

@media all and (min-width: 1080px) {
  .contact-box {
    padding: 20px;
  }
}

@media all and (min-width: 1080px) and (max-width: 1440px) {

  .cont-menu,
  .cont-front {
    max-width: 1080px;
  }

  .menu-item a {
    margin: 7px 15px;
    font-size: 12px;
  }

  .logo-menu {
    max-width: 150px;
  }
}

@media all and (min-width: 960px) and (max-width: 1080px) {

  .cont-menu,
  .cont-front {
    max-width: 960px;
  }

  .menu-item a {
    font-size: 11px;
    margin: 7px 12px;
  }

  .logo-menu {
    max-width: 140px;
  }
}

@media all and (min-width: 768px) and (max-width: 960px) {}

@media all and (min-width: 768px) and (max-width: 960px) {

  .cont-menu,
  .cont-front {
    max-width: 768px;
  }
}

@media all and (min-width: 640px) and (max-width: 960px) {

  .filter-buttons {
    gap: 20px;
  }
}

@media all and (min-width: 640px) and (max-width: 768px) {

  .cont-menu,
  .cont-front {
    max-width: 640px;
  }
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .margin-top-container {
    margin-top: -2px;
  }

  .about-container {
    flex-direction: column;
    gap: 60px;
  }

  .about-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .about-image-wrapper {
    width: 100%;
  }

  .two-section-card {
    flex-direction: column;
  }

  .bakery-card {
    width: 100% !important;
  }

  .no-page-left img {
    width: 80%;
  }

  .no-page-left p {
    font-size: 30px;
  }

  .no-page-text-cookie {
    font-size: 20px;
  }

  .no-page-right {
    font-size: 15px;
  }
}

@media all and (min-width: 0px) and (max-width: 960px) {
  .bakery-card {
    width: calc(100%/2 - 30px);
  }

  .flex {
    width: 90%;
    display: block;
  }

  #myBtnContainer .btn {
    margin: 10px 0;
  }

  .map-and-list {
    flex-direction: column-reverse;
    flex-wrap: wrap;

    align-items: center;
  }

  .store-list-wrapper {
    width: 100%;
  }

  #mapa-sklepow {
    width: 100%;
    height: 500px;
  }

  .cont-front,
  .cont-menu {
    margin: 0 30px;
  }

  .submenu {
    opacity: 1;
    visibility: visible;
    mask-image: none;
  }

  .font-page-container {
    margin-top: 30px;
  }

  header .menu-menu {
    display: none;
  }

  .row-footer {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .footer-elements {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 20px;
  }

  .copyright {
    margin: 30px 0 60px 0;
  }

  .youtube-frame {
    height: 250px;
  }

  .mobile-nav-list a {
    transition: none;
  }
}

@media all and (max-width: 1230px) and (min-width: 0px) {
  .two-section-card {
    width: 80%;
  }

  .bakery-container {
    gap: 30px;
    flex-direction: column;
  }
}

@media all and (max-width: 1100px) and (min-width: 0px) {
  .contact-container {
    flex-direction: column;
  }
}

@media all and (min-width: 0px) and (max-width: 1080px) {
  .timeline-content img {
    height: 60px;
  }

  .timeline-circle {
    width: 50px;
    height: 50px;
  }

  .timeline-line {
    left: 25px;
  }

  .timeline-content {
    width: calc(100% - 110px);
  }
}

@media all and (min-width: 640px) and (max-width: 876px) {}

@media all and (min-width: 0px) and (max-width: 640px) {}

@media all and (min-width: 0px) and (max-width: 430px) {}

@media all and (min-width: 0px) and (max-width: 520px) {

  .font-modal,
  .tag-badge-opened,
  .modal-link {

    font-size: 13px !important;
  }


  .lightbox-overlay {
    z-index: 10000 !important;
  }
}

@media all and (min-width: 0px) and (max-width: 340px) {
  .cont-menu-not {
    margin: 0 10px !important;
  }
}


/* logowanie */

.strona-logowania {
  width: 100%;
  min-height: 100vh;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  box-sizing: border-box;
}

.logowanie-kontener {
  background: #fff;
  padding: 40px;
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.logowanie-kontener h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
}

.logowanie-kontener form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.logowanie-kontener input[type="text"],
.logowanie-kontener input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.logowanie-kontener input[type="submit"] {
  width: 100%;
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 12px;
  margin-top: 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

.logowanie-kontener input[type="submit"]:hover {
  background-color: #005e8a;
}

/* 
 */
.tabela-godzin {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.tabela-godzin th,
.tabela-godzin td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

.tabela-godzin th {
  background: #f4f4f4;
}



/* === Podstawowy kontener === */
.admin-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* === Nagłówki === */
.admin-title {
  font-size: 26px;
  margin-bottom: 20px;
  color: #222;
}

h3 {
  margin-top: 30px;
}

/* === Formularze === */
.admin-form label {
  display: inline-block;
  margin: 10px 15px 10px 0;
  font-weight: bold;
}

.admin-form input[type="text"],
.admin-form input[type="date"],
.admin-form select {
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 180px;
  width: 100%;
  box-sizing: border-box;
}

.admin-form button {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
}

.admin-form button:hover {
  background-color: #005e8a;
}

/* === Tabela === */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}

.admin-table th,
.admin-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.admin-table th {
  background-color: #f7f7f7;
  font-weight: bold;
  color: #333;
}

/* === Podsumowanie === */
.admin-summary {
  margin-top: 20px;
  font-size: 16px;
  background: #f9f9f9;
  padding: 12px 20px;
  border-left: 4px solid #0073aa;
  color: #333;
}

/* === Responsywność === */
@media (max-width: 768px) {

  .admin-table th,
  .admin-table td {
    font-size: 12px;
    padding: 6px;
  }

  .admin-form label,
  .admin-form input,
  .admin-form select {
    display: block;
    width: 100%;
    margin: 8px 0;
  }

  .admin-form button {
    width: 100%;
    font-size: 16px;
  }

  .admin-container {
    padding: 10px;
  }
}


/* Nagłówki sekcji */
.section-title {
  font-size: 24px;
  margin-top: 30px;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 8px;
  font-weight: 600;
}

/* Formularze */
.panel-form {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.panel-form label {
  flex: 1 1 100%;
  font-weight: 500;
}

.panel-form select,
.panel-form input[type="date"] {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  max-width: 200px;
}

/* Przyciski */
.btn-primary {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #005f8d;
}

/* Tabela */
.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.admin-table th,
.admin-table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 15px;
}

.admin-table th {
  background-color: #f8f8f8;
  font-weight: 600;
}

.admin-table td input,
.admin-table td select {
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
}

/* Podsumowanie */
.summary-box {
  margin-top: 20px;
  background: #f4f4f4;
  padding: 15px;
  border-left: 4px solid #0073aa;
  font-size: 16px;
}

.summary-box p {
  margin: 0;
  padding: 5px 0;
}

.summary-box p:first-child {
  font-weight: 600;
}

/* JSON output */
/* .json-output {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ccc;
  max-height: 400px;
  overflow: auto;
  font-family: monospace;
  font-size: 14px;
  white-space: pre-wrap;
} */

/* Responsive */
@media (max-width: 768px) {
  .panel-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-form select,
  .panel-form input[type="date"] {
    width: 100%;
  }

  .admin-table th,
  .admin-table td {
    font-size: 14px;
    padding: 8px;
  }
}

.aktualnosc-blok {
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.aktualnosc-tytul {
  font-size: 2rem;
  color: #002060;
  margin-bottom: 25px;
}

.aktualnosc-tytul a {
  color: inherit;
  text-decoration: none;
}

.aktualnosc-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.aktualnosc-zdjecie {
  flex: 1 1 40%;
  max-width: 500px;
}

.aktualnosc-zdjecie img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.aktualnosc-tresc {
  flex: 1 1 50%;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.czytaj-dalej {
  display: inline-block;
  margin-top: 15px;
  background: #f4e9d8;
  color: #002060;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 3px;
  font-weight: bold;
  transition: 0.3s;
}

.czytaj-dalej:hover {
  background: #002060;
  color: #fff;
}


.aktualnosci-container {
  background: #fff;
  padding: 40px 0;
}

.aktualnosci-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.aktualnosci-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
}

.aktualnosci-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.aktualnosci-content ul {
  padding-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.aktualnosci-content li {
  margin-bottom: 0.5em;
}

.aktualnosci-content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  border-radius: 10px;
}

.btn:hover,
.active {
  background-color: white !important;
  box-shadow: 0 5px 25px rgb(0 0 0 / 10%) !important;
  border-radius: 10px;
}

.timeline-circle h3 {
  margin: 0 !important;
}

.contact-item p a {
  color: #696969;
}

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

.product-nutrition table tbody tr {
  border-bottom: 1px solid black;
}

.cake-order-full {
  background: #f9f9f9;
  color: #fff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.container-order {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.order-text {
  flex: 1;
  min-width: 300px;
  color: #696969;
}

.order-text .order-subtitle {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
  color: #60493b;
}

.order-text h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #60493b;
}

.order-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 600px;
}

.order-button {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 24px;
  background: #fff;
  color: #965b35;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.order-button:hover {
  background: #f7f7f7;
}

.order-visual {
  flex: 1;
  min-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cake-image-wrapper {
  position: relative;
}

.cake-image-wrapper img {
  max-width: 100%;
  border-radius: 16px;
}

.cake-badge {
  display: none;
  position: absolute;
  top: -20px;
  right: -50px;
  background: #fff;
  color: #d43f3a;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 20px;
  border-radius: 40px;
  transform: rotate(-20deg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.cake-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 120px);
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.option-icon {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #965b35;
  font-size: 0.75rem;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.option-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.option-icon:hover {
  transform: scale(1.05);
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

.dotation-margin {
  margin-top: 0px !important;
  padding: 20px 0;
}

.option-icon span {
  font-size: 15px;
}

.order-visual {
  flex: 1;
  min-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cake-image-wrapper {
  position: relative;
  max-width: 100%;
  border-radius: 12px;
}

.cake-image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}



.cake-order-form {
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.moje-zdjecie {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.column img:hover {
  transform: none !important;
}

.cake-order-form input,
.cake-order-form textarea,
.cake-order-form select {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.cake-order-form button {
  background: #d175b6;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
}


.tlo-blog {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 80vh;
  top: 0;
  overflow-x: hidden;
}

.section-home {
  z-index: 3;
  position: relative;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 130px 1.5rem 0;
}

/* 

*/

.blog-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}

.card-blog {
  display: flex;
  flex-direction: row;
  margin: 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgb(239 237 219);
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.card-date {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}

.card-excerpt {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.card-button {
  display: inline-block;
  color: #684f40;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;

  border: 1px solid #684f40;
}

.card-button:hover {
  background-color: #b92020;
}

.blog-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}

.card-blog.reversed {
  flex-direction: row-reverse;
}

.card-image {
  flex: 1 1 60%;
}

.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-content-aktualnosci {
  flex: 1 1 40%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f5ee;
}

.card-date {
  font-size: 14px;
  color: #aaa;
  display: block;
  margin-bottom: 10px;
}

.card-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #2b2b2b;
  text-align: center;
}

.card-excerpt {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
}


@media (max-width: 768px) {

  .card-blog,
  .card-blog.reversed {
    flex-direction: column;
  }

  .card-content,
  .card-image {
    flex: 1 1 100%;
  }
}

/* Zmienna wysokość obrazów */
.card-blog.h400 .card-image img {
  height: 450px;
}

.card-blog.h450 .card-image img {
  height: 500px;
}

.card-blog.h500 .card-image img {
  height: 550px;
}

/* Atelier */
.menu-height-atelier {
  height: 80px;
}

.menu-atelier-cont {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.atelier-nav {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 50%;
}

.atelier-reservation, .pierniki-history {
  display: flex;
  justify-content: center;
  align-content: center;
}

.atelier-reservation a, .pierniki-history a {
  padding: 10px 12px;
  /* border: 1px solid #6f370f; */
  border-radius: 9px;
  background-color: #e8dad0;
  color: #6f370f;
}

.atelier-logo,
.atelier-reservation {
  width: 25%;
}


.menu-atelier-item a {
  text-decoration: none;
  margin: 7px 17px;
  cursor: pointer;
  font-family: Montserrat;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #202020;
  font-size: 17px;
  transition: all 0.3s ease-out !important;
}

.menu-altelier {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* width: 80%; */
}

.logo-atelier{
  max-width: 150px;
}

@media all and (max-width: 420px) {
  .mobile-atelier-none {
    display: none;
  }

  .menu-altelier {
    justify-content: space-around !important;
  }

  .logo-atelier-mobile {
    height: 50px !important;
  }
}

@media all and (max-width: 640px) {
  .logo-atelier-mobile {
    display: block !important;
    height: 60px;
  }

  .atelier-logo {
    width: 75px;
  }

  .logo-atelier {
    display: none;
  }

  .atelier-nav {
    width: calc(100% - 85px);
  }

  .menu-atelier-item a {
    margin: 0;
  }
}

@media all and (min-width: 420px) and (max-width: 640px) {
  .menu-altelier {
    justify-content: space-between !important;
  }
}

@media all and (max-width: 820px) {
  .atelier-reservation {
    display: none;
  }

  .atelier-nav {
    width: 75%;
    justify-content: flex-end;
  }

  .footer-mobile {
    display: block;
  }

  .footer-desctop {
    display: none;
  }
}

@media all and (max-width: 1080px) {
  .menu-atelier-item a {
    font-size: 14px;
  }

  .menu-altelier {
    width: 100%;
    justify-content: center;
  }
}

@media all and (max-width: 1200px) {
  .logo-atelier-desctop {
    display: none;
  }
  .piernik-boxes {
    justify-content: center !important;
  }
}

@media all and (min-width: 640px) and (max-width: 1200px) {
  .logo-atelier {
    display: block !important;
  }
}

.logo-atelier-mobile,
.logo-atelier {
  display: none;
}

.logo-atelier-desctop , .logo-pierniki-desctop {
  height: 60px;
}

/* footer ateleir */
.footer-atelier {
  background-color: #f9f7f5;
  color: black;
}

.container-footer-atelier {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo-atelier-footer {
  height: 40px;
}

.container-menu-footer-atelier {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cont-menu-atelier {
  justify-content: center !important;
}

.footer-media {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-right: 20px;
}

.footer-media a img {
  width: 15px;
}

/* .footer-25 {
  width: 25%;
} */

.contact-footer-elements img {
  width: 15px;
  height: 15px;
}

.container-footer-atelier {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.text-centarl-footer {
  font-size: 15px;
  font-weight: 700;
}

.contact-footer-elements {
  display: flex;
  margin-bottom: 10px;
}

.hours {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.footer-hours {
  display: flex;
  justify-content: space-between;
}

.footer-heigt-elements {
  min-height: 102px;
}

.text-centarl-footer {
  color: black;
}

.container-footer-atelier>div {
  flex: 1 1 33.333%;
  box-sizing: border-box;
}

.contact-footer-elements p,
.footer-logo-text p,
.hours-text p {
  margin: 0;

}

.contact-footer-elements {
  gap: 10px;
  align-items: center;
}

.footer-atelier-container-text {
  display: flex;
  flex-direction: row;
}

.footer-atelier-container-text p {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-logo-container,
.text-centarl-footer {
  flex: 1 1 33.333%;
  box-sizing: border-box;
}

.footer-logo-text p {
  width: 70%;
  line-height: 25px;
}

.atelier-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top: 0.5px solid #8b451381;
  margin-top: 20px;
}

.atelier-copyright p {
  margin: 40px 0 20px;
}

.hours-text p,
.hours p {
  margin-bottom: 10px;
}

.footer-hours-container {
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 768px) {

  .footer-heigt-elements,
  .footer-contact,
  .footer-logo-text,
  .footer-hours-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .footer-heigt-elements {
    min-height: auto;
  }

  .container-footer-atelier {
    flex-direction: column;
  }

  .footer-hours {
    flex-direction: row;
    width: 100%;
    gap: 60px;
  }

  .logo-atelier-footer {
    margin-bottom: 20px;
  }

  .footer-media {
    justify-content: center;
    align-items: center;
  }
}

.menu-section {
  text-align: center;
  padding: 40px 0;
}

.menu-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.menu-desc {
  color: #555;
  max-width: 700px;
  margin: 0 auto 30px;
}

.menu-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.menu-filter {
  background: #f1f1f1;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
}

.menu-filter.active {
  color: #000000;
}

.menu-filter:hover {
  color: #a7a7a7;
}

.menu-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.menu-card {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 15px;
  text-align: left;
}

.menu-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.menu-price {
  color: #8b5a2b;
  font-weight: bold;
}

.menu-description {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

.menu-weight {
  font-size: 0.8rem;
  color: #999;
}

/* ====== UKŁAD – DWIE RÓWNE KOLUMNY ====== */


.menu-item-atelier  {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  display: flex;
}

/* ====== KARTA DANIA ====== */
.menu-card-horizontal {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 170px;
  /* ⬅️ stała wysokość karty */
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu-card-horizontal:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* ====== ZDJĘCIE ====== */
.menu-image-horizontal {
  flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
}

.menu-image-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.menu-card-horizontal:hover .menu-image-horizontal img {
  transform: scale(1.05);
}

/* ====== TEKST ====== */
.menu-content-horizontal {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 18px;
  text-align: left;
  overflow: hidden;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}
/*  */
.menu-header h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #222;
  margin: 0;
  text-transform: uppercase;
}

.menu-price {
  color: #8b5a2b;
  font-weight: bold;
  font-size: 0.95rem;
}

.menu-description {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.3;
  margin: 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.menu-weight {
  font-size: 0.8rem;
  color: #999;
}

.menu-tags {
  margin-top: 4px;
}

.menu-tag {
  display: inline-block;
  background: #f5f3f1;
  color: #4a372a;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 0.7rem;
  white-space: nowrap;
}

.menu-items {
  gap: 20px;
}

.menu-section {
  margin: 0 30px;
}

@media (max-width: 420px) {
  .menu-items {
    display: flex;
    flex-direction: column;
  }
}

/* ======= WIDOK MOBILNY (poniżej 420 px) ======= */
@media (max-width: 420px) {
  .menu-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .menu-item {
    flex: 0 0 100%;
  }

  .menu-card-horizontal {
    flex-direction: column;
    height: auto;
  }

  .menu-image-horizontal {
    flex: none;
    width: 100%;
    height: 200px;
  }

  .menu-content-horizontal {
    padding: 15px;
  }

  .menu-header {
    gap: 10px;
  }

  .menu-header h3 {
    font-size: 1rem;
  }

  .menu-price {
    font-size: 1rem;
  }

  .menu-description {
    -webkit-line-clamp: unset;
  }

  .menu-tags {
    justify-content: center;
  }

  .menu-description {
    font-size: 12px;
  }
}

.tradition-text-pierniki {
    font-size: 60px !important;
    font-family: cursive;
}

.text-pierniki {
  font-size: 15px !important;
}

.fast-links p a, .fast-links-atelier p a{
  cursor: pointer;
  display: inline-block;
}
.fast-links-atelier p a { 
    font-weight: 500;
}

.fast-links p a:hover,  .fast-links-atelier p a:hover {
  transform: scale(1.04);            
}

/* glowne zdjecie */
/* ===== HERO ATELIER ===== */
.hero-atelier {
  position: relative;
  width: 100%;
  height: 480px;
  background-image: url('https://r-new-test.ruminscy.pl/wp-content/uploads/2025/10/burger.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;

}
.hero-pierniki {
    position: relative;
  width: 100%;
  height: 480px;
  background-image: url('https://r-new-test.ruminscy.pl/wp-content/uploads/2025/11/swiateczny-piernik-na-patyku-pojecie-gotowania_169016-5127.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
  z-index: 2;
}

.hero-content h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #f2f2f2;
}

/* ===== PRZYCISKI ===== */
.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-atelier {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #8c5623;
  color: #fff;
}

.margin-atelier-section {
  margin-top: 0 !important;
}

.btn-primary:hover {
  background: #a56a366c !important;
  color: #282828;

}

.btn-outline {
  background-color: #c8c8c85e;
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.304) !important;
  color: #282828;
}

/* ===== RESPONSYWNOŚĆ ===== */
@media (max-width: 768px) {
  .hero-atelier {
    height: 360px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 0.95rem;
  }
  .white-logo {
  width: 80% !important;
  
  }
  .tradition-text-pierniki {
    font-size: 30px !important;
  }

}
.white-logo {
  width: 65%;
}

/* ===== SEKCJA INFORMACYJNA ===== */
.info-section {
  padding: 60px 20px;
  background: #fff;
}

.info-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
}

.info-card {
  flex: 1 1;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 35px 25px 30px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* ===== IKONY ===== */
.info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f8f4f1;
  color: #8b5a2b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 15px;
}

.info-card h3 {
  font-size: 1.1rem;
  color: #3a2b1f;
  margin-bottom: 10px;
  font-weight: 600;
}

.info-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

/* ===== PRZYCISKI ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.btn-primary {
  background: #8b5a2b;
  color: #fff;
}

.btn-primary:hover {
  background: #a56a36;
}

/* ===== TAGI ===== */
.info-tags {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dark-color-text {
  color: black !important;
}
.button-pierniki-margin {
  margin: 20px 0;
}
.info-tags span {
  background: #f4efeb;
  color: #5b4332;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 0.8rem;
}

/* ===== RESPONSYWNOŚĆ ===== */
@media (max-width: 1024px) {
  .info-container {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .info-card {
    flex: 1 1 100%;
  }
  .piernik-title, .np-title {
    font-size: 28px !important;
}
}

/* ===== SEKCJA O NAS ===== */
.about-section-atelier {
  padding: 30px 20px;
  background: #fff;
}

.about-container-atelier {
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  gap: 0;
}

/* LEWA KOLUMNA (tekst) */
.about-text-atelier {
  flex: 1 1 55%;
  padding: 60px 50px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text-atelier h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c1d0f;
  margin-bottom: 20px;
}

.about-text-atelier p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #444;
}

/* PRAWA KOLUMNA (zdjęcie) */
.about-image-atelier {
  flex: 1 1 45%;
  overflow: hidden;
  border-radius: 15px;
}

.about-image-atelier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== RESPONSYWNOŚĆ ===== */
@media (max-width: 900px) {
  .about-container-atelier {
    flex-direction: column;
  }

  .about-text-atelier {
    padding: 40px 25px;
  }

  .about-image-atelier {
    height: 300px;
  }
}

/* generator piernikow */
.generator-back-button {
    background: linear-gradient(180deg, #f6e7d1, #f2d7b5);
  color: #5b3b1a;
  border: 1px solid #f7d8b4;
  border-radius: 10px;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(247, 230, 180, 0.4);
  margin-left: 80px;
}
.generator-back-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.generator-back-button a img {
  width: 25px;
}

.generator-back-button:hover {
  background: linear-gradient(180deg, #f1d7b0, #efbe81);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 217, 140, 0.5);
}

.generator-back-button a {
  text-decoration: none;
  color: inherit;
}

.arrow-arena {
    transform: rotate(180deg);
    width: 50px;
    margin: 0 10px;
}

/* === Footer zawsze na dole strony === */
.footer-pierniki-generator {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff8ef;
  border-top: 1px solid #d6b184;
  box-shadow: 0 -2px 10px rgba(100, 60, 30, 0.1);
  text-align: center;
  z-index: 1000;
  padding: 10px 0;
}

.footer-pierniki-generator p {
  margin: 0;
  font-size: 14px;
  color: #5a3a1a;
  font-weight: 500;
}
.piernik-experience-section {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.piernik-title {
    font-size: 38px;
    font-weight: 700;
    color: #5a3a20;
}

.piernik-underline {
    width: 80px;
    height: 4px;
    background: #8b4513;
    margin: 15px auto 50px;
    border-radius: 4px;
}

.piernik-boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.piernik-box {
    background: #ffffff;
    border: 1px solid #e1d5c8;
    padding: 20px 25px;
    border-radius: 16px;
    width: 250px;
    transition: 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.piernik-box:hover {
    background: #fff8f2;
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.container-piernik {
  margin: 0 30px;
}
.piernik-icon img {
    width: 65px;
    height: auto;
}

.piernik-box h3 {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #4b2d16;
}

.piernik-box p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #5a4635;
}


 .etst {

    background: linear-gradient(135deg, #f9f7f5, #f3ebe4, #e8d9c9)
 }

 .nasze-pierniki {
    font-family: 'Montserrat', sans-serif;
}

.np-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.np-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #8b4513;
}

.np-subtitle {
    text-align: center;
    color: #444;
    margin-bottom: 40px;
}

.np-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    margin-bottom: 50px;
    overflow: hidden;
}

.np-row {
    display: flex;
    gap: 25px;
}

.np-img {
    width: 320px;
    height: 235px;
    object-fit: cover;
    border-radius: 14px;
}

.np-text h3 {
    margin-top: 10px;
    font-size: 22px;
    color: #8b4513;
}

.np-text p {
    margin-top: 10px;
    color: #4f4f4f;
}

.np-toggle {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ebdfd2;
    color: #8b4513;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.np-hidden {
    display: none;
    padding: 20px;
    border-top: 1px solid #eee;
    color: #555;
}

.np-hidden.open {
    display: block;
}
@media (max-width: 900px) {
    .np-row {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .np-img {
        width: 100%;
        height: 220px;
        border-radius: 0;
    }
    .np-text h3 {
        font-size: 20px;
    }
    .np-text p {
        font-size: 15px;
    }
    .np-text {
  padding: 0px 25px !important;
}
}

@media (max-width: 500px) {
    .np-img {
        height: 180px;
    }
    .np-box {
        border-radius: 16px;
    }
    .np-toggle {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}
.np-text {
  padding: 20px 25px;
}

.opened-menu-pierniki {
  background-color: #fafafa;
}

.pierniki-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    padding: 40px 0;
}

.piernik-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    padding: 15px;
    cursor: pointer;
    transition: .2s;
    text-align: center;
}

.piernik-item:hover {
    transform: translateY(-5px);
}

.piernik-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.piernik-item h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #b01264;
}

.piernik-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 9999;
}

.piernik-popup-content {
    background: #fff;
    border-radius: 20px;
    max-width: 900px;
    width: 100%;
    padding: 25px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
    position: relative;
}

.piernik-close {
    position: absolute;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

.popup-left {
    position: relative;
}

.popup-left img {
    width: 100%;
    border-radius: 20px;
    height: 380px;
    object-fit: contain;
    background: #f5f5f5;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #444;
    cursor: pointer;
    padding: 5px 15px;
}

.arrow-left { left: 0; }
.arrow-right { right: 0; }

.popup-info h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.popup-info p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
}
.atelier-header {

    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
}

@media (max-width: 820px) {
    .piernik-popup-content {
        grid-template-columns: 1fr;
    }
    .popup-left img {
        height: 300px;
    }
}

.pierniki-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* maks 3 kolumny */
    gap: 30px;
    padding: 40px 0;
}

/* 2 kolumny na tabletach */
@media (max-width: 992px) {
    .pierniki-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 1 kolumna na telefonach */
@media (max-width: 600px) {
    .pierniki-grid {
        grid-template-columns: 1fr;
    }
}



.faq-item {
    position: relative;
    margin-bottom: 15px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0px 6px 22px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* ====== pytanie ====== */
.faq-question {
    padding: 20px 26px;
    width: 100%;
    border: none;
    background: white;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-right: 70px; /* miejsce na plusa */
}

/*===== IKONA (PLUS) PO PRAWEJ =====*/
.faq-question .arrow {
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: #f3e6dd;        
    border-radius: 50%;

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

    font-size: 22px;
    font-weight: 700;
    color: #8b4513;              

    transition: transform 0.25s ease, background 0.2s ease;
}

/*===== OTWARTE =====*/
.faq-question.active .arrow {
    transform: translateY(-50%) rotate(45deg);
    background: #e8d3c3;        
}
/* ===== treść ===== */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 26px;
    color: #444;
    font-size: 17px;
    line-height: 1.6;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
    max-height: 400px;
    padding: 20px 26px 26px;
}

.faq-title {
  text-align: center;
    color: #684f40;
}

.faq-section-title {
  color: #696969;
  margin-top: 50px;
}

.faq-answer p {
  margin: 0 !important;
}