/* Hide page scrollbar — scrolling still works */
html {
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.swatch-scroll::-webkit-scrollbar { display: none; }
.swatch-scroll { -ms-overflow-style: none; scrollbar-width: none; }

.site-shop-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    overflow-x: auto;
    background: #fff;
}

.site-shop-nav-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(94, 94, 94, 0.8);
}

@media (min-width: 768px) {
    .site-shop-nav-inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.site-shop-nav a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-shop-nav a:hover {
    color: #83060e;
}

.site-shop-nav a.is-collection {
    color: #83060e;
    border-bottom: 2px solid #83060e;
    padding-bottom: 2px;
}

.site-shop-nav a.site-shop-nav-offers {
    color: #166534;
}

.product-card {
    background: white;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.product-card:hover {
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}
.product-image-container img {
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}
.product-card:hover .product-image-container img {
    transform: scale(1.08);
}
.quick-add-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.product-card:hover .quick-add-btn {
    opacity: 1;
    transform: translateY(0);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.reveal-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

.stagger-container.active .stagger-item {
    opacity: 1;
    transform: translateY(0);
}
.stagger-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}
.stagger-container.active .stagger-item:nth-child(1) { transition-delay: 0.05s; }
.stagger-container.active .stagger-item:nth-child(2) { transition-delay: 0.12s; }
.stagger-container.active .stagger-item:nth-child(3) { transition-delay: 0.19s; }
.stagger-container.active .stagger-item:nth-child(4) { transition-delay: 0.26s; }

.fit-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 70%);
    transition: opacity 0.5s ease;
}
.fit-card:hover::after {
    opacity: 0.9;
}

.custom-badge {
    background: #83060e;
    color: white;
    padding: 4px 10px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
}

@keyframes bobbing {
    0% { transform: translate(0px, 0px) scale(1); }
    33% { transform: translate(30px, -50px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
    100% { transform: translate(0px, 0px) scale(1); }
}
.ambient-blob {
    filter: blur(80px);
    opacity: 0.4;
    animation: bobbing 15s ease-in-out infinite alternate;
}

.magnetic-wrap {
    display: inline-block;
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

#mobile-menu {
    display: none;
    position: fixed;
    inset: 112px 0 0 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 1.5rem;
    flex-direction: column;
    gap: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    overflow-y: auto;
}
#mobile-menu.open { display: flex; }
#mobile-menu a {
    padding: 0.875rem 1rem;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #5e5e5e;
    border-radius: 0.5rem;
    transition: color 0.2s, background 0.2s;
}
#mobile-menu a:hover,
#mobile-menu a.nav-active {
    color: #83060e;
    background: #fdf3f3;
}

.footer-link {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s;
}
.footer-link:hover { color: #fff; }

/* Footer layout */
.site-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.site-footer-brand {
    min-width: 0;
    padding-right: 0;
}

.site-footer-logo {
    display: inline-block;
    font-size: clamp(1.25rem, 1.9vw, 1.65rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 100%;
    margin-bottom: 1.25rem;
}

.site-footer-brand p {
    max-width: 18rem;
    margin: 0;
}

.site-footer-heading {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #83060e;
    margin-bottom: 1.5rem;
}

.site-footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    font-size: 14px;
}

.site-footer-col {
    min-width: 0;
}

@media (min-width: 640px) {
    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem 2.5rem;
    }

    .site-footer-brand {
        grid-column: span 2;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .site-footer-grid {
        grid-template-columns: minmax(17rem, 1.75fr) repeat(3, minmax(9rem, 1fr));
        column-gap: 4.5rem;
        row-gap: 3rem;
        align-items: start;
    }

    .site-footer-brand {
        grid-column: auto;
        max-width: 20rem;
        padding-right: 3.5rem;
        margin-left: -0.5rem;
        margin-right: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }

    .site-footer-brand + .site-footer-col {
        padding-left: 0.25rem;
    }
}

@media (min-width: 1280px) {
    .site-footer-grid {
        column-gap: 5.5rem;
    }

    .site-footer-brand {
        max-width: 22rem;
        padding-right: 4rem;
        margin-left: -0.75rem;
        margin-right: 1.5rem;
    }
}

/* Account dropdown (Flipkart-style) */
.account-dropdown-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 240px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
    pointer-events: none;
    z-index: 60;
}
.account-dropdown-panel::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}
.account-dropdown.open .account-dropdown-panel,
.account-dropdown:hover .account-dropdown-panel,
.account-dropdown:focus-within .account-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.account-dropdown.open .account-chevron,
.account-dropdown:hover .account-chevron,
.account-dropdown:focus-within .account-chevron {
    transform: rotate(180deg);
}
.account-dropdown-trigger {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
}
.account-dropdown-signup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 1.25rem;
}
.account-dropdown-divider {
    height: 1px;
    background: #e8e8e8;
    margin: 0.25rem 0;
}
.account-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
    font-weight: 500;
    color: #1a1c1c;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}
.account-dropdown-item:hover {
    background: #fdf3f3;
    color: #83060e;
}
.account-dropdown-icon {
    font-size: 20px;
    color: #5e5e5e;
    flex-shrink: 0;
}
.account-dropdown-item:hover .account-dropdown-icon {
    color: #83060e;
}

@media (hover: none) {
    .account-dropdown:hover .account-dropdown-panel {
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        pointer-events: none;
    }
    .account-dropdown.open .account-dropdown-panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}
