body.page-template-page-landing-custom.page-id-33 #main-content.pls-site-content,
body.page-template-page-landing-custom.page-id-33 #main-content.pls-site-content > .container,
body.page-template-page-landing-custom.page-id-33 #main-content.pls-site-content > .container > .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: visible;
    background-color: white !important;
}

/* =========================================================
   HERO – FULL BLEED
========================================================= */
body.page-template-page-landing-custom.page-id-33 .hero-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    text-align: center;
}

/* =========================================================
   HERO IMAGE – WSPÓLNE
========================================================= */
body.page-template-page-landing-custom.page-id-33 .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    z-index: 0;
}

/* =========================================================
   OVERLAY – POD TEKST
========================================================= */
body.page-template-page-landing-custom.page-id-33 .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* =========================================================
   HERO CONTENT – NA DOLE ZDJĘCIA
========================================================= */
body.page-template-page-landing-custom.page-id-33 .hero-content {
    position: absolute;
    left: 50%;
    bottom: 4rem;
    transform: translateX(-50%);
    z-index: 2;

    max-width: 800px;
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    color: #fff;
}

body.page-template-page-landing-custom.page-id-33 .hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 500;
font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
    margin-bottom: 0.8rem;
    line-height: 1.2;
	color: #ffffff;
}

body.page-template-page-landing-custom.page-id-33 .hero-content h2 {
    font-size: clamp(1.1rem, 2vw, 1.6rem);
    font-weight: 300;
font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
    margin-bottom: 1.8rem;
	color: #ffffff;
}

body.page-template-page-landing-custom.page-id-33 .hero-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 0.9rem 2.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

body.page-template-page-landing-custom.page-id-33 .hero-btn:hover {
    background-color: var(--pls-button-bg-color);
    color: #fff;
}

/* =========================================================
   DESKTOP (>=1024px)
   WYSOKIE HERO + COVER (PREMIUM LOOK)
========================================================= */
@media (min-width: 1024px) {

  body.page-template-page-landing-custom.page-id-33 .hero-section {
      height: 120vh;
      min-height: 820px;
  }

  body.page-template-page-landing-custom.page-id-33 .hero-desktop {
      display: block;
      object-fit: cover;
      object-position: center 45% !important;
  }

  body.page-template-page-landing-custom.page-id-33 .hero-mobile {
      display: none;
  }

}

/* =========================================================
   MOBILE + TABLET (<1024px)
   MNIEJ PRZYBLIŻONY KADR
========================================================= */
@media (max-width: 1023px) {

  body.page-template-page-landing-custom.page-id-33 .hero-section {
      height: 77vh;
      min-height: 320px;
  }

  body.page-template-page-landing-custom.page-id-33 .hero-mobile {
      display: block;
      object-fit: cover;
      object-position: start;
  }

  body.page-template-page-landing-custom.page-id-33 .hero-desktop {
      display: none;
  }

  body.page-template-page-landing-custom.page-id-33 .hero-content {
      bottom: 2.5rem;
  }

}


body.page-template-page-landing-custom.page-id-33 .features-section {
    padding: 1rem var(--pls-grid-gap);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #31473d;
    margin: 0 auto;
}

body.page-template-page-landing-custom.page-id-33 .features-title {
    text-align: left;
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    color: #fff;
}

body.page-template-page-landing-custom.page-id-33 .features-wrapper h2{
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

body.page-template-page-landing-custom.page-id-33 .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    width: 100%;
	padding-bottom: 2rem;
}

body.page-template-page-landing-custom.page-id-33 .feature-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2 / 3; 
    transition: transform 0.3s ease;
}

body.page-template-page-landing-custom.page-id-33 .feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

body.page-template-page-landing-custom.page-id-33 .feature-box:hover img {
    transform: scale(1.05);
}

body.page-template-page-landing-custom.page-id-33 .feature-label {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35); 
    background: none;
    padding: 0;
    margin: 0;
}

body.page-template-page-landing-custom.page-id-33 span.feature-label {
    font-size: 2.5rem;
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

@media (max-width: 1024px) {
    body.page-template-page-landing-custom.page-id-33 .features-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 1rem;
		margin-bottom: 2rem;
    }

    body.page-template-page-landing-custom.page-id-33 .features-title {
        font-size: 2rem;
        margin-bottom: 1rem;
		padding-left: 5px;
    }

    body.page-template-page-landing-custom.page-id-33 .feature-label {
        font-size: 1rem;
        bottom: 0.8rem;
        left: 0.8rem;
    }
}

@media (max-width: 767px) {
	body.page-template-page-landing-custom.page-id-33 .features-section{
		padding: 0;
	}
	
    body.page-template-page-landing-custom.page-id-33 .features-grid {
        grid-template-columns: repeat(2, 1fr); 
        gap: 0.5rem;
		padding-bottom: 1rem;
		
    }

    body.page-template-page-landing-custom.page-id-33 .features-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
		margin-top: 10px;
    }

    body.page-template-page-landing-custom.page-id-33 .feature-label {
        bottom: 0.6rem;
        left: 0.6rem;
    }
	body.page-template-page-landing-custom.page-id-33 span.feature-label {
    font-size: 1.2rem;
}
	body.page-template-page-landing-custom.page-id-33 .hero-content h1 {
	margin-top: 2rem;
}
}

@media (min-width: 1600px) {
    body.page-template-page-landing-custom.page-id-33 .feature-label {
        font-size: 1.3rem;
        bottom: 1.2rem;
        left: 1.2rem;
    }
}

body.page-template-page-landing-custom.page-id-33 #header.pls-site-header {
    position: relative;
    z-index: 10;
}

.product-section {
  position: relative;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
  margin-bottom: 80px;
  background-color: white;
}


.section-title-motyw,
.section-title-okazja {
  padding-top: 10px;
  margin-bottom: 10px;
}

.section-title-motyw h2,
.section-title-okazja h2{
  font-size: 42px;
  font-weight: nomral;
  color: #333;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.product-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-filter button {
  padding: 6px 30px;
  border: 1px solid #31473D;
  border-radius: 25px;
  background-color: white;
  color: #31473D;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-weight: normal;
  white-space: nowrap;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
}

.product-filter button.active {
  background-color: #31473D;
  color: white;
  border: none;
}

.product-filter button:hover {
  background-color: #31473d;
  color: white;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  padding: 10px;
  background-color: #fbf9f7 !important;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 350px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  aspect-ratio: 2 / 3;
  display: block;
}

.swiper-slide h4 {
  margin: 0 0 5px;
  font-size: 0.9em;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-left: 10px;
}

.swiper-slide .price {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-left: 10px;
  margin-top: 3px;
}

#motyw-slider,
#okazja-slider{
	padding-bottom: 10px;
    padding-top: 10px;
}

#motyw-next,
#motyw-prev,
#okazja-next,
#okazja-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #31473D !important;
  color: white !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  z-index: 1000;
  position: absolute;
  bottom: -40px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#motyw-prev,
#okazja-prev {
  left: 0;
  right: auto;
}

#motyw-next,
#okazja-next {
  right: 0;
  left: auto;
}

#motyw-next::after,
#motyw-prev::after,
#okazja-next::after,
#okazja-prev::after {
  font-size: 18px;
  font-weight: bold;
}

/* === MEDIA === */
@media (min-width: 1024px) {
  /* Desktop */
  .swiper-slide {
    width: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  /* Mobile */
  .swiper-slide {
    width: calc(100% - 20px);
  }

  #motyw-next,
  #motyw-prev,
  #okazja-next,
  #okazja-prev {
    display: none !important;
  }

  .product-filter button {
    font-size: 12px;
    padding: 4px 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .section-title-motyw,
  .section-title-okazja {
    margin-bottom: 10px;
  }

  .section-title-motyw h2,
  .section-title-okazja h2 {
    font-size: 28px;
    font-weight: normal;
    color: #333;
  }
	
  .product-filter {
  margin-bottom: 20px;
}
}

/* Tablety */
@media (min-width: 768px) and (max-width: 1024px) {
  .section-title-motyw,
  .section-title-okazja {
    padding-top: 18px;
    margin-bottom: 10px;
  }

  .section-title-motyw h2,
  .section-title-okazja h2 {
    font-size: 34px;
    font-weight: normal;
    color: #333;
  }
}

/* =========================================================
   SECTION FILM – DESKTOP
========================================================= */
/* =========================================================
   SECTION FILM – DESKTOP (BEZ ZMIAN W WYGLĄDZIE)
========================================================= */
.section-film {
    display: flex;
    width: 100vw;
    height: 75vh;
    overflow: hidden;
}

.section-film-content {
    display: flex;
    width: 100%;
    height: 100%;
}

.section-film-image {
    width: 25%;
    height: 100%;
}

.section-film-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-film-text {
    width: 75%;
    background-color: #31473D;
    color: white;

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

    padding: 0 20px;
    text-align: center;
}

/* TYPOGRAFIA */
.section-film-text h2 {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.section-film-text h3 {
    font-size: 32px;
    margin: 10px 0;
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.section-film-text p {
    font-size: 24px;
    margin-bottom: 20px;
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

/* BUTTON */
.btn-more {
    background-color: #ffffff;
    color: black;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 16px;
    transition: all 0.3s ease;
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.btn-more:hover {
    background-color: #627B70;
    color: white;
}

/* =========================================================
   MOBILE – BACKGROUND IMAGE (ZAMIANA VIDEO)
========================================================= */
@media (max-width: 768px) {

    .section-film {
        flex-direction: column;
        height: 77vh;
        width: 100vw;
    }

    .section-film-content {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .section-film-image {
        display: none;
    }

    .section-film-text {
        width: 100%;
        height: 100%;

        background-image:
            linear-gradient(
                rgba(0,0,0,0.35),
                rgba(0,0,0,0.35)
            ),
            url("/wp-content/uploads/2025/12/POCZUJ-UROK-MOBILE.jpg");

        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

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

        padding: 20px;
        color: white;
    }

    .section-film-text h2 {
        font-size: 32px;
    }

    .section-film-text h3 {
        font-size: 20px;
    }

    .section-film-text p {
        font-size: 16px;
    }

    .btn-more {
        padding: 10px 25px;
        font-size: 14px;
    }
}


.section-promo {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 40px;
  background-color: #FBF9F7;
}

.promo-box {
  width: 28%;
  text-align: left;
  box-sizing: border-box;
  background-color: #ffffff;
}

.promo-img-container img {
  width: 100%;
  height: auto;
}

.promo-text-container h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 10px 10px;
	font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.promo-text-container h3 {
  font-family: 'Lato', sans-serif;
  font-weight: light;
  font-size: 1em;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}


/* Media Query */
@media (max-width: 768px) {
  .section-promo {
    flex-direction: column;
    align-items: center;
  }

  .promo-box {
    width: 90%;
    margin-bottom: 20px;
  }
}

/* Media Query */
@media (max-width: 480px) {
  .promo-box {
    width: 95%;
  }

  .promo-text-container h2 {
    font-size: 1.3em;
  }

  .promo-text-container h3 {
    font-size: 0.9em;
  }
}

.section-promo-1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 40px;
  background-color: #FBF9F7;
}

.promo-box-section-1 {
  width: 28%;
  text-align: left;
  box-sizing: border-box;
  background-color: #ffffff;
}

.promo-img-container img {
  width: 100%;
  height: auto;
}

.promo-text-container h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 10px 10px;
}

.promo-text-container h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* =========================================================
   MOBILE – SLIDER NA SWIPE
========================================================= */
@media (max-width: 768px) {

  .section-promo-1 {
    /* nadpisujemy desktop */
    justify-content: flex-start !important;

    display: flex;
    flex-direction: row;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    gap: 16px;

    /* stabilny start od 1 elementu */
    padding: 20px 16px !important;
    scroll-padding-left: 16px;
    scroll-padding-right: 16px;

    background-color: #FBF9F7;
  }

  .section-promo-1::-webkit-scrollbar {
    display: none;
  }

  .promo-box-section-1 {
    /* 1 box na ekran (z paddingiem po bokach) */
    flex: 0 0 calc(100% - 32px);
    width: auto !important;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}



.info-section {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 40px;
  background-color: #ffffff;
}

.info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  box-sizing: border-box;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}

.info-icon img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.info-item h2 {
  font-size: 1.5em;/
  font-weight: normal;
  color: #333;
  margin: 0;
}

/* Media Queries */
@media (max-width: 768px) {
  .info-item {
    width: 49%;
  }
}

@media (max-width: 480px) {
  .info-section {
    padding: 20px 20px;
  }

  .info-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .info-item {
    width: 49%;
    margin-bottom: 20px;
  }

  .info-icon img {
    width: 80px;
    height: 80px;
  }

  .info-item h2 {
    font-size: 1em;
  }
}

.instagram-section {
  width: 100vw;
  background-color: #FBF9F7;
  padding: 40px 40px;
  text-align: center;
}

.instagram-section h2 {
  font-size: 3em;
  font-weight: normal;
  color: #31473D;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.instagram-section p {
  font-size: 1.2em;
  font-weight: normal;
  color: #333;
  margin-bottom: 30px;
}

.instagram-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.instagram-images img {
  width: 48%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Media Queries */
@media (max-width: 768px) {
  .instagram-images img {
    width: 48%;
  }

  .instagram-section h1 {
    font-size: 2.5em;
  }

  .instagram-section p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .instagram-images img {
    width: 48%;
  }

  .instagram-section h1 {
    font-size: 2em;
  }

  .instagram-section p {
    font-size: 1em;
  }
}

/* Nowe sekcje bloga */
.custom-blog-section-new {
  padding: 50px 20px;
  background-color: transparent;
  text-align: center;
  width: 100vw;
}

.container-new {
  max-width: 1200px;
  margin: 0 auto;
}

/* Tytuł sekcji */
.section-title-new {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #31473d;
  font-weight: 400;
}

/* Kontener na posty */
.posts-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 40px;
}

/* Karta posta */
.post-card-new {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.post-card-new:hover {
  transform: translateY(-5px);
}

.post-title-new {
  font-size: 1.2rem;
  color: #31473d;
  margin-bottom: 10px;
}

.post-title-new a {
  text-decoration: none;
  color: inherit;
}

.post-meta-new {
  font-size: 0.9rem;
  color: #777;
}

.post-meta-new .post-date-new {
  margin-right: 10px;
}

/* Przycisk */
.blog-button-new {
  margin-top: 20px;
}

.blog-button-new .btn-new {
  background-color: #31473d;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s;
  font-family: "Cormorant Garamond", "Garamond", "Times New Roman", serif;
}

.blog-button-new .btn-new:hover {
  background-color: #253a2e;
}

/* Responsywność dla urządzeń mobilnych */
@media (max-width: 768px) {

  .posts-grid-new {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Tytuł sekcji dla urządzeń mobilnych */
  .section-title-new {
    font-size: 1.8rem;
  }

  /* Karta posta na mniejszych ekranach */
  .post-card-new {
    padding: 15px;
  }

  /* Zmiana przycisku na mniejszych ekranach */
  .blog-button-new .btn-new {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  /* Dalsze dostosowanie na bardzo małe ekrany */
  .section-title-new {
    font-size: 1.4rem;
  }

  .blog-button-new .btn-new {
    width: 100%;
    padding: 12px 12px;
  }
}

/* === Ujednolicenie wyrównania nagłówków (bez Instagram i Blog, minimalny margines) === */
body.page-template-page-landing-custom.page-id-33 
.section-film-text h2,
body.page-template-page-landing-custom.page-id-33 
.section-film-text h3 {
    padding-left: 10px;
    text-align: left;
    margin-bottom: 1rem;
	color: #ffffff;
}

/* Mobile: prawie zero, zachowany tylko minimalny odstęp od krawędzi */
@media (max-width: 768px) {
body.page-template-page-landing-custom.page-id-33 
.section-title-motyw h2,
body.page-template-page-landing-custom.page-id-33 
.section-title-okazja h2,{
      padding-left: 5px !important;
  }
body.page-template-page-landing-custom.page-id-33 
.features-title{
	padding-left: 5px;
}

}

.kursywa-heading{
	font-style: italic;
}

