.hero-section {
	background-size: cover;
	background-position: center;
	padding: 180px 20px;
	position: relative;
	color: white;
	height: 800px;
}

.hero-section .overlay {
	background-color: rgba(0, 0, 0, 0.2); /* delikatne przyciemnienie tła */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 700px;
	margin: auto;
}

.hero-content h1 {
	font-size: 48px;
	font-weight: bold;
}

.hero-content p {
	font-size: 20px;
	margin-top: 15px;
}

.hero-content .buttons {
	margin-top: 30px;
}

.hero-content .btn {
	display: inline-block;
	margin: 0 10px;
	padding: 12px 30px;
	border-radius: 30px;
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.hero-content .btn:hover {
	background-color: #e1e1e1;
}


.category-toggle.active {
    background-color: #000;
    color: #fff;
  }
  .carousel-section .card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 15px;
  }
  .carousel-section .card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  #product-carousel{
	width: 100%;
  }

  /*sekcja 2 */
  .stylish-walk-section {
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    position: relative;
    color: white;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.stylish-walk-section .overlay {
    background-color: rgba(0, 0, 0, 0.3); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 100px;
}

.walk-content {
    position: relative;
    max-width: 600px;
}

.walk-content h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.walk-content h2 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 10px;
}

.walk-content p {
    font-size: 18px;
    margin-top: 15px;
}

.walk-content .btn {
    margin-top: 30px;
    padding: 10px 25px;
    border-radius: 25px;
    background-color: white;
    color: black;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.walk-content .btn:hover {
    background-color: #e1e1e1;
}
/* KARUZELA SWIPER */
/* Kontener z karuzelą ma widoczny overflow */
.swiper-container {
  overflow: visible !important;
  position: relative;
  margin-left: 30px;
}

/* Strzałki Swiper */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0.9;
}

/* Przesunięcie do środka kontenera */
.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: -15px;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.card-img-top {
  height: 160px; /* zmniejsz obrazki */
  object-fit: contain;
  width: auto;
  margin: auto;
  padding: 10px;
}
/* Ukryj domyślne strzałki Swiper (pseudo-elementy) */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
/* Ikony SVG (opcjonalne dopasowanie) */
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 16px;
  height: 16px;
}
body {
  overflow-x: hidden;
}

.przystan-section {
  background: #faf8f4;
}

.przystan-section h2 {
  font-weight: 700;
}

.przystan-description p {
  font-size: 1.05rem;
}

.przystan-logo {
  max-width: 320px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.przystan-logo-placeholder {
  border: 2px dashed #d9d9d9;
  border-radius: 18px;
  color: #6c757d;
  min-height: 240px;
  padding: 2rem;
}

.przystan-cart-control {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 1.75rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 12px 32px rgba(15, 25, 40, 0.08);
}

.przystan-cart-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.przystan-cart-headline label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  margin-bottom: 0;
}

#przystan-ocalenie-checkbox {
  width: 1.25rem;
  height: 1.25rem;
}

.przystan-cart-label {
  font-size: 1.05rem;
}

.przystan-separator {
  font-size: 1.3rem;
  color: #6c757d;
}

.przystan-read-more {
  font-weight: 600;
  color: #0d6efd;
  text-decoration: underline;
}

.przystan-read-more:hover,
.przystan-read-more:focus {
  color: #084298;
  text-decoration: none;
}

.przystan-success-message {
  display: none;
  margin-top: 1.25rem;
  border-radius: 14px;
  font-weight: 600;
}

.przystan-success-message.is-active {
  display: block;
}

.przystan-checkout-note {
  display: none;
  margin-bottom: 1.5rem;
  border-radius: 12px;
}

.przystan-checkout-note.is-active,
body.przystan-selected #przystan-checkout-note {
  display: block;
}

.przystan-checkout-note-warning {
  background-color: #fff3cd;
  border-color: #ffe08a;
  color: #5c4400;
}

body.przystan-selected .woocommerce-billing-fields,
body.przystan-selected .woocommerce-shipping-fields {
  position: relative;
}

.przystan-locked-field input,
.przystan-locked-field select,
.przystan-locked-field textarea {
  background-color: #f5f5f5 !important;
}

.przystan-page-hero {
  background: linear-gradient(135deg, #fff8ee 0%, #ffffff 100%);
}

.przystan-page-hero h1 {
  font-weight: 700;
}

.przystan-page-lead {
  font-size: 1.1rem;
  line-height: 1.7;
}

.przystan-page-info {
  border-radius: 14px;
  font-weight: 500;
}

.przystan-page-logo {
  max-width: 380px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.przystan-page-content-section {
  background: #f5f5f5;
}

.przystan-page-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 14px 40px rgba(12, 25, 44, 0.08);
}

.przystan-page-content p {
  font-size: 1.05rem;
  line-height: 1.8;
}

.przystan-page-content p:last-child {
  margin-bottom: 0;
}

.przystan-config-warning {
  border-radius: 12px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .przystan-cart-control {
    padding: 1.25rem;
  }

  .przystan-cart-label {
    font-size: 1rem;
  }

  .przystan-section {
    text-align: center;
  }

  .przystan-section .btn {
    width: 100%;
  }

  .przystan-page-content {
    padding: 1.75rem;
  }
}

/*menu */
.main-header .main-menu .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-menu .nav > li > a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.header-icons i {
  font-size: 18px;
}

.header-icons a:hover {
  color: #999;
}
.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background-color: #dc3545;
  color: #fff;
  font-size: 11px;
  padding: 4px 6px;
  line-height: 1;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}






/* Zabezpieczenie logo w headerze przed dziedziczeniem stylu img z WooCommerce */
header .logo img {
  width: auto !important;
  max-width: none !important;
  height: 40px !important; /* możesz dostosować */
  display: inline-block;
}

/* Zabezpieczenie logo w headerze przed dziedziczeniem stylu img z WooCommerce */
header .logo img {
  width: auto !important;
  max-width: none !important;
  height: 40px !important; /* możesz dostosować */
  display: inline-block;
}


/* Aktywny przycisk kategorii */
.btn-outline-dark.active, 
.btn-outline-dark:hover {
    background-color: #ED68BC !important;
    border-color: #ED68BC !important;
    color: #fff !important;
    --bs-btn-border-color:#ED68BC !important;
}

/* Przycisk „Odkryj wszystkie produkty” */
#all-products-btn {
    background-color: #ED68BC !important;
    border-color: #ED68BC !important;
    color: #fff !important;
}

#all-products-btn:hover {
    background-color: #d85dab !important;
    border-color: #d85dab !important;
}

/* o nas ----------------------------------------*/


.about-us-section .btn {
  background-color: #fff;
  color: #000;
  border: none;
  transition: all 0.3s ease;
}
.about-us-section .btn:hover {
  background-color: #d85dab !important;
  color: #fff;
}





/* Stylowanie wyszukiwarki */
/* Stylowanie wyszukiwarki z animacją */
.search-bar {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 300px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    padding: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.search-bar.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.search-bar input {
    width: 80%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-bar button {
    width: 25%;
    background-color: #5a5a5a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.search-bar button:hover {
    background-color: #333;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

footer {
    background-color: #1a1a1a; /* lub Twój ciemny kolor */
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}
footer .social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 1.5rem;
}
footer .social-icons a:hover {
  color: #3b5998;
}
.kontakt-info a {
  text-decoration: none !important;
}

.kontakt-info i {
  font-size: 1.5rem;
}

.kontakt-section ul {
  line-height: 2.2;
}



.product-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.product-card img {
  max-height: 200px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.product-card h5 {
  font-size: 1rem;
  font-weight: 600;
  min-height: 48px;
}

.product-card .btn {
  font-size: 0.9rem;
  padding: 6px 12px;
  border-radius: 6px;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 30px !important;
  bottom: 0 !important;
  text-align: center !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: #000 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
  top: 45% !important;
  z-index: 10 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold !important;
}


.swiper-button-prev {
  left: 10px !important;
}

.swiper-button-next {
  right: 10px !important;
}

.swiper-button-next::after {
  content: '›' !important;
  font-size: 24px !important;
  color: #000 !important;
  font-weight: bold;
}

.swiper-button-prev::after {
  content: '‹' !important;
  font-size: 24px !important;
  color: #000 !important;
  font-weight: bold;
}


#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background-color: transparent;
  color: #e91e63; /* różowa strzałka */
  border: 2px solid #e91e63;
  padding: 10px;
  font-size: 20px;
  border-radius: 0;
  cursor: pointer;
  display: none;
  transition: 0.3s ease;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 16px;
}

#scrollTopBtn:hover {
  background-color: #e91e63;
  color: #fff; /* biała strzałka */
}

/* Fundacja intro text section */
.fundacja-intro {
  background-color: #f9f5ef;
}
.fundacja-intro h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
.fundacja-intro p {
  font-size: 1.1rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .fundacja-intro h3 {
    font-size: 1.5rem;
  }
  .fundacja-intro p {
    font-size: 1rem;
  }
  }

/* Sekcja Facebook */
.facebook-section {
  background-color: #f9f5ef;
}
.facebook-section i {
  color: #3b5998;
}
.facebook-section h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
.facebook-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

/* On Tour Section */
.on-tour-section {
  background-color: #ffffff;
}
.on-tour-section h2 {
  font-size: 1.75rem;
  font-weight: 600;
}
.on-tour-section p {
  font-size: 1.1rem;
  line-height: 1.7;
}
.poland-map {
  max-width: 100%;
  cursor: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDY0IDMyIj4KICA8cmVjdCB4PSIxMCIgeT0iMTAiIHdpZHRoPSI0NCIgaGVpZ2h0PSIxMiIgZmlsbD0icmVkIi8+CiAgPGNpcmNsZSBjeD0iMjAiIGN5PSIyNSIgcj0iNSIgZmlsbD0iYmxhY2siLz4KICA8Y2lyY2xlIGN4PSI0NCIgY3k9IjI1IiByPSI1IiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K'), auto;
}
/* Social buttons in On Tour Section */
.on-tour-section .social-buttons .btn {
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 1rem;
}

.on-tour-section .btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.on-tour-section .btn-facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #fff;
}

.on-tour-section .btn-instagram {
  background-color: #E4405F;
  border-color: #E4405F;
  color: #fff;
}

.on-tour-section .btn-instagram:hover {
  background-color: #cf2a4c;
  border-color: #cf2a4c;
  color: #fff;
}
#stopka a{
text-decoration: none;
color: #fff;
}
#mega-menu-pies{
  background-color: #fcd730 !important;
}

.ciastka-hero {
  background: radial-gradient(circle at 20% 20%, #ffeeba 0, #ffeeba 15%, transparent 35%),
              radial-gradient(circle at 80% 0, #ffd7e6 0, #ffd7e6 18%, transparent 40%),
              linear-gradient(135deg, #fef6e4 0%, #fff 40%, #f7e6ff 100%);
  position: relative;
  overflow: hidden;
}

.ciastka-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 120%, rgba(255, 214, 102, 0.2), transparent 45%);
  pointer-events: none;
}

.ciastka-hero .container {
  position: relative;
  z-index: 1;
}

.ciastka-eyebrow {
  color: #c05a00;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
}

.ciastka-lead {
  color: #4f3d2a;
  max-width: 720px;
  margin: 0 auto;
}

.ciastka-products .ciastka-product-card {
  background: linear-gradient(180deg, #2b1b00 0%, #3c2607 100%);
  color: #fff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.ciastka-products .ciastka-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
}

.ciastka-product-thumb img {
  object-fit: cover;
  min-height: 200px;
  background: #fff8ec;
}

.ciastka-product-title {
  color: #ffe6ba;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
}

.ciastka-product-title:hover {
  color: #ffd382;
}

.ciastka-price {
  color: #fef6e4;
  font-size: 1rem;
}

.ciastka-btn {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.ciastka-btn:hover,
.ciastka-btn:focus {
  background: #ffd382;
  border-color: #ffd382;
  color: #3c2607;
}

.ciastka-sections {
  background: linear-gradient(180deg, #fff 0%, #fff9f1 100%);
}

.ciastka-section-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
  border: 1px solid #ffe3b0;
  position: relative;
  overflow: hidden;
}

.ciastka-section-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 226, 179, 0.15), rgba(255, 184, 206, 0.08));
  opacity: 0.9;
  pointer-events: none;
}

.ciastka-section-card > * {
  position: relative;
  z-index: 1;
}

.ciastka-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #f7931e, #ffcf6f);
  box-shadow: 0 0 0 6px rgba(255, 207, 111, 0.35);
}

.ciastka-faq-section {
  background: #f8fbff;
}

.ciastka-faq .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6eef8;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
}

.ciastka-faq .accordion-button {
  font-weight: 700;
  color: #2b1b00;
  background: linear-gradient(90deg, #fff 0%, #fff6e8 100%);
  padding: 16px 18px;
}

.ciastka-faq .accordion-button:not(.collapsed) {
  color: #c05a00;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.ciastka-faq .accordion-body {
  background: #fff;
  padding: 16px 18px 18px;
}

@media (max-width: 991.98px) {
  .ciastka-hero {
    text-align: center;
  }

  .ciastka-product-thumb img {
    min-height: 180px;
  }
}