/* Zielone Łapy — Single Product */

/* ── WooCommerce reset ───────────────────────────────────────── */
.single-product .product,
.single-product.woocommerce-page .woocommerce div.product {
    display:block!important;background:none!important;border:none!important;
    border-radius:0!important;padding:0!important;box-shadow:none!important;
    transform:none!important;gap:0!important;margin:0!important;
}
.single-product .product:hover,
.single-product.woocommerce-page .woocommerce div.product:hover {
    border-color:transparent!important;box-shadow:none!important;transform:none!important;
}
.single-product.woocommerce-page main .woocommerce,
.single-product.woocommerce-page #primary .woocommerce { max-width:none;padding:0; }
.single-product .woocommerce-breadcrumb { display:none; }
.single-product .woocommerce-notices-wrapper,
.single-product ul.woocommerce-error,
.single-product .woocommerce-message,
.single-product .woocommerce-info { display:none!important; }
#wc-stripe-express-checkout-element,.wc-stripe-express-checkout-element,
#wc-stripe-express-checkout-button-separator,#payment-request-button,
.woocommerce-PaymentRequestButtonElement,#wcpay-express-checkout-wrapper,
#wcpay-payment-request-wrapper { display:none!important; }

.single-product.woocommerce-page { background:#fff; }

/* ── Globals ─────────────────────────────────────────────────── */
.sp-wrap { max-width:1080px;margin:0 auto;padding:0 32px;box-sizing:border-box; }
.sp-wrap--sm { max-width:660px; }

.sp-fade { opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease; }
.sp-fade.is-visible { opacity:1;transform:none; }

/* ── Subnav ──────────────────────────────────────────────────── */
.sp-subnav {
    position:sticky;top:0;z-index:200;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(16px) saturate(180%);
    -webkit-backdrop-filter:blur(16px) saturate(180%);
    border-bottom:1px solid rgba(0,0,0,.07);
}
.sp-subnav__in {
    max-width:1080px;margin:0 auto;padding:0 32px;
    height:50px;display:flex;align-items:center;
    justify-content:space-between;gap:16px;box-sizing:border-box;
}
.sp-subnav__name { font-size:14px;font-weight:600;color:#111;letter-spacing:-.01em; }
.sp-subnav__btn {
    background:var(--brand);color:#fff;padding:7px 18px;
    border-radius:980px;font-size:13px;font-weight:600;
    text-decoration:none;flex-shrink:0;transition:background .18s;
}
.sp-subnav__btn:hover { background:var(--brand-600); }

/* ── Hero ────────────────────────────────────────────────────── */
.sp-hero { padding:40px 0 80px; background:#fff; }
.sp-hero__in {
    max-width:1080px;margin:0 auto;padding:0 32px;
    display:grid;grid-template-columns:1fr 1fr;
    gap:52px;align-items:start;box-sizing:border-box;
}

.sp-gallery__main {
    background:#f5f5f5;border-radius:16px;
    aspect-ratio:1;overflow:hidden;
    display:flex;align-items:center;justify-content:center;
}
.sp-gallery__main img {
    width:100%;height:100%;object-fit:contain;display:block;transition:opacity .18s;
}
.sp-gallery__thumbs { display:flex;gap:8px;margin-top:10px;flex-wrap:wrap; }
.sp-thumb {
    width:56px;height:56px;border-radius:8px;
    border:1.5px solid #e0e0e0;overflow:hidden;
    cursor:pointer;padding:0;background:#f5f5f5;transition:border-color .15s;
}
.sp-thumb img { width:100%;height:100%;object-fit:cover;display:block; }
.sp-thumb:hover { border-color:#999; }
.sp-thumb.is-active { border-color:#111; }

.sp-info { padding-top:8px; }
.sp-info__tag {
    font-size:11px;font-weight:700;letter-spacing:.1em;
    text-transform:uppercase;color:var(--brand);margin:0 0 12px;
}
.sp-info__title {
    font-size:30px;font-weight:700;color:#111;
    letter-spacing:-.03em;line-height:1.2;margin:0 0 6px;
}
.sp-info__subtitle {
    font-size:13px;font-weight:600;color:#888;
    letter-spacing:.04em;text-transform:uppercase;
    margin:0 0 18px;
}
.sp-info__stars {
    display:flex;align-items:center;gap:4px;
    margin-bottom:18px;font-size:12px;color:#888;
}
.sp-info__price {
    margin-bottom:18px;padding-bottom:20px;border-bottom:1px solid #ebebeb;
}
.sp-info__price .price,.sp-info__price .woocommerce-Price-amount,.sp-info__price .amount {
    font-size:28px!important;font-weight:700!important;
    color:#111!important;letter-spacing:-.03em;line-height:1!important;
}
.sp-info__pitch {
    font-size:15px;line-height:1.7;color:#555;margin:0 0 24px;
}

/* Cart */
.sp-cart .cart { display:flex;flex-direction:column;gap:10px; }
.sp-cart .quantity { display:none; }
.sp-cart button.single_add_to_cart_button,
.sp-cart .single_add_to_cart_button {
    width:100%!important;height:52px!important;
    background:var(--brand)!important;color:#fff!important;
    font-family:inherit!important;font-size:16px!important;
    font-weight:600!important;letter-spacing:-.01em!important;
    text-transform:none!important;border:none!important;
    border-radius:12px!important;cursor:pointer!important;
    transition:background .18s!important;padding:0!important;
}
.sp-cart button.single_add_to_cart_button:hover { background:var(--brand-600)!important; }

.sp-info__trust {
    display:flex;gap:16px;flex-wrap:wrap;
    margin-top:16px;padding-top:16px;border-top:1px solid #ebebeb;
    font-size:12px;color:#888;
}
.sp-info__trust span { display:flex;align-items:center;gap:4px; }

/* ── Statement ───────────────────────────────────────────────── */
.sp-statement {
    padding:120px 32px;
    background:#f7f7f5;
    text-align:center;
}
.sp-statement__text {
    font-size:clamp(32px,4.5vw,54px);
    font-weight:300;
    line-height:1.3;
    letter-spacing:-.03em;
    color:#111;
    margin:0 auto;
    max-width:700px;
}
.sp-statement__text strong { font-weight:700; }

/* ── How it works ────────────────────────────────────────────── */
.sp-how {
    padding:120px 0;
    background:#fff;
}
.sp-how__header { margin-bottom:56px; }
.sp-how__title {
    font-size:clamp(26px,3vw,36px);font-weight:700;
    letter-spacing:-.03em;color:#111;margin:0;
}
.sp-how__list {
    display:grid;grid-template-columns:1fr 1fr;
    gap:0;
}
.sp-how__step {
    display:flex;gap:28px;align-items:flex-start;
    padding:36px 40px 36px 0;
    border-bottom:1px solid #ebebeb;
}
.sp-how__step:nth-child(even) {
    padding-left:40px;padding-right:0;
    border-left:1px solid #ebebeb;
}
.sp-how__step:nth-child(3),
.sp-how__step:nth-child(4) { border-bottom:none; }
.sp-how__n {
    font-size:13px;font-weight:700;letter-spacing:.06em;
    color:var(--brand);flex-shrink:0;padding-top:3px;
    min-width:28px;
}
.sp-how__body h3 {
    font-size:17px;font-weight:700;color:#111;
    letter-spacing:-.02em;margin:0 0 8px;
}
.sp-how__body p { font-size:14px;line-height:1.7;color:#777;margin:0; }

/* ── Why ─────────────────────────────────────────────────────── */
.sp-why { padding:120px 0; background:#f7f7f5; }
.sp-why__grid {
    display:grid;grid-template-columns:1fr 1fr;
    gap:80px;align-items:center;
}
.sp-why__text h2 {
    font-size:clamp(32px,4vw,48px);font-weight:700;
    letter-spacing:-.03em;line-height:1.1;
    color:#111;margin:0 0 24px;
}
.sp-why__text p {
    font-size:15px;line-height:1.75;color:#666;margin:0 0 14px;
}
.sp-why__text p:last-child { margin-bottom:0; }

.sp-why__list { display:flex;flex-direction:column;gap:28px; }
.sp-why__item { display:flex;gap:18px;align-items:flex-start; }
.sp-why__icon { font-size:26px;line-height:1;flex-shrink:0;margin-top:2px; }
.sp-why__item strong { display:block;font-size:15px;font-weight:700;color:#111;margin-bottom:4px; }
.sp-why__item p { font-size:13px;line-height:1.6;color:#777;margin:0; }

/* ── FAQ ─────────────────────────────────────────────────────── */
.sp-faq { padding:120px 0;background:#fff; }
.sp-faq__in {
    display:grid;grid-template-columns:280px 1fr;
    gap:80px;align-items:start;
}
.sp-faq__title {
    font-size:clamp(26px,2.8vw,34px);font-weight:700;
    letter-spacing:-.03em;line-height:1.15;color:#111;margin:0 0 20px;
}
.sp-faq__sub {
    font-size:13px;line-height:1.65;color:#999;margin:0;
}
.sp-faq__item {
    border:none!important;border-bottom:1px solid #e0e0e0!important;
    border-radius:0!important;overflow:visible!important;
    background:none!important;
}
.sp-faq__item:first-child { border-top:1px solid #e0e0e0!important; }
.sp-faq__q {
    display:flex!important;align-items:center!important;
    justify-content:space-between!important;gap:16px!important;
    padding:20px 0!important;cursor:pointer!important;
    font-size:15px!important;font-weight:500!important;color:#111!important;
    letter-spacing:-.01em!important;transition:color .15s!important;
    background:none!important;border:none!important;
    width:100%!important;border-radius:0!important;
    box-shadow:none!important;margin:0!important;text-align:left!important;
    font-family:inherit!important;
}
.sp-faq__q:hover { color:#555!important; }
.sp-faq__q span { flex:1; }
.sp-faq__arr { flex-shrink:0;color:#bbb;transition:transform .25s; }
.sp-faq__item.is-open .sp-faq__arr { transform:rotate(180deg);color:#111; }
.sp-faq__a {
    max-height:0!important;overflow:hidden!important;
    transition:none!important;display:block!important;
    padding:0!important;
}
.sp-faq__item.is-open .sp-faq__a {
    max-height:600px!important;overflow:visible!important;
    padding-bottom:20px!important;
}
.sp-faq__a p {
    font-size:14px!important;line-height:1.8!important;
    color:#555!important;margin:0!important;
    padding:0!important;border:none!important;
}

/* ── CTA ─────────────────────────────────────────────────────── */
.sp-cta { padding:120px 0;text-align:center;background:#f7f7f5; }
.sp-cta__in {
    background:#111;border-radius:24px;
    padding:64px 40px;
    max-width:600px;margin:0 auto;
}
.sp-cta__label {
    font-size:12px;font-weight:700;letter-spacing:.1em;
    text-transform:uppercase;color:rgba(255,255,255,.5);margin:0 0 16px;
}
.sp-cta__title {
    font-size:clamp(24px,3vw,36px);font-weight:700;
    letter-spacing:-.03em;color:#fff;margin:0 0 16px;
}
.sp-cta__price { margin-bottom:28px; }
.sp-cta__price .price,.sp-cta__price .woocommerce-Price-amount,.sp-cta__price .amount {
    font-size:18px!important;font-weight:400!important;
    color:rgba(255,255,255,.6)!important;
}
.sp-cta__btn {
    display:inline-block;background:var(--brand);color:#fff;
    padding:14px 32px;border-radius:980px;
    font-size:16px;font-weight:600;text-decoration:none;
    transition:background .18s;
}
.sp-cta__btn:hover { background:var(--brand-600); }

/* ── Related ─────────────────────────────────────────────────── */
.sp-related { padding:120px 0;background:#fff; }
.sp-related__label {
    font-size:13px;font-weight:700;letter-spacing:.1em;
    text-transform:uppercase;color:#999;margin:0 0 32px;
}
.sp-related__grid {
    display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
    max-width:840px;
}
.sp-rcard {
    background:#f7f7f5;border-radius:16px;overflow:hidden;
    text-decoration:none;display:block;
    border:1px solid #ececec;
    transition:transform .2s,box-shadow .2s,border-color .2s;
}
.sp-rcard:hover {
    transform:translateY(-4px);
    box-shadow:0 12px 32px rgba(0,0,0,.08);
    border-color:transparent;
}
.sp-rcard__img {
    background:#fff;aspect-ratio:1/1;position:relative;
    display:flex;align-items:center;justify-content:center;overflow:hidden;
    margin:8px 8px 0;border-radius:12px;
}
.sp-rcard__img img {
    width:100%;height:100%;object-fit:contain;display:block;
}
.sp-rcard__badge {
    position:absolute;top:10px;left:10px;
    background:rgba(17,17,17,.85);color:#fff;
    padding:4px 9px;border-radius:980px;
    font-size:10px;font-weight:600;letter-spacing:.02em;
    backdrop-filter:blur(4px);
}

.sp-rcard__body {
    padding:14px 16px 16px;
    border-top:1px solid #f0f0f0;
}
.sp-rcard__head { margin-bottom:10px; }
.sp-rcard__name {
    font-size:15px;font-weight:700;color:#111;
    letter-spacing:-.02em;margin:0 0 3px;
}
.sp-rcard__tag {
    font-size:11.5px;color:#888;margin:0;line-height:1.4;
}
.sp-rcard__foot {
    display:flex;align-items:center;justify-content:space-between;
    padding-top:10px;border-top:1px solid #f0f0f0;
}
.sp-rcard__price {
    margin:0!important;font-size:14px!important;
    font-weight:700!important;color:#111!important;
}
.sp-rcard__price .woocommerce-Price-amount,
.sp-rcard__price bdi {
    font-size:14px!important;font-weight:700!important;color:#111!important;
}
.sp-rcard__cta {
    display:inline-flex;align-items:center;gap:3px;
    font-size:12px;font-weight:600;color:var(--brand);
    transition:gap .2s;
}
.sp-rcard:hover .sp-rcard__cta { gap:7px; }

/* ── Toast (Add to cart feedback) ────────────────────────────── */
.zl-toast {
    position:fixed;bottom:24px;right:24px;z-index:9999;
    background:#111;color:#fff;
    padding:14px 20px;border-radius:14px;
    box-shadow:0 16px 40px rgba(0,0,0,.18);
    display:flex;align-items:center;gap:12px;
    font-size:14px;font-weight:500;letter-spacing:-.01em;
    transform:translateY(80px);opacity:0;
    transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .25s ease;
    max-width:calc(100vw - 48px);
}
.zl-toast--show { transform:translateY(0);opacity:1; }
.zl-toast__icon {
    width:24px;height:24px;flex-shrink:0;
    background:var(--brand);border-radius:50%;
    display:inline-flex;align-items:center;justify-content:center;
    color:#fff;font-weight:700;font-size:14px;line-height:1;
}
.zl-toast__text { white-space:nowrap; }
@media (max-width:540px) {
    .zl-toast { left:16px;right:16px;bottom:16px;justify-content:center; }
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width:860px) {
    .sp-hero__in { grid-template-columns:1fr;gap:28px;padding:0 24px; }
    .sp-how__list { grid-template-columns:1fr; }
    .sp-how__step:nth-child(even) { padding-left:0;border-left:none; }
    .sp-how__step:nth-child(3) { border-bottom:1px solid #ebebeb; }
    .sp-how__step:last-child { border-bottom:none; }
    .sp-why__grid { grid-template-columns:1fr;gap:40px; }
    .sp-faq__in { grid-template-columns:1fr;gap:36px; }
    .sp-statement,.sp-why,.sp-cta,.sp-how,.sp-faq,.sp-related { padding:88px 0; }
    .sp-related .related.products ul.products { grid-template-columns:repeat(2,1fr)!important; }
    .sp-related__grid { grid-template-columns:repeat(2,1fr);max-width:none; }
}
@media (max-width:540px) {
    .sp-wrap,.sp-hero__in { padding:0 20px; }
    .sp-subnav__in { padding:0 20px; }
    .sp-info__title { font-size:24px; }
    .sp-cta__in { padding:40px 24px;border-radius:16px; }
    .sp-statement,.sp-why,.sp-cta,.sp-how,.sp-faq,.sp-related { padding:72px 0; }
    .sp-how__step { padding:28px 0; }
    .sp-related__grid { grid-template-columns:1fr;gap:14px; }
    .sp-rcard__foot { flex-wrap:wrap;gap:8px; }
}
