/*
Theme Name: GAYA
Theme URI: https://gaya.com
Description:GAYA
Author: filipkowski.site
Template: kadence
Version: 1.0.0
*/

/*
 * GAYA style.css – uporządkowana wersja (Etap 2)
 *
 * Index sekcji (kolejność logiczna, bez zmiany kaskady):
 * 1. Header & Topbar (nawigacja, ikony, szukajka, burger)
 * 2. Stary footer (.gaya-footer__*)
 * 3. Front page – sekcje makiety GAYA (hero slider, bestsellery, story, 3 kroki, slider 2, FAQ, benefity)
 * 4. Nowy footer (.gaya-footer-wrapper – 3 kolumny + newsletter + copyright)
 * 5. Media queries / responsive (nagłówek, front page, stopka)
*/

/* GAYA – HEADER & FOOTER styles */
/* RESET moich poprzednich kombinacji – wszystko robimy tylko na #masthead */
.site-header,
.site-header-wrap,
.header-main,
.header-main-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
}

/* GŁÓWNY PASEK NAGŁÓWKA */
body #masthead.site-header {
    margin-top: 40px !important;      /* odstęp od góry */
    margin-left: 24px !important;     /* margines od lewej krawędzi okna */
    margin-right: 24px !important;    /* margines od prawej krawędzi okna */
    border-radius: 8px;               /* zaokrąglenie paska */
    overflow: hidden;                 /* żeby tło/obrazki też były ścięte */
}

/* Wewnętrzny kontener z logo, menu, koszykiem */
body #masthead .site-header-wrap {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
#hero-slider.section.section-hero {top:-119px;}
/* Mobilka – takie same zasady */
@media (max-width: 1024px) {
    body #masthead.site-header {
        margin-top: 40px !important;
        margin-left: 24px !important;
        margin-right: 24px !important;
        border-radius: 8px;
        overflow: hidden;
    }

    body #masthead .site-header-wrap {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
#_address_2_field{display: none !important;}
.woocommerce-input-wrapper * {border-radius: 999px !important;}
.woocommerce form .form-row label {font-size: 12px !important; font-weight: normal !important;}
.woocommerce img, .woocommerce-page img{
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.woocommerce-account .account-navigation-wrap ul
 {display: block !important;}
/* Ogólne */
a{text-decoration: none !important;}
.gaya-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-cart-button .custom-cart-img {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
}
.header-cart-total {z-index: -1 !important;left: -10px !important;top: -6px !important;position: relative;}
.custom-hamburger-img,
.custom-cart-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

/* Aby nie dublował się oryginalny SVG */
.kadence-svg-iconset svg {
    display: none !important;
}

/* TOPBAR */

.gaya-topbar {
  background: #f1f5f9;
  font-size: 12px;
  color: #64748b;
}

.gaya-topbar__container {
  padding-top: 4px;
  padding-bottom: 4px;
}

.gaya-topbar__info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gaya-topbar__divider {
  width: 1px;
  height: 14px;
  background: rgba(148, 163, 184, 0.6);
}

/* GŁÓWNY PASEK HEADERA */

.gaya-header-main {
  padding: 10px 0;
}

.gaya-header-main__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo */

.gaya-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.gaya-logo__mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #facc15, #f97316);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.2);
}

.gaya-logo__text {
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 14px;
  color: #0f172a;
  text-transform: uppercase;
}

/* MENU */

.gaya-header-main__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.gaya-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gaya-nav__list li a {
  font-size: 14px;
  text-decoration: none;
  color: #0f172a;
  position: relative;
  padding-bottom: 2px;
}

.gaya-nav__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #f97316, #fbbf24);
  border-radius: 999px;
  transition: width 0.2s ease-out;
}

.gaya-nav__list li a:hover::after,
.gaya-nav__list li.current-menu-item a::after {
  width: 100%;
}

/* PRAWA STRONA: szukajka + ikony */

.gaya-header-main__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Dostosowanie domyślnego search form WP */

.gaya-header-main__search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.gaya-header-main__search .search-form label {
  width: 100%;
}

.gaya-header-main__search .search-field {
  width: 260px;
  max-width: 100%;
  padding: 6px 38px 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 13px;
}

.gaya-header-main__search .search-field:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.25);
}

.gaya-header-main__search .search-submit {
  position: absolute;
  right: 4px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #f97316, #fbbf24);
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.gaya-header-main__search .search-submit::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #0f172a;
  box-shadow: 6px 6px 0 -4px #0f172a;
  margin: 6px auto;
}

/* Ikony */

.gaya-header-main__icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.gaya-header-main__icon:hover {
  border-color: #f97316;
}

.gaya-icon {
  display: inline-block;
}

.gaya-icon--user,
.gaya-icon--cart {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 2px solid #0f172a;
}

/* Badge ilości w koszyku */

.gaya-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #f97316;
  color: #ffffff;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Burger mobile */

.gaya-header-main__mobile-toggle {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: #ffffff;
  padding: 0;
  margin: 0;
}

.gaya-header-main__mobile-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
  margin: 3px auto;
}

/* FOOTER */
#footkol{background: #FAFAFA;}
.gaya-footer {
  background: #FAFAFA !important;
  color: #e5e7eb;
  padding-top: 32px;
  padding-bottom: 16px;
  margin-top: 40px;
}

.gaya-footer__top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.gaya-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 24px;
}

.gaya-footer__col--brand .gaya-logo__mark {
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.35);
}

.gaya-footer__text {
  font-size: 13px;
  color: #9ca3af;
  margin-top: 12px;
}

.gaya-footer__title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #e5e7eb;
  margin: 0 0 10px;
}

.gaya-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gaya-footer__list li {
  margin-bottom: 4px;
  font-size: 13px;
}

.gaya-footer__list a {
  color: #cbd5f5;
  text-decoration: none;
}

.gaya-footer__list a:hover {
  color: #fbbf24;
}

/* Social */

.gaya-footer__socials {
  display: flex;
  gap: 8px;
}

.gaya-footer__social {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #e5e7eb;
  text-decoration: none;
}

.gaya-footer__social:hover {
  border-color: #f97316;
  color: #f97316;
}

/* Dolny pasek */

.gaya-footer__bottom {
  margin-top: 14px;
  font-size: 12px;
  color: #64748b;
}

.gaya-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .gaya-header-main__nav {
    display: none;
  }

  .gaya-header-main__mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .gaya-header-main__nav.is-open {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
  }

  .gaya-nav__list {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
  }

  .gaya-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .gaya-header-main__container {
    gap: 12px;
  }

  .gaya-header-main__search .search-field {
    width: 200px;
  }

  .gaya-footer__grid {
    grid-template-columns: 1fr;
  }

  .gaya-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.gaya-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0 1.5rem;
}

.gaya-pill {
    border: 1px solid black;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    background: transparent;
    t-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    color: black;
}

.gaya-pill:hover {
  border-color: #111;
}

.gaya-pill.is-active {
  background: #111;
  color: #fff;
  border-color: #111;
}
/* =========================================================
 * FRONT PAGE – GAYA (MAKIETA 1:1)
 * ======================================================= */

.frontpage {
    font-family: inherit;
    color: #111111;
    background: #ffffff;
}

/* Podstawowy kontener */
.frontpage .container {
	 max-width: 100%;
    margin: 0 auto;
}

/* Ogólne sekcje */
.frontpage .section {
    position: relative;
    padding: 96px 0;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .frontpage .section {
        padding: 72px 0;
    }
}
@media (max-width: 767px) {
    .frontpage .section {
        padding: 56px 0;
    }
    #hero-slider.section.section-hero{top: -176px !important;margin-bottom: -176px !important;}
    
    .faq-label{top: 0!important; text-align: center !important;}
}

/* ---------------------------------
 * TYPOGRAFIA SEKCJI
 * --------------------------------- */

.frontpage .section-header {
    margin-bottom: 40px;
}
.frontpage .section-header--center {
    text-align: center;
}

.frontpage .section-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0 0 12px;
}

.frontpage .section-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0 auto;
    max-width: 520px;
}

/* ---------------------------------
 * BUTTONY (kolory z makiety)
 * --------------------------------- */

.frontpage .btn,
.frontpage .button,
.frontpage a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

/* Ciemny przycisk (np. “Poznaj nas lepiej”) */
.frontpage .btn-dark,
.frontpage .btn-main {
    background-color: #111111;
    color: #ffffff;
    border-color: #111111;
}
.frontpage .btn-dark:hover,
.frontpage .btn-main:hover {
    background-color: #333333;
}

/* Obrysowany (np. “Zobacz więcej produktów”) */
.frontpage .btn-outline {
    background-color: #ffffff;
    color: #111111;
    border-color: #111111;
}
.frontpage .btn-outline:hover {
    background-color: #111111;
    color: #ffffff;
}
/* HERO SLIDER – slider_front1 – tło cover na całą szerokość */

.gaya-hero-slider {
    position: relative;
    padding: 0;
    overflow: hidden;
}

/* pojedynczy slajd – tło z butelkami */
.gaya-hero-slide {
    position: relative;
    min-height: 520px;
    background-color: #f3f0fb;          /* pastel bazowy */
    background-repeat: no-repeat;
    background-size: cover;             /* TU robimy cover */
    background-position: right center;  /* butelki po prawej */
}

/* delikatny overlay żeby tekst był czytelny */
.gaya-hero-slide__overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

/* kontener treści jak w makiecie */
.gaya-hero-slide__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 204px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.gaya-hero-slide__content {
    max-width: 480px;
}

.gaya-hero-slide__title {
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    line-height:1.05;
    font-weight:500;
    color:#222;
}

.gaya-hero-slide__btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding: 12px 28px;
    margin-top:30px;
    border-radius:999px;
    background:#111;
    color:#fff;
    font-size:0.95rem;
    text-decoration:none;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.gaya-hero-slide__btn:hover {
    transform:translateY(-1px);
    box-shadow:0 6px 18px rgba(0,0,0,.15);
    background:#000;
}

/* usuwamy starą kolumnę z obrazkiem */
.gaya-hero-slide__image,
.gaya-hero-slide__image img {
    display: none !important;
}

/* STRZAŁKI – jeśli używasz .gaya-arrow jak ustalaliśmy */

#gaya-hero-slider .gaya-hero-slider__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

#gaya-hero-slider .gaya-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: auto;
    z-index: 20;
}

#gaya-hero-slider .gaya-arrow--prev {
    left: 40px;
    background-image: url('/wp-content/themes/gaya-child/assets/img/slider-lewa.png');
}

#gaya-hero-slider .gaya-arrow--next {
    right: 40px;
    background-image: url('/wp-content/themes/gaya-child/assets/img/slider-prawa.png');
}

/* MOBILE – hero */

@media (max-width: 768px) {
  .gaya-hero-slide {
      min-height: 480px;
      background-position: center top;
  }

  .gaya-hero-slide__inner {
      padding: 72px 20px 40px;
  }

  .gaya-hero-slide__title {
      font-size: 2rem;
  }

  #gaya-hero-slider .gaya-arrow {
      width: 40px;
      height: 40px;
  }
  #gaya-hero-slider .gaya-arrow--prev {
      left: 16px;
  }
  #gaya-hero-slider .gaya-arrow--next {
      right: 16px;
  }
}


/* =========================================================
 * BESTSELLERY
 * ======================================================= */

.frontpage .section-bestsellers {
    padding-top: 0 !important;
    padding-bottom: 96px;
    background: #ffffff;
}

.frontpage .section-bestsellers .section-header {
    margin-bottom: 32px;
}
.frontpage .section-bestsellers .section-title {
    font-size: 32px;
}

.frontpage .products-wrap {
    margin-top: 8px;
}

/* panel z produktami na jasnym tle, jak w makiecie */
.frontpage .section-bestsellers .products-grid {
    background: #f8f8f8;
    padding: 40px 48px 28px;
    box-shadow: 0 24px 70px rgba(0,0,0,0.04);
}

@media (max-width: 991px) {
    .frontpage .section-bestsellers .products-grid {
        padding: 32px 28px 24px;
    }
}

.frontpage .section-bestsellers ul.products {
    margin: 0 auto;
    max-width: 1290px;
}

/* “Zobacz więcej produktów” pod kartą */
.frontpage .products-more {
    text-align: center;
    margin-top: 24px;
}
.frontpage .products-more .btn-outline {
    padding-inline: 40px;
    background-color: #5b5353 !important;
    color: white;
}

/* =========================================================
 * MAŁE GESTY / O NAS – DUŻA BIAŁA KARTA
 * ======================================================= */

.frontpage .section-story {
    padding-top: 96px;
    padding-bottom: 96px;
}

/* biała karta 2-kolumnowa, jak na makiecie */
.frontpage .story-layout {
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0,0,0,0.06);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    grid-column-gap: 64px;
    align-items: center;
}

@media (max-width: 991px) {
    .frontpage .story-layout {
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
        padding: 32px 28px 36px;
    }
}

/* obraz po lewej */
.frontpage .story-media {
    position: relative;
    text-align: center;
}
.frontpage .story-figure {
    margin: 0;
    overflow: hidden;
}
.frontpage .story-figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* tekst po prawej */
.frontpage .story-content .section-title {
    font-size: 28px;
    margin-bottom: 6px;
}
.frontpage .story-subbrand {
    margin: 6px 0 18px;
}
.frontpage .story-wecare-logo {
    height: 16px;
    width: auto;
    margin-top: 15px;
}
.story-content {text-align:center;}
.frontpage .story-content p {
    font-size: 20px;
    line-height:1.5;
    color: #858585;
    max-width: 420px;
    max-width: 420px;
}
.frontpage .story-content * {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.frontpage .story-content .btn-dark {
    margin-top: 22px;
}

/* =========================================================
 * 3 PROSTE KROKI – ikony PNG, 3 kolumny na desktopie
 * ======================================================= */

.frontpage .section-steps {
    background: #ffffff;
    text-align: center;
    padding: 96px 0;
}

.frontpage .section-steps .section-title {
    font-size: 30px;
    margin-bottom: 8px;
}

/* GRID: 3 kolumny na desktopie, 1 kolumna na mobile */
.frontpage .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 80px;
    row-gap: 32px;
    margin-top: 40px;
    max-width: 1290px;
    margin:0 auto;
}
.faq-label{    
	 top: 61px;
    position: relative;}
@media (max-width: 767px) {
    .frontpage .steps-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
}

.frontpage .step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* IKONY */
.frontpage .step-icon {
    width: 72px;
    height: 150px;
    margin: 0 auto 16px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

/* ścieżki względne od style.css -> assets/img */
.frontpage .step-icon.step-1 {
    background-image: url('assets/img/krok1.png');
}
.frontpage .step-icon.step-2 {
    background-image: url('assets/img/krok2.png');
}
.frontpage .step-icon.step-3 {
    background-image: url('assets/img/krok3.png');
}

/* tekst pod ikonkami */
.frontpage .steps-grid .step-item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 8px 0 0 0;
    text-align: center;
}

.frontpage .steps-footnote {
	 margin-top: 72px;
    font-size: 20px;
    color: #555;
    text-align: center;
    font-weight: bold;
    margin-bottom: -62px;
}


/* =========================================================
 * DRUGI SLIDER – MIEJSCE ZAMIAST ZIELONEJ KARTY
 * ======================================================= */

.frontpage .section-gaya-card {
    padding-top: 88px;
    padding-bottom: 96px;
    background: #ffffff;
}

/* ukrywamy poprzednie elementy karty i robimy placeholder */
.frontpage .gaya-card-bg,
.frontpage .gaya-card-content,
.frontpage .gaya-card-product,
.frontpage .gaya-card-dots {
    display: none !important;
}

.frontpage .gaya-card {
    border-radius: 32px;
    min-height: 320px;
    background: #f5efff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



/* =========================================================
 * FAQ – prostokątna karta +/-
 * ======================================================= */

.frontpage .section-faq {
    background: #f7f7fb;          /* delikatne jasne tło sekcji */
    padding: 88px 0;
}

.frontpage .section-faq .container {
    max-width: 960px;
}

.frontpage .section-faq .section-title {
    font-size: 34px;
    font-weight: 600;
}

/* Karta FAQ – prostokąt, lekkie zaokrąglenie jak w projekcie */
.frontpage .faq-list {
    margin-top: 28px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;          /* małe zaokrąglenie, nie „tablet” */
    overflow: hidden;
    box-shadow: none;            /* zero cienia */
}

.frontpage .faq-item + .faq-item {
    border-top: 1px solid #e4e4e4;
}

/* Pytanie */
.frontpage .faq-question {
    width: 100%;
    padding: 16px 22px;
    background: #ffffff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    cursor: pointer;
    text-align: left;
}

.frontpage .faq-question-text {
    flex: 1 1 auto;
}

/* + / - po prawej */
.frontpage .faq-toggle {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
    margin-left: 16px;
}

/* Odpowiedź – domyślnie ukryta */
.frontpage .faq-answer {
    display: none;
    padding: 0 22px 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    background: #ffffff;
}

/* Stan otwarty – pokaż odpowiedź */
.frontpage .faq-item.is-open .faq-answer {
    display: block;
}


/* =========================================================
 * PASEK BENEFITÓW NAD STOPKĄ
 * ======================================================= */

 .section-benefits {
	 padding-top: 5px;
	 padding-bottom: 5px;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
}
.section-benefits .container {
}

.benefits-layout {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 40px;
    align-items: center;
    text-align: center;
    max-width: 1290px;
    margin: 0 auto;
}

@media (max-width: 767px) {
 .benefits-layout {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }
}

 .benefit-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    color: #333333;
}

 .benefit-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}
 .benefit-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* strzałki i kropki */
.gaya-hero-slider__arrows {
    position:absolute;
    left:30px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:10px;
}
.gaya-hero-slider__arrow {
    background:#fff;
    border-radius:999px;
    border:0;
    width:32px;
    height:32px;
    cursor:pointer;
}

.gaya-hero-slider__bullets {
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:24px;
}
.gaya-hero-slider__bullet {
    width:8px;
    height:8px;
    border-radius:999px;
    border:0;
    background:#ddd;
}
.gaya-hero-slider__bullet.glide__bullet--active,
.gaya-hero-slider__bullet[aria-current="true"] {
    background:#111;
}


@media (max-width: 768px) {
  .gaya-hero-slider {
      padding: 56px 0;
  }

  .gaya-hero-slide__inner {
      flex-direction: column;
      padding: 40px 20px 32px 20px;
      gap: 28px;
  }

  .gaya-hero-slide__content {
      order: 1;
      text-align: left;
      width: 100%;
  }

  .gaya-hero-slide__title {
      font-size: 2rem;
  }

  .gaya-hero-slide__image {
      order: 0;
      justify-content: center;
      min-height: 0;
  }

  .gaya-hero-slider__arrows {
      left: 16px;
      top: auto;
      bottom: 32px;
      flex-direction: row;
  }
}


/* DRUGI SLIDER – „las” */

.gaya-story-slider {
    padding:60px 0;
}
.gaya-story-slide__inner {
    max-width:1200px;
    margin:0 auto;
    border-radius:32px;
    overflow:hidden;
    position:relative;
}
.gaya-story-slide__bg img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.gaya-story-slide__overlay {
    position:absolute;
    inset:0;
    display:grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    align-items:center;
    padding:60px;
}
.gaya-story-slide__text h2 {
    font-size: clamp(2.0rem, 3vw, 2.6rem);
    color:#fff;
    max-width:480px;
}
.gaya-story-slide__btn {
    display:inline-flex;
    margin-top:24px;
    padding:10px 26px;
    border-radius:999px;
    background:#fff;
    color:#111;
    text-decoration:none;
    font-weight:500;
}
.gaya-story-slide__product {
    justify-self:end;
}
.gaya-story-slide__product img {
    max-height:360px;
    width:auto;
}
/* ===========================================================
   DRUGI SLIDER – kropki jak w HERO
   =========================================================== */

#gaya-story-slider .gaya-story-slider__bullets {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

#gaya-story-slider .gaya-story-slider__bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    padding: 0;
    background: #dddddd;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

/* hover jak w hero (delikatne podbicie) */
#gaya-story-slider .gaya-story-slider__bullet:hover {
    background: #111111;
    transform: translateY(-1px);
}

/* aktywny slajd – ten sam kolor co w hero */
#gaya-story-slider .gaya-story-slider__bullet.glide__bullet--active,
#gaya-story-slider .gaya-story-slider__bullet[aria-current="true"] {
    background: #111111;
}

/* MOBILE – układ jak na screenie */
@media (max-width: 768px) {
  .gaya-hero-slider {
      padding:0 0 32px;
  }
  .gaya-hero-slide__inner {
      flex-direction:column;
      align-items:flex-start;
	   padding-top: 154px;
	   right: 10px;
	   position: relative;
	   }
  .gaya-hero-slide__image {
      order:-1; /* butelki nad tekstem jeśli tak jest w makiecie – zmień na 1 jeśli odwrotnie */
      width:100%;
      justify-content:center;
  }
  .gaya-hero-slider__arrows {
      left:12px;
      top:auto;
      bottom:36px;
      flex-direction:row;
  }

  .gaya-story-slide__overlay {
      grid-template-columns:1fr;
      padding:32px 20px;
  }
  .gaya-story-slide__text {
      order:1;
      top: -16px;
      position: relative;
  }
  .gaya-story-slide__product {
      order:0;
      justify-self:center;
      margin-bottom:20px;
  }
.frontpage .section-subtitle {padding:8px;}
.gaya-story-slide__text h2 {font-size: 15px;}
.gaya-story-slide__btn {
  display: inline-flex;
  margin-top: 12px;
  padding: 10px 26px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
}

}

/* ===========================================================
   GAYA HERO SLIDER – STRZAŁKI JAK W MAKIETIE
   =========================================================== */

/* wrapper strzałek */
#gaya-hero-slider .gaya-hero-slider__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none; /* pozwala kliknąć tylko same strzałki */
}

/* pojedyncza strzałka */
#gaya-hero-slider .gaya-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;               /* dostosujesz pod PNG */
    height: 52px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    pointer-events: auto;      /* strzałki są klikalne */
    z-index: 20;
}

/* lewa strzałka */
#gaya-hero-slider .gaya-arrow--prev {
    left: 40px; /* jak w makiecie – możesz dać 56px */
    background-image: url('/wp-content/themes/gaya-child/assets/img/slider-lewa.png');
}

/* prawa strzałka */
#gaya-hero-slider .gaya-arrow--next {
    right: 40px;
    background-image: url('/wp-content/themes/gaya-child/assets/img/slider-prawa.png');
}

/* usuń wewnętrzne <span> z buttonów Glide, jeśli jeszcze są */
#gaya-hero-slider .gaya-hero-slider__arrow span {
    display: none !important;
}
#gaya-hero-slider .gaya-hero-slider__arrow {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
}

@media(min-width:760px){ .home #primary{margin-top:-97px !important;} .gaya-footer-instagram img {right: 45px;position: relative;}
}

/* ===========================================================
   GAYA FOOTER – DESKTOP
   =========================================================== */

.site-footer {
   background: #FAFAFA !important;
}

.gaya-footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 0 40px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr;
    gap: 60px;
    align-items: flex-start;
}

/* wspólne */
.gaya-footer-col {
    font-size: 14px;
    color: #111;
}

/* ---------- lewa kolumna: logo + WE CARE + insta ---------- */

.gaya-footer-col--brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.gaya-footer-logo {
    max-width: 120px !important;
    height: auto;
    display: block;
}

.gaya-footer-tagline {
    max-width: 100px !important;
    height: auto;
    display: block;
}

.gaya-footer-instagram img {
    width: 24px;
    height: 24px;
    display: block;
}

/* ---------- środek: menu 2 kolumny ---------- */

.gaya-footer-col--menus {
    display: flex;
    justify-content: center;
}

.gaya-footer-menu-block {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px 70px;
}

.gaya-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gaya-footer-menu li + li {
    margin-top: 8px;
}

.gaya-footer-menu a {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f1f1f;
}

/* ---------- prawa kolumna: newsletter ---------- */

.gaya-footer-col--newsletter {
    max-width: 360px;
    margin-left: auto;
}

.gaya-news-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 600;
}

.gaya-news-text {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.gaya-news-form {
    display: flex;
    align-items: center;
    background: #eef9e3;
    border-radius: 34px;
    padding: 4px;
}

.gaya-news-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 34px;
    outline: none;
}

.gaya-news-input::placeholder {
    color: #9bb88c;
}

.gaya-news-btn {
    border: none;
    border-radius: 999px;
    background: #8eb772;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.gaya-news-btn:hover {
    background: #b9dd9f;
}

/* ---------- copyright ---------- */

.gaya-footer-copy {
    text-align: center;
    font-size: 12px;
    color: #777;
    padding-bottom: 24px;
}

/* ===========================================================
   MOBILE
   =========================================================== */

@media (max-width: 768px) {

    .gaya-footer-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 52px 20px 32px;
    }

    .gaya-footer-col--brand,
    .gaya-footer-col--menus,
    .gaya-footer-col--newsletter {
        margin: 0;
    }

    .gaya-footer-menu-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .gaya-footer-menu:first-child {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 24px;
    }

    .gaya-footer-menu:first-child li {
        margin-top: 0;
    }

    .gaya-news-title {
        font-size: 22px;
    }

    .gaya-news-form {
        margin-top: 10px;
    }
}
