:root {
    --primary-color: #2563eb;
}
.navbar-favicon {
    border-radius: 6px;
}
body { background: #f8fafc; }
.hero { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); }
.hero-eyebrow {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.9;
}
.hero-social-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
}
.how-step-icon {
    font-size: 1.75rem;
    line-height: 1;
}
.footer-about-secondary {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 22rem;
}
/* Product grid & cards */
.product-grid {
    margin-bottom: 0.5rem;
}

.product-grid > .product-card-item {
    display: flex;
    min-width: 0;
}

.product-card {
    transition: transform .2s, box-shadow .2s;
    width: 100%;
    overflow: hidden;
    border-radius: 0.75rem !important;
}

.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1) !important;
}

.product-card-image {
    position: relative;
    aspect-ratio: 1;
    background: #f8fafc;
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 0.75rem;
}

.product-card-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #cbd5e1;
}

.product-card-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2;
    background: #dc2626;
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.3rem 0.45rem;
    border-radius: 0.35rem;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem !important;
}

.product-card-merchant {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
}

.product-card-link:hover {
    color: inherit;
}

.product-card-title {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
    color: #1e293b;
}

.product-card-link:hover .product-card-title {
    color: var(--primary-color);
}

.product-card-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.5rem;
    margin-top: auto;
}

.product-card-price .sale-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.2;
}

.product-card-price .mrp-price {
    font-size: 0.75rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.product-card-rating {
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .product-card-body {
        padding: 0.875rem !important;
    }

    .product-card-title {
        font-size: 0.875rem;
    }

    .product-card-price .sale-price {
        font-size: 1.125rem;
    }
}
.text-truncate-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.search-suggestions { position: absolute; z-index: 1000; background: #fff; border: 1px solid #dee2e6; border-radius: .375rem; width: 100%; max-height: 300px; overflow-y: auto; }
.search-suggestions .suggestion { padding: .5rem 1rem; cursor: pointer; }
.search-suggestions .suggestion:hover { background: #f8f9fa; }
.gallery-thumb { cursor: pointer; opacity: .7; }
.gallery-thumb:hover { opacity: 1; border-color: var(--primary-color) !important; }

.product-more-section {
    border-top: 1px solid #e2e8f0;
}

.product-buy-inline {
    white-space: nowrap;
}

.product-instagram-section {
    overflow: hidden;
}

.product-instagram-embed {
    max-width: 540px;
    margin: 0 auto;
    overflow: hidden;
}

.product-instagram-embed .instagram-media,
.product-instagram-embed iframe {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    border: 0 !important;
    overflow: hidden !important;
}

.site-footer {
    background: #111827;
    color: #9ca3af;
    border-top: 1px solid #1f2937;
}

.footer-logo {
    display: inline-block;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.footer-about {
    color: #9ca3af;
    font-size: 0.9375rem;
    line-height: 1.65;
    max-width: 22rem;
}

.footer-title {
    color: #f3f4f6;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer-nav li + li {
    margin-top: 0.625rem;
}

.footer-nav a,
.footer-contact a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.15s ease;
}

.footer-nav a:hover,
.footer-contact a:hover {
    color: #fff;
}

.footer-stores-row {
    border-top: 1px solid #1f2937;
}

.footer-stores-label {
    display: block;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.footer-stores-list {
    color: #d1d5db;
    font-size: 0.875rem;
    line-height: 1.8;
}

.footer-stores-dot {
    margin: 0 0.35rem;
    color: #4b5563;
}

.footer-bottom {
    border-top: 1px solid #1f2937;
}

.footer-copy {
    color: #e5e7eb;
    font-size: 0.875rem;
}

.footer-note {
    color: #6b7280;
    font-size: 0.8125rem;
    line-height: 1.5;
    max-width: 36rem;
}

.footer-top-btn {
    border: 1px solid #374151;
    background: transparent;
    color: #d1d5db;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-size: 0.8125rem;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.footer-top-btn:hover {
    border-color: #6b7280;
    color: #fff;
    background: #1f2937;
}

@media (max-width: 767.98px) {
    .product-instagram-embed {
        max-width: 100%;
    }

    .footer-top-btn {
        width: 100%;
    }
}
