/*
Theme Name: Twój Bobasek
Theme URI: https://twojbobasek.pl
Description: Pastelowy motyw sklepu z artykułami dla niemowląt (WooCommerce). Sticky header, czysty CSS.
Author: Marketing M.Czarnecki
Version: 2.1.0
Text Domain: twoj-bobasek
*/

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700;800&display=swap');

/* ========== 1. ZMIENNE ========== */
:root {
    --font-primary: "Nunito", -apple-system, BlinkMacSystemFont, sans-serif;
    --font-heading: "Baloo 2", "Nunito", sans-serif;
    --color-cream: #FFF8F2; --color-sky: #EAF6FF; --color-pink-soft: #F8C8DC;
    --color-pink: #F4AFCB; --color-pink-accent: #F4AFCB;
    --color-blue: #BFE7FF; --color-blue-mid: #8FD3FF; --color-blue-deep: #6FC3F5;
    --color-mint: #BDEBD7; --color-sun: #FFE5A8;
    --color-main: #5C5470; --color-gray: #9A8FAE; --color-light-gray: #F4F6F8;
    --color-button: #F48FB1; --color-hover: #EC6FA0;
    --color-secondary: #8FD3FF; --color-secondary-hover: #6FC3F5;
    --color-white: #FFFFFF; --color-dark: #FFF8F2; --color-dark-lighter: #FFFFFF;
    --color-success: #5FBF98; --color-error: #EF6F8E; --color-warning: #F2B450;
    --color-border: #F0E4EC; --color-border-blue: #DCEFFB;
    --border-radius: 18px; --border-radius-sm: 12px; --border-radius-lg: 26px;
    --box-shadow: 0 12px 30px rgba(244, 143, 177, 0.18);
    --box-shadow-blue: 0 10px 26px rgba(143, 211, 255, 0.22);
    --spacing-xs: 6px; --spacing-sm: 10px; --spacing-md: 18px; --spacing-lg: 30px; --spacing-xl: 48px;
    --font-size-base: 16px; --font-weight-bold: 700;
    --transition-fast: 0.2s ease; --transition: 0.3s ease;
    --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    --container: 1280px;
    --header-height: 90px;
}
@media (max-width: 768px) { :root { --header-height: 62px; } }

/* ========== 2. RESET ========== */
*, *::before, *::after { box-sizing: border-box; }
/* overflow-x: clip na html zamiast overflow-x: hidden na body — sticky musi działać */
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    margin: 0; font-family: var(--font-primary); font-size: var(--font-size-base);
    line-height: 1.6; color: var(--color-main);
    background: linear-gradient(180deg, #FFF8F2 0%, #FDEFF6 38%, #EAF6FF 100%);
    background-attachment: fixed; position: relative; min-height: 100vh;
}
/* Strażnik sticky — żaden wrapper nie może obcinać */
.header-wrapper, #page, #wrapper, .site, main { overflow: visible !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--transition-fast); }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-heading); font-weight: 600; color: var(--color-main);
    line-height: 1.2; margin: 0 0 0.5em; letter-spacing: 0.2px;
}
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.ts-sky { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.top-bar, header, footer, main, section, article,
.mobile-bottom-nav, .search-panel, .mini-cart-panel, .mobile-menu-panel,
.panel-overlay, .newsletter-popup, .cookie-banner, .back-to-top, .ts-toast { position: relative; z-index: 1; }

/* ========== 3. CHMURKI ========== */
.ts-cloud { position: absolute; background: #fff; border-radius: 100px; opacity: 0.85; filter: blur(0.3px); will-change: transform; }
.ts-cloud::before, .ts-cloud::after { content: ''; position: absolute; background: #fff; border-radius: 50%; }
.ts-cloud::before { width: 52%; height: 150%; top: -55%; left: 14%; }
.ts-cloud::after { width: 68%; height: 190%; top: -90%; right: 12%; }
.ts-cloud-1 { width: 120px; height: 38px; top: 12%; left: -180px; animation: ts-drift 48s linear infinite; }
.ts-cloud-2 { width: 90px; height: 30px; top: 30%; left: -180px; opacity: 0.65; animation: ts-drift 64s linear infinite 6s; }
.ts-cloud-3 { width: 160px; height: 48px; top: 55%; left: -240px; opacity: 0.7; animation: ts-drift 80s linear infinite 12s; }
.ts-cloud-4 { width: 80px; height: 26px; top: 72%; left: -180px; opacity: 0.55; animation: ts-drift 56s linear infinite 20s; }
.ts-cloud-5 { width: 130px; height: 40px; top: 87%; left: -220px; opacity: 0.6; animation: ts-drift 72s linear infinite 3s; }
@keyframes ts-drift { 0% { transform: translateX(0); } 100% { transform: translateX(calc(100vw + 280px)); } }
@media (max-width: 768px) { .ts-cloud-3, .ts-cloud-5 { display: none; } }

/* ========== 4. TOP BAR ========== */
.top-bar { background: linear-gradient(90deg, var(--color-blue-mid), var(--color-blue)); color: #3E6075; font-size: 13px; font-weight: 600; z-index: 2; }
.top-bar-container { max-width: var(--container); margin: 0 auto; padding: 8px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.top-bar a { color: #3E6075; }
.top-bar a:hover { color: var(--color-hover); }
.top-bar-center { text-align: center; flex: 1; letter-spacing: 0.4px; }
.top-bar-right { display: flex; gap: 14px; font-size: 15px; }

/* ========== 5. SITE HEADER — STICKY ========== */
.site-header {
    position: sticky; top: 0; z-index: 500;
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(244, 143, 177, 0.14);
    transition: box-shadow var(--transition);
}
.header-container { max-width: var(--container); margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; gap: 24px; }
.header-logo { flex-shrink: 0; display: flex; align-items: center; }
.header-logo a { display: inline-flex; align-items: center; line-height: 0; }
.header-logo img, .header-logo .header-logo-img {
    height: 60px !important; max-height: 60px !important; width: auto !important;
    display: block; object-fit: contain;
}
.header-nav { margin-left: auto; }
.header-menu { display: flex; gap: 26px; }
.header-menu li a { font-weight: 700; color: var(--color-main); position: relative; padding: 6px 0; }
.header-menu li a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; border-radius: 3px; background: var(--color-button); transition: width var(--transition); }
.header-menu li a:hover { color: var(--color-hover); }
.header-menu li a:hover::after { width: 100%; }
.header-icons { display: flex; align-items: center; gap: 16px; margin-left: 12px; }
.header-icon {
    position: relative; width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: var(--color-main); background: #FFF5FA;
    border: none; border-radius: 50%;
    transition: transform var(--transition-bounce), background var(--transition), color var(--transition);
}
.header-icon:hover { color: #fff; background: var(--color-button); transform: translateY(-3px) scale(1.06); }
.header-cart-total { font-weight: 800; color: var(--color-main); font-size: 15px; }
.cart-count, .wishlist-count {
    position: absolute; top: -4px; right: -4px;
    min-width: 18px; height: 18px; padding: 0 5px;
    font-size: 11px; font-weight: 800; color: #fff;
    background: var(--color-hover); border-radius: 999px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transform: scale(0); transition: all var(--transition-bounce);
}
.cart-count.has-items, .wishlist-count.has-items { opacity: 1; transform: scale(1); }
.mobile-cat-toggle {
    display: none; align-items: center; gap: 8px;
    padding: 10px 14px; font-weight: 700; color: var(--color-main);
    background: #FFF5FA; border: none; border-radius: 999px;
}
.mobile-cat-toggle-arrow { transition: transform var(--transition); }
.mobile-cat-toggle.is-open .mobile-cat-toggle-arrow { transform: rotate(180deg); }

/* ========== 6. PASEK KATEGORII ========== */
.category-bar {
    position: sticky; top: var(--header-height); z-index: 400;
    background: #FFF5FA;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
.category-bar-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.category-list { display: flex; flex-wrap: wrap; gap: 6px; }
.category-item { position: relative; }
.category-link { display: inline-block; padding: 12px 16px; font-weight: 700; color: var(--color-main); border-radius: var(--border-radius-sm); transition: background var(--transition), color var(--transition); }
.category-item:hover > .category-link, .category-item.open > .category-link { background: #fff; color: var(--color-hover); }
.category-toggle, .subcategory-toggle { background: transparent; border: none; color: var(--color-gray); font-size: 12px; padding: 4px; }
.category-dropdown {
    position: absolute; top: 100%; left: 0; min-width: 230px;
    background: #fff; border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    box-shadow: 0 16px 42px rgba(244, 143, 177, 0.22);
    padding: 10px; opacity: 0; visibility: hidden;
    transform: translateY(10px); transition: all var(--transition); z-index: 50;
}
.category-item:hover .category-dropdown, .category-item.open .category-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.subcategory-item { position: relative; }
.subcategory-link { display: block; padding: 9px 12px; border-radius: var(--border-radius-sm); color: var(--color-main); font-weight: 600; }
.subcategory-link:hover { background: #FFF5FA; color: var(--color-hover); }
.sub-subcategory-list { margin: 4px 0 6px 12px; padding-left: 10px; border-left: 2px solid var(--color-border); }
.sub-subcategory-item a { display: block; padding: 6px 10px; font-size: 14px; color: var(--color-gray); border-radius: 8px; }
.sub-subcategory-item a:hover { color: var(--color-hover); background: #FFF5FA; }

/* ========== 7. PANELE ========== */
.panel-overlay { position: fixed; inset: 0; background: rgba(92, 84, 112, 0.45); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: all var(--transition); z-index: 1200; }
.panel-overlay.active { opacity: 1; visibility: visible; }
.search-panel, .mini-cart-panel, .mobile-menu-panel {
    position: fixed; top: 0; height: 100%; width: 420px; max-width: 90vw;
    background: #fff; z-index: 1300; display: flex; flex-direction: column;
    transition: transform var(--transition-bounce);
    box-shadow: 0 0 50px rgba(244, 143, 177, 0.25);
}
.search-panel { left: 0; transform: translateX(-100%); }
.mini-cart-panel, .mobile-menu-panel { right: 0; transform: translateX(100%); }
.search-panel.active, .mini-cart-panel.active, .mobile-menu-panel.active { transform: translateX(0); }
.search-panel-header, .mini-cart-header, .mobile-menu-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px; background: #FFF5FA; border-bottom: 1px solid var(--color-border);
}
.search-panel-title, .mini-cart-title, .mobile-menu-title { font-family: var(--font-heading); font-size: 20px; font-weight: 600; color: var(--color-main); }
.search-panel-close, .mini-cart-close, .mobile-menu-close {
    width: 38px; height: 38px; border: none; border-radius: 50%;
    background: #fff; color: var(--color-main); font-size: 16px;
    transition: transform var(--transition), background var(--transition), color var(--transition);
}
.search-panel-close:hover, .mini-cart-close:hover, .mobile-menu-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.search-panel-content, .mobile-menu-content { padding: 22px 24px; overflow-y: auto; }
.search-input-wrapper { display: flex; gap: 8px; }
.search-input { flex: 1; padding: 14px 18px; border: 2px solid var(--color-border); border-radius: 999px; background: #FFF8F2; color: var(--color-main); font-family: var(--font-primary); font-size: 15px; }
.search-input:focus { outline: none; border-color: var(--color-button); }
.search-submit { width: 50px; border: none; border-radius: 50%; background: var(--color-button); color: #fff; font-size: 16px; transition: background var(--transition); }
.search-submit:hover { background: var(--color-hover); }
.search-results { margin-top: 18px; }
.search-results-list { display: flex; flex-direction: column; gap: 10px; }
.search-result-item a { display: flex; gap: 12px; align-items: center; padding: 10px; border-radius: var(--border-radius-sm); transition: background var(--transition); }
.search-result-item a:hover { background: #FFF5FA; }
.search-result-image img { width: 54px; height: 54px; object-fit: cover; border-radius: 10px; }
.search-result-info { display: flex; flex-direction: column; }
.search-result-title { font-weight: 700; color: var(--color-main); }
.search-result-price { color: var(--color-hover); font-weight: 700; }
.search-view-all { display: block; text-align: center; margin-top: 14px; padding: 12px; font-weight: 800; color: var(--color-hover); background: #FFF5FA; border-radius: 999px; }
.no-results { text-align: center; color: var(--color-gray); padding: 20px; }
.mobile-category-list { display: flex; flex-direction: column; gap: 4px; }
.mobile-category-row { display: flex; align-items: center; justify-content: space-between; }
.mobile-category-row a { flex: 1; padding: 12px 4px; font-weight: 700; color: var(--color-main); }
.mobile-category-toggle { background: transparent; border: none; color: var(--color-gray); padding: 10px; }
.mobile-subcategory-list, .mobile-sub-subcategory-list { max-height: 0; overflow: hidden; transition: max-height var(--transition); padding-left: 14px; border-left: 2px solid var(--color-border); margin-left: 4px; }
.mobile-category-item.open > .mobile-subcategory-list, .mobile-subcategory-item.open > .mobile-sub-subcategory-list { max-height: 800px; }
.mobile-subcategory-list a, .mobile-sub-subcategory-list a { display: block; padding: 9px 4px; color: var(--color-gray); font-weight: 600; }
.mini-cart-shipping-info { padding: 18px 24px; background: #FFF8F2; border-bottom: 1px solid var(--color-border); }
.shipping-progress-bar { height: 8px; background: #F3E1EA; border-radius: 999px; overflow: hidden; }
.shipping-progress-fill { height: 100%; background: linear-gradient(90deg, var(--color-button), var(--color-blue-mid)); border-radius: 999px; transition: width var(--transition); }
.shipping-message, .shipping-free { margin: 10px 0 0; font-size: 13px; color: var(--color-gray); display: flex; align-items: center; gap: 8px; }
.shipping-free { color: var(--color-success); font-weight: 700; }
.mini-cart-content { flex: 1; overflow-y: auto; padding: 16px 24px; }
.mini-cart-items { display: flex; flex-direction: column; gap: 14px; }
.mini-cart-item { display: flex; gap: 12px; align-items: flex-start; position: relative; padding-bottom: 14px; border-bottom: 1px solid var(--color-border); }
.mini-cart-item-image img { width: 64px; height: 64px; object-fit: cover; border-radius: 12px; background: #FDEFF6; }
.mini-cart-item-details { flex: 1; }
.mini-cart-item-name { font-size: 14px; margin: 0 0 4px; font-family: var(--font-primary); font-weight: 700; }
.mini-cart-item-price { color: var(--color-hover); font-weight: 700; font-size: 14px; margin-bottom: 6px; }
.mini-cart-item-quantity { display: flex; align-items: center; gap: 8px; }
.qty-btn { width: 26px; height: 26px; border: 1px solid var(--color-border); background: #FFF5FA; border-radius: 50%; color: var(--color-main); font-size: 11px; }
.qty-btn:hover { background: var(--color-button); color: #fff; border-color: var(--color-button); }
.qty-input { width: 42px; text-align: center; border: 1px solid var(--color-border); border-radius: 8px; padding: 4px; font-family: inherit; }
.mini-cart-item-remove { position: absolute; top: 0; right: 0; background: transparent; border: none; color: var(--color-gray); font-size: 14px; }
.mini-cart-item-remove:hover { color: var(--color-error); }
.mini-cart-empty { text-align: center; color: var(--color-gray); padding: 50px 20px; }
.mini-cart-empty i { font-size: 44px; color: var(--color-pink); margin-bottom: 12px; }
.mini-cart-footer { padding: 20px 24px; border-top: 1px solid var(--color-border); background: #FFF8F2; }
.mini-cart-total { display: flex; justify-content: space-between; font-weight: 800; margin-bottom: 14px; }
.mini-cart-total .total-price { color: var(--color-hover); }

/* ========== 8. PRZYCISKI ========== */
.btn, .product-btn, .section-more-btn, .slide-cta, .btn-view-cart, .btn-checkout, .contact-btn, .ts-wishlist-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 26px; font-family: var(--font-primary); font-weight: 800; letter-spacing: 0.3px;
    color: #fff; background: var(--color-button); border: none; border-radius: 999px;
    transition: transform var(--transition-bounce), background var(--transition), box-shadow var(--transition);
    box-shadow: 0 6px 16px rgba(244, 143, 177, 0.32);
}
.btn:hover, .product-btn:hover, .section-more-btn:hover, .slide-cta:hover, .btn-view-cart:hover, .btn-checkout:hover, .contact-btn:hover, .ts-wishlist-btn:hover {
    background: var(--color-hover); transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 24px rgba(244, 143, 177, 0.42);
}
.btn-secondary { background: var(--color-secondary); box-shadow: 0 6px 16px rgba(143, 211, 255, 0.4); }
.btn-secondary:hover { background: var(--color-secondary-hover); }
.btn-outline { background: transparent; color: var(--color-hover); border: 2px solid var(--color-button); box-shadow: none; }
.btn-outline:hover { background: var(--color-button); color: #fff; }
.btn-view-cart { background: #FFF5FA; color: var(--color-main); box-shadow: none; border: 2px solid var(--color-border); width: 100%; margin-bottom: 10px; }
.btn-view-cart:hover { background: #FDEFF6; color: var(--color-hover); }
.btn-checkout { width: 100%; }

/* ========== 9. SEKCJE ========== */
.section { padding: 64px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.section-badge { display: inline-block; padding: 6px 16px; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--color-hover); background: rgba(244, 143, 177, 0.16); border: 1px solid var(--color-pink); border-radius: 999px; margin-bottom: 14px; }
.section-badge.sale { color: #3E7BA0; background: rgba(143, 211, 255, 0.22); border-color: var(--color-blue-mid); }
.section-title { font-size: clamp(26px, 4vw, 40px); color: var(--color-main); }
.section-subtitle { color: var(--color-gray); font-size: 17px; }
.section-more-btn { margin-top: 36px; }
.section-foot { text-align: center; }

/* ========== 10. HERO SLIDER ========== */
.hero { padding: 0; }
.hero-slider { position: relative; width: 100%; overflow: hidden; box-shadow: 0 12px 30px rgba(244, 143, 177, 0.14); }
.hero-track { display: flex; transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1); }
.hero-slide { position: relative; flex: 0 0 100%; min-height: 600px; display: flex; align-items: center; background-size: cover; background-position: bottom center; }
.hero-slide-inner { position: relative; width: 100%; max-width: var(--container); margin: 0 auto; padding: 60px 20px; display: flex; align-items: center; min-height: inherit; }
.hero-slide-content { position: relative; max-width: 520px; z-index: 2; }
.slide-badge { display: inline-block; padding: 6px 16px; margin-bottom: 16px; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--color-hover); background: #fff; border-radius: 999px; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.25); }
.slide-heading { font-size: clamp(30px, 5vw, 54px); color: var(--color-main); margin-bottom: 14px; }
.slide-heading strong { color: var(--color-hover); }
.slide-text { font-size: 18px; color: var(--color-gray); margin-bottom: 26px; }
.slide-text p { margin: 0 0 12px; color: inherit; font-size: inherit; line-height: inherit; }
.slide-text p:last-child { margin-bottom: 0; }
.hero-emoji { position: absolute; right: 4%; bottom: 8%; font-size: clamp(90px, 14vw, 200px); opacity: 0.92; animation: ts-float 5s ease-in-out infinite; z-index: 1; pointer-events: none; }
@keyframes ts-float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-18px) rotate(3deg); } }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; background: rgba(255,255,255,0.92); border: none; border-radius: 50%; color: var(--color-main); font-size: 18px; box-shadow: 0 6px 18px rgba(244, 143, 177, 0.3); z-index: 5; transition: background var(--transition), color var(--transition), transform var(--transition); }
.hero-arrow:hover { background: var(--color-button); color: #fff; }
.hero-arrow.prev { left: max(18px, calc((100vw - var(--container)) / 2 - 63px)); }
.hero-arrow.next { right: max(18px, calc((100vw - var(--container)) / 2 - 63px)); }
.hero-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 5; }
.hero-dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.75); border: none; transition: all var(--transition); cursor: pointer; }
.hero-dot.active { background: var(--color-button); width: 30px; border-radius: 999px; }
.hero-slide.has-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 248, 242, 0.92) 0%, rgba(255, 248, 242, 0.65) 45%, rgba(255, 248, 242, 0.1) 100%); z-index: 1; }
.hero-slide.has-image .hero-slide-inner { z-index: 2; }
@media (max-width: 768px) {
    .hero-slide { min-height: 420px; }
    .hero-slide-inner { padding: 40px 20px; }
    .hero-emoji { font-size: 90px; opacity: 0.45; right: 2%; bottom: 6%; }
    .slide-text { font-size: 16px; }
    .hero-arrow { display: none; }
}

/* ========== 11. IKON-BOXY ========== */
.icon-boxes { padding: 50px 0; }
.icon-boxes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.icon-box { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 28px 22px; text-align: center; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.12); transition: transform var(--transition-bounce), box-shadow var(--transition); }
.icon-box:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(244, 143, 177, 0.22); }
.icon-box-icon { width: 64px; height: 64px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #fff; background: linear-gradient(135deg, var(--color-button), var(--color-blue-mid)); border-radius: 50%; box-shadow: 0 8px 18px rgba(244, 143, 177, 0.35); }
.icon-box:hover .icon-box-icon { animation: ts-wobble 0.6s ease; }
.icon-box-title { font-size: 18px; margin-bottom: 6px; }
.icon-box-text { color: var(--color-gray); font-size: 14px; margin: 0; }
@keyframes ts-wobble { 0%,100% { transform: rotate(0); } 25% { transform: rotate(-9deg) scale(1.06); } 75% { transform: rotate(9deg) scale(1.06); } }
@media (max-width: 992px) { .icon-boxes-grid { grid-template-columns: repeat(2, 1fr); } }

/* ========== 12. KAFLE KATEGORII ========== */
.categories-section { background: transparent; }
.categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-tile { position: relative; display: block; border-radius: var(--border-radius-lg); overflow: hidden; min-height: 220px; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); box-shadow: 0 10px 26px rgba(143, 211, 255, 0.18); transition: transform var(--transition-bounce), box-shadow var(--transition); isolation: isolate; }
.category-tile:nth-child(3n+2) { background: linear-gradient(135deg, #E3F2FF, #FFF1F6); }
.category-tile:nth-child(3n) { background: linear-gradient(135deg, #FFF3DE, #FDEFF6); }
.category-tile:hover { transform: translateY(-8px) rotate(-0.5deg); box-shadow: 0 20px 42px rgba(244, 143, 177, 0.26); }
.category-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; opacity: 0.92; }
.category-tile-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 24px; background: linear-gradient(0deg, rgba(92,84,112,0.28), transparent 60%); }
.category-tile.has-image .category-tile-overlay { background: linear-gradient(180deg, rgba(92, 84, 112, 0.0) 0%, rgba(92, 84, 112, 0.55) 100%); }
.category-tile.has-image .category-tile-emoji { display: none; }
.category-tile-emoji { font-size: 42px; margin-bottom: auto; filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1)); }
.category-tile-name { font-family: var(--font-heading); font-size: 22px; font-weight: 600; color: #fff; text-shadow: 0 2px 8px rgba(92,84,112,0.4); }
.category-tile-count { color: rgba(255,255,255,0.92); font-size: 13px; font-weight: 700; }
@media (max-width: 768px) { .categories-grid { grid-template-columns: repeat(2, 1fr); } }

/* ========== 13. KARTY PRODUKTÓW ========== */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: #fff; border: 1px solid #F6D7E4; border-radius: var(--border-radius-lg); overflow: hidden; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12); transition: transform var(--transition-bounce), box-shadow var(--transition-bounce); animation: ts-pop 0.5s ease both; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-8px) rotate(-0.6deg); box-shadow: 0 20px 42px rgba(244, 143, 177, 0.26); }
.product-image { position: relative; background: #FDEFF6; aspect-ratio: 1/1; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 12px; font-size: 12px; font-weight: 800; color: #fff; border-radius: 999px; }
.product-badge.sale { background: var(--color-hover); }
.product-badge.new { background: var(--color-button); }
.product-badge.trending { background: var(--color-blue-deep); }
.product-wishlist { position: absolute; top: 12px; right: 12px; z-index: 2; width: 38px; height: 38px; border: 1px solid var(--color-pink); background: #fff; color: var(--color-hover); border-radius: 50%; font-size: 15px; display: flex; align-items: center; justify-content: center; transition: transform var(--transition-bounce), background var(--transition), color var(--transition); }
.product-wishlist:hover, .product-wishlist.active { background: var(--color-button); color: #fff; transform: scale(1.12); }
.product-info { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.product-title { font-family: var(--font-heading); font-size: 16px; font-weight: 500; margin: 0 0 8px; line-height: 1.35; }
.product-title a { color: var(--color-main); }
.product-title a:hover { color: var(--color-hover); }
.product-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.product-rating .stars { color: var(--color-warning); font-size: 13px; }
.product-rating .review-count { color: var(--color-gray); font-size: 12px; }
.product-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; }
.product-price-wrapper { display: flex; flex-direction: column; }
.product-price { font-family: var(--font-heading); font-weight: 600; font-size: 19px; color: var(--color-main); }
.product-price del { color: var(--color-gray); font-size: 14px; font-weight: 400; }
.product-price ins { text-decoration: none; color: var(--color-hover); }
.product-omnibus { font-size: 11px; color: var(--color-gray); margin-top: 4px; }
.product-btn { padding: 9px 18px; font-size: 14px; box-shadow: none; }
@keyframes ts-pop { from { opacity: 0; transform: translateY(14px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 992px) { .products-grid { grid-template-columns: 1fr } }

/* ========== 14. MARKI ========== */
.brands-section { padding: 50px 0; }
.brands-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.brand-chip { padding: 14px 28px; background: #fff; border: 1px solid var(--color-border); border-radius: 999px; font-family: var(--font-heading); font-weight: 600; color: var(--color-gray); box-shadow: 0 6px 16px rgba(244, 143, 177, 0.1); transition: transform var(--transition-bounce), color var(--transition); }
.brand-chip:hover { transform: translateY(-4px); color: var(--color-hover); }

/* ========== 15. CTA BAND ========== */
.cta-band { margin: 20px auto; max-width: var(--container); border-radius: var(--border-radius-lg); background: linear-gradient(120deg, #FFE3EF, #E7F4FF); padding: 50px 40px; text-align: center; box-shadow: 0 14px 36px rgba(244, 143, 177, 0.18); }
.cta-band h2 { font-size: clamp(24px, 4vw, 36px); }
.cta-band p { color: var(--color-gray); max-width: 560px; margin: 0 auto 24px; }

/* ========== 16. STOPKA ========== */
.site-footer { background: linear-gradient(180deg, #FDEFF6 0%, #F8E3EF 100%); color: var(--color-main); margin-top: 60px; }
.footer-main { padding: 56px 0 36px; }
.footer-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer-logo { font-family: var(--font-heading); font-size: 26px; font-weight: 600; color: var(--color-main); display: inline-block; margin-bottom: 18px; line-height: 0; }
.footer-logo-img { height: 64px; width: auto; display: block; filter: drop-shadow(0 4px 10px rgba(244, 143, 177, 0.25)); transition: transform var(--transition-bounce); }
.footer-logo:hover .footer-logo-img { transform: scale(1.04) rotate(-2deg); }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; color: var(--color-gray); font-weight: 600; }
.footer-contact-item i { color: var(--color-hover); }
.footer-contact-item:hover { color: var(--color-hover); }
.footer-title { font-family: var(--font-heading); font-size: 18px; margin-bottom: 16px; color: var(--color-main); }
.footer-menu { display: flex; flex-direction: column; gap: 10px; }
.footer-menu li a { color: var(--color-gray); font-weight: 600; }
.footer-menu li a:hover { color: var(--color-hover); padding-left: 4px; }
.footer-social { display: flex; gap: 12px; }
.social-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--color-hover); border-radius: 50%; font-size: 17px; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.22); transition: transform var(--transition-bounce), background var(--transition), color var(--transition); }
.social-icon:hover { background: var(--color-button); color: #fff; transform: translateY(-4px) scale(1.08); }
.footer-bottom { border-top: 1px solid rgba(244, 143, 177, 0.25); padding: 22px 0; }
.footer-bottom .footer-container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.footer-copyright, .footer-credits { color: var(--color-gray); font-size: 14px; }
.footer-credits a { color: var(--color-hover); font-weight: 700; }
@media (max-width: 992px) { .footer-container { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .footer-container { grid-template-columns: 1fr; } }

/* ========== 17. MOBILE BOTTOM NAV ========== */
.mobile-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; display: none; align-items: center; justify-content: space-around; background: #fff; box-shadow: 0 -4px 20px rgba(244, 143, 177, 0.18); padding: 8px 6px; z-index: 1100; }
.mobile-bottom-nav-item { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; font-weight: 700; color: var(--color-main); flex: 1; }
.mobile-bottom-nav-item i { font-size: 18px; color: var(--color-gray); }
.mobile-bottom-nav-item:hover, .mobile-bottom-nav-item:hover i { color: var(--color-hover); }
.mobile-bottom-nav-logo { width: 58px; height: 58px; margin-top: -22px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; box-shadow: 0 0 18px rgba(244, 143, 177, 0.5); flex: 0 0 auto; }
.mobile-bottom-nav-logo img { width: 70%; height: 70%; object-fit: contain; }

/* ========== 18. COOKIES ========== */
.cookie-banner { position: fixed; bottom: 20px; left: 20px; max-width: 420px; z-index: 1400; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all var(--transition); }
.cookie-banner.active { opacity: 1; visibility: visible; transform: translateY(0); }
.cookie-overlay { display: none; }
.cookie-content { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); box-shadow: 0 18px 44px rgba(244, 143, 177, 0.3); padding: 24px; }
.cookie-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cookie-icon { color: var(--color-warning); font-size: 22px; }
.cookie-header h3 { margin: 0; font-size: 18px; color: var(--color-main); }
.cookie-description { color: var(--color-gray); font-size: 14px; margin: 0 0 16px; }
.cookie-options { background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); padding: 6px 14px; margin-bottom: 16px; max-height: 220px; overflow-y: auto; }
.cookie-option { padding: 12px 0; border-bottom: 1px solid var(--color-border); }
.cookie-option:last-child { border-bottom: none; }
.cookie-option-header { display: flex; align-items: center; gap: 12px; }
.cookie-option-info { display: flex; align-items: center; gap: 8px; }
.cookie-option-title { font-weight: 700; color: var(--color-main); }
.cookie-option-badge { font-size: 11px; font-weight: 700; color: var(--color-hover); background: #FDEFF6; padding: 2px 8px; border-radius: 999px; }
.cookie-option-desc { font-size: 12px; color: var(--color-gray); margin: 6px 0 0; }
.cookie-toggle { position: relative; display: inline-block; width: 42px; height: 24px; flex: 0 0 auto; }
.cookie-toggle input { opacity: 0; width: 0; height: 0; }
.cookie-toggle-slider { position: absolute; inset: 0; background: #E7DCE6; border-radius: 999px; transition: var(--transition); }
.cookie-toggle-slider::before { content: ''; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: var(--transition); }
.cookie-toggle input:checked + .cookie-toggle-slider { background: var(--color-button); }
.cookie-toggle input:checked + .cookie-toggle-slider::before { transform: translateX(18px); }
.cookie-toggle.disabled .cookie-toggle-slider { opacity: 0.7; }
.cookie-buttons { display: flex; flex-direction: column; gap: 8px; }
.cookie-btn { padding: 12px; border-radius: 999px; font-weight: 800; font-family: var(--font-primary); border: none; transition: all var(--transition); }
.cookie-btn-accept-all { background: var(--color-button); color: #fff; }
.cookie-btn-accept-all:hover { background: var(--color-hover); }
.cookie-btn-save { background: #FDEFF6; color: var(--color-main); border: 1px solid var(--color-border); }
.cookie-btn-necessary { background: transparent; color: var(--color-gray); border: 1px solid var(--color-border); }
.cookie-footer { text-align: center; margin: 14px 0 0; font-size: 12px; color: var(--color-gray); }
.cookie-footer a { color: var(--color-hover); font-weight: 700; }
@media (max-width: 480px) { .cookie-banner { left: 12px; right: 12px; bottom: 80px; max-width: none; } }

/* ========== 19. TOAST ========== */
.ts-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(20px); padding: 14px 24px; background: #fff; color: var(--color-main); border-radius: 999px; box-shadow: 0 12px 30px rgba(244, 143, 177, 0.3); border: 1px solid var(--color-border); z-index: 99999; opacity: 0; visibility: hidden; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14px; pointer-events: none; }
.ts-toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.ts-toast i { font-size: 17px; }
.ts-toast-success i { color: #28a745; }
.ts-toast-error i { color: #b53935; }
.ts-toast-info i { color: var(--color-hover); }

/* ========== 20. BACK TO TOP ========== */
.back-to-top { background-color: var(--color-button); }
.back-to-top:hover { background-color: var(--color-hover); }

/* ========== 21. PORADNIK / BLOG ========== */
.blog-page-section { padding: 60px 0 80px; }
.blog-page-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.blog-cards-grid, .blog-posts-grid, .related-posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-posts-grid { margin-bottom: 40px; }
@media (max-width: 992px) { .blog-cards-grid, .blog-posts-grid, .related-posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-cards-grid, .blog-posts-grid, .related-posts-grid { grid-template-columns: 1fr; } }
.blog-card, .blog-post-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); overflow: hidden; box-shadow: 0 10px 26px rgba(143, 211, 255, 0.16); transition: transform var(--transition-bounce), box-shadow var(--transition); display: flex; flex-direction: column; }
.blog-card:hover, .blog-post-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(143, 211, 255, 0.3); }
.blog-card-image, .blog-post-image { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, #FDEFF6, #E7F4FF); }
.blog-post-image a { display: block; height: 100%; }
.blog-card-image img, .blog-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.blog-card:hover .blog-card-image img, .blog-post-card:hover .blog-post-image img { transform: scale(1.05); }
.blog-post-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 56px; color: var(--color-pink); }
.blog-card-body, .blog-post-content { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.blog-card-meta, .blog-post-meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--color-gray); margin-bottom: 10px; }
.blog-card-meta i, .blog-post-meta i { color: var(--color-hover); }
.blog-card-title, .blog-post-title { font-family: var(--font-heading); font-size: 19px; font-weight: 600; margin: 0 0 10px; line-height: 1.3; }
.blog-card-title a, .blog-post-title a { color: var(--color-main); }
.blog-card-title a:hover, .blog-post-title a:hover { color: var(--color-hover); }
.blog-card-excerpt, .blog-post-excerpt { color: var(--color-gray); font-size: 15px; margin: 0 0 16px; flex: 1; line-height: 1.6; }
.blog-card-link, .blog-post-link { font-weight: 800; color: var(--color-hover); align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; transition: gap var(--transition); }
.blog-card-link:hover, .blog-post-link:hover { color: var(--color-button); gap: 10px; }
.blog-pagination { margin-top: 36px; display: flex; justify-content: center; }
.blog-pagination ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; background: #fff; border: 1px solid var(--color-border); border-radius: 999px; color: var(--color-main); font-weight: 700; font-family: var(--font-heading); transition: all var(--transition); }
.blog-pagination .page-numbers:hover { background: var(--color-button); color: #fff; border-color: var(--color-button); transform: translateY(-2px); }
.blog-pagination .page-numbers.current { background: var(--color-button); color: #fff; border-color: var(--color-button); box-shadow: 0 6px 16px rgba(244, 143, 177, 0.35); }
.blog-pagination .page-numbers.dots { background: transparent; border: none; }
.blog-no-posts { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 60px 30px; text-align: center; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12); }
.blog-no-posts i { font-size: 56px; color: var(--color-pink); margin-bottom: 18px; display: block; }
.blog-no-posts h2 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 10px; }
.blog-no-posts p { color: var(--color-gray); margin: 0 0 24px; }

/* ========== 22. STRONY INFO ========== */
.page-hero { position: relative; padding: 60px 0 50px; background: linear-gradient(120deg, #FFE3EF 0%, #FDF1F6 50%, #E7F4FF 100%); overflow: hidden; background-size: cover; background-position: center; }
.page-hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 90% 20%, rgba(244, 143, 177, 0.18), transparent 40%), radial-gradient(circle at 10% 80%, rgba(143, 211, 255, 0.22), transparent 45%); pointer-events: none; }
.page-hero[style*="background-image"] .page-hero-overlay { background: linear-gradient(180deg, rgba(255,248,242,0.7), rgba(244,143,177,0.25)); }
.page-hero-container { position: relative; max-width: var(--container); margin: 0 auto; padding: 0 20px; text-align: center; }
.page-hero-title { font-family: var(--font-heading); font-size: clamp(28px, 5vw, 46px); color: var(--color-main); margin: 0 0 14px; }
.page-hero-desc { display: inline-block; background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(6px); color: var(--color-main); padding: 8px 18px; border-radius: 999px; font-weight: 600; font-size: 15px; margin: 8px 0 14px; }
.breadcrumbs { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 8px 18px; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(6px); border-radius: 999px; font-size: 14px; color: var(--color-gray); font-weight: 600; }
.breadcrumbs a { color: var(--color-hover); }
.breadcrumbs a:hover { color: var(--color-button); }
.breadcrumbs .separator { font-size: 10px; color: var(--color-pink); }
.breadcrumbs .current { color: var(--color-main); }
.info-page-section { padding: 60px 0 80px; }
.info-page-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.info-text-content { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 44px 46px; box-shadow: 0 12px 30px rgba(244, 143, 177, 0.12); color: var(--color-main); line-height: 1.75; }
.info-text-content h2, .info-text-content h3 { font-family: var(--font-heading); color: var(--color-main); margin: 32px 0 14px; line-height: 1.3; }
.info-text-content h3 { font-size: 22px; padding-bottom: 10px; border-bottom: 2px solid var(--color-border); position: relative; }
.info-text-content h3::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 12px; background: var(--color-button); border-radius: 50%; vertical-align: middle; }
.info-text-content h3:first-child { margin-top: 0; }
.info-text-content p { margin: 0 0 16px; }
.info-text-content ul { list-style: none; padding: 0; margin: 0 0 18px; }
.info-text-content ul li { position: relative; padding: 6px 0 6px 28px; }
.info-text-content ul li::before { content: ''; position: absolute; left: 8px; top: 14px; width: 8px; height: 8px; background: var(--color-pink); border-radius: 50%; box-shadow: 0 0 0 3px rgba(244, 143, 177, 0.18); }
.info-text-content strong { color: var(--color-main); font-weight: 700; }
.info-text-content a { color: var(--color-hover); font-weight: 700; border-bottom: 1px dashed rgba(236, 111, 160, 0.4); transition: color var(--transition-fast), border-color var(--transition-fast); }
.info-text-content a:hover { color: var(--color-button); border-bottom-color: var(--color-button); }
.info-text-content img { border-radius: var(--border-radius); margin: 16px 0; }
.info-intro { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 38px 40px; text-align: center; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.14); margin-bottom: 36px; }
.info-intro .section-badge { margin-bottom: 12px; }
.info-intro-title { font-family: var(--font-heading); font-size: clamp(22px, 3vw, 30px); color: var(--color-main); margin: 0 0 14px; }
.info-intro-text { color: var(--color-gray); font-size: 17px; line-height: 1.7; margin: 0; }
.info-highlight, .info-notice { display: flex; gap: 20px; align-items: flex-start; padding: 26px 30px; border-radius: var(--border-radius-lg); margin: 28px 0; border: 1px solid var(--color-border); }
.info-highlight { background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%); }
.info-notice { background: linear-gradient(135deg, #FFF3DE 0%, #FDEFF6 100%); border-color: rgba(242, 180, 80, 0.3); }
.info-highlight-icon, .info-notice-icon { flex: 0 0 56px; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #fff; color: var(--color-hover); font-size: 22px; box-shadow: 0 6px 16px rgba(244, 143, 177, 0.28); }
.info-notice-icon { color: var(--color-warning); box-shadow: 0 6px 16px rgba(242, 180, 80, 0.3); }
.info-highlight-content, .info-notice-content { flex: 1; }
.info-highlight-content h3, .info-notice-content h3 { margin: 0 0 6px; padding: 0; border: none; font-family: var(--font-heading); font-size: 19px; color: var(--color-main); }
.info-highlight-content h3::before, .info-notice-content h3::before { display: none; }
.info-highlight-content p, .info-notice-content p { margin: 0; color: var(--color-main); line-height: 1.6; }
.info-section { margin: 42px 0; }
.info-section-title { font-family: var(--font-heading); font-size: clamp(22px, 3vw, 28px); color: var(--color-main); margin: 0 0 24px; text-align: center; }
.delivery-methods-grid, .payment-methods-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 768px) { .delivery-methods-grid, .payment-methods-grid { grid-template-columns: 1fr; } }
.delivery-method-card, .payment-method-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); box-shadow: 0 10px 26px rgba(143, 211, 255, 0.14); transition: transform var(--transition-bounce), box-shadow var(--transition); }
.delivery-method-card { padding: 28px; }
.payment-method-card { padding: 30px 26px; text-align: center; }
.delivery-method-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(244, 143, 177, 0.22); }
.payment-method-card:hover { transform: translateY(-4px) rotate(-0.5deg); }
.delivery-method-icon, .payment-method-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; background: linear-gradient(135deg, var(--color-button), var(--color-blue-mid)); box-shadow: 0 8px 20px rgba(244, 143, 177, 0.35); }
.delivery-method-icon { margin-bottom: 18px; }
.payment-method-icon { width: 68px; height: 68px; margin: 0 auto 14px; font-size: 26px; }
.delivery-method-content h4, .payment-method-card h4 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 10px; }
.delivery-method-content h4 { font-size: 20px; }
.payment-method-card h4 { font-size: 19px; margin-bottom: 8px; }
.delivery-method-desc { color: var(--color-gray); margin: 0 0 16px; font-size: 15px; line-height: 1.65; }
.payment-method-card p { color: var(--color-gray); font-size: 14px; margin: 0; line-height: 1.6; }
.delivery-method-features { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.delivery-method-features li { display: flex; align-items: center; gap: 10px; padding: 0; font-size: 14px; color: var(--color-main); }
.delivery-method-features li::before { display: none; }
.delivery-method-features li i { flex: 0 0 16px; }
.delivery-method-features li i.fa-check { color: var(--color-success); }
.delivery-method-features li i.fa-info-circle { color: var(--color-blue-deep); }
.delivery-method-price { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; margin-top: 4px; border-top: 1px dashed var(--color-border); }
.delivery-method-price .price-label { color: var(--color-gray); font-size: 13px; font-weight: 600; }
.delivery-method-price .price-value { color: var(--color-hover); font-weight: 700; font-family: var(--font-heading); font-size: 18px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 992px) { .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .process-steps { grid-template-columns: 1fr; } }
.process-step { text-align: center; background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 26px 18px; box-shadow: 0 8px 20px rgba(143, 211, 255, 0.14); transition: transform var(--transition-bounce); }
.process-step:hover { transform: translateY(-4px); }
.process-step-number { width: 54px; height: 54px; margin: 0 auto 14px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--color-button), var(--color-blue-mid)); color: #fff; font-family: var(--font-heading); font-size: 24px; font-weight: 700; box-shadow: 0 8px 18px rgba(244, 143, 177, 0.35); }
.process-step-content h4 { font-family: var(--font-heading); font-size: 17px; margin: 0 0 6px; color: var(--color-main); }
.process-step-content p { color: var(--color-gray); font-size: 14px; margin: 0; line-height: 1.55; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius); overflow: hidden; transition: box-shadow var(--transition), transform var(--transition); }
.faq-item.open { box-shadow: 0 12px 30px rgba(244, 143, 177, 0.2); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 22px; background: transparent; border: none; text-align: left; cursor: pointer; font-family: var(--font-heading); font-weight: 500; color: var(--color-main); font-size: 16px; transition: background var(--transition); }
.faq-question:hover { background: #FFF8F2; }
.faq-question > span { flex: 1; }
.faq-question i { color: var(--color-hover); transition: transform var(--transition); flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.open .faq-answer { max-height: 600px; }
.faq-answer p { padding: 0 22px 20px; margin: 0; color: var(--color-gray); line-height: 1.7; }
.info-cta { margin-top: 36px; padding: 38px 30px; text-align: center; background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%); border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); box-shadow: 0 12px 30px rgba(244, 143, 177, 0.16); }
.info-cta h3 { font-family: var(--font-heading); font-size: 26px; color: var(--color-main); margin: 0 0 8px; }
.info-cta p { color: var(--color-gray); margin: 0 0 22px; }
.info-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; background: var(--color-button); color: #fff; border-radius: 999px; font-weight: 800; font-family: var(--font-primary); box-shadow: 0 8px 20px rgba(244, 143, 177, 0.35); transition: transform var(--transition-bounce), background var(--transition); }
.info-cta-btn:hover { background: var(--color-hover); transform: translateY(-3px) scale(1.03); color: #fff; }
@media (max-width: 640px) { .info-text-content { padding: 28px 22px; } .page-hero { padding: 44px 0 36px; } }
.newsletter-popup-bg { background-image: linear-gradient(180deg, #FFF8F2 0%, #FDEFF6 38%, #EAF6FF 100%) !important; background-color: var(--color-cream) !important; }
.newsletter-popup-bg-overlay { background: linear-gradient(135deg, rgba(255, 248, 242, 0.4) 0%, rgba(244, 143, 177, 0.08) 100%) !important; }
.newsletter-popup-content { box-shadow: 0 25px 60px rgba(244, 143, 177, 0.35) !important; }
.newsletter-popup-close { background: rgba(255, 255, 255, 0.85) !important; color: var(--color-main) !important; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.2); }
.newsletter-popup-close:hover { background: var(--color-button) !important; color: #fff !important; }
.newsletter-popup-body .section-badge { background: #fff !important; color: var(--color-hover) !important; border: 1px solid var(--color-pink) !important; }
.newsletter-popup-title { color: var(--color-main) !important; }
.newsletter-popup-text { color: var(--color-gray) !important; }
.newsletter-popup-form .ts-newsletter-form input[type="text"], .newsletter-popup-form .ts-newsletter-form input[type="email"] { background: #fff !important; border: 2px solid var(--color-border) !important; color: var(--color-main) !important; }
.newsletter-popup-form .ts-newsletter-form input[type="text"]::placeholder, .newsletter-popup-form .ts-newsletter-form input[type="email"]::placeholder { color: var(--color-gray) !important; }
.newsletter-popup-form .ts-newsletter-form input[type="text"]:focus, .newsletter-popup-form .ts-newsletter-form input[type="email"]:focus { border-color: var(--color-button) !important; }
.newsletter-popup-disclaimer { color: var(--color-gray) !important; }
.newsletter-popup-disclaimer i { color: var(--color-hover) !important; }

/* ========== 23. KONTAKT ========== */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; align-items: start; }
@media (max-width: 992px) { .kontakt-grid { grid-template-columns: 1fr; } }
.kontakt-info-card, .kontakt-form-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 30px 32px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.14); }
.kontakt-info-card h3, .kontakt-form-card h3 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 18px; padding: 0; border: none; font-size: 22px; }
.kontakt-info-card h3::before, .kontakt-form-card h3::before { display: none; }
.kontakt-info-row { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px dashed var(--color-border); }
.kontakt-info-row:last-child { border-bottom: none; padding-bottom: 0; }
.kontakt-info-icon { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--color-button), var(--color-blue-mid)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.28); }
.kontakt-info-content { flex: 1; }
.kontakt-info-content strong { display: block; color: var(--color-main); margin-bottom: 2px; font-family: var(--font-heading); font-weight: 600; }
.kontakt-info-content a, .kontakt-info-content span { color: var(--color-gray); line-height: 1.6; }
.kontakt-info-content a:hover { color: var(--color-hover); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-family: var(--font-heading); font-weight: 500; color: var(--color-main); font-size: 14px; }
.form-control { padding: 12px 16px; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 12px; font-family: var(--font-primary); font-size: 15px; color: var(--color-main); transition: border-color var(--transition), background var(--transition); width: 100%; }
.form-control:focus { outline: none; border-color: var(--color-button); background: #fff; box-shadow: 0 0 0 4px rgba(244, 143, 177, 0.15); }
textarea.form-control { min-height: 140px; resize: vertical; font-family: var(--font-primary); }
.form-checkbox-row { display: flex; gap: 10px; align-items: flex-start; margin: 18px 0; font-size: 13px; color: var(--color-gray); cursor: pointer; line-height: 1.5; }
.form-checkbox-row input[type="checkbox"] { flex: 0 0 18px; width: 18px; height: 18px; accent-color: var(--color-button); margin-top: 2px; }
.form-checkbox-row span a { color: var(--color-hover); }
.form-submit-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 30px; background: var(--color-button); color: #fff; border: none; border-radius: 999px; font-family: var(--font-primary); font-weight: 800; font-size: 16px; cursor: pointer; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); transition: transform var(--transition-bounce), background var(--transition); }
.form-submit-btn:hover { background: var(--color-hover); transform: translateY(-3px) scale(1.03); }
.form-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.form-message { padding: 16px 20px; border-radius: var(--border-radius); margin-bottom: 20px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
.form-message.success { background: linear-gradient(135deg, #DFF7E2, #E7F4FF); border: 1px solid #90D497; color: #2D6E37; }
.form-message.error { background: linear-gradient(135deg, #FFE3E3, #FDEFF6); border: 1px solid #F4AFAF; color: #8E3338; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* ========== 24. SINGLE POST ========== */
.page-hero.post-hero { padding: 70px 0 60px; }
.page-hero.post-hero .breadcrumbs { margin-bottom: 18px; }
.page-hero.post-hero[style*="background-image"] .page-hero-overlay { background: linear-gradient(180deg, rgba(255,248,242,0.85) 0%, rgba(255,248,242,0.92) 100%); }
.post-hero-title { max-width: 820px; margin: 8px auto 0; }
.post-hero-meta { display: flex; justify-content: center; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.post-meta-item { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(6px); border-radius: 999px; color: var(--color-gray); font-size: 14px; font-weight: 600; }
.post-meta-item i { color: var(--color-hover); }
.single-post-section { padding: 60px 0; }
.single-post-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
.single-post-content { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 44px 48px; box-shadow: 0 12px 30px rgba(244, 143, 177, 0.12); color: var(--color-main); line-height: 1.8; font-size: 17px; }
@media (max-width: 640px) { .single-post-content { padding: 28px 22px; font-size: 16px; } }
.single-post-content > *:first-child { margin-top: 0; }
.single-post-content h2, .single-post-content h3, .single-post-content h4 { font-family: var(--font-heading); color: var(--color-main); margin: 32px 0 14px; line-height: 1.3; }
.single-post-content h2 { font-size: 28px; }
.single-post-content h3 { font-size: 22px; }
.single-post-content h4 { font-size: 19px; }
.single-post-content p { margin: 0 0 18px; }
.single-post-content a { color: var(--color-hover); font-weight: 600; border-bottom: 1px dashed rgba(236, 111, 160, 0.4); transition: color var(--transition-fast), border-color var(--transition-fast); }
.single-post-content a:hover { color: var(--color-button); border-bottom-color: var(--color-button); }
.single-post-content ul, .single-post-content ol { margin: 0 0 18px 24px; padding: 0; }
.single-post-content li { margin-bottom: 8px; }
.single-post-content blockquote { margin: 24px 0; padding: 22px 26px; border-left: 4px solid var(--color-button); background: linear-gradient(135deg, #FFE3EF, #FDEFF6); border-radius: 0 var(--border-radius) var(--border-radius) 0; font-style: italic; }
.single-post-content blockquote p:last-child { margin: 0; }
.single-post-content img { max-width: 100%; height: auto; border-radius: var(--border-radius); margin: 18px 0; display: block; }
.single-post-content figure { margin: 18px 0; }
.single-post-content figcaption { font-size: 13px; color: var(--color-gray); text-align: center; margin-top: 8px; }
.single-post-content pre { background: #2D2440; color: #fff; padding: 18px; border-radius: var(--border-radius); overflow-x: auto; margin: 18px 0; font-size: 14px; }
.single-post-content :not(pre) > code { background: #FDEFF6; color: var(--color-hover); padding: 2px 8px; border-radius: 4px; font-family: monospace; font-size: 0.92em; }
.single-post-tags { margin-top: 28px; padding: 16px 20px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius); display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.tags-label { font-weight: 700; color: var(--color-main); font-family: var(--font-heading); }
.tags-label i { color: var(--color-hover); margin-right: 4px; }
.post-tag { display: inline-block; padding: 6px 14px; background: #FDEFF6; color: var(--color-hover); border-radius: 999px; font-size: 13px; font-weight: 600; transition: all var(--transition-fast); }
.post-tag:hover { background: var(--color-button); color: #fff; transform: translateY(-2px); }
.single-post-share { margin-top: 18px; padding: 18px 24px; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); border: 1px solid var(--color-border); border-radius: var(--border-radius); display: flex; align-items: center; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.share-label { font-family: var(--font-heading); font-weight: 600; color: var(--color-main); }
.share-buttons { display: flex; gap: 10px; }
.share-btn { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: none; cursor: pointer; font-size: 15px; transition: transform var(--transition-bounce), background var(--transition); box-shadow: 0 4px 12px rgba(0,0,0,0.12); text-decoration: none; }
.share-btn:hover { transform: translateY(-3px) scale(1.05); color: #fff; }
.share-facebook { background: #1877F2; }
.share-twitter { background: #000; }
.share-linkedin { background: #0A66C2; }
.share-copy { background: var(--color-hover); }
.share-copy.copied { background: #28a745; }
.single-post-navigation { margin-top: 26px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .single-post-navigation { grid-template-columns: 1fr; } }
.post-nav-link { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 18px 22px; transition: transform var(--transition-bounce), box-shadow var(--transition); display: flex; flex-direction: column; gap: 6px; text-decoration: none; }
.post-nav-link:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(244, 143, 177, 0.2); }
.post-nav-prev { text-align: left; }
.post-nav-next { text-align: right; }
.post-nav-empty { border: none; background: transparent; box-shadow: none; padding: 0; }
.post-nav-empty:hover { transform: none; box-shadow: none; }
.post-nav-label { font-size: 13px; color: var(--color-hover); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.post-nav-next .post-nav-label { justify-content: flex-end; }
.post-nav-title { font-family: var(--font-heading); color: var(--color-main); font-size: 15px; font-weight: 600; line-height: 1.35; }
.related-posts-section { padding: 30px 0 80px; }
.related-posts-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.related-posts-title { font-family: var(--font-heading); font-size: clamp(22px, 3vw, 28px); color: var(--color-main); margin: 0 0 28px; text-align: center; }

/* ========== 25. WISHLIST + MODALE ========== */
.ts-wishlist-section { padding: 50px 0 70px; }
.ts-wishlist-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.ts-wishlist-empty { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 60px 30px; text-align: center; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12); }
.ts-wishlist-empty-icon { width: 100px; height: 100px; margin: 0 auto 20px; border-radius: 50%; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); display: flex; align-items: center; justify-content: center; font-size: 42px; color: var(--color-hover); animation: ts-pulse 2s ease-in-out infinite; }
@keyframes ts-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.ts-wishlist-empty h2 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 10px; }
.ts-wishlist-empty p { color: var(--color-gray); margin: 0 0 24px; }
.ts-wishlist-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; background: var(--color-button); color: #fff; border-radius: 999px; font-weight: 800; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); transition: transform var(--transition-bounce), background var(--transition); }
.ts-wishlist-btn-primary:hover { background: var(--color-hover); transform: translateY(-3px) scale(1.03); color: #fff; }
.ts-wishlist-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; background: #fff; padding: 18px 24px; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); box-shadow: 0 8px 20px rgba(244, 143, 177, 0.1); }
.ts-wishlist-count-info { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-size: 18px; color: var(--color-main); font-weight: 600; }
.ts-wishlist-count-info i { color: var(--color-hover); }
.ts-wishlist-clear-btn { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 1px solid var(--color-border); color: var(--color-gray); border-radius: 999px; padding: 8px 16px; font-weight: 600; cursor: pointer; transition: all var(--transition); font-family: var(--font-primary); font-size: 13px; }
.ts-wishlist-clear-btn:hover { background: #FFE3E3; color: #8E3338; border-color: #F4AFAF; }
.ts-wishlist-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1100px) { .ts-wishlist-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .ts-wishlist-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .ts-wishlist-grid { grid-template-columns: 1fr; } }
.ts-wishlist-item { position: relative; background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); overflow: hidden; box-shadow: 0 8px 20px rgba(143, 211, 255, 0.14); transition: transform var(--transition-bounce), box-shadow var(--transition), opacity 0.3s; display: flex; flex-direction: column; }
.ts-wishlist-item:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(244, 143, 177, 0.22); }
.ts-wishlist-item.removing { opacity: 0; transform: scale(0.95); }
.ts-wishlist-remove { position: absolute; top: 10px; right: 10px; z-index: 2; width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, 0.95); border: 1px solid var(--color-border); color: var(--color-gray); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--transition); backdrop-filter: blur(4px); }
.ts-wishlist-remove:hover { background: var(--color-button); color: #fff; border-color: var(--color-button); transform: rotate(90deg); }
.ts-wishlist-image { position: relative; aspect-ratio: 1; overflow: hidden; background: linear-gradient(135deg, #FDEFF6, #E7F4FF); }
.ts-wishlist-image a { display: block; height: 100%; }
.ts-wishlist-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.ts-wishlist-item:hover .ts-wishlist-image img { transform: scale(1.05); }
.ts-wishlist-badge { position: absolute; top: 12px; left: 12px; padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.ts-wishlist-badge.sale { background: var(--color-button); color: #fff; }
.ts-wishlist-badge.out-of-stock { background: #888; color: #fff; }
.ts-wishlist-info { padding: 16px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.ts-wishlist-title { font-family: var(--font-heading); font-size: 15px; margin: 0; line-height: 1.35; }
.ts-wishlist-title a { color: var(--color-main); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ts-wishlist-title a:hover { color: var(--color-hover); }
.ts-wishlist-price { font-family: var(--font-heading); font-weight: 800; color: var(--color-hover); font-size: 18px; }
.ts-wishlist-price del { color: var(--color-gray); font-weight: 500; font-size: 14px; margin-right: 6px; }
.ts-wishlist-stock { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 4px 0; }
.ts-wishlist-stock.in-stock { color: #28a745; }
.ts-wishlist-stock.out-of-stock { color: #b53935; }
.ts-wishlist-actions { display: flex; gap: 6px; margin-top: auto; align-items: stretch; }
.ts-wishlist-add-cart, .ts-wishlist-notify-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 12px; background: var(--color-button); color: #fff; border: none; border-radius: 10px; font-family: var(--font-primary); font-weight: 700; font-size: 13px; cursor: pointer; box-shadow: 0 6px 14px rgba(244, 143, 177, 0.3); transition: all var(--transition); }
.ts-wishlist-add-cart:hover, .ts-wishlist-notify-btn:hover { background: var(--color-hover); transform: translateY(-2px); }
.ts-wishlist-add-cart.added { background: #28a745; box-shadow: 0 6px 14px rgba(40, 167, 69, 0.3); }
.ts-wishlist-notify-btn { background: linear-gradient(135deg, #8FD3FF, #5DB8E8); box-shadow: 0 6px 14px rgba(93, 184, 232, 0.3); }
.ts-wishlist-view-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #FFF8F2; border: 1px solid var(--color-border); color: var(--color-main); border-radius: 10px; transition: all var(--transition); }
.ts-wishlist-view-btn:hover { background: var(--color-button); border-color: var(--color-button); color: #fff; }
.ts-variant-modal, .ts-notify-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.ts-variant-modal.active, .ts-notify-modal.active { display: flex; animation: ts-modal-fade-in 0.25s ease; }
@keyframes ts-modal-fade-in { from { opacity: 0; } to { opacity: 1; } }
.ts-variant-modal-overlay, .ts-notify-modal-overlay { position: absolute; inset: 0; background: rgba(46, 38, 65, 0.55); backdrop-filter: blur(6px); }
.ts-variant-modal-content, .ts-notify-modal-content { position: relative; background: #fff; border-radius: var(--border-radius-lg); max-width: 540px; width: 100%; max-height: 90vh; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 30px 80px rgba(244, 143, 177, 0.4); animation: ts-modal-slide-up 0.3s var(--transition-bounce); }
@keyframes ts-modal-slide-up { from { transform: translateY(30px) scale(0.97); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
.ts-variant-modal-header, .ts-notify-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--color-border); background: linear-gradient(135deg, #FFE3EF, #E7F4FF); }
.ts-variant-modal-header h3, .ts-notify-modal-header h3 { margin: 0; font-family: var(--font-heading); color: var(--color-main); font-size: 20px; }
.ts-variant-modal-close, .ts-notify-modal-close { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.7); border: none; color: var(--color-main); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all var(--transition); }
.ts-variant-modal-close:hover, .ts-notify-modal-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.ts-variant-modal-body, .ts-notify-modal-body { padding: 24px; overflow-y: auto; flex: 1; }
.ts-variant-modal-product { display: flex; gap: 14px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px dashed var(--color-border); }
.ts-variant-modal-image { flex: 0 0 80px; width: 80px; height: 80px; border-radius: var(--border-radius); overflow: hidden; background: #FDEFF6; }
.ts-variant-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.ts-variant-modal-details { flex: 1; }
.ts-variant-modal-details h4 { margin: 0 0 6px; font-family: var(--font-heading); color: var(--color-main); font-size: 16px; }
.ts-variant-modal-price { font-family: var(--font-heading); color: var(--color-hover); font-weight: 700; font-size: 17px; }
.ts-variant-modal-loading { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 30px; color: var(--color-gray); font-size: 14px; }
.ts-variant-modal-loading i { color: var(--color-hover); font-size: 22px; }
.ts-variant-attribute-group { margin-bottom: 18px; }
.ts-variant-attribute-group > label { display: block; font-family: var(--font-heading); font-weight: 600; color: var(--color-main); margin-bottom: 8px; font-size: 14px; }
.ts-variant-options { display: flex; flex-wrap: wrap; gap: 8px; }
.ts-variant-option { cursor: pointer; position: relative; margin: 0; }
.ts-variant-option input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.ts-variant-option span { display: inline-block; padding: 8px 16px; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 999px; font-weight: 600; font-size: 14px; color: var(--color-main); transition: all var(--transition-fast); }
.ts-variant-option:hover span { border-color: var(--color-button); }
.ts-variant-option input[type="radio"]:checked + span { background: var(--color-button); border-color: var(--color-button); color: #fff; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.35); }
.ts-variant-modal-quantity { display: flex; align-items: center; gap: 14px; margin: 16px 0; }
.ts-variant-modal-quantity > label { font-family: var(--font-heading); font-weight: 600; color: var(--color-main); margin: 0; }
.ts-quantity-selector { display: inline-flex; align-items: center; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 999px; overflow: hidden; }
.ts-qty-btn { width: 36px; height: 36px; background: transparent; border: none; cursor: pointer; color: var(--color-main); transition: background var(--transition); }
.ts-qty-btn:hover { background: var(--color-pink); color: #fff; }
.ts-quantity-selector input { width: 50px; border: none; background: transparent; text-align: center; font-family: var(--font-heading); font-weight: 700; color: var(--color-main); font-size: 16px; -moz-appearance: textfield; }
.ts-quantity-selector input::-webkit-outer-spin-button, .ts-quantity-selector input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ts-variant-modal-selected { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding: 14px 18px; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); border-radius: var(--border-radius); }
.ts-variant-modal-selected .label { color: var(--color-gray); font-size: 14px; }
.ts-variant-modal-selected .price { font-family: var(--font-heading); font-weight: 800; color: var(--color-hover); font-size: 20px; }
.ts-variant-modal-stock { margin-top: 12px; padding: 10px 14px; border-radius: var(--border-radius); display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.ts-variant-modal-stock.in-stock { background: #DFF7E2; color: #2D6E37; }
.ts-variant-modal-stock.out-of-stock { background: #FFE3E3; color: #8E3338; }
.ts-variant-modal-footer { display: flex; gap: 10px; padding: 16px 24px; border-top: 1px solid var(--color-border); background: #FFF8F2; }
.ts-variant-modal-cancel { flex: 0 0 auto; padding: 12px 22px; background: transparent; border: 1px solid var(--color-border); color: var(--color-gray); border-radius: 999px; cursor: pointer; font-weight: 600; transition: all var(--transition); font-family: var(--font-primary); }
.ts-variant-modal-cancel:hover { background: #fff; color: var(--color-main); }
.ts-variant-modal-submit { flex: 1; padding: 12px 22px; background: var(--color-button); color: #fff; border: none; border-radius: 999px; cursor: pointer; font-weight: 700; transition: all var(--transition); font-family: var(--font-primary); display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); }
.ts-variant-modal-submit:hover:not(:disabled) { background: var(--color-hover); transform: translateY(-2px); }
.ts-variant-modal-submit:disabled { background: #ccc; cursor: not-allowed; box-shadow: none; }
.ts-variant-modal-submit.added { background: #28a745; }
.ts-notify-modal-content { max-width: 460px; }
.ts-notify-modal-body p { color: var(--color-gray); margin: 0 0 16px; line-height: 1.6; }
.ts-notify-input-group { display: flex; gap: 8px; flex-direction: column; }
.ts-notify-input-group input[type="email"] { padding: 12px 16px; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 12px; font-family: var(--font-primary); font-size: 15px; color: var(--color-main); }
.ts-notify-input-group input[type="email"]:focus { outline: none; border-color: var(--color-button); background: #fff; box-shadow: 0 0 0 4px rgba(244, 143, 177, 0.15); }
.ts-notify-submit { padding: 12px 22px; background: var(--color-button); color: #fff; border: none; border-radius: 999px; cursor: pointer; font-weight: 700; transition: all var(--transition); font-family: var(--font-primary); display: inline-flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); }
.ts-notify-submit:hover { background: var(--color-hover); transform: translateY(-2px); }

/* ========== 26. PROGRAM LOJALNOŚCIOWY ========== */
.loyalty-how-it-works { display: flex; justify-content: center; }
.loyalty-rule-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 30px 36px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.14); display: flex; gap: 24px; align-items: center; max-width: 1100px; width: 100%; }
.loyalty-rule-card.main-rule { background: linear-gradient(135deg, #FFE3EF 0%, #FDEFF6 50%, #E7F4FF 100%); }
.loyalty-rule-icon { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 50%; background: linear-gradient(135deg, #F4AFCB, #8FD3FF); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 10px 20px rgba(244, 143, 177, 0.35); }
.loyalty-rule-content { flex: 1; }
.loyalty-rule-content h4 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 10px; font-size: 18px; }
.loyalty-formula { display: inline-flex; align-items: center; gap: 14px; background: #fff; padding: 12px 22px; border-radius: 999px; margin-bottom: 10px; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.15); }
.formula-amount, .formula-points { font-family: var(--font-heading); font-weight: 800; font-size: 22px; }
.formula-amount { color: var(--color-hover); }
.formula-points { color: #28a745; }
.formula-equals { font-size: 24px; color: var(--color-pink); font-weight: 700; }
.loyalty-rule-content > p { margin: 6px 0 0; color: var(--color-gray); }
@media (max-width: 640px) { .loyalty-rule-card { flex-direction: column; text-align: center; padding: 24px; } .formula-amount, .formula-points { font-size: 18px; } }
.loyalty-tiers { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
@media (max-width: 1100px) { .loyalty-tiers { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .loyalty-tiers { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .loyalty-tiers { grid-template-columns: 1fr; } }
.loyalty-tier { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 24px 18px; text-align: center; box-shadow: 0 8px 22px rgba(143, 211, 255, 0.16); transition: transform var(--transition-bounce), box-shadow var(--transition); position: relative; overflow: hidden; }
.loyalty-tier:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(244, 143, 177, 0.22); }
.loyalty-tier.premium { background: linear-gradient(135deg, #FFF8F2 0%, #FFE3EF 50%, #E7F4FF 100%); border-color: var(--color-pink); }
.loyalty-tier.premium::before { content: '✨'; position: absolute; top: 8px; right: 12px; font-size: 24px; animation: ts-tier-float 3s ease-in-out infinite; }
@keyframes ts-tier-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-4px) rotate(15deg); } }
.tier-header { margin-bottom: 14px; }
.tier-badge { display: inline-block; background: linear-gradient(135deg, var(--color-button), var(--color-blue-mid)); color: #fff; padding: 4px 14px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: 0.8px; margin-bottom: 12px; box-shadow: 0 4px 10px rgba(244, 143, 177, 0.3); }
.tier-badge i { margin-right: 4px; color: #FFD700; }
.loyalty-tier.premium .tier-badge { background: linear-gradient(135deg, #f59e0b, #FFD700); box-shadow: 0 4px 10px rgba(245, 158, 11, 0.4); }
.tier-points { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.points-value { font-family: var(--font-heading); font-size: 32px; font-weight: 800; color: var(--color-main); line-height: 1; }
.points-label { font-size: 13px; color: var(--color-gray); font-weight: 600; }
.tier-reward { padding: 16px 0; margin: 14px 0; border-top: 1px dashed var(--color-border); border-bottom: 1px dashed var(--color-border); }
.reward-percent { font-family: var(--font-heading); font-size: 40px; font-weight: 800; color: var(--color-hover); line-height: 1; display: block; }
.reward-label { font-size: 13px; color: var(--color-gray); font-weight: 600; }
.loyalty-tier.premium .reward-percent { color: #f59e0b; }
.tier-info p { margin: 0; font-size: 13px; color: var(--color-gray); }
.tier-info strong { color: var(--color-main); }
.loyalty-example { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 28px 30px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12); }
.example-scenario { display: flex; gap: 20px; align-items: flex-start; }
.example-icon { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #FFE5B4, #FFD584); color: #f59e0b; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 6px 16px rgba(245, 158, 11, 0.25); }
.example-content { flex: 1; }
.example-content h4 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 14px; font-size: 18px; }
.example-steps { display: flex; flex-direction: column; gap: 10px; }
.example-step { display: flex; align-items: flex-start; gap: 14px; padding: 12px 16px; background: linear-gradient(135deg, #FFF8F2 0%, #FDEFF6 100%); border-radius: var(--border-radius); border: 1px solid var(--color-border); }
.step-num { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--color-button); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-weight: 700; font-size: 14px; box-shadow: 0 4px 10px rgba(244, 143, 177, 0.3); }
.example-step p { margin: 0; color: var(--color-main); line-height: 1.5; font-size: 14px; }
.example-step strong { color: var(--color-hover); }
@media (max-width: 640px) { .example-scenario { flex-direction: column; } }

/* ========== 27. MOJE KONTO ========== */
.mk-container, .mk-auth-container, .mk-account-container { max-width: var(--container, 1280px); margin: 0 auto; padding: 0 20px; }
.mk-breadcrumbs { background: linear-gradient(120deg, #FFE3EF 0%, #FDF1F6 50%, #E7F4FF 100%); padding: 18px 0; border-bottom: 1px solid var(--color-border); }
.mk-breadcrumbs .mk-container { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--color-gray); }
.mk-breadcrumbs a { color: var(--color-hover); }
.mk-breadcrumbs a:hover { color: var(--color-button); }
.mk-breadcrumbs-sep { font-size: 10px; color: var(--color-pink); }
.mk-breadcrumbs-current { color: var(--color-main); }
.mk-auth-section { padding: 50px 0 80px; }
.mk-auth-container { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
@media (max-width: 900px) { .mk-auth-container { grid-template-columns: 1fr; } }
.mk-auth-box { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 36px 34px; box-shadow: 0 12px 30px rgba(244, 143, 177, 0.14); }
.mk-auth-title { font-family: var(--font-heading); color: var(--color-main); font-size: 26px; margin: 0 0 8px; }
.mk-auth-subtitle { color: var(--color-gray); margin: 0 0 22px; font-size: 15px; }
.mk-benefits { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; padding: 16px 18px; background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%); border-radius: var(--border-radius); }
.mk-benefit { display: flex; align-items: center; gap: 12px; color: var(--color-main); font-weight: 600; font-size: 14px; }
.mk-benefit i { width: 36px; height: 36px; background: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--color-hover); box-shadow: 0 4px 10px rgba(244, 143, 177, 0.2); }
.mk-auth-form { display: flex; flex-direction: column; gap: 14px; }
.mk-form-group { display: flex; flex-direction: column; gap: 6px; position: relative; }
.mk-form-group--float input { padding: 16px 16px 8px; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 12px; font-family: var(--font-primary); font-size: 15px; color: var(--color-main); transition: border-color var(--transition); width: 100%; }
.mk-form-group--float label { position: absolute; left: 16px; top: 16px; pointer-events: none; color: var(--color-gray); transition: all 0.2s; background: transparent; padding: 0 4px; }
.mk-form-group--float input:focus, .mk-form-group--float input:not(:placeholder-shown) { outline: none; border-color: var(--color-button); background: #fff; }
.mk-form-group--float input:focus + label, .mk-form-group--float input:not(:placeholder-shown) + label { top: -8px; font-size: 12px; background: #fff; color: var(--color-hover); }
.mk-password-wrapper { position: relative; }
.mk-password-toggle { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: transparent; border: none; color: var(--color-gray); cursor: pointer; padding: 6px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; }
.mk-password-toggle:hover { color: var(--color-hover); }
.mk-form-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 13px; }
.mk-form-row--between { color: var(--color-gray); }
.mk-form-row--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 640px) { .mk-form-row--2col { grid-template-columns: 1fr; } }
.mk-field-required { color: var(--color-gray); font-size: 12px; }
.mk-field-hint { color: var(--color-gray); font-size: 12px; margin-top: 2px; display: inline-block; }
.mk-forgot-link { color: var(--color-hover); font-weight: 600; }
.mk-forgot-link:hover { color: var(--color-button); }
.mk-register-info { color: var(--color-gray); font-size: 12px; line-height: 1.55; margin: 0; }
.mk-register-info a { color: var(--color-hover); }
.mk-form-message { display: none; padding: 12px 16px; border-radius: var(--border-radius); font-size: 14px; font-weight: 600; }
.mk-form-message:not(:empty) { display: block; }
.mk-form-message--success { background: #DFF7E2; color: #2D6E37; border: 1px solid #90D497; }
.mk-form-message--error { background: #FFE3E3; color: #8E3338; border: 1px solid #F4AFAF; }
.mk-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border: none; border-radius: 999px; font-family: var(--font-primary); font-weight: 700; font-size: 15px; cursor: pointer; text-decoration: none; transition: transform var(--transition-bounce), background var(--transition), color var(--transition); }
.mk-btn:disabled { opacity: 0.65; cursor: not-allowed; }
.mk-btn-primary { background: var(--color-button); color: #fff; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); }
.mk-btn-primary:hover:not(:disabled) { background: var(--color-hover); transform: translateY(-3px) scale(1.03); color: #fff; }
.mk-btn-secondary { background: linear-gradient(135deg, #8FD3FF, #5DB8E8); color: #fff; box-shadow: 0 8px 22px rgba(93, 184, 232, 0.3); }
.mk-btn-secondary:hover:not(:disabled) { background: linear-gradient(135deg, #5DB8E8, #4FA3D1); transform: translateY(-3px) scale(1.03); color: #fff; }
.mk-btn-outline { background: #fff; color: var(--color-main); border: 1px solid var(--color-border); }
.mk-btn-outline:hover { background: var(--color-button); color: #fff; border-color: var(--color-button); }
.mk-btn-small { padding: 8px 16px; font-size: 13px; }
.mk-social-divider { text-align: center; margin: 18px 0; position: relative; }
.mk-social-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: var(--color-border); }
.mk-social-divider span { position: relative; display: inline-block; padding: 0 14px; background: #fff; color: var(--color-gray); font-size: 13px; font-weight: 600; }
.mk-social-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mk-btn-social { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border-radius: 12px; font-weight: 700; font-size: 14px; text-decoration: none; transition: transform var(--transition-bounce), box-shadow var(--transition); border: 1px solid var(--color-border); }
.mk-btn-social:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,0.1); }
.mk-btn-social--facebook { background: #1877F2; color: #fff; border-color: #1877F2; }
.mk-btn-social--facebook:hover { color: #fff; background: #1466d6; }
.mk-btn-social--google { background: #fff; color: var(--color-main); }
.mk-btn-social--google img { width: 18px; height: 18px; }
.mk-account-section { padding: 40px 0 80px; }
.mk-account-container { display: grid; grid-template-columns: 290px 1fr; gap: 28px; align-items: start; }
@media (max-width: 900px) { .mk-account-container { grid-template-columns: 1fr; } }
.mk-sidebar { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 22px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12); position: sticky; top: calc(var(--header-height) + 16px); }
@media (max-width: 900px) { .mk-sidebar { position: static; } }
.mk-user-card { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px dashed var(--color-border); }
.mk-user-avatar img { width: 60px; height: 60px; border-radius: 50%; border: 3px solid var(--color-pink); box-shadow: 0 4px 12px rgba(244, 143, 177, 0.25); }
.mk-user-info { display: flex; flex-direction: column; }
.mk-user-greeting { font-size: 13px; color: var(--color-gray); }
.mk-user-name { font-family: var(--font-heading); color: var(--color-main); font-size: 17px; font-weight: 700; }
.mk-sidebar-points { background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%); border-radius: var(--border-radius); padding: 16px; text-align: center; margin-bottom: 18px; border: 1px solid var(--color-border); }
.mk-sidebar-points-value { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-heading); font-size: 26px; font-weight: 800; color: var(--color-main); }
.mk-sidebar-points-value i { color: #f59e0b; }
.mk-sidebar-points-label { font-size: 13px; color: var(--color-gray); font-weight: 600; margin-top: 2px; }
.mk-nav { display: flex; flex-direction: column; gap: 4px; }
.mk-nav-item { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--border-radius); color: var(--color-main); text-decoration: none; font-weight: 600; font-size: 14px; transition: all var(--transition); position: relative; }
.mk-nav-item i { width: 20px; text-align: center; color: var(--color-gray); transition: color var(--transition); }
.mk-nav-item:hover { background: #FFF8F2; color: var(--color-hover); }
.mk-nav-item:hover i { color: var(--color-hover); }
.mk-nav-item.active { background: var(--color-button); color: #fff; box-shadow: 0 6px 16px rgba(244, 143, 177, 0.3); }
.mk-nav-item.active i { color: #fff; }
.mk-nav-item--logout { color: #b53935; margin-top: 8px; border-top: 1px dashed var(--color-border); padding-top: 16px; }
.mk-nav-item--logout:hover { background: #FFE3E3; color: #b53935; }
.mk-nav-item--logout:hover i { color: #b53935; }
.mk-nav-badge { position: absolute; right: 12px; background: #f59e0b; color: #fff; border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; animation: mk-pulse 2s ease infinite; }
@keyframes mk-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
.mk-content { min-width: 0; }
.mk-tab { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 30px 34px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.1); }
@media (max-width: 640px) { .mk-tab { padding: 22px 18px; } }
.mk-title { font-family: var(--font-heading); color: var(--color-main); font-size: clamp(22px, 3vw, 28px); margin: 0 0 8px; display: flex; align-items: center; gap: 10px; }
.mk-title i { color: var(--color-hover); }
.mk-subtitle { color: var(--color-gray); margin: 0 0 24px; line-height: 1.6; }
.mk-back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--color-hover); font-weight: 600; margin-bottom: 16px; font-size: 14px; }
.mk-back-link:hover { color: var(--color-button); }
.mk-section-header { display: flex; justify-content: space-between; align-items: center; margin: 26px 0 14px; flex-wrap: wrap; gap: 10px; }
.mk-section-header h3 { margin: 0; font-family: var(--font-heading); color: var(--color-main); font-size: 18px; display: inline-flex; align-items: center; gap: 8px; }
.mk-section-header h3 i { color: var(--color-hover); }
.mk-link { color: var(--color-hover); font-weight: 600; }
.mk-link:hover { color: var(--color-button); }
.mk-stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
@media (max-width: 640px) { .mk-stats-grid { grid-template-columns: 1fr; } }
.mk-stat-card { position: relative; background: linear-gradient(135deg, #FFF8F2 0%, #FDEFF6 100%); border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 22px 18px; text-align: center; transition: transform var(--transition-bounce); }
.mk-stat-card:hover { transform: translateY(-4px); }
.mk-stat-card--points { background: linear-gradient(135deg, #FFE5B4, #FFD584); }
.mk-stat-icon { width: 48px; height: 48px; margin: 0 auto 10px; border-radius: 50%; background: #fff; display: inline-flex; align-items: center; justify-content: center; color: var(--color-hover); font-size: 20px; box-shadow: 0 4px 12px rgba(244, 143, 177, 0.2); }
.mk-stat-card--points .mk-stat-icon { color: #f59e0b; }
.mk-stat-value { font-family: var(--font-heading); font-size: 30px; font-weight: 800; color: var(--color-main); line-height: 1; }
.mk-stat-label { font-size: 13px; color: var(--color-gray); font-weight: 600; margin-top: 4px; }
.mk-stat-badge { margin-top: 10px; padding: 4px 10px; background: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; color: #f59e0b; display: inline-block; }
.mk-loyalty-progress-card { background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%); border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 22px 24px; margin-bottom: 24px; }
.mk-loyalty-progress-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; flex-wrap: wrap; gap: 10px; }
.mk-loyalty-progress-header h3 { margin: 0; font-family: var(--font-heading); color: var(--color-main); font-size: 18px; display: inline-flex; align-items: center; gap: 8px; }
.mk-loyalty-progress-header h3 i { color: #f59e0b; }
.mk-loyalty-next-reward { background: var(--color-button); color: #fff; padding: 6px 14px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.mk-loyalty-progress-bar { height: 12px; background: rgba(255,255,255,0.7); border-radius: 999px; overflow: hidden; margin-bottom: 10px; }
.mk-loyalty-progress-bar--large { height: 18px; }
.mk-loyalty-progress-fill { height: 100%; background: linear-gradient(90deg, var(--color-button), #f59e0b); border-radius: 999px; transition: width 0.6s ease; }
.mk-loyalty-progress-info { display: flex; justify-content: space-between; font-size: 13px; color: var(--color-main); flex-wrap: wrap; gap: 6px; }
.mk-loyalty-progress-info strong { color: var(--color-hover); }
.mk-loyalty-progress-text { text-align: center; margin: 6px 0 0; font-size: 13px; color: var(--color-gray); font-weight: 600; }
.mk-orders-list { display: flex; flex-direction: column; gap: 10px; }
.mk-order-card { display: flex; justify-content: space-between; align-items: center; padding: 14px 18px; background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); text-decoration: none; color: var(--color-main); transition: all var(--transition); flex-wrap: wrap; gap: 10px; }
.mk-order-card:hover { background: #fff; border-color: var(--color-pink); transform: translateX(4px); }
.mk-order-main { display: flex; flex-direction: column; gap: 2px; }
.mk-order-number { font-family: var(--font-heading); font-weight: 700; color: var(--color-main); }
.mk-order-date { font-size: 12px; color: var(--color-gray); }
.mk-order-details { display: flex; align-items: center; gap: 14px; }
.mk-order-total { font-family: var(--font-heading); font-weight: 700; color: var(--color-hover); }
.mk-order-status { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3px; }
.mk-order-status--pending { background: #FFF3CD; color: #856404; }
.mk-order-status--on-hold { background: #FFE5B4; color: #8B6914; }
.mk-order-status--processing { background: #BFE7FF; color: #1B5B82; }
.mk-order-status--completed { background: #DFF7E2; color: #2D6E37; }
.mk-order-status--cancelled, .mk-order-status--failed, .mk-order-status--refunded { background: #FFE3E3; color: #8E3338; }
.mk-orders-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.mk-orders-table, .mk-products-table, .mk-loyalty-history-table { width: 100%; border-collapse: collapse; }
.mk-orders-table th, .mk-products-table th, .mk-loyalty-history-table th { text-align: left; padding: 12px 14px; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); color: var(--color-main); font-family: var(--font-heading); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.3px; border-bottom: 2px solid var(--color-border); }
.mk-orders-table td, .mk-products-table td, .mk-loyalty-history-table td { padding: 14px; border-bottom: 1px solid var(--color-border); color: var(--color-main); vertical-align: middle; }
.mk-orders-table tr:hover td, .mk-loyalty-history-table tr:hover td { background: #FFF8F2; }
.mk-empty-state { text-align: center; padding: 50px 30px; }
.mk-empty-icon { width: 90px; height: 90px; margin: 0 auto 18px; border-radius: 50%; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); display: flex; align-items: center; justify-content: center; font-size: 36px; color: var(--color-hover); }
.mk-empty-state h3 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 8px; }
.mk-empty-state p { color: var(--color-gray); margin: 0 0 20px; }
.mk-order-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
@media (max-width: 640px) { .mk-order-details-grid { grid-template-columns: 1fr; } }
.mk-order-info-card { background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); padding: 20px 22px; }
.mk-order-info-card h3 { margin: 0 0 14px; font-family: var(--font-heading); color: var(--color-main); font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.mk-order-info-card h3 i { color: var(--color-hover); }
.mk-order-info-list { list-style: none; padding: 0; margin: 0; }
.mk-order-info-list li { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px dashed var(--color-border); font-size: 14px; }
.mk-order-info-list li:last-child { border-bottom: none; }
.mk-order-info-list li span { color: var(--color-gray); }
.mk-points-earned { color: #f59e0b; }
.mk-address { color: var(--color-main); line-height: 1.6; font-style: normal; font-size: 14px; }
.mk-order-products { margin-top: 14px; }
.mk-order-products h3 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 14px; font-size: 18px; display: inline-flex; align-items: center; gap: 8px; }
.mk-product-cell { display: flex; align-items: center; gap: 12px; }
.mk-product-thumb { width: 50px; height: 50px; border-radius: 8px; object-fit: cover; border: 1px solid var(--color-border); }
.mk-products-table tfoot td { background: #FFF8F2; font-weight: 600; }
.mk-products-table tfoot tr:last-child td { background: linear-gradient(135deg, #FFE3EF, #E7F4FF); font-size: 16px; }
.mk-order-total-row td { color: var(--color-hover); }
.mk-loyalty-hero { display: flex; align-items: center; gap: 24px; background: linear-gradient(135deg, #FFE3EF 0%, #FDEFF6 50%, #E7F4FF 100%); border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 26px 30px; margin-bottom: 22px; flex-wrap: wrap; }
.mk-loyalty-points-circle { width: 130px; height: 130px; border-radius: 50%; background: linear-gradient(135deg, var(--color-button), #f59e0b); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 12px 26px rgba(244, 143, 177, 0.35); flex-shrink: 0; }
.mk-loyalty-points-value { font-family: var(--font-heading); font-size: 36px; font-weight: 800; line-height: 1; }
.mk-loyalty-points-label { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.mk-loyalty-info { flex: 1; min-width: 200px; }
.mk-loyalty-earning { margin: 0; color: var(--color-main); line-height: 1.7; font-size: 15px; }
.mk-loyalty-earning strong { color: var(--color-hover); }
.mk-loyalty-available { background: linear-gradient(135deg, #FFE5B4, #FFD584); border: 2px solid #f59e0b; border-radius: var(--border-radius-lg); padding: 22px 26px; margin-bottom: 22px; display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.mk-loyalty-available-badge { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 200px; }
.mk-loyalty-badge-icon { font-size: 36px; }
.mk-loyalty-badge-content { display: flex; flex-direction: column; }
.mk-loyalty-badge-title { font-family: var(--font-heading); color: #8B6914; font-size: 16px; font-weight: 700; }
.mk-loyalty-badge-value { color: var(--color-main); font-weight: 600; font-size: 14px; margin-top: 2px; }
.mk-loyalty-generate-btn { white-space: nowrap; }
.mk-loyalty-next { background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); padding: 20px 24px; margin-bottom: 22px; }
.mk-loyalty-next h3 { margin: 0 0 12px; font-family: var(--font-heading); color: var(--color-main); font-size: 16px; }
.mk-loyalty-next-info p { margin: 0 0 10px; color: var(--color-main); }
.mk-loyalty-next-info strong { color: var(--color-hover); }
.mk-loyalty-levels h3 { font-family: var(--font-heading); color: var(--color-main); margin: 24px 0 14px; font-size: 18px; }
.mk-loyalty-levels-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
@media (max-width: 992px) { .mk-loyalty-levels-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .mk-loyalty-levels-grid { grid-template-columns: repeat(2, 1fr); } }
.mk-loyalty-level-card { background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); padding: 18px 14px; text-align: center; transition: transform var(--transition-bounce); position: relative; }
.mk-loyalty-level-card:hover { transform: translateY(-3px); }
.mk-loyalty-level-card.reached { background: linear-gradient(135deg, #DFF7E2, #E7F4FF); border-color: #90D497; }
.mk-loyalty-level-card.available { background: linear-gradient(135deg, #FFE5B4, #FFD584); border-color: #f59e0b; box-shadow: 0 8px 22px rgba(245, 158, 11, 0.3); }
.mk-loyalty-level-discount { font-family: var(--font-heading); font-size: 30px; font-weight: 800; color: var(--color-hover); line-height: 1; }
.mk-loyalty-level-card.available .mk-loyalty-level-discount { color: #f59e0b; }
.mk-loyalty-level-points { color: var(--color-gray); font-size: 13px; font-weight: 600; margin-top: 4px; }
.mk-loyalty-level-status { display: inline-flex; align-items: center; gap: 4px; margin-top: 10px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.mk-loyalty-level-status--available { background: #f59e0b; color: #fff; }
.mk-loyalty-level-status--reached { background: #28a745; color: #fff; }
.mk-loyalty-history { margin-top: 24px; }
.mk-loyalty-history h3 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 12px; font-size: 18px; }
.mk-points-positive { color: #28a745; font-weight: 700; }
.mk-points-negative { color: #b53935; font-weight: 700; }
.mk-addresses-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .mk-addresses-grid { grid-template-columns: 1fr; } }
.mk-address-card { background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); padding: 22px 24px; }
.mk-address-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.mk-address-header h3 { margin: 0; font-family: var(--font-heading); color: var(--color-main); font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.mk-address-header h3 i { color: var(--color-hover); }
.mk-address-content address { font-style: normal; color: var(--color-main); line-height: 1.7; font-size: 14px; }
.mk-address-content strong { color: var(--color-main); }
.mk-no-address { color: var(--color-gray); margin: 0; font-style: italic; }
.mk-form { display: flex; flex-direction: column; gap: 18px; }
.mk-form-section { padding: 22px 24px; background: #FFF8F2; border: 1px solid var(--color-border); border-radius: var(--border-radius); }
.mk-form-section h3 { margin: 0 0 14px; font-family: var(--font-heading); color: var(--color-main); font-size: 17px; }
.mk-form-section-desc { color: var(--color-gray); font-size: 13px; margin: -8px 0 14px; }
.mk-form-section .mk-form-group { margin-bottom: 12px; }
.mk-form-section .mk-form-group:last-child { margin-bottom: 0; }
.mk-form-section label { font-family: var(--font-heading); font-weight: 600; color: var(--color-main); font-size: 14px; }
.mk-form-section input { padding: 11px 14px; background: #fff; border: 2px solid var(--color-border); border-radius: 10px; font-family: var(--font-primary); font-size: 15px; color: var(--color-main); transition: border-color var(--transition); width: 100%; }
.mk-form-section input:focus { outline: none; border-color: var(--color-button); box-shadow: 0 0 0 4px rgba(244, 143, 177, 0.12); }
.mk-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.mk-modal.active { display: flex; animation: mk-fade 0.25s ease; }
@keyframes mk-fade { from { opacity: 0; } to { opacity: 1; } }
.mk-modal-overlay { position: absolute; inset: 0; background: rgba(46, 38, 65, 0.55); backdrop-filter: blur(6px); }
.mk-modal-content { position: relative; background: #fff; border-radius: var(--border-radius-lg); padding: 36px 34px 30px; max-width: 460px; width: 100%; box-shadow: 0 30px 80px rgba(244, 143, 177, 0.4); text-align: center; animation: mk-slide 0.3s var(--transition-bounce); }
.mk-modal-content--large { max-width: 600px; text-align: left; }
@keyframes mk-slide { from { transform: translateY(30px) scale(0.97); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
.mk-modal-close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; border: none; background: rgba(244, 143, 177, 0.12); color: var(--color-main); border-radius: 50%; cursor: pointer; font-size: 22px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; transition: all var(--transition); }
.mk-modal-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.mk-modal-icon { width: 70px; height: 70px; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); display: inline-flex; align-items: center; justify-content: center; color: var(--color-hover); font-size: 26px; }
.mk-modal-icon--success { background: linear-gradient(135deg, #FFE5B4, #FFD584); color: #f59e0b; font-size: 36px; }
.mk-modal-title { font-family: var(--font-heading); color: var(--color-main); font-size: 22px; margin: 0 0 10px; }
.mk-modal-text { color: var(--color-gray); line-height: 1.6; margin: 0 0 18px; }
.mk-modal-buttons { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
@media (max-width: 480px) { .mk-modal-buttons { flex-direction: column; } .mk-modal-buttons .mk-btn { width: 100%; } }
.mk-coupon-code { background: linear-gradient(135deg, #FFE3EF, #E7F4FF); border: 2px dashed var(--color-button); border-radius: var(--border-radius); padding: 18px; margin: 16px 0; font-family: monospace; font-size: 22px; font-weight: 800; color: var(--color-main); letter-spacing: 2px; }
.mk-coupon-info { color: var(--color-main); margin: 0 0 18px; }
.mk-coupon-info strong { color: var(--color-hover); }
.mk-coupon-note { font-size: 12px; color: var(--color-gray); margin: 12px 0 0; }

/* ========== 28. SKLEP / WYSZUKIWANIE — FILTRY (PIGUŁKA + STICKY POD HEADEREM) ========== */
.ts-shop-container { max-width: var(--container, 1280px); margin: 0 auto; padding: 0 20px; }
.page-hero-desc { display: inline-block; background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(6px); color: var(--color-main); padding: 8px 18px; border-radius: 999px; font-weight: 600; font-size: 15px; margin: 8px 0 14px; }

/* STAN NORMALNY: tło sekcji prześwituje, wewnątrz biała pigułka-karta */
.ts-shop-filters-bar { background: transparent; padding: 28px 0 6px; position: relative; z-index: 80; transition: all var(--transition); }
.ts-shop-filters-bar .ts-shop-filters-inner { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 12px 20px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12); display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; }

/* STAN STICKY: pełnoszerokościowy frosted bar UNDER sticky-header */
.ts-shop-filters-bar.sticky { position: fixed; left: 0; right: 0; top: var(--header-height); z-index: 100; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-border); box-shadow: 0 6px 20px rgba(244, 143, 177, 0.12); padding: 10px 0; }
.ts-shop-filters-bar.sticky .ts-shop-filters-inner { background: transparent; border: none; box-shadow: none; border-radius: 0; padding: 4px 20px; max-width: var(--container); margin: 0 auto; }

.ts-shop-filters-left, .ts-shop-filters-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.ts-shop-filters-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: var(--color-button); color: #fff; border: none; border-radius: 999px; font-family: var(--font-primary); font-weight: 700; font-size: 14px; cursor: pointer; box-shadow: 0 6px 16px rgba(244, 143, 177, 0.3); transition: all var(--transition); position: relative; }
.ts-shop-filters-btn:hover { background: var(--color-hover); transform: translateY(-2px); }
.ts-shop-filters-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; padding: 0 7px; background: #fff; color: var(--color-hover); border-radius: 999px; font-size: 12px; font-weight: 800; margin-left: 4px; }
.ts-shop-active-filters { display: flex; flex-wrap: wrap; gap: 6px; max-width: 100%; }
.ts-shop-active-filter { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: linear-gradient(135deg, #FFE3EF, #FDEFF6); border: 1px solid var(--color-pink); border-radius: 999px; color: var(--color-main); font-size: 13px; font-weight: 600; cursor: pointer; transition: all var(--transition-fast); white-space: nowrap; }
.ts-shop-active-filter:hover { background: #FFE3E3; border-color: #F4AFAF; color: #8E3338; }
.ts-shop-active-filter i { font-size: 10px; }
.ts-shop-results-count { font-family: var(--font-heading); color: var(--color-gray); font-size: 14px; font-weight: 600; }
.ts-shop-results-count span { color: var(--color-hover); }
.ts-shop-sort { display: inline-flex; align-items: center; gap: 8px; }
.ts-shop-sort label { font-family: var(--font-heading); color: var(--color-main); font-weight: 600; font-size: 14px; margin: 0; }
.ts-shop-sort-select { padding: 8px 32px 8px 14px; background: #FFF8F2 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='%23F48FB1' d='M5 6L0 0h10z'/></svg>") right 12px center no-repeat; border: 2px solid var(--color-border); border-radius: 999px; font-family: var(--font-primary); font-size: 14px; color: var(--color-main); font-weight: 600; cursor: pointer; appearance: none; -webkit-appearance: none; transition: border-color var(--transition); }
.ts-shop-sort-select:focus, .ts-shop-sort-select:hover { outline: none; border-color: var(--color-button); }
@media (max-width: 768px) {
    .ts-shop-filters-bar .ts-shop-filters-inner { flex-direction: column; align-items: stretch; }
    .ts-shop-filters-left, .ts-shop-filters-right { width: 100%; justify-content: space-between; }
    .ts-shop-filters-bar { padding: 18px 0 4px; }
}
.ts-shop-section { padding: 24px 0 80px; }
.ts-shop-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; min-height: 300px; }
@media (max-width: 1100px) { .ts-shop-products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .ts-shop-products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .ts-shop-products { grid-template-columns: 1fr; } }
.ts-shop-loading { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 60px 20px; color: var(--color-gray); font-weight: 600; }
.ts-shop-loading i { font-size: 28px; color: var(--color-hover); }
.ts-shop-no-products { grid-column: 1 / -1; text-align: center; padding: 60px 30px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); box-shadow: 0 10px 26px rgba(244, 143, 177, 0.1); }
.ts-shop-no-products i { font-size: 56px; color: var(--color-pink); margin-bottom: 16px; display: block; }
.ts-shop-no-products p { font-family: var(--font-heading); color: var(--color-main); font-size: 18px; margin: 0; }
.ts-shop-load-more { text-align: center; margin-top: 36px; }
.ts-shop-load-more-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; background: #fff; border: 2px solid var(--color-button); color: var(--color-hover); border-radius: 999px; font-family: var(--font-primary); font-weight: 800; font-size: 15px; cursor: pointer; transition: all var(--transition); }
.ts-shop-load-more-btn:hover:not(:disabled) { background: var(--color-button); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(244, 143, 177, 0.3); }
.ts-shop-load-more-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.ts-shop-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.ts-shop-modal.active { display: flex; animation: tsShopFadeIn 0.25s ease; }
@keyframes tsShopFadeIn { from { opacity: 0; } to { opacity: 1; } }
.ts-shop-modal-overlay { position: absolute; inset: 0; background: rgba(46, 38, 65, 0.55); backdrop-filter: blur(6px); }
.ts-shop-modal-content { position: relative; background: #fff; border-radius: var(--border-radius-lg); width: 100%; max-width: 540px; max-height: 90vh; display: flex; flex-direction: column; overflow: hidden; box-shadow: 0 30px 80px rgba(244, 143, 177, 0.4); animation: tsShopSlideUp 0.3s var(--transition-bounce); }
@keyframes tsShopSlideUp { from { transform: translateY(30px) scale(0.97); opacity: 0; } to { transform: translateY(0) scale(1); opacity: 1; } }
.ts-shop-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--color-border); background: linear-gradient(135deg, #FFE3EF, #E7F4FF); }
.ts-shop-modal-header h3 { margin: 0; font-family: var(--font-heading); color: var(--color-main); font-size: 20px; display: inline-flex; align-items: center; gap: 10px; }
.ts-shop-modal-header h3 i { color: var(--color-hover); }
.ts-shop-modal-close { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, 0.7); border: none; color: var(--color-main); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: all var(--transition); }
.ts-shop-modal-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.ts-shop-modal-body { flex: 1; overflow-y: auto; padding: 20px 24px; -webkit-overflow-scrolling: touch; }
.ts-shop-filter-group { padding: 16px 0; border-bottom: 1px dashed var(--color-border); position: relative; }
.ts-shop-filter-group:last-child { border-bottom: none; }
.ts-shop-filter-group.ts-empty-filter { display: none !important; }
.ts-shop-filter-group[data-filter="rozmiar"] { display: none; }
.ts-shop-filter-group[data-filter="rozmiar"].ts-visible { display: block; }
.ts-shop-filter-label { display: block; margin-bottom: 12px; font-family: var(--font-heading); font-weight: 700; color: var(--color-main); font-size: 15px; }
.ts-shop-filter-group.ts-loading { opacity: 0.55; }
.ts-shop-filter-group.ts-loading::after { content: ''; position: absolute; top: 14px; right: 4px; width: 16px; height: 16px; border: 2px solid var(--color-border); border-top-color: var(--color-button); border-radius: 50%; animation: tsShopSpin 0.8s linear infinite; }
@keyframes tsShopSpin { to { transform: rotate(360deg); } }
.ts-shop-checkbox-list { display: flex; flex-direction: column; gap: 6px; }
.ts-shop-checkbox-list.ts-updating { opacity: 0.6; pointer-events: none; }
.ts-shop-checkbox-item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 8px; cursor: pointer; transition: background var(--transition-fast); font-size: 14px; color: var(--color-main); }
.ts-shop-checkbox-item:hover { background: #FFF8F2; }
.ts-shop-checkbox-item.ts-hidden { display: none !important; }
.ts-shop-checkbox-item.ts-unavailable { opacity: 0.4; pointer-events: none; }
.ts-shop-checkbox-item.ts-unavailable .ts-shop-checkbox-count { color: var(--color-gray); }
.ts-shop-checkbox-item input[type="checkbox"] { position: absolute; opacity: 0; pointer-events: none; }
.ts-shop-checkbox-mark { flex: 0 0 22px; width: 22px; height: 22px; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; transition: all var(--transition-fast); position: relative; }
.ts-shop-checkbox-item input[type="checkbox"]:checked + .ts-shop-checkbox-mark { background: var(--color-button); border-color: var(--color-button); }
.ts-shop-checkbox-item input[type="checkbox"]:checked + .ts-shop-checkbox-mark::after { content: ''; width: 6px; height: 11px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg) translate(-1px, -1px); }
.ts-shop-checkbox-text { flex: 1; font-weight: 500; }
.ts-shop-checkbox-count { color: var(--color-gray); font-size: 12px; font-weight: 600; }
.ts-shop-show-more-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 10px; margin-top: 10px; background: transparent; border: 1px dashed var(--color-border); border-radius: 999px; color: var(--color-hover); font-family: var(--font-primary); font-size: 13px; font-weight: 600; cursor: pointer; transition: all var(--transition-fast); }
.ts-shop-show-more-btn:hover { background: #FFE3EF; border-color: var(--color-pink); border-style: solid; }
.ts-shop-show-more-btn .show-less-text { display: none; }
.ts-shop-show-more-btn.expanded { background: #FFE3E3; border-color: #F4AFAF; border-style: solid; color: #8E3338; }
.ts-shop-show-more-btn.expanded .show-more-text { display: none; }
.ts-shop-show-more-btn.expanded .show-less-text { display: inline-flex; align-items: center; gap: 6px; }
.ts-shop-no-items { padding: 10px 14px; color: var(--color-gray); font-size: 13px; font-style: italic; background: #FFF8F2; border-radius: 8px; }
.ts-shop-price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ts-shop-price-input { display: flex; align-items: center; gap: 6px; padding: 8px 12px; background: #FFF8F2; border: 2px solid var(--color-border); border-radius: 12px; transition: border-color var(--transition); }
.ts-shop-price-input:focus-within { border-color: var(--color-button); background: #fff; }
.ts-shop-price-input span { color: var(--color-gray); font-size: 13px; font-weight: 600; }
.ts-shop-price-input input { flex: 1; width: 0; min-width: 50px; background: transparent; border: none; outline: none; font-family: var(--font-heading); font-size: 15px; color: var(--color-main); font-weight: 600; -moz-appearance: textfield; }
.ts-shop-price-input input::-webkit-outer-spin-button, .ts-shop-price-input input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.ts-shop-modal-footer { display: flex; gap: 10px; padding: 16px 24px; border-top: 1px solid var(--color-border); background: #FFF8F2; }
.ts-shop-btn-clear, .ts-shop-btn-apply { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-family: var(--font-primary); font-weight: 700; font-size: 14px; cursor: pointer; transition: all var(--transition); border: none; }
.ts-shop-btn-clear { background: transparent; color: var(--color-gray); border: 1px solid var(--color-border); }
.ts-shop-btn-clear:hover { background: #FFE3E3; color: #8E3338; border-color: #F4AFAF; }
.ts-shop-btn-apply { background: var(--color-button); color: #fff; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); }
.ts-shop-btn-apply:hover { background: var(--color-hover); transform: translateY(-2px); }
@media (max-width: 480px) { .ts-shop-modal-footer { flex-direction: column; } }

/* ========== 29. POTWIERDZENIE ZAMÓWIENIA ========== */
.ts-ty-section { padding: 50px 0 80px; background: linear-gradient(180deg, #FFF8F2 0%, #FFFFFF 100%); min-height: 60vh; }
.ts-ty-container { max-width: 980px; margin: 0 auto; padding: 0 20px; }
.ts-ty-header { text-align: center; margin-bottom: 40px; animation: tyFadeIn 0.6s ease; }
@keyframes tyFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.ts-ty-icon { width: 100px; height: 100px; margin: 0 auto 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 44px; position: relative; animation: tyBounce 0.7s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes tyBounce { 0% { transform: scale(0); opacity: 0; } 60% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(1); } }
.ts-ty-icon::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; opacity: 0.3; z-index: -1; animation: tyPulseRing 2s ease infinite; }
@keyframes tyPulseRing { 0% { transform: scale(0.95); opacity: 0.5; } 100% { transform: scale(1.25); opacity: 0; } }
.ts-ty-icon.success { background: linear-gradient(135deg, #B8E6C1, #8FD49E); color: #fff; box-shadow: 0 14px 32px rgba(40, 167, 69, 0.3); }
.ts-ty-icon.success::before { background: #8FD49E; }
.ts-ty-icon.warning { background: linear-gradient(135deg, #FFD584, #f59e0b); color: #fff; box-shadow: 0 14px 32px rgba(245, 158, 11, 0.3); }
.ts-ty-icon.warning::before { background: #f59e0b; }
.ts-ty-title { font-family: var(--font-heading); color: var(--color-main); font-size: clamp(24px, 4vw, 34px); margin: 0 0 10px; font-weight: 800; }
.ts-ty-subtitle { color: var(--color-gray); font-size: 16px; margin: 0 0 14px; line-height: 1.55; }
.ts-ty-subtitle strong { color: var(--color-hover); font-family: var(--font-heading); }
.ts-ty-email-info { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; background: #fff; border: 1px solid var(--color-border); border-radius: 999px; color: var(--color-main); font-size: 14px; box-shadow: 0 6px 18px rgba(244, 143, 177, 0.1); }
.ts-ty-email-info i { color: var(--color-hover); }
.ts-ty-email-info strong { color: var(--color-main); }
.ts-ty-loyalty { display: flex; align-items: center; gap: 24px; padding: 26px 30px; background: linear-gradient(135deg, #FFE5B4 0%, #FFD584 100%); border: 2px solid #f59e0b; border-radius: var(--border-radius-lg); margin-bottom: 30px; position: relative; overflow: hidden; box-shadow: 0 14px 32px rgba(245, 158, 11, 0.25); }
.ts-ty-loyalty::before { content: ''; position: absolute; top: -50%; right: -10%; width: 200px; height: 200px; background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%); pointer-events: none; }
.ts-ty-loyalty-icon { flex: 0 0 70px; width: 70px; height: 70px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #f59e0b; font-size: 30px; box-shadow: 0 8px 18px rgba(245, 158, 11, 0.3); animation: tyStarSpin 4s linear infinite; }
@keyframes tyStarSpin { 0%, 90%, 100% { transform: rotate(0); } 95% { transform: rotate(15deg); } }
.ts-ty-loyalty-content { flex: 1; min-width: 200px; }
.ts-ty-loyalty-content h3 { margin: 0 0 6px; font-family: var(--font-heading); color: #8B6914; font-size: 18px; }
.ts-ty-loyalty-points { display: inline-flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.ts-ty-points-earned { font-family: var(--font-heading); font-size: 36px; font-weight: 800; color: #f59e0b; line-height: 1; }
.ts-ty-points-label { font-family: var(--font-heading); font-size: 16px; color: var(--color-main); font-weight: 700; }
.ts-ty-loyalty-total { color: var(--color-main); margin: 0 0 12px; font-size: 14px; line-height: 1.55; }
.ts-ty-loyalty-total strong { color: #f59e0b; }
.ts-ty-loyalty-link { display: inline-flex; align-items: center; gap: 6px; color: #8B6914; font-weight: 700; font-size: 14px; transition: gap var(--transition-fast); }
.ts-ty-loyalty-link:hover { color: #6B4F09; gap: 10px; }
@media (max-width: 600px) { .ts-ty-loyalty { flex-direction: column; text-align: center; } }
.ts-ty-content { display: flex; flex-direction: column; gap: 22px; margin-bottom: 36px; }
.ts-ty-box { background: #fff; border: 1px solid var(--color-border); border-radius: var(--border-radius-lg); padding: 28px 32px; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.1); animation: tyFadeIn 0.6s ease; }
@media (max-width: 600px) { .ts-ty-box { padding: 22px 18px; } }
.ts-ty-box-title { margin: 0 0 22px; font-family: var(--font-heading); color: var(--color-main); font-size: 19px; display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px dashed var(--color-border); }
.ts-ty-box-title i { color: var(--color-hover); }
.ts-ty-order-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
@media (max-width: 768px) { .ts-ty-order-meta { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .ts-ty-order-meta { grid-template-columns: 1fr; } }
.ts-ty-meta-item { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; background: linear-gradient(135deg, #FFF8F2 0%, #FDEFF6 100%); border-radius: var(--border-radius); border: 1px solid var(--color-border); }
.ts-ty-meta-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--color-gray); font-weight: 700; }
.ts-ty-meta-value { font-family: var(--font-heading); color: var(--color-main); font-weight: 700; font-size: 14px; }
.ts-ty-meta-value.status-pending { color: #856404; }
.ts-ty-meta-value.status-on-hold { color: #8B6914; }
.ts-ty-meta-value.status-processing { color: #1B5B82; }
.ts-ty-meta-value.status-completed { color: #2D6E37; }
.ts-ty-meta-value.status-cancelled, .ts-ty-meta-value.status-failed, .ts-ty-meta-value.status-refunded { color: #8E3338; }
.ts-ty-products { margin: 24px 0; }
.ts-ty-products h3 { margin: 0 0 14px; font-family: var(--font-heading); color: var(--color-main); font-size: 16px; }
.ts-ty-products-table { width: 100%; border-collapse: collapse; }
.ts-ty-products-table th { text-align: left; padding: 12px 14px; background: linear-gradient(135deg, #FFE3EF, #E7F4FF); color: var(--color-main); font-family: var(--font-heading); font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.4px; border-bottom: 2px solid var(--color-border); }
.ts-ty-products-table th:nth-child(2), .ts-ty-products-table th:nth-child(3) { text-align: right; }
.ts-ty-products-table td { padding: 14px; border-bottom: 1px solid var(--color-border); color: var(--color-main); vertical-align: middle; font-size: 14px; }
.ts-ty-products-table tr:last-child td { border-bottom: none; }
.ts-ty-product-info { display: flex; align-items: center; gap: 12px; }
.ts-ty-product-thumb img, .ts-ty-product-thumb { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; border: 1px solid var(--color-border); background: #FDEFF6; flex-shrink: 0; }
.ts-ty-product-details { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.ts-ty-product-name { font-weight: 600; color: var(--color-main); line-height: 1.35; }
.ts-ty-product-meta { font-size: 12px; color: var(--color-gray); display: flex; flex-wrap: wrap; gap: 4px 10px; }
.ts-ty-product-meta span { font-weight: 500; }
.ts-ty-product-qty, .ts-ty-product-price { text-align: right; font-family: var(--font-heading); font-weight: 700; white-space: nowrap; }
.ts-ty-product-price { color: var(--color-hover); }
.ts-ty-totals { margin-top: 18px; padding: 18px 20px; background: linear-gradient(135deg, #FFF8F2 0%, #FDEFF6 100%); border-radius: var(--border-radius); border: 1px solid var(--color-border); }
.ts-ty-total-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; color: var(--color-main); font-size: 14px; border-bottom: 1px dashed var(--color-border); }
.ts-ty-total-row:last-child { border-bottom: none; }
.ts-ty-total-row.discount { color: #2D6E37; }
.ts-ty-total-row.discount span:last-child { font-weight: 700; }
.ts-ty-total-row.grand-total { margin-top: 6px; padding-top: 14px; border-top: 2px solid var(--color-pink); border-bottom: none; font-family: var(--font-heading); font-size: 18px; font-weight: 800; }
.ts-ty-total-row.grand-total span:last-child { color: var(--color-hover); font-size: 22px; }
.ts-ty-free { color: #2D6E37; font-weight: 700; }
.ts-ty-shipping-method { padding: 12px 16px; background: #FFF8F2; border-radius: var(--border-radius); border-left: 4px solid var(--color-button); color: var(--color-main); margin-bottom: 16px; }
.ts-ty-paczkomat { display: flex; align-items: center; gap: 18px; padding: 18px 20px; background: linear-gradient(135deg, #FFF7DC 0%, #FFE5B4 100%); border: 1px solid #FFD584; border-radius: var(--border-radius); }
.ts-ty-paczkomat-icon { flex: 0 0 50px; width: 50px; height: 50px; background: #FFD584; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; box-shadow: 0 6px 14px rgba(245, 158, 11, 0.25); }
.ts-ty-paczkomat-info { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.ts-ty-paczkomat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: #8B6914; font-weight: 700; }
.ts-ty-paczkomat-name { font-family: var(--font-heading); color: var(--color-main); font-weight: 700; font-size: 16px; }
.ts-ty-paczkomat-address { color: var(--color-gray); font-size: 13px; }
.ts-ty-address h4 { margin: 0 0 8px; font-family: var(--font-heading); color: var(--color-main); font-size: 14px; }
.ts-ty-address address { font-style: normal; color: var(--color-main); line-height: 1.6; font-size: 14px; }
.ts-ty-customer-info { display: flex; flex-direction: column; gap: 10px; }
.ts-ty-customer-row { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: #FFF8F2; border-radius: var(--border-radius); color: var(--color-main); font-size: 14px; }
.ts-ty-customer-row.address { align-items: flex-start; }
.ts-ty-customer-row i { width: 32px; height: 32px; background: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--color-hover); font-size: 13px; flex-shrink: 0; box-shadow: 0 4px 10px rgba(244, 143, 177, 0.15); }
.ts-ty-customer-row address { font-style: normal; line-height: 1.6; }
.ts-ty-invoice-info { margin-top: 16px; padding: 16px 20px; background: linear-gradient(135deg, #E7F4FF, #BFE7FF); border: 1px solid #8FD3FF; border-radius: var(--border-radius); }
.ts-ty-invoice-info h4 { margin: 0 0 6px; font-family: var(--font-heading); color: #1B5B82; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; }
.ts-ty-invoice-info p { margin: 0; color: var(--color-main); font-weight: 600; }
.ts-ty-actions { display: flex; gap: 14px; justify-content: space-between; flex-wrap: wrap; margin-bottom: 24px; }
.ts-ty-actions.center { justify-content: center; }
.ts-ty-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 999px; font-family: var(--font-primary); font-weight: 700; font-size: 15px; text-decoration: none; transition: transform var(--transition-bounce), background var(--transition), box-shadow var(--transition); border: none; cursor: pointer; flex: 1; min-width: 200px; }
.ts-ty-btn.primary { background: var(--color-button); color: #fff; box-shadow: 0 10px 26px rgba(244, 143, 177, 0.35); }
.ts-ty-btn.primary:hover { background: var(--color-hover); transform: translateY(-3px) scale(1.02); color: #fff; }
.ts-ty-btn.secondary { background: #fff; color: var(--color-hover); border: 2px solid var(--color-button); }
.ts-ty-btn.secondary:hover { background: var(--color-button); color: #fff; transform: translateY(-3px) scale(1.02); }
@media (max-width: 480px) { .ts-ty-actions { flex-direction: column; } .ts-ty-btn { width: 100%; } }
.ts-ty-help { text-align: center; padding: 18px; color: var(--color-gray); font-size: 14px; }
.ts-ty-help a { color: var(--color-hover); font-weight: 700; }
.ts-ty-help a:hover { color: var(--color-button); text-decoration: underline; }

/* ========== 30. MOBILE HEADER — FINALNY BLOK (po wszystkich innych) ========== */
@media (max-width: 992px) {
    .header-nav { display: none; }
    .category-bar { display: none; }
    .mobile-bottom-nav { display: flex; }
    body { padding-bottom: 70px; }
}
@media (max-width: 768px) {
    .top-bar { display: none !important; }
    .site-header { padding: 0; }
    .header-container { padding: 12px 14px !important; gap: 8px !important; justify-content: space-between !important; align-items: center !important; }
    .header-logo, .header-cart-total, .header-nav { display: none !important; }
    .mobile-cat-toggle { display: inline-flex !important; align-items: center; gap: 6px; padding: 10px 12px; font-size: 14px; }
    .header-icons { display: flex !important; gap: 4px; margin-left: auto !important; align-items: center; }
    .header-icons .header-icon,
    .header-icons .header-icon.search-toggle,
    .header-icons .header-icon.wishlist-icon,
    .header-icons .header-icon.cart-toggle,
    .header-icons .header-icon[href*="moje-konto"],
    .header-icons .header-icon[href*="logowanie"] {
        display: inline-flex !important; align-items: center !important; justify-content: center !important;
        width: 38px !important; height: 38px !important; padding: 0 !important; font-size: 15px !important; position: relative;
    }
    .header-icons .wishlist-count, .header-icons .cart-count { position: absolute; top: 2px; right: 2px; font-size: 10px; min-width: 16px; height: 16px; padding: 0 4px; display: inline-flex; align-items: center; justify-content: center; }
    .category-bar { display: none !important; }
    .section { padding: 46px 0; }
}
@media (max-width: 420px) {
    .mobile-cat-toggle { padding: 9px 10px !important; font-size: 13px !important; }
    .mobile-cat-toggle span { display: none !important; }
    .header-icons .header-icon { width: 36px !important; height: 36px !important; font-size: 14px !important; }
    .header-icons { gap: 2px !important; }
}

/* ========== 31. HOTFIX — wymuszenie sticky (działa z .header-wrapper) ========== */
/* header.php opakowuje top-bar + site-header + category-bar w <div class="header-wrapper">.
   Sticky przykleja do RODZICA, więc bez tego klei się tylko w obrębie wrappera (~180px).
   display:contents sprawia, że wrapper znika z layoutu — dzieci stają się dziećmi body. */
html, body { overflow-x: clip !important; }
body { overflow: visible !important; overflow-x: clip !important; }

.header-wrapper {
    display: contents !important;
}

/* Inne potencjalne wrappery WP też odpakowujemy */
#masthead, .site-branding-wrap, #page, .site, #wrapper, .site-content, main, #main {
    overflow: visible !important;
    contain: none !important;
}

.site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 500 !important;
}

/* Category-bar też klei się — pod headerem */
.category-bar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: var(--header-height) !important;
    z-index: 400 !important;
}

/* ========== 32. UKRYJ CATEGORY-BAR NA STRONACH Z FILTRAMI ========== */
/* Na sklepie/wyszukiwarce filtry zawierają kategorie — pasek kategorii niepotrzebny.
   Bez tego category-bar i filter bar próbują się kleić na tej samej wysokości i kolidują. */
body:has(.ts-shop-filters-bar) .category-bar { display: none !important; }
/* Fallback dla starszych przeglądarek: WC body classes */
.woocommerce-shop .category-bar,
.woocommerce.archive .category-bar,
.tax-product_cat .category-bar,
.tax-product_tag .category-bar,
.search-results .category-bar,
body.page-template-wyszukiwanie .category-bar,
body[class*="page-template-wyszukiwanie"] .category-bar {
    display: none !important;
}

/* ========== 33. FIX SZPARA + FOOTER LOGO + WC RESET ========== */
/* Wyrzucamy box-shadow z site-header — to on tworzył pinkawy poświat */
.site-header { box-shadow: none !important; }
/* Cienka linia pod headerem zamiast cienia */
.site-header { border-bottom: 1px solid var(--color-border); }

/* Filter bar — podciągnij 6px w górę żeby przylegał do headera (z-index headera 500 > 100, header zostanie na wierzchu) */
.ts-shop-filters-bar.sticky {
    top: calc(var(--header-height) - 6px) !important;
}

/* Footer logo — wymuszone wymiary, odporne na WC */
.site-footer .footer-logo img,
.site-footer .footer-logo-img,
footer .footer-logo img,
footer img.footer-logo-img {
    height: 64px !important;
    max-height: 64px !important;
    width: auto !important;
    max-width: 240px !important;
    object-fit: contain !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* WooCommerce neutralizer — neutralizuje domyślne style WC które się włączają od body.woocommerce */
body.woocommerce img,
body.woocommerce-page img,
.woocommerce img {
    max-width: 100%;
    height: auto;
}
/* WC potrafi nadpisać header/footer linki, koszyk itd — przywracamy nasze style */
body.woocommerce .header-logo img,
body.woocommerce .header-logo .header-logo-img,
body.woocommerce-page .header-logo img,
body.woocommerce-page .header-logo .header-logo-img {
    height: 60px !important;
    max-height: 60px !important;
    width: auto !important;
    max-width: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.woocommerce .site-footer .footer-logo img,
body.woocommerce-page .site-footer .footer-logo img {
    height: 64px !important;
    width: auto !important;
}
/* WC product image classes (woocommerce-img, wp-post-image itd.) — nasze karty produktu ich nie używają, ale WC może doklejać */
.product-card img.attachment-woocommerce_thumbnail,
.product-card img.wp-post-image,
.product-card img.woocommerce-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-width: none !important;
}

/* ========== 34. KOSZYK ========== */
.cart-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

.cart-breadcrumbs {
    background: linear-gradient(120deg, #FFE3EF 0%, #FDF1F6 50%, #E7F4FF 100%);
    padding: 18px 0;
    border-bottom: 1px solid var(--color-border);
}
.cart-breadcrumbs .cart-container {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 600; color: var(--color-gray);
}
.cart-breadcrumbs a { color: var(--color-hover); }
.cart-breadcrumbs a:hover { color: var(--color-button); }
.cart-breadcrumbs-sep { font-size: 10px; color: var(--color-pink); }
.cart-breadcrumbs-current { color: var(--color-main); }

.cart-section { padding: 50px 0 80px; }

.cart-title {
    font-family: var(--font-heading);
    color: var(--color-main);
    font-size: clamp(26px, 4vw, 36px);
    margin: 0 0 30px;
    display: flex; align-items: center; gap: 12px;
}
.cart-title i { color: var(--color-hover); }
.cart-title-count { color: var(--color-gray); font-size: 0.7em; font-weight: 500; }

/* PUSTY KOSZYK */
.cart-empty {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: 70px 30px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.cart-empty-icon {
    width: 110px; height: 110px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    display: flex; align-items: center; justify-content: center;
    font-size: 44px;
    color: var(--color-hover);
    animation: ts-pulse 2s ease-in-out infinite;
}
.cart-empty h2 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 10px; }
.cart-empty p { color: var(--color-gray); margin: 0 0 26px; }

/* LAYOUT 2-KOLUMNOWY */
.cart-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
}
@media (max-width: 992px) { .cart-layout { grid-template-columns: 1fr; } }

/* PRODUKTY */
.cart-products {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.cart-table-header {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1.2fr 1fr 48px;
    gap: 16px;
    padding: 16px 22px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-bottom: 1px solid var(--color-border);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-main);
}
.cart-table-header .cart-col-price,
.cart-table-header .cart-col-qty,
.cart-table-header .cart-col-total { text-align: center; }
@media (max-width: 720px) { .cart-table-header { display: none; } }

.cart-items { display: flex; flex-direction: column; }
.cart-item {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1.2fr 1fr 48px;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    transition: background var(--transition), opacity 0.3s, transform 0.3s;
}
.cart-item:last-child { border-bottom: none; }
.cart-item:hover { background: #FFF8F2; }
@media (max-width: 720px) {
    .cart-item {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
    }
}

.cart-col-product {
    display: flex; gap: 14px; align-items: center;
    min-width: 0;
}
.cart-item-image {
    flex: 0 0 80px;
    width: 80px; height: 80px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #FDEFF6;
    border: 1px solid var(--color-border);
}
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name {
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-main);
    line-height: 1.35;
    margin-bottom: 4px;
}
.cart-item-name:hover { color: var(--color-hover); }
.cart-item-variation {
    font-size: 13px;
    color: var(--color-gray);
    margin-bottom: 2px;
}
.cart-item-sku { font-size: 11px; color: var(--color-gray); }

.cart-col-price,
.cart-col-total { text-align: center; }
@media (max-width: 720px) {
    .cart-col-price, .cart-col-total {
        text-align: left;
        display: flex; justify-content: space-between;
        padding: 6px 0;
        font-size: 14px;
    }
    .cart-col-price::before { content: 'Cena:'; color: var(--color-gray); font-weight: 600; }
    .cart-col-total::before { content: 'Suma:'; color: var(--color-gray); font-weight: 600; }
}

.cart-item-price { font-family: var(--font-heading); font-weight: 700; color: var(--color-main); font-size: 16px; }
.cart-item-total { font-family: var(--font-heading); font-weight: 800; color: var(--color-hover); font-size: 18px; }

.cart-col-qty { display: flex; justify-content: center; }
@media (max-width: 720px) { .cart-col-qty { justify-content: flex-start; padding: 6px 0; } }

.cart-qty-control {
    display: inline-flex;
    align-items: center;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    overflow: hidden;
}
.cart-qty-btn {
    width: 36px; height: 36px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-main);
    font-size: 12px;
    transition: background var(--transition), color var(--transition);
}
.cart-qty-btn:hover { background: var(--color-button); color: #fff; }
.cart-qty-input {
    width: 50px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-main);
    font-size: 16px;
    -moz-appearance: textfield;
}
.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.cart-col-remove { display: flex; justify-content: center; }
@media (max-width: 720px) { .cart-col-remove { justify-content: flex-end; padding-top: 4px; } }

.cart-remove-btn {
    width: 38px; height: 38px;
    border: 1px solid var(--color-border);
    background: #fff;
    color: var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 14px;
}
.cart-remove-btn:hover {
    background: var(--color-error);
    border-color: var(--color-error);
    color: #fff;
    transform: rotate(15deg) scale(1.05);
}

/* AKCJE POD PRODUKTAMI */
.cart-actions {
    padding: 22px;
    background: #FFF8F2;
    border-top: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
@media (max-width: 480px) {
    .cart-actions { flex-direction: column; }
    .cart-actions .cart-btn { width: 100%; }
}

/* PRZYCISKI */
.cart-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border: none;
    border-radius: 999px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    transition: transform var(--transition-bounce), background var(--transition), color var(--transition), box-shadow var(--transition);
}
.cart-btn-primary {
    background: var(--color-button);
    color: #fff;
    box-shadow: 0 8px 20px rgba(244, 143, 177, 0.32);
}
.cart-btn-primary:hover { background: var(--color-hover); transform: translateY(-3px) scale(1.02); color: #fff; }
.cart-btn-secondary {
    background: linear-gradient(135deg, #8FD3FF, #5DB8E8);
    color: #fff;
    box-shadow: 0 6px 16px rgba(93, 184, 232, 0.3);
}
.cart-btn-secondary:hover { background: linear-gradient(135deg, #5DB8E8, #4FA3D1); transform: translateY(-2px); color: #fff; }
.cart-btn-outline {
    background: #fff;
    color: var(--color-main);
    border: 1px solid var(--color-border);
}
.cart-btn-outline:hover {
    background: var(--color-button);
    border-color: var(--color-button);
    color: #fff;
}
.cart-btn-checkout {
    width: 100%;
    padding: 16px 22px;
    font-size: 16px;
    margin-top: 8px;
}

/* PODSUMOWANIE */
.cart-summary { position: sticky; top: calc(var(--header-height) + 16px); }
@media (max-width: 992px) { .cart-summary { position: static; } }

.cart-summary-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: 26px 28px;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.cart-summary-title {
    font-family: var(--font-heading);
    color: var(--color-main);
    font-size: 20px;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--color-border);
}

/* KUPON */
.cart-coupon { margin-bottom: 22px; }
.cart-coupon-label {
    display: block;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-main);
    font-size: 14px;
    margin-bottom: 8px;
}
.cart-coupon-form { display: flex; gap: 8px; }
.cart-coupon-input {
    flex: 1;
    padding: 11px 14px;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    font-family: var(--font-primary);
    font-size: 14px;
    color: var(--color-main);
    transition: border-color var(--transition);
}
.cart-coupon-input:focus { outline: none; border-color: var(--color-button); background: #fff; }
.cart-coupon-form .cart-btn { padding: 10px 18px; font-size: 13px; }

.cart-coupon-message {
    margin-top: 10px;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
}
.cart-coupon-message--success { color: #2D6E37; }
.cart-coupon-message--error { color: #8E3338; }

.cart-applied-coupons {
    display: flex; flex-wrap: wrap; gap: 6px;
    margin-top: 12px;
}
.cart-coupon-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 5px 5px 12px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border: 1px solid var(--color-pink);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-main);
}
.cart-coupon-tag i.fa-tag { color: var(--color-hover); }
.cart-coupon-remove {
    width: 22px; height: 22px;
    border: none; border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    color: var(--color-gray);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 10px;
    transition: all var(--transition);
}
.cart-coupon-remove:hover { background: var(--color-error); color: #fff; transform: rotate(90deg); }

/* SZCZEGÓŁY */
.cart-summary-details { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.cart-summary-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0;
    color: var(--color-main);
    font-size: 14px;
    border-bottom: 1px dashed var(--color-border);
}
.cart-summary-row:last-child { border-bottom: none; }
.cart-summary-row span:last-child { font-weight: 700; }
.cart-summary-discount { color: #2D6E37; }
.cart-free-shipping { color: #2D6E37; font-weight: 700; }

.cart-free-shipping-info {
    display: flex; align-items: flex-start; gap: 10px;
    margin-top: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #FFF7DC, #FFE5B4);
    border: 1px solid #FFD584;
    border-radius: var(--border-radius);
    color: #8B6914;
    font-size: 13px;
    line-height: 1.5;
}
.cart-free-shipping-info i { color: #f59e0b; font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.cart-free-shipping-info strong { color: var(--color-hover); }

/* SUMA */
.cart-summary-total {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0;
    margin-top: 6px;
    border-top: 2px solid var(--color-pink);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    color: var(--color-main);
}
.cart-summary-total span:last-child { color: var(--color-hover); font-size: 24px; }

/* GWARANCJE */
.cart-guarantees {
    display: flex; flex-direction: column; gap: 8px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px dashed var(--color-border);
}
.cart-guarantee {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px;
    color: var(--color-gray);
    font-weight: 600;
}
.cart-guarantee i {
    width: 28px; height: 28px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--color-hover);
    font-size: 12px;
}

/* LOADING OVERLAY */
.cart-loading {
    position: fixed; inset: 0;
    background: rgba(255, 248, 242, 0.85);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: none;
    align-items: center; justify-content: center;
}
.cart-loading.active { display: flex; }
.cart-loading-spinner {
    background: #fff;
    border-radius: var(--border-radius-lg);
    padding: 30px 40px;
    display: flex; align-items: center; gap: 14px;
    box-shadow: 0 20px 50px rgba(244, 143, 177, 0.3);
    color: var(--color-main);
    font-weight: 600;
}
.cart-loading-spinner i { color: var(--color-hover); font-size: 22px; }

/* Cena WooCommerce w cart-item — gdyby się pojawiła */
.cart-item .woocommerce-Price-amount,
.cart-summary .woocommerce-Price-amount { color: inherit; font-weight: inherit; }

/* ========== 35. CHECKOUT / ZAMÓWIENIE ========== */
.checkout-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* Breadcrumbs */
.checkout-breadcrumbs {
    background: linear-gradient(120deg, #FFE3EF 0%, #FDF1F6 50%, #E7F4FF 100%);
    padding: 18px 0;
    border-bottom: 1px solid var(--color-border);
}
.checkout-breadcrumbs .checkout-container {
    display: flex; align-items: center; gap: 10px;
    font-size: 14px; font-weight: 600; color: var(--color-gray);
}
.checkout-breadcrumbs a { color: var(--color-hover); }
.checkout-breadcrumbs a:hover { color: var(--color-button); }
.checkout-breadcrumbs-sep { font-size: 10px; color: var(--color-pink); }
.checkout-breadcrumbs-current { color: var(--color-main); }

/* Progress */
.checkout-progress { padding: 26px 0 6px; }
.checkout-steps {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; max-width: 720px; margin: 0 auto;
}
.checkout-step { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 70px; }
.checkout-step-number {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--color-border);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--color-gray);
    transition: all var(--transition);
}
.checkout-step.completed .checkout-step-number {
    background: var(--color-button);
    border-color: var(--color-button);
    color: #fff;
}
.checkout-step.active .checkout-step-number {
    background: #fff;
    border-color: var(--color-hover);
    color: var(--color-hover);
    box-shadow: 0 0 0 4px rgba(244, 143, 177, 0.18);
}
.checkout-step-label {
    font-size: 12px; font-weight: 700;
    color: var(--color-gray);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.checkout-step.completed .checkout-step-label,
.checkout-step.active .checkout-step-label { color: var(--color-main); }
.checkout-step-line {
    flex: 1; max-width: 80px; height: 2px;
    background: var(--color-border);
    margin: 0 4px;
    transition: background var(--transition);
}
.checkout-step-line.completed { background: var(--color-button); }

@media (max-width: 480px) {
    .checkout-step-number { width: 36px; height: 36px; font-size: 14px; }
    .checkout-step-label { font-size: 10px; }
    .checkout-step-line { max-width: 40px; }
}

/* Section + layout */
.checkout-section { padding: 30px 0 80px; }
.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 28px;
    align-items: start;
}
@media (max-width: 992px) { .checkout-layout { grid-template-columns: 1fr; } }

.checkout-main { display: flex; flex-direction: column; gap: 22px; }

/* BOX */
.checkout-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: 26px 28px;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.checkout-box-title {
    font-family: var(--font-heading);
    font-size: 20px;
    color: var(--color-main);
    margin: 0 0 22px;
    display: flex; align-items: center; gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--color-border);
}
.checkout-box-number {
    width: 34px; height: 34px;
    background: var(--color-button);
    color: #fff;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 800;
    box-shadow: 0 6px 14px rgba(244, 143, 177, 0.3);
}
.checkout-box-optional { font-size: 13px; color: var(--color-gray); font-weight: 500; margin-left: auto; }

.checkout-login-prompt {
    background: linear-gradient(135deg, #FFF8DC, #FFE5B4);
    border: 1px solid #FFD584;
    border-radius: var(--border-radius);
    padding: 12px 16px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #8B6914;
}
.checkout-login-prompt p { margin: 0; }
.checkout-link { color: var(--color-hover); font-weight: 700; }
.checkout-link:hover { color: var(--color-button); text-decoration: underline; }

/* Form fields */
.checkout-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 600px) { .checkout-form-row { grid-template-columns: 1fr; } }

.checkout-form-group { margin-bottom: 14px; }
.checkout-form-group label {
    display: block;
    font-size: 13px; font-weight: 600;
    color: var(--color-main);
    margin-bottom: 6px;
}
.checkout-form-group .required { color: var(--color-error); }
.checkout-form-group input[type="text"],
.checkout-form-group input[type="email"],
.checkout-form-group input[type="tel"],
.checkout-form-group input[type="number"],
.checkout-form-group select,
.checkout-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    font-family: var(--font-primary);
    font-size: 14px;
    color: var(--color-main);
    transition: border-color var(--transition), background var(--transition), box-shadow var(--transition);
}
.checkout-form-group input:focus,
.checkout-form-group select:focus,
.checkout-form-group textarea:focus {
    outline: none;
    border-color: var(--color-button);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(244, 143, 177, 0.15);
}
.checkout-form-group textarea { resize: vertical; min-height: 90px; }

.checkout-form-group input.error,
.checkout-form-group textarea.error,
.checkout-form-group select.error {
    border-color: var(--color-error) !important;
    background-color: #FEF2F3 !important;
}
.checkout-form-group input.error:focus,
.checkout-form-group textarea.error:focus {
    box-shadow: 0 0 0 3px rgba(216, 75, 87, 0.15) !important;
}
.checkout-field-error {
    display: block;
    color: var(--color-error);
    font-size: 12px;
    margin-top: 6px;
    padding-left: 2px;
    font-weight: 600;
}
.checkout-field-error i { margin-right: 4px; }

/* CHECKBOX */
.checkout-checkbox {
    display: flex; align-items: flex-start; gap: 10px;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
}
.checkout-checkbox input[type="checkbox"] {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(0,0,0,0);
}
.checkout-checkbox-mark {
    flex: 0 0 22px;
    width: 22px; height: 22px;
    border: 2px solid var(--color-border);
    background: #fff;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all var(--transition);
    margin-top: 2px;
}
.checkout-checkbox input:checked + .checkout-checkbox-mark {
    background: var(--color-button);
    border-color: var(--color-button);
}
.checkout-checkbox input:checked + .checkout-checkbox-mark::after {
    content: '';
    position: absolute;
    left: 6px; top: 2px;
    width: 6px; height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkout-checkbox input.error + .checkout-checkbox-mark { border-color: var(--color-error) !important; }
.checkout-checkbox-label { color: var(--color-main); font-size: 14px; }
.checkout-checkbox-label a { color: var(--color-hover); font-weight: 700; }
.checkout-checkbox-label a:hover { text-decoration: underline; }

/* SHIPPING METHODS */
.checkout-shipping-methods { display: flex; flex-direction: column; gap: 10px; }
.checkout-shipping-option {
    display: grid;
    grid-template-columns: 28px 56px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #fff;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-shipping-option:hover { border-color: var(--color-pink); background: #FFFAFC; }
.checkout-shipping-option.selected {
    border-color: var(--color-button);
    background: #FFF1F6;
    box-shadow: 0 6px 16px rgba(244, 143, 177, 0.18);
}
.checkout-shipping-option input[type="radio"] {
    position: absolute;
    width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
.checkout-shipping-radio {
    width: 22px; height: 22px;
    border-radius: 50%;
    border: 2px solid var(--color-border);
    background: #fff;
    display: block;
    position: relative;
    transition: all var(--transition);
}
.checkout-shipping-option.selected .checkout-shipping-radio { border-color: var(--color-button); }
.checkout-shipping-option.selected .checkout-shipping-radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--color-button);
}
.checkout-shipping-icon {
    width: 56px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    color: var(--color-hover);
    font-size: 24px;
}
.checkout-shipping-icon img { max-width: 56px; max-height: 44px; object-fit: contain; }
.checkout-shipping-info { display: flex; flex-direction: column; }
.checkout-shipping-name { font-family: var(--font-heading); font-weight: 700; color: var(--color-main); font-size: 15px; }
.checkout-shipping-price {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--color-main);
    font-size: 16px;
}
.checkout-shipping-price.free { color: #2D6E37; }

.checkout-no-shipping {
    padding: 26px; text-align: center;
    background: #FEF2F3; border: 1px dashed var(--color-error);
    border-radius: var(--border-radius);
    color: var(--color-error);
}
.checkout-no-shipping i { font-size: 28px; margin-bottom: 10px; display: block; }

/* PACZKOMAT */
.checkout-paczkomat-section { margin-top: 18px; }
.checkout-paczkomat-header h4 {
    font-family: var(--font-heading);
    color: var(--color-main);
    margin: 0 0 10px;
    font-size: 15px;
    display: flex; align-items: center; gap: 8px;
}
.checkout-paczkomat-header i { color: var(--color-hover); }
.checkout-paczkomat-selected {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border: 1px solid var(--color-pink);
    border-radius: var(--border-radius);
}
.checkout-paczkomat-locker-info { display: flex; gap: 12px; align-items: center; }
.checkout-paczkomat-locker-info > i {
    width: 38px; height: 38px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--color-hover);
}
.checkout-paczkomat-locker-info strong { display: block; font-family: var(--font-heading); color: var(--color-main); }
.checkout-paczkomat-locker-info span { display: block; font-size: 13px; color: var(--color-gray); }
.checkout-btn-change {
    padding: 8px 16px;
    border: 1px solid var(--color-button);
    background: #fff;
    color: var(--color-button);
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-btn-change:hover { background: var(--color-button); color: #fff; }

.checkout-btn-inpost {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border: 2px dashed var(--color-pink);
    border-radius: var(--border-radius);
    color: var(--color-main);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-btn-inpost:hover {
    background: linear-gradient(135deg, #FFD0E0, #D5EBFF);
    border-color: var(--color-button);
    border-style: solid;
}
.checkout-btn-inpost i { color: var(--color-hover); font-size: 18px; }

.checkout-paczkomat-error {
    display: flex; align-items: center; gap: 8px;
    background: #FEF2F3;
    border: 1px solid var(--color-error);
    border-radius: var(--border-radius);
    padding: 12px 16px;
    margin-top: 12px;
    color: var(--color-error);
    font-size: 13px;
    font-weight: 600;
}

/* PAYMENT */
.checkout-payment-methods { display: flex; flex-direction: column; gap: 10px; }
.checkout-payment-option {
    display: grid;
    grid-template-columns: 28px 44px 1fr;
    align-items: center;
    gap: 14px !important;
    padding: 16px 20px;
    background: #fff;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-payment-option:hover { border-color: var(--color-pink); background: #FFFAFC; }
.checkout-payment-option.selected {
    border-color: var(--color-button);
    background: #FFF1F6;
    box-shadow: 0 6px 16px rgba(244, 143, 177, 0.18);
    gap: 14px !important;
}

.checkout-payment-wrapper {
    margin-bottom: 14px;
}
.checkout-payment-option input[type="radio"] {
    position: absolute;
    width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0);
}
.checkout-payment-radio {
    width: 22px; height: 22px;
    border-radius: 50%;
    border: 2px solid var(--color-border);
    background: #fff;
    display: block;
    position: relative;
    transition: all var(--transition);
}
.checkout-payment-option.selected .checkout-payment-radio { border-color: var(--color-button); }
.checkout-payment-option.selected .checkout-payment-radio::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: var(--color-button);
}
.checkout-payment-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-hover);
    font-size: 18px;
}
.checkout-payment-info { display: flex; flex-direction: column; gap: 2px; }
.checkout-payment-name { font-family: var(--font-heading); font-weight: 700; color: var(--color-main); font-size: 15px; }
.checkout-payment-desc { font-size: 12px; color: var(--color-gray); }

.checkout-payment-fields {
    margin-top: 12px;
    padding: 16px;
    background: #FFF8F2;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
}
.checkout-payment-fields ul.wc_payment_method,
.checkout-payment-fields ul.payment_methods { list-style: none; padding: 0; margin: 0; }
.checkout-payment-fields p { margin: 0 0 8px; font-size: 13px; color: var(--color-main); }

/* SIDEBAR */
.checkout-sidebar { position: sticky; top: calc(var(--header-height) + 16px); }
@media (max-width: 992px) { .checkout-sidebar { position: static; } }

.checkout-summary-box {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: 26px 28px;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.checkout-summary-title {
    font-family: var(--font-heading);
    font-size: 18px;
    color: var(--color-main);
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px dashed var(--color-border);
}

.checkout-products {
    display: flex; flex-direction: column; gap: 12px;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 16px;
    padding-right: 4px;
}
.checkout-products::-webkit-scrollbar { width: 6px; }
.checkout-products::-webkit-scrollbar-thumb { background: var(--color-pink); border-radius: 3px; }
.checkout-products::-webkit-scrollbar-track { background: #FFF8F2; border-radius: 3px; }

.checkout-product {
    display: grid;
    grid-template-columns: 50px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed var(--color-border);
}
.checkout-product:last-child { border-bottom: none; }
.checkout-product-image {
    width: 50px; height: 50px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #FDEFF6;
    border: 1px solid var(--color-border);
}
.checkout-product-image img { width: 100%; height: 100%; object-fit: cover; }
.checkout-product-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.checkout-product-name {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 13px;
    color: var(--color-main);
    line-height: 1.3;
}
.checkout-product-variation { font-size: 11px; color: var(--color-gray); }
.checkout-product-price { font-family: var(--font-heading); font-weight: 800; color: var(--color-hover); font-size: 14px; }

/* COUPON */
.checkout-coupon { margin-bottom: 16px; }
.checkout-coupon-toggle {
    cursor: pointer;
    color: var(--color-hover);
    font-weight: 700;
    font-size: 13px;
    display: inline-flex; align-items: center; gap: 6px;
    padding: 6px 0;
}
.checkout-coupon-toggle:hover { color: var(--color-button); }
.checkout-coupon-form {
    display: flex; gap: 8px;
    margin-top: 8px;
}
.checkout-coupon-form input {
    flex: 1;
    padding: 10px 12px;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    font-size: 13px;
    color: var(--color-main);
}
.checkout-coupon-form input:focus { outline: none; border-color: var(--color-button); background: #fff; }
.checkout-btn-coupon {
    padding: 10px 16px;
    background: linear-gradient(135deg, #8FD3FF, #5DB8E8);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-btn-coupon:hover { background: linear-gradient(135deg, #5DB8E8, #4FA3D1); }
.checkout-coupon-message { font-size: 12px; margin-top: 6px; font-weight: 600; }
.checkout-coupon-message.error { color: var(--color-error); }
.checkout-coupon-message.success { color: #2D6E37; }
.checkout-applied-coupons { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.checkout-coupon-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 5px 5px 10px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border: 1px solid var(--color-pink);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: var(--color-main);
}
.checkout-coupon-tag i.fa-tag { color: var(--color-hover); }
.checkout-coupon-remove {
    width: 20px; height: 20px;
    border: none;
    background: rgba(255, 255, 255, 0.6);
    color: var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 9px;
    transition: all var(--transition);
}
.checkout-coupon-remove:hover { background: var(--color-error); color: #fff; transform: rotate(90deg); }

/* SUMMARY DETAILS */
.checkout-summary-details {
    display: flex; flex-direction: column; gap: 4px;
    margin-bottom: 14px;
}
.checkout-summary-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: var(--color-main);
    border-bottom: 1px dashed var(--color-border);
}
.checkout-summary-row:last-child { border-bottom: none; }
.checkout-summary-row span:last-child { font-weight: 700; }
.checkout-summary-row .free { color: #2D6E37; font-weight: 700; }
.checkout-summary-discount { color: #2D6E37; }

.checkout-delivery-time {
    display: flex; align-items: center; gap: 8px;
    margin-top: 10px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #DCFCE7, #BBF7D0);
    border: 1px solid #86EFAC;
    border-radius: var(--border-radius);
    font-size: 13px;
    color: #2D6E37;
}
.checkout-delivery-time i { color: #2D6E37; }
.checkout-delivery-time strong { color: var(--color-main); }

/* TOTAL */
.checkout-summary-total {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0;
    margin-top: 6px;
    border-top: 2px solid var(--color-pink);
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    color: var(--color-main);
}
.checkout-summary-total span:last-child { color: var(--color-hover); font-size: 24px; }

/* LOYALTY */
.checkout-loyalty-points {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #FFF7DC, #FFE5B4);
    border: 1px solid #FFD584;
    border-radius: var(--border-radius);
    margin: 16px 0;
}
.checkout-loyalty-icon {
    width: 40px; height: 40px;
    background: #F59E0B;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}
.checkout-loyalty-info { display: flex; flex-direction: column; gap: 2px; }
.checkout-loyalty-label { font-size: 12px; color: #8B6914; }
.checkout-loyalty-value { font-size: 16px; font-weight: 800; color: #B45309; font-family: var(--font-heading); }

/* AGREEMENTS */
.checkout-agreements {
    display: flex; flex-direction: column; gap: 12px;
    padding: 16px 0;
    border-top: 1px dashed var(--color-border);
    margin-top: 8px;
}

/* ORDER BUTTON */
.checkout-btn-order {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%;
    padding: 18px 24px;
    background: var(--color-button);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    transition: all var(--transition-bounce);
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.32);
}
.checkout-btn-order:hover {
    background: var(--color-hover);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 30px rgba(236, 111, 160, 0.4);
}
.checkout-btn-order:active { transform: translateY(-1px); }

.checkout-security {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    margin-top: 12px;
    font-size: 12px;
    color: var(--color-gray);
}
.checkout-security i { color: #2D6E37; }

.checkout-edit-cart {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px;
    margin-top: 14px;
    color: var(--color-gray);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color var(--transition);
}
.checkout-edit-cart:hover { color: var(--color-hover); }

/* LOADING OVERLAY */
.checkout-loading {
    position: fixed; inset: 0;
    background: rgba(255, 248, 242, 0.85);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: none;
    align-items: center; justify-content: center;
}
.checkout-loading.active { display: flex; }
.checkout-loading-spinner {
    background: #fff;
    border-radius: var(--border-radius-lg);
    padding: 30px 40px;
    display: flex; align-items: center; gap: 14px;
    box-shadow: 0 20px 50px rgba(244, 143, 177, 0.3);
    color: var(--color-main);
    font-weight: 600;
}
.checkout-loading-spinner i { color: var(--color-hover); font-size: 22px; }

/* MODAL */
.checkout-modal {
    position: fixed; inset: 0;
    z-index: 10000;
    display: none;
    align-items: center; justify-content: center;
    padding: 20px;
}
.checkout-modal.active { display: flex; }
.checkout-modal-overlay {
    position: absolute; inset: 0;
    background: rgba(92, 84, 112, 0.6);
    backdrop-filter: blur(4px);
}
.checkout-modal-content {
    position: relative;
    background: #fff;
    border-radius: var(--border-radius-lg);
    max-width: 700px; width: 100%;
    max-height: 88vh;
    display: flex; flex-direction: column;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}
.checkout-modal-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 24px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-bottom: 1px solid var(--color-border);
}
.checkout-modal-header h3 {
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-main);
    font-size: 18px;
    display: flex; align-items: center; gap: 10px;
}
.checkout-modal-header i { color: var(--color-hover); }
.checkout-modal-close {
    width: 36px; height: 36px;
    border: none;
    background: #fff;
    color: var(--color-main);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-flex; align-items: center; justify-content: center;
}
.checkout-modal-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.checkout-modal-body { flex: 1; overflow: hidden; padding: 0; min-height: 500px; }
.checkout-modal-body inpost-geowidget { width: 100% !important; height: 100% !important; min-height: 500px; }

/* PACZKOMAT FALLBACK */
.checkout-paczkomat-fallback { padding: 24px; }
.checkout-paczkomat-search-wrapper { display: flex; gap: 8px; }
.checkout-paczkomat-search-wrapper input {
    flex: 1;
    padding: 12px 14px;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    font-size: 14px;
    color: var(--color-main);
}
.checkout-paczkomat-search-wrapper input:focus { outline: none; border-color: var(--color-button); background: #fff; }
.checkout-btn-search {
    width: 46px; height: 46px;
    background: var(--color-button);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-btn-search:hover { background: var(--color-hover); }
.checkout-paczkomat-list { margin-top: 16px; max-height: 400px; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; }
.checkout-paczkomat-loading,
.checkout-paczkomat-empty { padding: 26px; text-align: center; color: var(--color-gray); }
.checkout-paczkomat-item {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
    background: #FFF8F2;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    transition: all var(--transition);
}
.checkout-paczkomat-item:hover { background: #fff; border-color: var(--color-pink); }
.checkout-paczkomat-item-icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    display: flex; align-items: center; justify-content: center;
    color: var(--color-hover);
}
.checkout-paczkomat-item-info { display: flex; flex-direction: column; gap: 2px; }
.checkout-paczkomat-item-info strong { font-family: var(--font-heading); color: var(--color-main); }
.checkout-paczkomat-item-info span { font-size: 12px; color: var(--color-gray); }
.checkout-paczkomat-select {
    padding: 8px 16px;
    background: var(--color-button);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    transition: all var(--transition);
}
.checkout-paczkomat-select:hover { background: var(--color-hover); }

/* ========== 36. SINGLE PRODUCT ========== */
.sp-section { padding: 40px 0 80px; }
.sp-container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* BREADCRUMBS */
.sp-breadcrumbs {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 28px;
    font-size: 14px; font-weight: 600;
    color: var(--color-gray);
    flex-wrap: wrap;
}
.sp-breadcrumbs a { color: var(--color-hover); }
.sp-breadcrumbs a:hover { color: var(--color-button); }
.sp-breadcrumbs-sep { font-size: 10px; color: var(--color-pink); }
.sp-breadcrumbs-current { color: var(--color-main); }

/* MAIN LAYOUT */
.sp-main {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}
@media (max-width: 900px) { .sp-main { grid-template-columns: 1fr; gap: 30px; } }

/* GALERIA */
.sp-gallery { display: flex; flex-direction: column; gap: 12px; position: sticky; top: calc(var(--header-height) + 16px); }
@media (max-width: 900px) { .sp-gallery { position: static; } }
.sp-gallery-main {
    position: relative;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    aspect-ratio: 1;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.sp-gallery-img {
    width: 100%; height: 100%;
    object-fit: contain;
    cursor: zoom-in;
    transition: transform var(--transition);
    padding: 18px;
}
.sp-gallery-img:hover { transform: scale(1.04); }
.sp-badge {
    position: absolute;
    top: 16px; left: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
}
.sp-badge-sale {
    background: linear-gradient(135deg, var(--color-button), var(--color-hover));
    box-shadow: 0 6px 14px rgba(244, 143, 177, 0.4);
}

.sp-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 8px;
}
.sp-thumb {
    aspect-ratio: 1;
    background: #fff;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--transition);
}
.sp-thumb img { width: 100%; height: 100%; object-fit: cover; padding: 4px; }
.sp-thumb:hover { border-color: var(--color-pink); }
.sp-thumb-active { border-color: var(--color-button); box-shadow: 0 4px 10px rgba(244, 143, 177, 0.3); }

/* INFO */
.sp-info { display: flex; flex-direction: column; gap: 18px; }
.sp-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.2;
    color: var(--color-main);
    margin: 0;
}

.sp-rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.sp-rating-stars { color: #f59e0b; font-size: 16px; }
.sp-rating-stars .far { color: var(--color-border); }
.sp-rating-text { font-size: 13px; color: var(--color-gray); font-weight: 600; }

/* PRICE */
.sp-price-section {
    background: linear-gradient(135deg, #FFF8F2, #FDEFF6);
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    padding: 18px 22px;
}
.sp-price-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sp-price { font-family: var(--font-heading); font-size: 30px; font-weight: 800; color: var(--color-main); }
.sp-price-old {
    text-decoration: line-through;
    color: var(--color-gray);
    font-size: 20px;
    margin-right: 6px;
    font-weight: 600;
}
.sp-price-new { color: var(--color-hover); text-decoration: none; }
.sp-price .woocommerce-Price-amount { color: inherit; }
.sp-price-discount-badge {
    display: inline-flex; align-items: center;
    padding: 6px 14px;
    background: var(--color-button);
    color: #fff;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 6px 14px rgba(244, 143, 177, 0.32);
}
.sp-omnibus {
    margin-top: 10px;
    font-size: 12px;
    color: var(--color-gray);
    font-style: italic;
}

/* LOYALTY */
.sp-loyalty-points {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #FFF7DC, #FFE5B4);
    border: 1px solid #FFD584;
    border-radius: var(--border-radius);
    color: #8B6914;
    font-size: 13px;
    width: max-content;
    max-width: 100%;
}
.sp-loyalty-points i { color: #F59E0B; font-size: 18px; }
.sp-loyalty-points strong { color: #B45309; font-weight: 800; }
.sp-loyalty-guest { background: linear-gradient(135deg, #FFE3EF, #E7F4FF); border-color: var(--color-pink); color: var(--color-main); }
.sp-loyalty-guest i { color: var(--color-hover); }
.sp-loyalty-guest a { color: var(--color-button); font-weight: 700; }
.sp-loyalty-guest a:hover { text-decoration: underline; }
.sp-loyalty-updated { animation: spLoyaltyPulse 0.4s ease; }
@keyframes spLoyaltyPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
}

/* SHORT DESC */
.sp-short-desc { color: var(--color-gray); line-height: 1.6; font-size: 15px; }
.sp-short-desc p { margin: 0 0 8px; }

/* VARIATIONS */
.sp-variations { display: flex; flex-direction: column; gap: 14px; }
.sp-variation-group { display: flex; flex-direction: column; gap: 8px; }
.sp-variation-label {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-main);
    font-size: 14px;
}
.sp-variation-options { display: flex; flex-wrap: wrap; gap: 8px; }
.sp-variation-btn {
    min-width: 48px;
    padding: 10px 16px;
    background: #fff;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 13px;
    color: var(--color-main);
    cursor: pointer;
    transition: all var(--transition);
}
.sp-variation-btn:hover { border-color: var(--color-pink); background: #FFF8F2; }
.sp-variation-btn.sp-variation-active {
    background: var(--color-button);
    border-color: var(--color-button);
    color: #fff;
    box-shadow: 0 6px 14px rgba(244, 143, 177, 0.3);
}
.sp-variation-unavailable {
    opacity: 0.5;
    position: relative;
    color: var(--color-gray);
}
.sp-variation-unavailable::after {
    content: '';
    position: absolute;
    inset: 50% 8% auto 8%;
    height: 1px;
    background: var(--color-gray);
    transform: rotate(-12deg);
}

/* STOCK */
.sp-stock-status { padding: 4px 0; }
.sp-stock-text {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px;
    font-weight: 700;
}
.sp-stock-in { color: #2D6E37; }
.sp-stock-low { color: #B45309; }
.sp-stock-out { color: var(--color-error); }
.sp-stock-select { color: var(--color-gray); }

/* ADD TO CART */
.sp-add-to-cart { display: flex; gap: 10px; align-items: stretch; flex-wrap: wrap; }
@media (max-width: 480px) {
    .sp-add-to-cart { flex-direction: column; }
    .sp-qty, .sp-add-btn, .sp-notify-btn { width: 100%; }
}

.sp-qty {
    display: inline-flex; align-items: center;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    overflow: hidden;
}
.sp-qty-btn {
    width: 42px; height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-main);
    transition: background var(--transition), color var(--transition);
}
.sp-qty-btn:hover { background: var(--color-button); color: #fff; }
.sp-qty-input {
    width: 56px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-main);
    font-size: 16px;
    height: 48px;
    -moz-appearance: textfield;
}
.sp-qty-input::-webkit-outer-spin-button,
.sp-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.sp-add-btn, .sp-notify-btn {
    flex: 1;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    border: none;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 15px;
    cursor: pointer;
    transition: all var(--transition-bounce);
    min-height: 48px;
}
.sp-add-btn {
    background: var(--color-button);
    color: #fff;
    box-shadow: 0 8px 20px rgba(244, 143, 177, 0.32);
}
.sp-add-btn:hover:not(:disabled) {
    background: var(--color-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(236, 111, 160, 0.4);
}
.sp-add-btn:disabled { background: var(--color-gray); cursor: not-allowed; box-shadow: none; }
.sp-add-btn-success { background: #16A34A !important; }
.sp-notify-btn {
    background: linear-gradient(135deg, #8FD3FF, #5DB8E8);
    color: #fff;
    box-shadow: 0 8px 20px rgba(93, 184, 232, 0.3);
}
.sp-notify-btn:hover { background: linear-gradient(135deg, #5DB8E8, #4FA3D1); transform: translateY(-3px); }

/* WISHLIST */
.sp-wishlist-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-main);
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all var(--transition);
    width: max-content;
}
.sp-wishlist-btn:hover {
    border-color: var(--color-button);
    color: var(--color-button);
    background: #FFF8F2;
}
.sp-wishlist-btn i { color: var(--color-button); }
.sp-wishlist-btn.sp-wishlist-active {
    background: #FFF1F6;
    border-color: var(--color-button);
    color: var(--color-hover);
}
.sp-wishlist-active i { color: var(--color-error); }

/* INFO BOXES */
.sp-info-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 16px 0;
    border-top: 1px dashed var(--color-border);
    border-bottom: 1px dashed var(--color-border);
}
@media (max-width: 480px) { .sp-info-boxes { grid-template-columns: 1fr; } }
.sp-info-box {
    display: flex; align-items: center; gap: 10px;
    padding: 8px;
    font-size: 12px;
    color: var(--color-gray);
    font-weight: 600;
}
.sp-info-box i {
    width: 32px; height: 32px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--color-hover);
    flex-shrink: 0;
}

/* META */
.sp-meta { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--color-gray); }
.sp-meta-item strong { color: var(--color-main); margin-right: 4px; }
.sp-meta-item a { color: var(--color-hover); }
.sp-meta-item a:hover { color: var(--color-button); }

/* TABS */
.sp-tabs {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.12);
}
.sp-tabs-nav {
    display: flex;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-bottom: 1px solid var(--color-border);
}
.sp-tab-btn {
    flex: 1;
    padding: 18px 22px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 15px;
    color: var(--color-gray);
    cursor: pointer;
    transition: all var(--transition);
}
.sp-tab-btn:hover { color: var(--color-main); background: rgba(255, 255, 255, 0.4); }
.sp-tab-btn.sp-tab-active {
    color: var(--color-main);
    background: #fff;
    border-bottom-color: var(--color-button);
}
.sp-tabs-content { padding: 30px; }
@media (max-width: 600px) { .sp-tabs-content { padding: 22px; } }
.sp-tab-pane { display: none; }
.sp-tab-pane.sp-tab-pane-active { display: block; }

.sp-description { color: var(--color-main); line-height: 1.7; font-size: 15px; }
.sp-description p { margin: 0 0 12px; }
.sp-description h2, .sp-description h3 { font-family: var(--font-heading); color: var(--color-main); margin: 18px 0 10px; }

/* REVIEWS */
.sp-reviews-content { display: flex; flex-direction: column; gap: 30px; }
.sp-reviews-heading { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 18px; font-size: 20px; }

.sp-reviews-summary {
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-radius: var(--border-radius-lg);
    padding: 22px;
    margin-bottom: 18px;
}
.sp-reviews-summary-inner { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.sp-reviews-big-rating {
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 800;
    color: var(--color-hover);
    line-height: 1;
}
.sp-reviews-summary-stars { color: #f59e0b; font-size: 22px; }
.sp-reviews-summary-stars .far { color: var(--color-border); }
.sp-reviews-summary-count { font-size: 13px; color: var(--color-gray); font-weight: 600; }

.sp-reviews-list { display: flex; flex-direction: column; gap: 16px; }
.sp-review-item {
    background: #FFF8F2;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    padding: 18px;
}
.sp-review-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px; flex-wrap: wrap; }
.sp-review-author { display: flex; align-items: center; gap: 10px; }
.sp-review-avatar img {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(244, 143, 177, 0.2);
}
.sp-review-author-info { display: flex; flex-direction: column; }
.sp-review-author-name { font-family: var(--font-heading); font-weight: 700; color: var(--color-main); }
.sp-review-date { font-size: 12px; color: var(--color-gray); }
.sp-review-rating { color: #f59e0b; font-size: 14px; }
.sp-review-rating .far { color: var(--color-border); }
.sp-review-text { color: var(--color-main); line-height: 1.6; font-size: 14px; }
.sp-review-text p { margin: 0; }

.sp-no-reviews {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-radius: var(--border-radius-lg);
    color: var(--color-gray);
}
.sp-no-reviews i { font-size: 38px; color: var(--color-hover); margin-bottom: 12px; }
.sp-no-reviews p { margin: 0; font-size: 14px; font-weight: 600; }

/* REVIEW FORM */
.sp-add-review-section { padding-top: 20px; border-top: 1px dashed var(--color-border); }
.sp-review-form { display: flex; flex-direction: column; gap: 14px; }
.sp-form-row-half { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .sp-form-row-half { grid-template-columns: 1fr; } }
.sp-form-group { display: flex; flex-direction: column; gap: 6px; }
.sp-form-group label { font-size: 13px; font-weight: 600; color: var(--color-main); }
.sp-required { color: var(--color-error); }
.sp-form-group input[type="text"],
.sp-form-group input[type="email"],
.sp-form-group textarea {
    padding: 12px 14px;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    font-family: var(--font-primary);
    font-size: 14px;
    color: var(--color-main);
    transition: border-color var(--transition);
}
.sp-form-group input:focus,
.sp-form-group textarea:focus {
    outline: none;
    border-color: var(--color-button);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(244, 143, 177, 0.15);
}
.sp-form-group textarea { resize: vertical; min-height: 100px; }

.sp-star-input {
    display: flex; flex-direction: row-reverse; justify-content: flex-end;
    gap: 4px;
}
.sp-star-input input[type="radio"] {
    position: absolute;
    width: 1px; height: 1px;
    overflow: hidden; clip: rect(0,0,0,0);
}
.sp-star-input label {
    cursor: pointer;
    font-size: 28px;
    color: #f59e0b;
    transition: transform var(--transition);
}
.sp-star-input label:hover { transform: scale(1.1); }
.sp-star-input label i { color: inherit; }

.sp-submit-review-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    background: var(--color-button);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--transition-bounce);
    width: max-content;
    box-shadow: 0 8px 20px rgba(244, 143, 177, 0.3);
}
.sp-submit-review-btn:hover { background: var(--color-hover); transform: translateY(-2px); }
.sp-submit-review-btn:disabled { background: var(--color-gray); cursor: not-allowed; transform: none; box-shadow: none; }

.sp-form-message { margin-top: 12px; }
.sp-message-success,
.sp-message-error {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px;
    border-radius: var(--border-radius);
    font-size: 13px;
    font-weight: 600;
}
.sp-message-success { background: #DCFCE7; border: 1px solid #86EFAC; color: #2D6E37; }
.sp-message-error { background: #FEF2F3; border: 1px solid var(--color-error); color: var(--color-error); }

.sp-login-to-review {
    text-align: center;
    padding: 30px 20px;
    background: #FFF8F2;
    border-radius: var(--border-radius-lg);
    border: 1px dashed var(--color-border);
}
.sp-login-to-review p { margin: 0 0 14px; color: var(--color-gray); font-weight: 600; }
.sp-login-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 22px;
    background: var(--color-button);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: all var(--transition);
}
.sp-login-btn:hover { background: var(--color-hover); color: #fff; }

/* NOTIFY MODAL */
.sp-notify-modal {
    position: fixed; inset: 0;
    z-index: 10000;
    display: none;
    align-items: center; justify-content: center;
    padding: 20px;
}
.sp-notify-modal.sp-notify-modal-active { display: flex; }
.sp-notify-modal-overlay {
    position: absolute; inset: 0;
    background: rgba(92, 84, 112, 0.6);
    backdrop-filter: blur(4px);
}
.sp-notify-modal-content {
    position: relative;
    background: #fff;
    border-radius: var(--border-radius-lg);
    max-width: 460px; width: 100%;
    padding: 30px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.3);
}
.sp-notify-modal-close {
    position: absolute;
    top: 14px; right: 14px;
    width: 34px; height: 34px;
    background: #fff;
    border: 1px solid var(--color-border);
    color: var(--color-main);
    border-radius: 50%;
    cursor: pointer;
    transition: all var(--transition);
}
.sp-notify-modal-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.sp-notify-modal-header { text-align: center; margin-bottom: 18px; }
.sp-notify-icon {
    width: 56px; height: 56px;
    margin: 0 auto 12px;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--color-hover);
    font-size: 22px;
}
.sp-notify-modal-header h3 { font-family: var(--font-heading); color: var(--color-main); margin: 0 0 8px; }
.sp-notify-modal-header p { margin: 0; color: var(--color-gray); font-size: 13px; }

.sp-notify-modal-product {
    display: flex; align-items: center; gap: 12px;
    padding: 12px;
    background: #FFF8F2;
    border-radius: var(--border-radius);
    margin-bottom: 16px;
}
.sp-notify-modal-product img {
    width: 50px; height: 50px;
    object-fit: cover;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-border);
}
.sp-notify-product-details { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sp-notify-product-name { font-family: var(--font-heading); font-weight: 700; color: var(--color-main); font-size: 14px; }
.sp-notify-product-variant { font-size: 12px; color: var(--color-gray); }

.sp-notify-form { display: flex; flex-direction: column; gap: 12px; }
.sp-notify-input-group { display: flex; flex-direction: column; gap: 6px; }
.sp-notify-input-group label { font-size: 13px; font-weight: 600; color: var(--color-main); }
.sp-notify-input-group input {
    padding: 12px 14px;
    background: #FFF8F2;
    border: 2px solid var(--color-border);
    border-radius: var(--border-radius);
    font-size: 14px;
    color: var(--color-main);
}
.sp-notify-input-group input:focus { outline: none; border-color: var(--color-button); background: #fff; }
.sp-notify-submit-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 14px 22px;
    background: var(--color-button);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all var(--transition);
    box-shadow: 0 8px 20px rgba(244, 143, 177, 0.3);
}
.sp-notify-submit-btn:hover { background: var(--color-hover); transform: translateY(-2px); }
.sp-notify-message {
    display: none;
    padding: 10px 14px;
    border-radius: var(--border-radius);
    font-size: 13px;
    font-weight: 600;
}
.sp-notify-success { background: #DCFCE7; border: 1px solid #86EFAC; color: #2D6E37; }
.sp-notify-error { background: #FEF2F3; border: 1px solid var(--color-error); color: var(--color-error); }
.sp-notify-privacy { font-size: 12px; color: var(--color-gray); text-align: center; margin: 0; }
.sp-notify-privacy i { color: #16A34A; margin-right: 4px; }

/* LIGHTBOX */
.sp-lightbox {
    position: fixed; inset: 0;
    background: rgba(92, 84, 112, 0.92);
    backdrop-filter: blur(6px);
    z-index: 10001;
    display: none;
    align-items: center; justify-content: center;
    padding: 40px;
}
.sp-lightbox.sp-lightbox-active { display: flex; }
.sp-lightbox-content {
    max-width: 90vw;
    max-height: 80vh;
    display: flex; align-items: center; justify-content: center;
}
.sp-lightbox-content img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: var(--border-radius-lg); background: #fff; padding: 20px; }
.sp-lightbox-close,
.sp-lightbox-prev,
.sp-lightbox-next {
    position: absolute;
    width: 48px; height: 48px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    color: var(--color-main);
    font-size: 18px;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-flex; align-items: center; justify-content: center;
}
.sp-lightbox-close { top: 24px; right: 24px; }
.sp-lightbox-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.sp-lightbox-next { right: 24px; top: 50%; transform: translateY(-50%); }
.sp-lightbox-close:hover { background: var(--color-button); color: #fff; transform: rotate(90deg); }
.sp-lightbox-prev:hover,
.sp-lightbox-next:hover { background: var(--color-button); color: #fff; }
.sp-lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    color: var(--color-main);
    font-weight: 700;
    font-size: 13px;
}

/* ========== 37. MOBILE COMPACT FILTER BAR (sklep, kategoria, wyszukiwanie, promocje) ========== */
@media (max-width: 768px) {
    /* Inner — flex space-between dla ikon na końcach */
    .ts-shop-filters-bar .ts-shop-container { padding: 0 14px; }
    .ts-shop-filters-inner {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 0;
        flex-wrap: nowrap;
    }
    .ts-shop-filters-left,
    .ts-shop-filters-right {
        display: flex;
        align-items: center;
        gap: 0;
        flex: 0 0 auto;
    }

    /* Ukryj liczbę produktów i aktywne filter chipsy na mobile */
    .ts-shop-results-count { display: none !important; }
    .ts-shop-active-filters { display: none !important; }

    /* FILTRY — okrągła ikona po lewej */
    .ts-shop-filters-btn {
        position: relative;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        justify-content: center !important;
        gap: 0 !important;
        min-width: 0 !important;
    }
    .ts-shop-filters-btn > span:not(.ts-shop-filters-count) {
        display: none !important;
    }
    .ts-shop-filters-btn i {
        font-size: 17px;
        margin: 0 !important;
    }
    .ts-shop-filters-btn .ts-shop-filters-count {
        position: absolute;
        top: -4px;
        right: -4px;
        min-width: 20px;
        height: 20px;
        padding: 0 5px;
        background: var(--color-hover);
        color: #fff;
        border: 2px solid #fff;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(244, 143, 177, 0.4);
    }

    /* SORT — okrągła ikona po prawej z natywnym selectem pod spodem */
    .ts-shop-sort {
        position: relative !important;
        width: 44px !important;
        height: 44px !important;
        gap: 0 !important;
        background: transparent !important;
        padding: 0 !important;
        border: none !important;
        overflow: visible;
    }
    .ts-shop-sort label { display: none !important; }
    .ts-shop-sort::before {
        content: '\f160'; /* fa-arrow-down-wide-short / fa-sort-amount-down */
        font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome';
        font-weight: 900;
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color-button);
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        pointer-events: none;
        box-shadow: 0 6px 14px rgba(244, 143, 177, 0.28);
    }
    .ts-shop-sort-select {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        cursor: pointer;
        z-index: 2;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        -webkit-appearance: none;
        appearance: none;
        font-size: 16px; /* zapobiega zoom-in iOS */
    }
    .ts-shop-sort-select option {
        background: #fff;
        color: var(--color-main);
        font-size: 14px;
    }

    /* W trybie sticky też kompaktowo */
    .ts-shop-filters-bar.sticky {
        box-shadow: 0 6px 16px rgba(244, 143, 177, 0.18);
    }
    .ts-shop-filters-bar.sticky .ts-shop-filters-inner { padding: 8px 0; }
}

@media (max-width: 480px) {
    .ts-shop-filters-bar .ts-shop-container { padding: 0 10px; }
}

/* ========== 38. HOTFIX MOBILE FILTER BAR — wymuś row direction ========== */
@media (max-width: 768px) {
    .ts-shop-filters-bar .ts-shop-filters-inner,
    .ts-shop-filters-bar.sticky .ts-shop-filters-inner {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        width: 100% !important;
    }
    .ts-shop-filters-bar .ts-shop-filters-left {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-direction: row !important;
    }
    .ts-shop-filters-bar .ts-shop-filters-right {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
    }

    .sp-wishlist-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========== 39. HOTFIX MOBILE — KOSZYK + CHECKOUT MIESZCZENIE ========== */
@media (max-width: 768px) {

    /* Kontenery nie wychodzą poza ekran */
    .cart-container,
    .checkout-container {
        padding-left: 14px !important;
        padding-right: 14px !important;
        width: 100%;
        max-width: 100%;
    }

    /* Box bez nadmiernych paddingów wewnętrznych */
    .cart-summary-box,
    .cart-products,
    .checkout-box,
    .checkout-summary-box {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Wszystko w środku ma się zmieścić, nic nie wystaje */
    .cart-layout,
    .checkout-layout {
        width: 100%;
        max-width: 100%;
    }

    /* === OPCJE DOSTAWY / PŁATNOŚCI — kompaktowy układ === */
    .checkout-shipping-option {
        grid-template-columns: 22px 38px 1fr auto;
        gap: 10px;
        padding: 14px 14px;
    }
    .checkout-shipping-icon {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
    .checkout-shipping-info {
        min-width: 0;
    }
    .checkout-shipping-name {
        font-size: 14px;
        line-height: 1.25;
    }
    .checkout-shipping-price {
        font-size: 15px;
        white-space: nowrap;
        text-align: right;
    }

    .checkout-payment-option {
        grid-template-columns: 22px 38px 1fr;
        gap: 10px !important;
        padding: 14px 14px;
    }
    .checkout-payment-option.selected { gap: 10px !important; }
    .checkout-payment-icon { width: 38px; height: 38px; font-size: 16px; }
}

@media (max-width: 420px) {
    /* Jeszcze ciaśniej na małych telefonach */
    .checkout-shipping-option {
        grid-template-columns: 20px 32px 1fr auto;
        gap: 8px;
        padding: 12px 12px;
    }
    .checkout-shipping-icon { width: 32px; height: 32px; font-size: 18px; }
    .checkout-shipping-name { font-size: 13px; }
    .checkout-shipping-price { font-size: 14px; }

    .cart-summary-box,
    .cart-products,
    .checkout-box,
    .checkout-summary-box {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* ========== 40. SINGLE PRODUCT — UKŁAD QTY + ADD TO CART + CENA ========== */

/* Qty (mały, po lewej) + Dodaj do koszyka (reszta szerokości) w jednym rzędzie */
.sp-add-to-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: stretch;
}
.sp-add-to-cart .sp-qty {
    flex: 0 0 auto;
    width: auto;
}
.sp-add-to-cart .sp-add-btn,
.sp-add-to-cart .sp-notify-btn {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

/* Dodaj do ulubionych — pełna szerokość, pod spodem */
.sp-wishlist-btn {
    width: 100%;
    justify-content: center;
}

/* Stara cena + cena promo + procent rabatu — zawsze w jednej linii */
.sp-price-row {
    flex-wrap: nowrap;
    gap: 10px;
}
.sp-price-row .sp-price {
    white-space: nowrap;
}
.sp-price-row .sp-price-discount-badge {
    flex: 0 0 auto;
    white-space: nowrap;
}

/* Na mobile nie wracamy do układu kolumnowego dla qty/add-to-cart */
@media (max-width: 480px) {
    .sp-add-to-cart {
        flex-direction: row;
    }
    .sp-add-to-cart .sp-qty,
    .sp-add-to-cart .sp-add-btn,
    .sp-add-to-cart .sp-notify-btn {
        width: auto;
    }
    .sp-add-to-cart .sp-qty { flex: 0 0 auto; }
    .sp-add-to-cart .sp-add-btn,
    .sp-add-to-cart .sp-notify-btn { flex: 1 1 auto; }

    /* mniejsza czcionka ceny żeby wszystko zmieściło się w linii */
    .sp-price { font-size: 26px; }
    .sp-price-old { font-size: 17px; }
    .sp-price-discount-badge { font-size: 13px; padding: 5px 11px; }
}

@media (max-width: 360px) {
    .sp-price { font-size: 23px; }
    .sp-price-old { font-size: 15px; }
    .sp-price-discount-badge { font-size: 12px; padding: 4px 9px; }
}

/* ========== 41. SINGLE PRODUCT — MNIEJSZY QTY ========== */
.sp-add-to-cart .sp-qty {
    flex: 0 0 auto;
}
.sp-add-to-cart .sp-qty-btn {
    width: 32px;
    height: 44px;
}
.sp-add-to-cart .sp-qty-input {
    width: 38px;
    height: 44px;
    font-size: 15px;
}
.sp-add-to-cart .sp-add-btn,
.sp-add-to-cart .sp-notify-btn {
    min-height: 44px;
}

/* ========== 42. FIX GEOWIDGET INPOST — WYSOKOŚĆ MAPY ========== */
.checkout-modal-content {
    height: 88vh;
    max-height: 88vh;
}
.checkout-modal-body {
    flex: 1 1 auto;
    min-height: 0;          /* pozwala flex-child realnie wypełnić rodzica */
    height: 100%;
    display: flex;
}
.checkout-modal-body inpost-geowidget {
    flex: 1 1 auto;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 500px;
}
/* shadow DOM widgetu — wymuś pełną wysokość wewnętrznej mapy */
.checkout-modal-body inpost-geowidget::part(geowidget) {
    height: 100% !important;
    min-height: 500px !important;
}

/* ========== 43. HOTFIX MOBILE — MOJE KONTO ========== */
@media (max-width: 768px) {

    /* === Program lojalnościowy: kółko punktów na środku === */
    .mk-loyalty-hero {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }
    .mk-loyalty-points-circle {
        margin: 0 auto;
    }
    .mk-loyalty-info { text-align: center; min-width: 0; }

    /* === Historia punktów: tabela ma się mieścić === */
    .mk-loyalty-history-table,
    .mk-orders-table,
    .mk-products-table {
        width: 100%;
        table-layout: fixed;
    }
    .mk-loyalty-history-table th,
    .mk-loyalty-history-table td {
        padding: 10px 8px;
        font-size: 13px;
        word-break: break-word;
        white-space: normal;
    }
    /* kolumna PUNKTY wąska, reszta dzieli miejsce */
    .mk-loyalty-history-table th:last-child,
    .mk-loyalty-history-table td:last-child {
        width: 64px;
        text-align: right;
        white-space: nowrap;
    }

    /* === Historia zamówień: bez przewijania bocznego === */
    .mk-orders-table-wrapper { overflow-x: visible; }
    .mk-orders-table th,
    .mk-orders-table td {
        padding: 10px 8px;
        font-size: 13px;
        word-break: break-word;
        white-space: normal;
        vertical-align: middle;
    }
    /* status: nie rozpycha tabeli */
    .mk-order-status {
        display: inline-block;
        padding: 4px 8px;
        font-size: 10px;
        line-height: 1.3;
        white-space: normal;
        text-align: center;
        letter-spacing: 0;
    }

    /* === Szczegóły zamówienia: status mniejszy, kolumny rozsunięte === */
    .mk-order-info-list li {
        gap: 14px;
        padding: 12px 0;
        align-items: flex-start;
    }
    .mk-order-info-list li span:first-child {
        flex: 0 0 auto;
        min-width: 72px;
        color: var(--color-gray);
    }
    .mk-order-info-list li span:last-child,
    .mk-order-info-list li .mk-order-status {
        text-align: right;
        margin-left: auto;
    }
    /* status w szczegółach — dużo mniejszy, bez wielkiej pigułki */
    .mk-order-info-list .mk-order-status {
        font-size: 11px;
        padding: 5px 10px;
        max-width: 60%;
        white-space: normal;
        line-height: 1.35;
    }

    /* === Tabela produktów w podsumowaniu: mniejsza nazwa === */
    .mk-products-table th,
    .mk-products-table td {
        padding: 10px 8px;
        font-size: 13px;
        word-break: break-word;
    }
    .mk-product-cell {
        gap: 10px;
        align-items: flex-start;
    }
    .mk-product-cell .mk-product-name,
    .mk-products-table .mk-product-cell span {
        font-size: 12px;
        line-height: 1.35;
    }
    .mk-product-thumb {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }
}

@media (max-width: 420px) {
    .mk-loyalty-history-table th,
    .mk-loyalty-history-table td,
    .mk-orders-table th,
    .mk-orders-table td,
    .mk-products-table th,
    .mk-products-table td {
        padding: 8px 6px;
        font-size: 12px;
    }
    .mk-product-cell .mk-product-name { font-size: 11px; }
    .mk-order-status { font-size: 9px; padding: 3px 6px; }
}

/* ========== 44. HOTFIX MOBILE — HISTORIA ZAMÓWIEŃ JAKO KARTY ========== */
@media (max-width: 768px) {
    .mk-orders-table-wrapper { overflow-x: visible; }

    /* Ukryj nagłówek tabeli */
    .mk-orders-table thead { display: none; }

    .mk-orders-table,
    .mk-orders-table tbody,
    .mk-orders-table tr,
    .mk-orders-table td {
        display: block;
        width: 100%;
    }

    /* Każdy wiersz = karta */
    .mk-orders-table tr {
        background: #FFF8F2;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius);
        padding: 14px 16px;
        margin-bottom: 12px;
    }
    .mk-orders-table tr:hover td { background: transparent; }

    /* Komórki: etykieta z lewej, wartość z prawej */
    .mk-orders-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 14px;
        padding: 8px 0;
        border-bottom: 1px dashed var(--color-border);
        font-size: 14px;
        text-align: right;
        white-space: normal;
        word-break: normal;
    }
    .mk-orders-table td:last-child { border-bottom: none; }

    /* Etykieta kolumny z atrybutu data-label */
    .mk-orders-table td::before {
        content: attr(data-label);
        flex: 0 0 auto;
        font-family: var(--font-heading);
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        color: var(--color-gray);
        text-align: left;
    }

    /* Status: normalna pigułka, bez łamania literka-po-literce */
    .mk-orders-table .mk-order-status {
        display: inline-block;
        white-space: normal;
        font-size: 11px;
        line-height: 1.3;
        padding: 5px 12px;
        text-align: center;
        max-width: 70%;
    }

    /* Przycisk Szczegóły na całą szerokość karty */
    .mk-orders-table td[data-label="Akcje"],
    .mk-orders-table td.mk-orders-actions {
        justify-content: stretch;
    }
    .mk-orders-table td[data-label="Akcje"]::before,
    .mk-orders-table td.mk-orders-actions::before {
        display: none;
    }
    .mk-orders-table td[data-label="Akcje"] a,
    .mk-orders-table td[data-label="Akcje"] .mk-btn,
    .mk-orders-table td.mk-orders-actions a,
    .mk-orders-table td.mk-orders-actions .mk-btn {
        width: 100%;
        justify-content: center;
    }
}
/* ============================================
   TS Returns — style dopasowane do motywu "Twój Bobasek"
   Pastelowy, jasny motyw. Używa zmiennych :root motywu
   (--color-button: #F48FB1 róż, --color-hover, --font-heading "Baloo 2",
   --border-radius: 18px) oraz pasuje do sekcji .mk-* / .info-*.

   Wklej do /css/moje-konto.css (część .mk-* i sekcja zwrotu)
   oraz do style.css motywu (część .info-* dla strony "Zwroty i reklamacje").
   ============================================ */

/* ============================================================
   1) PRZYCISK ZWROTU
   ============================================================ */
.ts-return-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: var(--color-button, #F48FB1);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-family: var(--font-primary, "Nunito", sans-serif);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(244, 143, 177, 0.32);
    transition: transform var(--transition-bounce, 0.4s cubic-bezier(0.34,1.56,0.64,1)), background var(--transition, 0.3s ease), box-shadow var(--transition, 0.3s ease);
    line-height: 1.2;
}
.ts-return-btn:hover {
    background: var(--color-hover, #EC6FA0);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 24px rgba(244, 143, 177, 0.42);
}
.ts-return-btn--small { padding: 8px 16px; font-size: 13px; }
.ts-return-btn__icon { font-size: 16px; line-height: 1; }
.ts-return-btn__days {
    font-size: 11px;
    font-weight: 600;
    opacity: .9;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, .45);
}
.ts-return-btn--guest { font-size: 15px; padding: 14px 30px; }

.ts-guest-return { margin: 20px 0; }
.ts-guest-return__info { margin-bottom: 12px; color: var(--color-gray, #9A8FAE); }

/* ============================================================
   2) MODAL ZWROTU — jasny, pastelowy
   ============================================================ */
.ts-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 16px;
    overflow-y: auto;
    font-family: var(--font-primary, "Nunito", sans-serif);
}
.ts-modal { display: none !important; }
.ts-modal.is-open { display: flex !important; }
.ts-modal [hidden] { display: none !important; }
.ts-modal .ts-step { display: block; }

.ts-modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(92, 84, 112, 0.45);
    backdrop-filter: blur(4px);
}
.ts-modal__dialog {
    position: relative;
    background: #fff;
    border: 1px solid var(--color-border, #F0E4EC);
    border-radius: var(--border-radius-lg, 26px);
    max-width: 560px;
    width: 100%;
    padding: 34px;
    box-shadow: 0 30px 80px rgba(244, 143, 177, 0.4);
    z-index: 1;
    margin: auto;
    color: var(--color-main, #5C5470);
}
.ts-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    background: rgba(244, 143, 177, 0.12);
    border: none;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    color: var(--color-main, #5C5470);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition, 0.3s ease);
}
.ts-modal__close:hover { background: var(--color-button, #F48FB1); color: #fff; transform: rotate(90deg); }
.ts-modal__title {
    margin: 0 0 18px;
    font-family: var(--font-heading, "Baloo 2", sans-serif);
    font-size: 24px;
    font-weight: 600;
    color: var(--color-main, #5C5470);
}

.ts-modal__message {
    padding: 12px 16px;
    border-radius: var(--border-radius, 18px);
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}
.ts-modal__message--error { background: #FFE3E3; color: #8E3338; border: 1px solid #F4AFAF; }
.ts-modal__message--success { background: #DFF7E2; color: #2D6E37; border: 1px solid #90D497; }
.ts-modal__message--info { background: #E7F4FF; color: #1B5B82; border: 1px solid var(--color-blue-mid, #8FD3FF); }

.ts-step__desc { color: var(--color-gray, #9A8FAE); margin-bottom: 16px; font-size: 14px; line-height: 1.6; }

/* Pola */
.ts-field { margin-bottom: 16px; }
.ts-field label {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-heading, "Baloo 2", sans-serif);
    font-weight: 500;
    font-size: 14px;
    color: var(--color-main, #5C5470);
}
.ts-field input,
.ts-field textarea {
    width: 100%;
    padding: 12px 16px;
    background: var(--color-cream, #FFF8F2);
    border: 2px solid var(--color-border, #F0E4EC);
    border-radius: 12px;
    color: var(--color-main, #5C5470);
    font-size: 14px;
    font-family: var(--font-primary, "Nunito", sans-serif);
    box-sizing: border-box;
    transition: border-color var(--transition, 0.3s ease), background var(--transition, 0.3s ease);
}
.ts-field input::placeholder,
.ts-field textarea::placeholder { color: var(--color-gray, #9A8FAE); }
.ts-field input:focus,
.ts-field textarea:focus {
    outline: none;
    border-color: var(--color-button, #F48FB1);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(244, 143, 177, 0.15);
}

/* Lista pozycji */
.ts-items { margin-bottom: 18px; }
.ts-item {
    border: 1px solid var(--color-border, #F0E4EC);
    border-radius: var(--border-radius, 18px);
    margin-bottom: 10px;
    background: var(--color-cream, #FFF8F2);
    transition: border-color .2s, background .2s;
}
.ts-item:hover { border-color: var(--color-pink, #F4AFCB); background: #fff; }
.ts-item__label { display: flex; align-items: center; gap: 12px; padding: 12px; cursor: pointer; margin: 0; }
.ts-item__checkbox { width: 20px; height: 20px; flex-shrink: 0; accent-color: var(--color-button, #F48FB1); }
.ts-item__thumb { width: 52px; height: 52px; object-fit: cover; border-radius: 12px; flex-shrink: 0; background: #FDEFF6; }
.ts-item__thumb--empty { background: #FDEFF6; }
.ts-item__info { display: flex; flex-direction: column; gap: 2px; }
.ts-item__name { font-family: var(--font-heading, "Baloo 2", sans-serif); font-weight: 600; font-size: 14px; color: var(--color-main, #5C5470); }
.ts-item__meta { font-size: 13px; color: var(--color-gray, #9A8FAE); }

/* Pozycja wyłączona */
.ts-item--excluded { border-color: #F4AFAF; background: #FFF1F2; cursor: not-allowed; }
.ts-item--excluded .ts-item__label { cursor: not-allowed; }
.ts-item--excluded .ts-item__name { color: var(--color-error, #EF6F8E); }
.ts-item__reason { margin-top: 6px; font-size: 12.5px; color: var(--color-error, #EF6F8E); font-weight: 700; line-height: 1.4; }

/* Zgoda */
.ts-confirm-box {
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    border: 1px solid var(--color-border, #F0E4EC);
    border-radius: var(--border-radius, 18px);
    padding: 16px;
    margin-bottom: 18px;
}
.ts-checkbox { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; cursor: pointer; color: var(--color-main, #5C5470); }
.ts-checkbox input { margin-top: 2px; flex-shrink: 0; width: 18px; height: 18px; accent-color: var(--color-button, #F48FB1); }

/* Przyciski */
.ts-btn {
    display: inline-block;
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 999px;
    font-family: var(--font-primary, "Nunito", sans-serif);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    transition: transform var(--transition-bounce, 0.4s cubic-bezier(0.34,1.56,0.64,1)), background var(--transition, 0.3s ease);
}
.ts-btn--primary { background: var(--color-button, #F48FB1); color: #fff; box-shadow: 0 8px 22px rgba(244, 143, 177, 0.35); }
.ts-btn--primary:hover:not(:disabled) { background: var(--color-hover, #EC6FA0); transform: translateY(-2px); }
.ts-btn--primary:disabled { background: #E7DCE6; color: #fff; cursor: not-allowed; box-shadow: none; }
.ts-btn--secondary { background: linear-gradient(135deg, var(--color-blue-mid, #8FD3FF), #5DB8E8); color: #fff; box-shadow: 0 8px 22px rgba(143, 211, 255, 0.35); }
.ts-btn--secondary:hover { background: linear-gradient(135deg, #5DB8E8, #4FA3D1); transform: translateY(-2px); }

/* Sukces / instrukcje */
.ts-success-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFE3EF, #E7F4FF);
    color: var(--color-hover, #EC6FA0);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.ts-instructions-box {
    background: var(--color-cream, #FFF8F2);
    border: 1px solid var(--color-border, #F0E4EC);
    border-radius: var(--border-radius, 18px);
    padding: 20px;
    margin-bottom: 18px;
}
.ts-instructions-box h3 { margin: 0 0 10px; font-family: var(--font-heading, "Baloo 2", sans-serif); font-size: 17px; color: var(--color-main, #5C5470); }
.ts-instructions-box h4 { margin: 16px 0 6px; font-family: var(--font-heading, "Baloo 2", sans-serif); font-size: 14px; color: var(--color-main, #5C5470); }
.ts-instructions-box > div { color: var(--color-main, #5C5470); font-size: 14px; line-height: 1.7; }
.ts-address {
    background: #fff;
    border: 2px dashed var(--color-pink, #F4AFCB);
    border-radius: 12px;
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-main, #5C5470);
}
.ts-divider { border: none; border-top: 1px solid var(--color-border, #F0E4EC); margin: 20px 0; }

/* Loader */
.ts-loader {
    position: absolute;
    inset: 0;
    background: rgba(255, 248, 242, 0.85);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-lg, 26px);
}
.ts-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--color-border, #F0E4EC);
    border-top-color: var(--color-button, #F48FB1);
    border-radius: 50%;
    animation: ts-spin .8s linear infinite;
}
@keyframes ts-spin { to { transform: rotate(360deg); } }

@media (max-width: 600px) {
    .ts-modal { padding: 16px 8px; }
    .ts-modal__dialog { padding: 24px 18px; }
    .ts-return-btn__days { display: none; }
}

/* ============================================================
   3) MOJE KONTO — akcje, karta zamówienia, sekcja zwrotu
   ============================================================ */
.mk-order-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }

.mk-order-card-wrap { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.mk-order-card-wrap .mk-order-card { flex: 1 1 auto; }
.mk-order-card-wrap .ts-return-btn { flex-shrink: 0; }

.mk-order-return {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 24px 26px;
    background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%);
    border: 1px solid var(--color-border, #F0E4EC);
    border-radius: var(--border-radius-lg, 26px);
}
.mk-order-return-text h3 {
    margin: 0 0 6px;
    font-family: var(--font-heading, "Baloo 2", sans-serif);
    font-size: 18px;
    color: var(--color-main, #5C5470);
    display: flex;
    align-items: center;
    gap: 8px;
}
.mk-order-return-text h3 i { color: var(--color-hover, #EC6FA0); }
.mk-order-return-text p { margin: 0; color: var(--color-gray, #9A8FAE); font-size: 14px; max-width: 520px; line-height: 1.6; }
.mk-order-return-action { flex-shrink: 0; }

/* ============================================================
   4) STRONA "ZWROTY I REKLAMACJE"
   ============================================================ */
.info-return-action {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin: 0 0 36px;
    padding: 30px;
    background: linear-gradient(135deg, #FFE3EF 0%, #E7F4FF 100%);
    border: 2px solid var(--color-pink, #F4AFCB);
    border-radius: var(--border-radius-lg, 26px);
    box-shadow: 0 10px 26px rgba(244, 143, 177, 0.14);
}
.info-return-action-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-button, #F48FB1), var(--color-blue-mid, #8FD3FF));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 8px 18px rgba(244, 143, 177, 0.35);
}
.info-return-action-content h2 {
    margin: 0 0 10px;
    font-family: var(--font-heading, "Baloo 2", sans-serif);
    font-size: 24px;
    color: var(--color-main, #5C5470);
}
.info-return-action-content > p { margin: 0 0 18px; color: var(--color-gray, #9A8FAE); line-height: 1.6; }
.info-return-action-note { margin-top: 14px !important; font-size: 13.5px; color: var(--color-gray, #9A8FAE); }
.info-return-action-note i { color: var(--color-hover, #EC6FA0); margin-right: 4px; }
.info-return-action-note a { color: var(--color-hover, #EC6FA0); font-weight: 700; }
.info-return-action-note a:hover { color: var(--color-button, #F48FB1); }

.info-cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 768px) {
    .info-return-action { flex-direction: column; padding: 24px; }
    .mk-order-return { flex-direction: column; align-items: stretch; }
    .mk-order-return-action .ts-return-btn { width: 100%; justify-content: center; }
}

/* ========== 45. AIBG FAQ (natywne <details>) ========== */
.aibg-faq {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px 70px;
}

.aibg-faq h2 {
    font-family: var(--font-heading);
    font-size: clamp(24px, 4vw, 32px);
    color: var(--color-main);
    text-align: center;
    margin: 0 0 32px;
}

.aibg-faq details {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow var(--transition), transform var(--transition);
}

.aibg-faq details[open] {
    box-shadow: 0 12px 30px rgba(244, 143, 177, 0.2);
}

.aibg-faq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    font-family: var(--font-heading);
    font-weight: 500;
    color: var(--color-main);
    font-size: 16px;
    cursor: pointer;
    list-style: none;
    transition: background var(--transition);
}

.aibg-faq summary::-webkit-details-marker { display: none; }
.aibg-faq summary:hover { background: #FFF8F2; }

.aibg-faq summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    color: var(--color-hover);
    flex-shrink: 0;
    transition: transform var(--transition);
}

.aibg-faq details[open] summary::after { transform: rotate(180deg); }

.aibg-faq details > div {
    padding: 0 22px 20px;
    color: var(--color-gray);
    line-height: 1.7;
}

/* ========== 46. RÓŻOWE KROPKI W LISTACH ========== */
.single-post-content ul,
.aibg-faq ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.single-post-content ul li,
.aibg-faq ul li {
    position: relative;
    padding: 6px 0 6px 28px;
}

.single-post-content ul li::before,
.aibg-faq ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: var(--color-pink);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(244, 143, 177, 0.18);
}

