:root {
    --brand-pink: #ec4899;
    --top-strip-height: 0px;
    --category-sticky-gap: 3px;
}

html {
    scroll-behavior: smooth;
}

body { font-family: 'Lato', sans-serif; }
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2') format('woff2');
}

.modal.fade {
    display: none !important;
}

.modal.fade.show {
    display: block !important;
}

.font-logo { font-family: 'Great Vibes', cursive; }
.brand-logo-link,
.brand-logo-link:visited,
.brand-logo-link:active {
    color: var(--brand-pink) !important;
    text-decoration: none;
    letter-spacing: 0.035em;
}
.brand-logo-link:hover,
.brand-logo-link:focus-visible {
    color: #111827 !important;
    opacity: 1 !important;
}

#top-timer.timer-alert {
    color: #be185d !important;
}

#top-timer.timer-alert > span {
    color: #be185d !important;
    display: inline-block;
    animation: topTimerPulse 1.8s ease-in-out infinite;
}

@keyframes topTimerPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        text-shadow: 0 0 0 rgba(190, 24, 93, 0);
    }
    50% {
        opacity: 0.82;
        transform: scale(1.03);
        text-shadow: 0 0 10px rgba(190, 24, 93, 0.22);
    }
}

.top-strip-phone {
    color: #be185d;
}

.top-strip-phone:hover,
.top-strip-phone:focus-visible {
    color: #9d174d;
}

#top-sticky-strip {
    min-height: 2rem;
}

#top-timer > span {
    display: inline-block;
    min-width: 8.5ch;
    font-variant-numeric: tabular-nums;
}

/* Hero */
.hero-bg-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    filter: saturate(1.12) contrast(1.04);
}
.hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.88) 30%,
        rgba(255, 255, 255, 0.36) 50%,
        rgba(255, 255, 255, 0.06) 64%,
        rgba(255, 255, 255, 0) 72%
    );
    pointer-events: none;
}
@media (max-width: 768px) {
    .hero-bg-image { background-position: 70% center; }
    .hero-gradient-overlay {
        background: linear-gradient(0deg, rgba(255,255,255,0.95) 28%, rgba(255,255,255,0.72) 48%, rgba(255,255,255,0) 100%);
    }
}

/* Button */
.btn-primary {
    background: #be185d;
    color: white;
    padding: 14px 36px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.btn-primary:hover {
    background: #9d174d;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(157, 23, 77, 0.35);
}

.floating-cart-cta {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 55;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    border: 0;
    background: var(--brand-pink);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 14px 24px -14px rgba(236, 72, 153, 0.65);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    transform-origin: center;
}

.floating-cart-cta:hover {
    color: #fff;
    background: #db2777;
    transform: translateY(-1px);
    box-shadow: 0 18px 28px -16px rgba(236, 72, 153, 0.7);
}

.floating-cart-cta.is-bump {
    animation: floatingCartBump 460ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes floatingCartBump {
    0% {
        transform: scale(1);
        box-shadow: 0 14px 24px -14px rgba(236, 72, 153, 0.65);
    }
    38% {
        transform: scale(1.14);
        box-shadow: 0 22px 34px -16px rgba(236, 72, 153, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 14px 24px -14px rgba(236, 72, 153, 0.65);
    }
}

.cart-fly-item {
    position: fixed;
    z-index: 130;
    pointer-events: none;
    border-radius: 0.75rem;
    overflow: hidden;
    will-change: transform, opacity;
    box-shadow: 0 16px 34px -18px rgba(17, 24, 39, 0.6);
}

.cart-fly-item--image {
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.cart-fly-item--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #111827;
    color: #fff;
    border: 1px solid #111827;
    font-size: 0.9rem;
}

.floating-cart-icon {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-size: 1.05rem;
}

.floating-cart-label {
    display: none;
}

.floating-cart-badge {
    position: absolute;
    top: -0.32rem;
    right: -0.32rem;
    min-width: 1.12rem;
    height: 1.12rem;
    padding: 0 0.2rem;
    border-radius: 9999px;
    background: var(--brand-pink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    border: 2px solid #fff;
}

.btn-secondary-dark {
    background: #111827;
    color: #fff;
    border: 1px solid #111827;
    border-radius: 9999px;
    padding: 0.875rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    transition: all 0.25s ease;
}

.btn-secondary-dark:hover {
    background: #1f2937;
    border-color: #1f2937;
    color: #fff;
    transform: translateY(-1px);
}

.btn-product-primary {
    background: var(--brand-pink);
    color: #fff;
    border: 1px solid var(--brand-pink);
    border-radius: 9999px;
    padding: 0.875rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(236, 72, 153, 0.25);
    transition: all 0.25s ease;
}

.btn-product-primary:hover {
    background: #db2777;
    border-color: #db2777;
    color: #fff;
    box-shadow: 0 14px 28px rgba(219, 39, 119, 0.32);
    transform: translateY(-1px);
}

.product-media-column {
    max-width: 700px;
    width: 100%;
}

/* KATEGORIE */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.cat-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex: 0 0 clamp(86px, 7.1vw, 114px);
    width: clamp(86px, 7.1vw, 114px);
    min-height: 92px;
    cursor: pointer;
    transition: 0.3s;
    padding: 2px 4px;
    opacity: 0; 
    transform: translateY(20px);
}
/* Animacja fali */
.cat-link.animate-wave {
    animation: popInWave 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.cat-link:hover { transform: translateY(-5px) !important; }
.cat-link:focus {
    outline: none;
}
.cat-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.2);
    border-radius: 0.75rem;
}

/* Ikonka */
.cat-link i {
    font-size: 16px;
    color: var(--brand-pink);
    background: #fdf2f8; 
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0.8; 
}
.cat-link:hover i, .cat-link.active i {
    opacity: 1;
    background: var(--brand-pink);
    color: white;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
}

/* Tekst */
.cat-link .cat-label {
    display: block;
    min-height: 2.2em;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    text-align: center;
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
    color: #1f2937;
    opacity: 1;
}
.cat-link.active .cat-label { color: var(--brand-pink); }
.cat-icon-circle {
    font-size: 16px;
    color: var(--brand-pink);
    background: #fdf2f8;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0.9;
    aspect-ratio: 1 / 1;
    flex: 0 0 40px;
    min-width: 40px;
    min-height: 40px;
}
.cat-icon-circle i {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-block !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: 16px !important;
    line-height: 1 !important;
}
.cat-link:hover .cat-icon-circle,
.cat-link.active .cat-icon-circle {
    opacity: 1;
    background: var(--brand-pink);
    color: #fff;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
}
.category-strip-subpage {
    margin-bottom: 0.25rem;
}

@media (max-width: 767px) {
    .home-categories-nav {
        margin-top: -2.5rem !important;
        margin-bottom: 0.8rem;
    }

    #sticky-nav [data-cat-track] {
        width: calc(100% - 5.2rem);
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start !important;
        gap: 0.4rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #sticky-nav .cat-link {
        flex: 0 0 calc((100% - 0.8rem) / 3);
        width: calc((100% - 0.8rem) / 3);
        min-width: 0;
        min-height: 86px;
        padding: 2px 0;
    }

    #sticky-nav .cat-icon-circle {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
        flex: 0 0 34px;
        font-size: 14px;
    }

    #sticky-nav .cat-link .cat-label {
        margin-top: 8px;
        min-height: 2.3em;
        font-size: 10px;
        line-height: 1.14;
        letter-spacing: 0.02em;
        white-space: normal;
        word-break: normal;
        overflow-wrap: normal;
        display: block;
        overflow: visible;
        text-overflow: clip;
    }

    #sticky-nav [data-cat-prev],
    #sticky-nav [data-cat-next] {
        display: flex;
        width: 1.9rem;
        height: 1.9rem;
        border: 1px solid #f3f4f6;
        background: #fff;
        box-shadow: 0 8px 18px -14px rgba(17, 24, 39, 0.35);
        z-index: 20;
    }

    #sticky-nav [data-cat-prev].hidden,
    #sticky-nav [data-cat-next].hidden {
        display: none;
    }

    #mobile-menu-overlay {
        top: var(--top-strip-height);
        z-index: 95;
    }

    #mobile-menu-drawer {
        top: var(--top-strip-height);
        height: calc(100% - var(--top-strip-height));
        z-index: 96;
        width: min(86vw, 340px);
        font-family: 'Lato', sans-serif;
    }

    .mobile-menu-header {
        padding: 0.95rem 1.1rem;
    }

    .mobile-menu-header .font-logo {
        font-size: 2rem;
        letter-spacing: 0.025em;
    }

    .mobile-drawer-nav {
        gap: 0.35rem;
    }

    .mobile-drawer-link {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
        font-weight: 800;
        text-transform: uppercase;
        color: #374151;
    }

    .mobile-drawer-contact {
        background: #f8fafc;
        border-color: #e5e7eb;
    }

    .mobile-drawer-contact-title {
        color: #6b7280;
    }

    .mobile-drawer-contact-link {
        font-size: 1.02rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        color: #1f2937;
        transition: color 0.2s ease;
    }

    .mobile-drawer-contact-link:hover,
    .mobile-drawer-contact-link:focus-visible {
        color: #be185d;
    }

    .mobile-product-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .mobile-product-title {
        margin: 0;
        text-align: center;
        font-size: 2.3rem;
        line-height: 1.04;
    }

    .mobile-product-availability {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        padding: 0.28rem 0.6rem;
        border-radius: 9999px;
        background: #ecfdf5;
        color: #047857;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .mobile-product-price {
        display: block;
        margin-top: 0.45rem;
        text-align: center;
        font-size: 2.05rem;
        font-weight: 900;
        color: #ec4899;
    }

    .product-description {
        margin-top: 0.3rem;
        margin-bottom: 1rem !important;
    }
}

/* --- SCROLL REVEAL --- */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@keyframes popInWave {
    from { opacity: 0; transform: translateY(20px) scale(0.9); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.search-item { transition: all 0.2s; }
.footer-head { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.15em; color: #6b7280; margin-bottom: 20px; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #d1d5db; font-size: 13px; transition: 0.3s; font-weight: 400; }
.footer-links a:hover { color: var(--brand-pink); }
.footer-shell {
    align-items: stretch;
}
.footer-col {
    padding: 0.25rem 0;
}
@media (min-width: 1024px) {
    .footer-col {
        min-height: 100%;
    }
}
.footer-title {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #f3f4f6;
    margin-bottom: 1rem;
}
.footer-small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f3f4f6;
    font-weight: 700;
}
.footer-rich,
.footer-rich p,
.footer-rich li {
    color: #e5e7eb !important;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.35rem;
}
.footer-rich ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-rich,
.footer-rich * {
    color: #e5e7eb !important;
}
.footer-rich a,
.footer-rich a * {
    color: #ffffff !important;
    transition: color 0.2s ease;
    text-decoration: none;
}
.footer-rich a:hover {
    color: #f9a8d4 !important;
}
.footer-rich strong,
.footer-rich b {
    color: #ffffff !important;
    font-weight: 700;
}
.footer-rich img {
    max-height: 38px !important;
    width: auto !important;
    max-width: 180px !important;
    border-radius: 0.55rem;
}
.footer-col-contact .footer-rich img {
    display: none !important;
}
.footer-app-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.95);
    border-radius: 0.6rem;
    padding: 0.2rem 0.25rem;
}
.footer-social {
    color: #f3f4f6;
}
.footer-social:hover {
    color: #fff;
}
.footer-social-link {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.04);
    color: #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s ease;
}
.footer-social-link:hover {
    border-color: rgba(236, 72, 153, 0.55);
    background: rgba(236, 72, 153, 0.16);
    color: #fff;
    transform: translateY(-1px);
}
.footer-app-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0.75rem;
    padding: 0.58rem 0.82rem;
    min-width: 134px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.22s ease;
}
.footer-app-chip:hover {
    border-color: rgba(236, 72, 153, 0.55);
    background: rgba(236, 72, 153, 0.16);
    color: #fff;
    transform: translateY(-1px);
}
.footer-app-chip i {
    width: auto;
    font-size: 1rem;
    color: #f3f4f6;
}
.footer-app-chip-text {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    color: #fff;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
}
.footer-app-title {
    text-align: center;
    width: 100%;
}
.footer-static-links a {
    color: #e5e7eb !important;
}
.footer-static-links a:hover {
    color: #f9a8d4 !important;
}
.fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ANIMACJE KOSZYKA I TOAST */
@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}
.cart-animate { animation: pop 0.3s ease-out; }

/* TOAST STYLES */
.toast {
    background: #1a1a1a;
    color: white;
    padding: 12px 24px;
    border-radius: 99px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: slideUp 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    transform-origin: center bottom;
}
.toast.hide { animation: fadeOut 0.3s forwards; }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes fadeOut { to { opacity: 0; transform: translateY(10px); } }

.cart-toast {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
    max-width: 92vw;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border: 1px solid rgba(236, 72, 153, 0.35);
    border-radius: 9999px;
    color: #fff;
    padding: 10px 16px 10px 10px;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.35);
    opacity: 0;
    transform: translateY(16px) scale(0.96);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cart-toast.is-hiding {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
}

.cart-toast-icon {
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    background: #ec4899;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(236, 72, 153, 0.35);
}

.cart-toast-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.cart-toast-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #f9a8d4;
    font-weight: 700;
}

.cart-toast-name {
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#toast-container {
    pointer-events: none;
}


/* --- CART SPECIFIC STYLES --- */

/* Radio Card Selection logic is handled via Tailwind 'peer-checked' classes in HTML, 
   but we can add smooth transitions here if needed */

.radio-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.qty-btn:active {
    background-color: #f3f4f6;
}

/* Upsell Card Hover */
.upsell-card:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}
/* --- PRODUCT PAGE STYLES --- */

/* Size Buttons */
.size-btn.active {
    border-color: var(--brand-pink);
    background-color: #fdf2f8; /* pink-50 */
    color: #db2777; /* pink-600 */
}

.size-btn--recommended {
    position: relative;
}

.size-badge-recommended {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-pink);
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 9999px;
    padding: 0.22rem 0.46rem;
    box-shadow: 0 6px 12px rgba(236, 72, 153, 0.28);
    pointer-events: none;
}

.product-benefit-card {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 46px;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
    color: #374151;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.65rem 0.85rem;
}

/* Thumbnails */
.thumb-btn.active {
    border-color: var(--brand-pink);
}

/* Accordion Summary - remove default triangle */
details > summary {
    list-style: none;
}
details > summary::-webkit-details-marker {
    display: none;
}

/* Mobile Sticky Bar fix */
body {
    padding-bottom: 80px; /* Miejsce na sticky bar na mobile */
}
@media (min-width: 768px) {
    body { padding-bottom: 0; }
}

body:not(.has-recaptcha-form) .grecaptcha-badge {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#products-section:target,
[data-category-scroll]:target {
    outline: none;
}
#products-section,
#categories-items {
    scroll-margin-top: 7.5rem;
}

#categories-items {
    scroll-margin-top: calc(7.5rem + 20px);
}
/* Queensland production overrides */
.cat-link {
    opacity: 1;
    transform: none;
}

.qs-input,
.form-control,
.cart_input,
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='date'],
textarea,
select {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    border-radius: 0.75rem;
    padding: 0.75rem 0.9rem;
    font-size: 0.92rem;
    color: #1f2937;
    outline: 0;
    transition: all 0.2s ease;
}

.qs-input:focus,
.form-control:focus,
.cart_input:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='date']:focus,
textarea:focus,
select:focus {
    border-color: #f9a8d4;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

input.product-qty-input[type='number'] {
    width: 100% !important;
    min-width: 0;
    flex: 1 1 auto;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-weight: 700;
    color: #111827;
}

input.product-qty-input[type='number']:focus {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.qs-card {
    border: 1px solid #f3f4f6;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.2);
}

.qs-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

:root {
    --listing-symmetry-gap: 1.5rem;
}

@media (min-width: 768px) {
    :root {
        --listing-symmetry-gap: 1.75rem;
    }
}

.home-categories-nav {
    margin-bottom: var(--listing-symmetry-gap);
}

.home-categories-nav,
.category-strip-subpage {
    top: calc(var(--top-strip-height) + var(--category-sticky-gap)) !important;
}

.home-products-intro {
    margin-bottom: var(--listing-symmetry-gap);
}

.home-products-intro .reveal {
    opacity: 1 !important;
    transform: none !important;
}

.with-category-strip > section.py-12 {
    padding-top: 1.5rem !important;
}

.with-category-strip > section.py-12 > .container > article.qs-card.mt-8 {
    margin-top: 1rem !important;
}

.with-category-strip > section.py-12 > .container > div[class*="mt-4"] {
    margin-top: 0.5rem !important;
}

.with-category-strip > section.qs-section.category-listing-section {
    padding-top: 0.85rem;
}

.with-category-strip > section.qs-section .category-listing-intro {
    margin-bottom: 0.85rem;
}

.category-listing-section {
    padding-top: var(--listing-symmetry-gap);
}

.category-listing-intro {
    margin-bottom: var(--listing-symmetry-gap);
}

.qs-title {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.55rem, 5.4vw, 3.5rem);
    line-height: 0.95;
    color: var(--brand-pink);
    font-weight: 400;
    letter-spacing: 0.012em;
    text-wrap: balance;
}

.qs-title-hero {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 0.88;
}

.qs-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 700;
}

.qs-link {
    transition: 0.2s ease;
}

.qs-link:hover {
    color: #ec4899;
}

.products-wrap-home,
.products-wrap-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.products-wrap-home > article,
.products-wrap-search > article {
    width: 100%;
    max-width: 360px;
}

.product-card-stagger {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    will-change: opacity, transform;
}

.product-card-stagger.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.product-card-media {
    position: relative;
    overflow: hidden;
}

.product-card-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
}

.product-card-media--swap .product-card-image {
    transition: opacity 0.55s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s ease;
    will-change: opacity, transform;
}

.product-card-media--swap .product-card-image--primary {
    opacity: 1;
    transform: scale(1.02);
    filter: saturate(1);
}

.product-card-media--swap .product-card-image--secondary {
    opacity: 0;
    transform: scale(1.12);
    filter: saturate(1.06);
}

.group:hover .product-card-media--swap .product-card-image--primary {
    opacity: 0;
    transform: scale(1.08);
}

.group:hover .product-card-media--swap .product-card-image--secondary {
    opacity: 1;
    transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .product-card-media--swap .product-card-image {
        transition: none;
    }
}

@media (min-width: 640px) {
    .products-wrap-home > article {
        width: calc((100% - 1.5rem) / 2);
        max-width: none;
    }
}

@media (min-width: 768px) {
    .products-wrap-search > article {
        width: calc((100% - 1.5rem) / 2);
        max-width: none;
    }
}

@media (min-width: 1280px) {
    .products-wrap-search > article {
        width: calc((100% - 3rem) / 3);
    }
}

@media (min-width: 1024px) {
    .products-wrap-home {
        gap: 1.5rem;
    }

    .products-wrap-home > article {
        width: calc((100% - 6rem) / 5);
    }

    .floating-cart-cta {
        right: 1.35rem;
        bottom: 1.35rem;
    }
}

.flash-messages .alert {
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.table-stack {
    width: 100%;
    border-collapse: collapse;
}

.table-stack th,
.table-stack td {
    border-bottom: 1px solid #f3f4f6;
    padding: 0.8rem;
    text-align: left;
}

.table-stack th {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 700;
}

.order-history-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.order-history-table th,
.order-history-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    text-align: left;
    vertical-align: middle;
}

.order-history-table th {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 800;
    background: #fcfcfd;
}

.order-history-table tbody tr {
    transition: background-color 0.2s ease;
}

.order-history-table tbody tr:hover {
    background: #fdf2f8;
}

.order-history-table tbody tr:last-child td {
    border-bottom: 0;
}

.order-history-id {
    font-weight: 800;
    color: #111827;
}

.order-history-total {
    font-weight: 900;
    color: #be185d;
}

.order-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.5rem;
    padding: 0.15rem 0.55rem;
    border-radius: 9999px;
    font-size: 0.63rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
    border: 1px solid transparent;
}

.order-status-badge--success {
    color: #166534;
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.order-status-badge--progress {
    color: #9d174d;
    background: #fdf2f8;
    border-color: #fbcfe8;
}

.order-status-badge--danger {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

.order-status-badge--neutral {
    color: #475569;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.order-history-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.42rem 0.88rem;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    font-size: 0.63rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 800;
    color: #374151;
    transition: all 0.2s ease;
    text-decoration: none;
}

.order-history-action:hover,
.order-history-action:focus-visible {
    color: #be185d;
    border-color: #f9a8d4;
    background: #fdf2f8;
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important;
    }

    .floating-cart-cta {
        right: 0.85rem;
        bottom: 0.85rem;
        width: 2.75rem;
        height: 2.75rem;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important;
    }
}

#search-input-desktop {
    border-radius: 9999px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 3rem !important;
    padding-right: 3.5rem !important;
}

#search-input-mobile {
    border-radius: 0.75rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 2.5rem !important;
    padding-right: 3rem !important;
}

#search-suggestions-mobile {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

#search-suggestions-mobile .search-suggestions-list {
    overflow-x: hidden;
}

.catalog-filter-select {
    height: 2.25rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0.75rem !important;
    padding-right: 1.8rem !important;
    line-height: 2.25rem !important;
    font-size: 0.75rem !important;
    font-weight: 600;
    background-color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%236b7280' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.65rem center;
    background-size: 10px 6px;
}

.catalog-filter-select--sort {
    width: 170px !important;
}

.catalog-filter-select--per-page {
    width: 92px !important;
}

.search-suggestions-list {
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    max-height: 360px;
    overflow-y: auto;
}

.search-suggestion-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.2rem 0.65rem;
}

.search-suggestion-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 0.75rem;
    padding: 0.45rem 0.5rem;
    transition: background-color 0.18s ease;
    text-decoration: none;
}

.search-suggestion-link:hover,
.search-suggestion-link:focus-visible {
    background: #fdf2f8;
}

.search-suggestion-thumb {
    width: 50px;
    height: 50px;
    border-radius: 0.6rem;
    object-fit: cover;
    border: 1px solid #f3f4f6;
    flex: 0 0 50px;
}

.search-suggestion-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    min-width: 0;
    flex: 1 1 auto;
    text-align: center;
}

.search-suggestion-name {
    display: block;
    font-size: 0.84rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-suggestion-price {
    display: block;
    font-size: 0.74rem;
    font-weight: 800;
    color: #be185d;
}

.search-suggestion-cart {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 9999px;
    border: 1px solid var(--brand-pink);
    background: var(--brand-pink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 18px -12px rgba(236, 72, 153, 0.72);
    transition: all 0.2s ease;
    flex: 0 0 1.95rem;
    font-size: 0.72rem;
}

.search-suggestion-cart:hover,
.search-suggestion-cart:focus-visible {
    border-color: #db2777;
    background: #db2777;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 22px -13px rgba(219, 39, 119, 0.78);
}

.search-suggestion-cart.is-loading {
    opacity: 0.6;
    pointer-events: none;
}

.add_to_cart.add_to_cart_card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--brand-pink) !important;
    color: #fff !important;
    border: 1px solid var(--brand-pink) !important;
    min-width: 172px;
    box-shadow: 0 12px 24px -14px rgba(236, 72, 153, 0.72);
}

.add_to_cart.add_to_cart_card:hover,
.add_to_cart.add_to_cart_card:focus-visible {
    background: #db2777 !important;
    border-color: #db2777 !important;
    color: #fff !important;
}

.product-card-action-overlay {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0) 52%, rgba(17, 24, 39, 0.42) 100%);
}

.product-card-action-btn {
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.35);
}

.product-card-action-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    transform: translateY(12px);
    transition: transform 0.28s ease;
}

.group:hover .product-card-action-group,
.group:focus-within .product-card-action-group,
.group:active .product-card-action-group {
    transform: translateY(0);
}

.product-card-detail-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    min-height: 42px;
    border-radius: 9999px;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.2);
    transition: all 0.22s ease;
}

.product-card-detail-btn:hover,
.product-card-detail-btn:focus-visible {
    border-color: #f9a8d4;
    background: #fff;
    color: #be185d;
    transform: translateY(-1px);
}

.product-card-price {
    color: #be185d !important;
    font-weight: 800;
}

.add_to_cart.add_to_cart_card.is-in-cart {
    background: #ec4899 !important;
    border-color: #ec4899 !important;
    color: #fff !important;
    min-width: 170px;
    padding: 0.5rem 0.75rem !important;
    gap: 0.4rem;
}

@media (max-width: 767px) {
    .product-card-action-overlay {
        opacity: 1 !important;
        pointer-events: auto !important;
        background: linear-gradient(180deg, rgba(17, 24, 39, 0) 56%, rgba(17, 24, 39, 0.36) 100%);
    }

    .product-card-action-group {
        gap: 0.38rem;
        transform: none;
    }

    .product-card-detail-btn {
        min-width: 136px;
        min-height: 40px;
        padding: 0.58rem 0.85rem;
        font-size: 0.6rem;
        letter-spacing: 0.1em;
    }

    .add_to_cart.add_to_cart_card {
        min-width: 136px;
    }

    #search-input-mobile {
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    #search-suggestions-mobile {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #search-suggestions-mobile .search-suggestion-item {
        min-width: 0;
        padding-left: 0.45rem;
        padding-right: 0.7rem;
    }

    #search-suggestions-mobile .search-suggestion-cart {
        margin-right: 0.12rem;
    }

    #search-suggestions-mobile .search-suggestion-link {
        min-width: 0;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    #search-suggestions-mobile .search-suggestion-content {
        min-width: 0;
    }

    #search-suggestions-mobile .search-suggestion-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #payment_options .payment-options-list {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    #payment_options .payment-options-list > .radio-card {
        width: 100%;
        flex: 1 1 100%;
    }
}

.add_to_cart.add_to_cart_card .card-added-label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.add_to_cart.add_to_cart_card .card-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.8rem;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    user-select: none;
}

.add_to_cart.add_to_cart_card .card-qty-btn:hover {
    background: rgba(255, 255, 255, 0.32);
}

.add_to_cart.add_to_cart_card .card-qty-value {
    min-width: 1.45rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
}

.cms-content {
    color: #374151;
    font-size: 1rem;
    line-height: 1.75;
    word-break: break-word;
}

.cms-content * {
    max-width: 100%;
}

.cms-content p,
.cms-content li,
.cms-content div,
.cms-content span,
.cms-content font {
    font-family: 'Lato', sans-serif !important;
    color: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
}

.cms-content p,
.cms-content ul,
.cms-content ol,
.cms-content table,
.cms-content blockquote {
    margin: 0 0 0.95rem !important;
    padding: 0 !important;
}

.cms-content ul,
.cms-content ol {
    padding-left: 1.3rem !important;
}

.cms-content li {
    margin: 0 0 0.45rem !important;
}

.cms-content p:empty,
.cms-content div:empty,
.cms-content span:empty,
.cms-content font:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cms-content p[style*='text-align: center'] {
    margin-top: 1.5rem !important;
    margin-bottom: 0.8rem !important;
}

.cms-content strong,
.cms-content b {
    color: #111827 !important;
    font-weight: 700 !important;
}

.cms-content h2,
.cms-content h3,
.cms-content h4 {
    margin: 1.4rem 0 0.7rem;
    font-family: 'Playfair Display', serif;
    color: #111827;
    line-height: 1.3;
}

.cms-content h2 {
    font-size: 1.5rem;
}

.cms-content h3 {
    font-size: 1.3rem;
}

.cms-content h4 {
    font-size: 1.12rem;
}

.cms-content a {
    color: #be185d !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cms-content a:hover {
    color: #9d174d !important;
}

.cms-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}

.cms-content table td,
.cms-content table th {
    padding: 0.65rem 0.75rem;
    border: 1px solid #e5e7eb;
}

.cms-content blockquote {
    border-left: 3px solid #f9a8d4;
    background: #fdf2f8;
    padding: 0.8rem 1rem !important;
    border-radius: 0.5rem;
}
