       @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
       body, html {
            margin: 0;
            padding: 0;
            height: 100%;
            font-family: Arial, sans-serif;
        }
        header {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .bg-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1;
            transform: translate(-50%, -50%);
        }
        .header-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            background: rgba(0, 0, 0, 0.5);
            padding: 0 1rem;
            box-sizing: border-box;
        }
        .header-title {
            font-family: 'Anton', sans-serif;
            font-size: 3rem;
            margin: 0;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }
        @media (max-width: 768px) {
            .header-title {
                font-size: 2.5rem;
                margin-bottom: 1em;
            }
        }
        /* Navigation Bar */
        header nav {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 1rem;
            box-sizing: border-box;
            z-index: 10;
        }
        header nav a, header nav button {
            color: white;
            font-size: 1.5rem;
            background: none;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            line-height: 1;
        }
        header nav a:focus, header nav button:focus {
            outline: 2px solid #fff;
            outline-offset: 2px;
        }

        /* Responsive adjustments */
        @media (max-width: 480px) {
            header nav {
                height: 48px;
                padding: 0 0.75rem;
            }
            header nav .logo {
    width: 40px;
}
            header nav a, header nav button {
                font-size: 1.25rem;
            }
        }
        .nav-links {
            display: flex;
            gap: 1rem;
            font-size: 1rem;
            font-weight: bold;
        }
        .nav-links a {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
            border-radius: 9999px;
            padding: 0.5rem 1rem;
            background-color: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Social icons container */
        #socialIcons {
            position: fixed;
            bottom: 1em;
            left: 50%;
            transform: translateX(-50%) translateY(100%);
            display: flex;
            gap: 1.5rem;
            z-index: 1000;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
            opacity: 0;
            pointer-events: none;
        }
        #socialIcons.active {
            transform: translateX(-50%) translateY(0);
            opacity: 1;
            pointer-events: auto;
        }
        #socialIcons a {
            width: 3.5rem;
            height: 3.5rem;
            border-radius: 50%;
            background: rgba(255 255 255 / 0.15);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 4px 30px rgba(255 255 255 / 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #555;
            font-size: 1.75rem;
            text-decoration: none;
            transition: background-color 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(255 255 255 / 0.3);
        }
        #socialIcons a:hover,
        #socialIcons a:focus {
            background: rgba(255 255 255 / 0.3);
            box-shadow: 0 6px 40px rgba(255 255 255 / 0.3);
            outline: none;
        }
        /* For smaller screens, slightly smaller icons */
        @media (max-width: 480px) {
            #socialIcons a {
                width: 3rem;
                height: 3rem;
                font-size: 1.5rem;
            }
        }
        aside#cartSidebar {
    background: rgb(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    z-index: 9999;
}
#checkoutBtn {
    background: #f1a40b;
}
@media (max-width: 768px) {
    header {
        height: 90vh;
    }
    header video.bg-video {
        object-fit: cover;
        width: 100%;
    }
    #modalTitle, #collectionModalTitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    user-select: none;
    /* shimmer inside text effect */
    background: linear-gradient(90deg, #3b3b3b, #3c3d3f, #747474);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shimmer 1.5s infinite;
    }
    @keyframes shimmer {
        0% {
            background-position: 200% 0;
        }
        100% {
            background-position: -200% 0;
        }
    }

.nav-links a {
    font-size: .9em;
}

}

/* instagram section */
#instagram-feed {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 images per row by default (desktop) */
    gap: 15px;
    padding: 0 20px;
    margin: 1em 0;
}
.instagram-feed-wrapper {
    max-width: 1200;
    margin: 2em auto;
}
.instagram-feed-wrapper h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 0.5em;
    font-family: 'Anton', sans-serif;
}
.instagram-feed-wrapper h1 a {
    color: #000;
    text-decoration: none;
  }
.instagram-feed-wrapper h1 a span {
 background: linear-gradient(red, blue);
  -webkit-background-clip: text;
  color: transparent;
}
/* Tablet view - 2 images per row */
@media (max-width: 768px) {
    #instagram-feed {
        grid-template-columns: repeat(2, 1fr);
    }
  
}

/* Mobile view - 1 image per row */
@media (max-width: 480px) {
    #instagram-feed {
        grid-template-columns: 1fr;
    }
  .instagram-feed-wrapper h1 {
    text-align: left;
    font-size: 1.2em;
    padding: 0 20px;
  }
  p.subtext {
    text-align: left !important;
    padding: 0 1.2em;
    font-weight: 550;
    margin: 1em 0;
}
}

.feed-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.feed-item:hover {
    transform: scale(1.05);
}

.feed-item img {
    width: 100%;
    border-radius: 15px;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.feed-item:hover .overlay {
    opacity: 1;
}

.icon {
    color: white;
    font-size: 40px; /* Adjust size as needed */
}
article.relative.rounded-xl.overflow-hidden.bg-white.shadow-sm.cursor-pointer.focus\:outline-none.focus\:ring-2.focus\:ring-blue-500 img {
    height: 100%;
    min-height: 13em;
}