/* ===========================
   GAYA – SINGLE PRODUCT
   =========================== */
.sovea-shop-sidebar {display: none !important;}
.gaya-product-hero {
    padding: 80px 0 60px;
    background: #FAFAFA;
}

.gaya-product-hero .container {
    max-width: 1200px;
    margin: 0 auto;
}

.gaya-product-hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr;
    gap: 60px;
    align-items: flex-start;
}

/* Galeria */
.gaya-product-gallery {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.04);
    padding: 40px 32px 32px;
}

/* Prawa kolumna */
.gaya-product-summary {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.04);
    padding: 32px 32px 36px;
}

.gaya-product-title-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.gaya-product-summary .product_title {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.gaya-product-meta-small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #7b7f7c;
    margin: 0 0 12px;
}
.gaya-product-eco-points__badge::before {
    content: "";
    background-image: url(assets/img/lisc.png);
    height: 23px;
    width: 24px;
    top: -1px;
    position: relative;
}
.gaya-product-eco-points__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e3f6dd;
    color: #3a7c2d;
    font-size: 11px;
    font-weight: 500;
}

.gaya-product-shortdesc {
    font-size: 13px;
    line-height: 1.5;
    color: #4e554f;
    margin: 0 0 18px;
}

/* Toggle subskrypcji */
.gaya-subscription-toggle {
    display: inline-flex;
    border-radius: 999px;
    background: #f1f3f1;
    padding: 4px;
    margin-bottom: 16px;
}

.gaya-subscription-toggle__btn {
    border: none;
    background: transparent;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 999px;
    cursor: pointer;
    color: #5c635e;
    transition: background .2s, color .2s;
}

.gaya-subscription-toggle__btn.is-active {
    background: #222522;
    color: #ffffff;
}

/* Pasek subskrypcji */
.gaya-subscription-box {
    border-radius: 16px;
    border: 1px solid #4fce78;
    background: #f1fff6;
    padding: 14px 18px 12px;
    margin-bottom: 14px;
    display: none;
}

.gaya-subscription-box.is-visible {
    display: block;
}

.gaya-subscription-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.gaya-subscription-box__badge {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 9px;
    border-radius: 999px;
    background: #4fce78;
    color: #ffffff;
}

.gaya-subscription-box__price {
    font-size: 14px;
    font-weight: 600;
    color: #222522;
}

.gaya-subscription-perks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
    color: #4e554f;
    margin-bottom: 8px;
}

.gaya-subscription-perks span::before {
    content: "•";
    margin-right: 4px;
}

/* Dostawa co */
.gaya-subscription-delivery {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #222522;
}

.gaya-subscription-delivery__select {
    position: relative;
}

.gaya-subscription-delivery__select select {
    border-radius: 999px;
    border: 1px solid #b7d6c1;
    background: #ffffff;
    padding: 5px 28px 5px 14px;
    font-size: 12px;
    appearance: none;
}

.gaya-subscription-delivery__chevron {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    pointer-events: none;
}

/* Jednorazowy zakup */
.gaya-one-time-box {
    border-radius: 999px;
    background: #f2f2f2;
    padding: 7px 14px;
    margin-bottom: 12px;
}

.gaya-one-time-box__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.gaya-one-time-box__label {
    color: #222522;
}

.gaya-one-time-box__price {
    font-weight: 600;
}

/* Koszyk */
.gaya-product-cart .single_add_to_cart_button {
    width: 100%;
    border-radius: 999px;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    padding: 12px 20px;
    text-transform: none;
}

/* ===========================
   PASEK BENEFITÓW – 1:1 JAK NA MAKIETACH
   =========================== */

.gaya-product-shipping-benefits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 10px 4px 0;
    margin: 0 0 10px;
    font-size: 11px;
    color: #6a706b;
}

.gaya-product-shipping-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.gaya-benefit-icon img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.gaya-benefit-label {
    line-height: 1;
}

/* ===========================
   Lista cech produktu
   =========================== */

.gaya-product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 12px;
    color: #323632;
}

.gaya-product-features li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}

.gaya-product-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    color: #4fce78;
}

/* Ikonki lisc + zaufanie */
.gaya-product-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.gaya-product-icon {
    width: 168px;
    height: 73px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: left;
}

.gaya-product-icon img {
    max-width: 70%;
    max-height: 70%;
}

/* Zielony box z info */
.gaya-product-eco-note {
    background: #e4f6dd;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 11px;
    line-height: 1.5;
    color: #385932;
    margin-bottom: 14px;
}

/* Akordeon */
.gaya-product-accordion {
	 border-radius: 8px;
    font-size: 12px;
}

.gaya-accordion-item + .gaya-accordion-item {
    border-top: 1px solid #e1e3e1;
}

.gaya-accordion-item__header {
    width: 100%;
    padding: 9px 12px;
    border: none;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.gaya-accordion-item__header span:first-child {
    font-weight: 500;
    color: #222522;
}

.gaya-accordion-item__icon {
    font-size: 14px;
    color: #868b87;
    transition: transform .2s;
}

.gaya-accordion-item.is-open .gaya-accordion-item__icon {
    transform: rotate(45deg);
}

.gaya-accordion-item__content {
    display: none;
    padding: 0 12px 10px;
    color: #555b56;
}

/* ===========================
   Sekcja "Nasze podejście"
   =========================== */
.gaya-product-approach {
    padding: 60px 0 40px;
    background: #ffffff;
}
.gaya-product-approach .container{
 	 max-width: 1200px;
    margin: 0 auto;
    }
.section-header--center {
    text-align: center;
    margin-bottom: 30px;
}

.section-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #111211;
}

.gaya-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gaya-approach-card {
    background: #FAFAFA;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
    padding: 22px 20px;
    font-size: 12px;
    line-height: 1.6;
    color: #4c5250;
}

.gaya-approach-card h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
}

/* ===========================
   Inni kupili również
   =========================== */
.gaya-product-related {
    padding: 40px 0 50px;
    background: #ffffff;
}

/* ===========================
   Story banner
   =========================== */
.gaya-product-story {
    padding: 0 0 80px;
    background: #ffffff;
}

.gaya-product-story .container {
    max-width: 1200px;
    margin: 0 auto;
}
.gaya-product-story__image{margin:0 auto;}
.gaya-product-story__inner {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    grid-template-columns: 1.4fr 0.8fr;
    min-height: 260px;
}

.gaya-product-story__content {
    padding: 40px 40px;
    background: rgba(0,0,0,0.45);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gaya-product-story__content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 18px;
}

.gaya-product-story__content .btn.btn--light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #111211;
    font-size: 13px;
    text-decoration: none;
}

.gaya-product-story__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===========================
   RESPONSYWNOŚĆ
   =========================== */

@media (max-width: 960px) {
    .gaya-product-hero__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
	 .gaya-product-eco-points__badge {width: 137px;left: 20px;position: relative;}
    .gaya-product-gallery,
    .gaya-product-summary {
        border-radius: 20px;
        padding: 24px;
                max-width: 360px;
        margin: 0 auto;
    }

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

    .gaya-product-story__inner {
        grid-template-columns: 1fr;
    }
    .gaya-plan__left {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      top: 23px;
      position: relative;
}
}
/* ===========================
   GAYA – karta produktu: subskrypcja 1:1 z makietą
   =========================== */

.gaya-product-summary {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.04);
    padding: 32px 32px 28px;
}

/* kontener planów */
.gaya-product-purchase {
    margin: 18px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* wspólna rama planu */
.gaya-plan {
    border-radius: 20px;
    border: 1px solid transparent;
    background: #f6f7f4;
    cursor: pointer;
    transition: border-color .2s, background .2s, box-shadow .2s;
}

.gaya-plan__inner {
    padding: 0px 16px 0px;
}

/* SUBSKRYPCJA – zielona karta */
.gaya-plan--subscription {
    border-color: #4fce78;
    background: #f1fff6;
}

.gaya-plan--subscription.is-active {
    box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}

/* JEDNORAZOWO – szara kapsuła */
.gaya-plan--onetime {
    border-color: #e3e6e1;
    background: #fafcf9;
}

/* top: radio + label + badge + cena */
.gaya-plan__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

/* uproszczony top – dolny plan */
.gaya-plan__top--simple {
    align-items: center;
}

/* lewa część (radio + tekst) */
.gaya-plan__left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* RADIO – puste kółko */
.gaya-plan__radio {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid #c2c8c1;
    box-sizing: border-box;
    position: relative;
}

/* wypełnienie aktywnego – pełne kółko */
.gaya-plan.is-active .gaya-plan__radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 999px;
    background: #222522;
}

/* etykieta planu */
.gaya-plan__label {
    font-size: 14px;
    font-weight: 500;
    color: #222522;
}

/* mała ikonka "i" */
.gaya-plan__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #cfd5cf;
    font-size: 11px;
    color: #656c66;
    margin-left: 4px;
}

/* prawa część (badge + cena) */
.gaya-plan__right {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.gaya-plan__badge {

    width: 100%;
}
.gaya-plan__badge > .textp {
    padding: 2px 10px;
    border-radius: 999px;
    background: #73C352;
    font-size: 11px;
    font-weight: 500;
    color: white;
    float: right;
    top: 20px;
    position: relative;
    right: 23px;
}

.gaya-plan__price {
    font-size: 16px;
    font-weight: 600;
    color: #222522;
}

/* lista benefitów */
.gaya-plan__perks {
    margin: 8px 0 4px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 14px;
    font-size: 12px;
    color: #4e554f;
    margin: 0 auto;
}

.gaya-plan__perks li::before {
    content: "✓ ";
    color: #4fce78;
    font-weight: 600;
}

/* Dostawa co */
.gaya-plan__delivery {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    font-size: 12px;
    color: #4e554f;
}

.gaya-plan__delivery-select {
    position: relative;
    min-width: 150px;
}

.gaya-plan__delivery-select select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 999px;
    border: 1px solid #e2e6e1;
    padding: 6px 28px 6px 12px;
    font-size: 12px;
    background: #ffffff;
    color: #424842;
}

.gaya-plan__delivery-chevron {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    pointer-events: none;
}

/* dolny plan – trochę ciaśniej */
.gaya-plan--onetime .gaya-plan__inner {

}
.input-text.qty.text {
	 width: 100%;
    text-align: center;
    border-radius: 33px;
    margin-bottom: 6px;
    margin-top: 10px;}
.single_add_to_cart_button.button.alt{background-color: black !important;}
/* hover */
.gaya-plan:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

/* responsywność */
@media (max-width: 768px) {
    .gaya-plan__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .gaya-plan__right {
        align-self: flex-start;
    }
}
#kadence-breadcrumbs{display: none !important;}
/* ===========================
   GAYA – toast po dodaniu do koszyka
   =========================== */

.gaya-cart-toast {
    position: fixed;
    top: 80px;
    right: 40px;
    z-index: 9999;
    max-width: 420px;
    width: 100%;
    pointer-events: none; /* żeby nie blokować kliknięć poza kartą */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.gaya-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.gaya-cart-toast__inner {
    position: relative;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
    padding: 24px 28px 24px;
}

/* X w prawym górnym rogu */
.gaya-cart-toast__close {
    position: absolute;
    top: 16px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

/* Nagłówek: "Produkt dodany do Twojego koszyka" */
.gaya-cart-toast__title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 32px 18px 0;
}

/* Sekcja z produktem */
.gaya-cart-toast__body {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.gaya-cart-toast__thumb {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gaya-cart-toast__thumb img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gaya-cart-toast__info {
    flex: 1;
    min-width: 0;
}

.gaya-cart-toast__name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.gaya-cart-toast__meta {
    font-size: 13px;
    color: #777777;
    margin-bottom: 4px;
}

.gaya-cart-toast__price {
    font-size: 14px;
    font-weight: 500;
}

/* Przyciski */
.gaya-cart-toast__actions {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.gaya-cart-toast__btn {
    flex: 1;
    text-align: center;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #000000;
    cursor: pointer;
}

/* Lewy: biały z czarną ramką */
.gaya-cart-toast__btn--outline {
    background: #FFFFFF;
    color: #000000;
}

/* Prawy: czarny button */
.gaya-cart-toast__btn--primary {
    background: #000000;
    color: #FFFFFF;
}

/* Hovery */
.gaya-cart-toast__btn--outline:hover {
    background: #000000;
    color: #FFFFFF;
}

.gaya-cart-toast__btn--primary:hover {
    background: #111111;
}

/* Responsywność – na mobile przesuwamy niżej i na środek */
@media (max-width: 768px) {
    .gaya-cart-toast {
        top: auto;
        right: 16px;
        left: 16px;
        bottom: 16px;
        max-width: none;
    }
}


/* =========================================================
   GAYA – PRODUCT TILE (Figma 1:1) + disable Kadence hover
   Scope: shop loops (archive, shortcode products, frontpage)
   ========================================================= */

/* Neutralize Kadence loop hover/overlay so layout never jumps */
.woocommerce ul.products li.product.entry.loop-entry,
.woocommerce ul.products li.product.loop-entry,
.woocommerce ul.products li.product.entry {
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce ul.products li.product.entry.loop-entry:hover,
.woocommerce ul.products li.product.loop-entry:hover,
.woocommerce ul.products li.product.entry:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Some Kadence installs move CTA into action wrapper / hide it on hover */
.woocommerce ul.products li.product .product-action-wrap,
.woocommerce ul.products li.product .kadence-product-action-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
    height: auto !important;
}

/* Card */
.woocommerce ul.products li.product .gaya-card {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Media */
.woocommerce ul.products li.product .gaya-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 34px 26px;
    min-height: 260px;
    text-align: center;
    margin-bottom: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.woocommerce ul.products li.product .gaya-card__img {
    width: auto;
    max-width: 100%;
    height: 185px;
    object-fit: contain;
}

/* Body */
.woocommerce ul.products li.product .gaya-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Row: title/meta on left, price on right (Figma) */
.woocommerce ul.products li.product .gaya-card__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
}
.woocommerce ul.products li.product .gaya-card__left {
    flex: 1;
    min-width: 0;
}
.woocommerce ul.products li.product .gaya-card__right {
    flex-shrink: 0;
}

/* Title (stable height so grid stays aligned) */
.woocommerce ul.products li.product .gaya-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}
.woocommerce ul.products li.product .gaya-card__title a {
    color: inherit;
    text-decoration: none;
}
.woocommerce ul.products li.product .gaya-card__title a:hover {
    text-decoration: underline;
}

/* Meta */
.woocommerce ul.products li.product .gaya-card__meta {
    font-size: 16px;
    line-height: 1.25;
    color: #9da3a0;
    margin-top: 8px;
}

/* Price */
.woocommerce ul.products li.product .gaya-card__price {
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    padding-top: 6px;
}
.woocommerce ul.products li.product .gaya-card__price .amount {
    font-weight: 500;
}

/* Hover – no layout changes (Figma) */
.woocommerce ul.products li.product .gaya-card__media:hover {
    box-shadow: 0 14px 40px rgba(0,0,0,0.06);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .woocommerce ul.products li.product .gaya-card { padding: 0; }
    .woocommerce ul.products li.product .gaya-card__media {
        padding: 28px 18px;
        min-height: 220px;
    }
    .woocommerce ul.products li.product .gaya-card__img {
        height: 165px;
    }
    .woocommerce ul.products li.product .gaya-card__title {
        font-size: 22px;
    }
    .woocommerce ul.products li.product .gaya-card__meta {
        font-size: 14px;
        margin-top: 6px;
    }
    .woocommerce ul.products li.product .gaya-card__price {
        font-size: 14px;
    }
}




/* =========================================================
   GAYA – LOOP ADD TO CART (Figma button + koszyk-bialy.png)
   ========================================================= */

.woocommerce ul.products li.product .gaya-card__cta {
    margin-top: 14px;
}

.woocommerce ul.products li.product .gaya-card__btn,
.woocommerce ul.products li.product a.button.gaya-card__btn {
   
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 38px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #2b2b2b !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce ul.products li.product .gaya-card__btn::before {
    content: "" !important;
    display: inline-block !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url("assets/img/koszyk-bialy.png");
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    flex-shrink: 0 !important;
}

#bestsellers .gaya-card__cta{display: none !important;}



