/* Color theme CSS is now in static/css/color-theme.css */

/* Bootstrap Carousel Fix - Ensure only active item is visible */
.carousel-item {
    display: none;
}

.carousel-item.active {
    display: block;
}

/* Hero Banner Styles */
.hero-banner-section {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
}

.banner-slide {
    min-height: 70vh;
    position: relative;
    display: flex;
    align-items: center;
}

/* Mobile: Make banner slide adjust exactly to video size */
@media (max-width: 767.98px) {
    .banner-slide {
        min-height: 0 !important;
        height: auto !important;
        display: block;
        position: relative;
        line-height: 0;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Video banners - adjust to video size */
    .banner-slide:has(.banner-video-wrapper) {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        display: inline-block;
        overflow: visible;
        width: 100%;
    }
    
    /* Force banner slide to match video wrapper height exactly */
    .banner-slide:has(.banner-video-wrapper) {
        height: fit-content !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    
    /* Image banners - fit like videos on mobile */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) {
        min-height: 0 !important;
        height: auto !important;
        display: block;
        overflow: visible;
        width: 100%;
        position: relative;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .container {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .row {
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Make content visible over image */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 3 !important;
        top: auto !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    /* Apply same styles as video banners to image banners */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background: transparent;
        z-index: 3;
    }
    
    /* Ensure image wrapper has proper z-index and doesn't push content down */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-bg-image-wrapper {
        z-index: 1;
        position: relative;
        display: block;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-image-mobile {
        position: relative;
        z-index: 1;
        display: block;
    }
    
    /* Remove any min-height from container inside video banner */
    .banner-slide:has(.banner-video-wrapper) .container {
        min-height: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .banner-slide:has(.banner-video-wrapper) .row {
        min-height: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Image banners - same as video banners */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .container {
        min-height: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .row {
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Make image wrapper exactly match image size */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) {
        height: fit-content !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-bg-image-wrapper {
        margin: 0;
        padding: 0;
    }
    
    /* Ensure content appears over image */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 1rem !important;
        height: auto !important;
        min-height: auto !important;
        z-index: 3 !important;
    }
    
    /* Apply same styles as video banners to image banners */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background: transparent;
        z-index: 3;
    }
    
    /* Make banner slide exactly match video dimensions */
    .banner-slide:has(.banner-video-wrapper) {
        height: fit-content !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Ensure video wrapper is the only element determining height */
    .banner-slide:has(.banner-video-wrapper) .banner-video-wrapper {
        margin: 0;
        padding: 0;
    }
}

.banner-bg-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Desktop: Make image display full like video */
@media (min-width: 768px) {
    .banner-bg-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    .banner-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }
    
    .banner-image-mobile {
        display: none;
    }
}

.banner-image-mobile {
    display: none;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

/* Mobile: Make image banners fit like videos */
@media (max-width: 767.98px) {
    .banner-bg-image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
        overflow: visible;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 0;
        z-index: 1;
    }
    
    .banner-bg-image {
        display: none;
    }
    
    .banner-image-mobile {
        display: block !important;
        width: 100%;
        height: auto;
        object-fit: contain;
        margin: 0;
        padding: 0;
        line-height: 0;
        position: relative;
        z-index: 1;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) {
        min-height: 0 !important;
        height: auto !important;
        display: block;
        overflow: visible;
        width: 100%;
        position: relative;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) {
        height: fit-content !important;
        min-height: 0 !important;
        max-height: none !important;
    }
    
    /* Ensure content is absolutely positioned over image */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        width: 100% !important;
        z-index: 3 !important;
        height: auto !important;
        min-height: auto !important;
        display: block !important;
        visibility: visible !important;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper .row {
        height: auto !important;
        min-height: auto !important;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper .col-lg-6,
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper .col-md-8 {
        height: auto !important;
        min-height: auto !important;
    }
}

.banner-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Mobile: Make video relative so container adjusts to its size */
@media (max-width: 767.98px) {
    .banner-bg-video {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }
    
    /* Ensure carousel item adjusts to video */
    .carousel-item {
        height: auto;
        display: none !important;
    }
    
    .carousel-item.active {
        height: auto;
        display: block !important;
    }
}

.banner-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.banner-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Mobile video adjustments */
@media (max-width: 767.98px) {
    .banner-video-wrapper {
        width: 100%;
        height: auto;
        overflow: visible;
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 0;
        font-size: 0;
    }
    
    .banner-video-wrapper video {
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
        margin: 0;
        padding: 0;
        vertical-align: top;
        line-height: 0;
        font-size: 0;
    }
    
    /* Make wrapper exactly match video dimensions */
    .banner-video-wrapper::after {
        content: '';
        display: none;
    }
    
    /* Ensure video is visible above overlay on mobile */
    .banner-video-wrapper {
        z-index: 1;
    }
    
    .banner-overlay {
        z-index: 2;
    }
    
    .banner-content {
        z-index: 3;
    }
}


.banner-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--complimentary-color) 100%);
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
}

/* Mobile: Ensure overlay is visible for image banners */
@media (max-width: 767.98px) {
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 2;
    }
}

.banner-content {
    position: relative;
    z-index: 3;
    padding: 2rem 0;
}

.banner-badge {
    animation: fadeInUp 0.8s ease-out;
}

.banner-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.banner-title strong,
.banner-title .highlight {
    color: var(--complimentary-color);
}

.banner-description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.banner-actions {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.banner-features {
    animation: fadeInUp 0.8s ease-out 0.8s both;
}

.feature-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Showcase Styles */
.banner-showcase {
    animation: fadeInRight 1s ease-out 0.5s both;
}

.showcase-image {
    position: relative;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    transition: all 0.3s ease;
}

.showcase-image:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.05);
}

.floating-element {
    position: absolute;
    animation: float 3s ease-in-out infinite;
}

.element-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.element-2 {
    bottom: 30%;
    left: 10%;
    animation-delay: 1.5s;
}

.floating-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}

.showcase-placeholder {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Custom Indicators - Hidden */
.custom-indicators {
    display: none !important;
}

.custom-indicators button {
    display: none !important;
}

/* Custom Controls */
.custom-control {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 4;
}

.custom-control:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.custom-control .carousel-control-prev-icon,
.custom-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .banner-title {
        font-size: 3rem;
    }
    
    .hero-banner-section {
        padding-top: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .banner-slide {
        min-height: 60vh;
    }
    
    /* Remove min-height for video banners on tablets */
    .banner-slide:has(.banner-video-wrapper) {
        min-height: 0 !important;
        height: auto !important;
    }
    
    .banner-title {
        font-size: 2.5rem;
    }
    
    .banner-description {
        font-size: 1.1rem;
    }
    
    .showcase-image {
        transform: none;
    }
    
    .floating-element {
        display: none;
    }
    
    .hero-banner-section {
        padding-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .banner-slide {
        min-height: auto;
        height: auto;
        text-align: center;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
    }
    
    /* Make banner adjust to video size on mobile */
    .banner-slide:has(.banner-video-wrapper) {
        min-height: auto;
        height: auto;
        display: block;
    }
    
    /* Remove any spacing that creates extra space */
    .banner-slide .container {
        padding: 0;
        margin: 0;
    }
    
    .banner-overlay {
        background: transparent;
    }
    
    .banner-content {
        padding: 1rem;
        position: relative;
        background: transparent;
        z-index: 3;
    }
    
    /* When video is present, overlay content on video */
    .banner-slide:has(.banner-video-wrapper) .banner-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem;
    }
    
    /* Hide badge on mobile for both video and image banners */
    .banner-badge {
        display: none !important;
    }
    
    .banner-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem !important;
        line-height: 1.3;
    }
    
    .banner-description {
        font-size: 0.85rem;
        margin-bottom: 0.5rem !important;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .banner-actions {
        margin-bottom: 0.5rem;
    }
    
    /* Hide "Explore" button, keep only "Shop Now" button */
    .banner-actions .btn-outline-light {
        display: none !important;
    }
    
    /* Make the remaining button very small */
    .banner-actions .btn {
        display: inline-block;
        width: auto;
        padding: 0.3rem 0.6rem !important;
        font-size: 0.7rem !important;
        margin: 0;
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }
    
    .banner-actions .btn i {
        font-size: 0.65rem;
        margin-right: 0.3rem;
    }
    
    .banner-features {
        margin-top: 0.5rem !important;
        display: none;
    }
    
    .banner-features .row {
        justify-content: center;
    }
    
    .feature-item {
        font-size: 0.7rem;
        padding: 0.3rem;
    }
    
    /* Apply same styles to image banners as video banners */
    /* Badge is already hidden by general rule above */
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem !important;
        line-height: 1.3;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-description {
        font-size: 0.85rem;
        margin-bottom: 0.5rem !important;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-actions {
        margin-bottom: 0.5rem;
    }
    
    /* Hide "Explore" button, keep only "Shop Now" button */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-actions .btn-outline-light {
        display: none !important;
    }
    
    /* Make the remaining button very small */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-actions .btn {
        display: inline-block;
        width: auto;
        padding: 0.3rem 0.6rem !important;
        font-size: 0.7rem !important;
        margin: 0;
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-actions .btn i {
        font-size: 0.65rem;
        margin-right: 0.3rem;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-features {
        margin-top: 0.5rem !important;
        display: none;
    }
    
    .custom-control {
        width: 40px;
        height: 40px;
    }
    
    .custom-indicators {
        bottom: 0.5rem;
    }
    
    .hero-banner-section {
        padding-top: 0.5rem;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Video banners - remove min-height */
    .banner-slide:has(.banner-video-wrapper) .min-vh-50 {
        min-height: 0 !important;
        height: 0 !important;
        padding: 0;
        align-items: flex-end;
    }
    
    /* Image banners - same as video banners on mobile */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .min-vh-50 {
        min-height: 0 !important;
        height: 0 !important;
        padding: 0;
        align-items: flex-end;
    }
    
    /* Remove any extra spacing in row/col for video and image banners */
    .banner-slide:has(.banner-video-wrapper) .row,
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .row {
        margin: 0;
        padding: 0;
        min-height: 0 !important;
        height: 0 !important;
    }
    
    .banner-slide:has(.banner-video-wrapper) .col-lg-6,
    .banner-slide:has(.banner-video-wrapper) .col-md-8,
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .col-lg-6,
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .col-md-8 {
        padding: 0;
        margin: 0;
        min-height: 0 !important;
        height: auto !important;
    }
    
    /* Make carousel item match video height exactly */
    .carousel-inner {
        height: auto !important;
        line-height: 0;
        position: relative;
    }
    
    .carousel-item {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        transition: transform 0.6s ease-in-out;
        line-height: 0;
        padding: 0;
        margin: 0;
        display: none;
    }
    
    .carousel-item.active {
        height: auto !important;
        min-height: 0 !important;
        display: block !important;
    }
    
    /* Ensure carousel item with video matches video size exactly */
    .carousel-item:has(.banner-video-wrapper) {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        display: none !important;
    }
    
    .carousel-item:has(.banner-video-wrapper).active {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
    }
    
    /* Make carousel inner adjust to active item height */
    .carousel-inner:has(.carousel-item.active:has(.banner-video-wrapper)) {
        height: auto !important;
        min-height: 0 !important;
    }
    
    /* Remove any default carousel padding */
    .carousel {
        height: auto;
    }
    
    .hero-banner-section {
        padding: 0;
        margin: 0;
    }
    
    /* Make content wrapper position absolute and overlay on video */
    .banner-content-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    /* Ensure banner slide only contains video height - no extra space */
    .banner-slide:has(.banner-video-wrapper) {
        display: inline-block !important;
        height: fit-content !important;
        min-height: 0 !important;
        max-height: none !important;
        line-height: 0;
        font-size: 0;
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }
    
    /* Make banner slide exactly match video wrapper size */
    .banner-slide:has(.banner-video-wrapper) .banner-video-wrapper {
        display: block;
        height: auto;
        width: 100%;
    }
    
    /* Remove any default spacing from container */
    .banner-slide:has(.banner-video-wrapper) .container {
        height: 0;
        padding: 0;
        margin: 0;
        position: absolute;
    }
    
    /* Remove any gap between video and content */
    .banner-slide:has(.banner-video-wrapper) .banner-content-wrapper {
        position: absolute;
        bottom: 0;
        font-size: 1rem;
    }
    
    /* Apply same styles to image banners */
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper {
        position: absolute;
        bottom: 0;
        font-size: 1rem;
    }
    
    /* Remove any whitespace that creates gaps */
    .banner-slide:has(.banner-video-wrapper) > *:not(.banner-video-wrapper):not(.banner-content-wrapper) {
        display: none;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) > *:not(.banner-bg-image-wrapper):not(.banner-content-wrapper):not(.banner-overlay) {
        display: none;
    }
    
    .banner-slide:has(.banner-video-wrapper) .banner-content-wrapper * {
        font-size: initial;
    }
    
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .banner-content-wrapper * {
        font-size: initial;
    }
}

@media (max-width: 575.98px) {
    .banner-slide {
        min-height: auto;
        height: auto;
    }
    
    .banner-content {
        padding: 0.75rem 0;
    }
    
    .banner-title {
        font-size: 1.25rem;
        margin-bottom: 0.4rem !important;
    }
    
    .banner-description {
        font-size: 0.75rem;
        margin-bottom: 0.5rem !important;
        -webkit-line-clamp: 2;
    }
    
    /* Hide badge on mobile */
    .banner-badge {
        display: none !important;
    }
    
    /* Hide "Explore" button, keep only "Shop Now" */
    .banner-actions .btn-outline-light {
        display: none !important;
    }
    
    /* Make button very small */
    .banner-actions .btn {
        padding: 0.3rem 0.6rem !important;
        font-size: 0.7rem !important;
        line-height: 1.2;
    }
    
    .banner-actions .btn i {
        font-size: 0.65rem;
        margin-right: 0.3rem;
    }
    
    .banner-actions .btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
        margin: 0.2rem;
    }
    
    .feature-item {
        font-size: 0.65rem;
        padding: 0.25rem;
    }
    
    .hero-banner-section {
        padding-top: 0.25rem;
    }
    
    .custom-control {
        width: 35px;
        height: 35px;
    }
    
    .custom-indicators {
        bottom: 0.25rem;
    }
}

/* Category Scroll Styles */
.category-scroll-container {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.category-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 1rem 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.category-scroll-wrapper::-webkit-scrollbar {
    display: none; /* WebKit */
}

.category-scroll-item {
    flex: 0 0 auto;
    width: 160px;
}

/* Desktop/Tablet Category Scroll sizing to match previous grid */
@media (min-width: 768px) {
    .category-scroll-wrapper-desktop {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 1rem;
        padding: 0.5rem 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .category-scroll-wrapper-desktop::-webkit-scrollbar { display: none; }
    /* md: 3 per row equivalent (col-md-4), but original was col-md-6 (2 per row). We'll preserve col-md-6 sizing */
    .category-scroll-item-desktop {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (min-width: 992px) {
    /* lg: 4 per row equivalent (col-lg-3) */
    .category-scroll-item-desktop {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.category-card-mobile {
    height: 200px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.category-card-mobile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.category-card-mobile .card-img-top {
    height: 120px;
    object-fit: cover;
    border-radius: 0;
}

.category-card-mobile .card-body {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-card-mobile .card-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-card-mobile .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
}

/* Product Scroll Styles */
.product-scroll-container {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
    z-index: 1;
}

.product-scroll-container.product-scroll-desktop {
    z-index: 1;
}

.product-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 1rem 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.product-scroll-wrapper::-webkit-scrollbar {
    display: none; /* WebKit */
}

.product-scroll-item {
    flex: 0 0 auto;
    width: 250px;
}

/* Desktop/Tablet Product Scroll sizing to match previous grid */
@media (min-width: 768px) {
    .product-scroll-wrapper-desktop {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 1rem;
        padding: 0.5rem 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .product-scroll-wrapper-desktop::-webkit-scrollbar { display: none; }
    /* md: 2 per row equivalent (col-md-6) */
    .product-scroll-item-desktop {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    /* lg: 4 per row equivalent (col-lg-3) */
    .product-scroll-item-desktop {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.product-card-mobile {
    height: 370px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

.product-card-mobile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-card-mobile .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 0;
}

.product-card-mobile .card-body {
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
}

.product-card-mobile .card-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-mobile .btn {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
}

/* Feature Scroll Styles */
.feature-scroll-container {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.feature-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 1rem 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.feature-scroll-wrapper::-webkit-scrollbar {
    display: none; /* WebKit */
}

.feature-scroll-item {
    flex: 0 0 auto;
    width: 160px;
}

.feature-card-mobile {
    height: 180px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    padding: 1.5rem 1rem;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-card-mobile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: #2c3e50;
}

.feature-description {
    font-size: 0.75rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.3;
}

/* Desktop Scroll Buttons */
@media (min-width: 768px) {
    .desktop-scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: none;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        z-index: 25;
        transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
        opacity: 0.9;
        pointer-events: auto;
        cursor: pointer;
    }
    .desktop-scroll-btn:hover { 
        background: rgba(0,0,0,0.65); 
        transform: translateY(-50%) scale(1.03);
        z-index: 26;
    }
    .desktop-scroll-btn:active {
        transform: translateY(-50%) scale(0.98);
    }
    .desktop-scroll-btn:disabled { 
        opacity: 0.35; 
        cursor: default;
        pointer-events: none;
    }
    .category-scroll-prev, .product-scroll-prev { 
        left: 0.25rem; 
    }
    .category-scroll-next, .product-scroll-next { 
        right: 0.25rem; 
    }
}

/* Scroll Indicators */
/* Removed white shadow gradients from scroll containers */
.category-scroll-container::before,
.category-scroll-container::after {
    display: none;
}

.product-scroll-container::before,
.product-scroll-container::after {
    display: none;
}

.feature-scroll-container::before,
.feature-scroll-container::after {
    display: none;
}

/* Enhanced Mobile Experience */
@media (max-width: 575.98px) {
    .category-scroll-item {
        width: 140px;
    }
    
    .category-card-mobile {
        height: 180px;
    }
    
    .category-card-mobile .card-img-top {
        height: 100px;
    }
    
    .category-card-mobile .card-body {
        height: 80px;
    }
    
    .category-card-mobile .card-title {
        font-size: 0.8rem;
    }
    
    .category-card-mobile .btn {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
    
    .feature-scroll-item {
        width: 140px;
    }
    
    .feature-card-mobile {
        height: 160px;
        padding: 1rem 0.75rem;
    }
    
    .feature-title {
        font-size: 0.8rem;
    }
    
    .feature-description {
        font-size: 0.7rem;
    }
}

/* Section Background Styles */
.search-section,
.categories-section,
.products-section,
.gender-section,
.features-section {
    background: linear-gradient(135deg, rgba(210, 163, 211, 0.1) 0%, rgba(96, 62, 117, 0.15) 100%);
    position: relative;
    overflow: visible;
}

/* Professional Search Bar Styles */
.search-section {
    margin-bottom: 0;
    padding-bottom: 2rem;
}

.search-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.3)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.search-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.search-header {
    margin-bottom: 2rem;
}

.search-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.search-icon {
    color: var(--primary-color);
    font-size: 1.75rem;
    animation: pulse 2s ease-in-out infinite;
}

.search-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

.search-wrapper {
    position: relative;
    z-index: 10;
}

.search-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.search-input-group:focus-within {
    box-shadow: 0 10px 40px rgba(56, 23, 58, 0.2);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.search-input-icon {
    color: #6c757d;
    font-size: 1.25rem;
    padding: 0 1rem;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 0.75rem 0;
    background: transparent;
    color: #2c3e50;
}

.search-input::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

.search-btn {
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(56, 23, 58, 0.4);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(56, 23, 58, 0.6);
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);
}

.search-btn:active {
    transform: translateY(0);
}

.search-btn-icon {
    display: none;
}

.search-suggestions {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    animation: slideDown 0.3s ease;
}

.search-suggestions.active {
    display: block;
}

.suggestion-item {
    padding: 1rem 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
    color: #2c3e50;
    display: flex;
    align-items: center;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover {
    background: #f8f9fa;
    padding-left: 1.5rem;
    color: var(--primary-color);
}

.suggestion-item img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.suggestion-item .fw-bold {
    font-size: 0.95rem;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.suggestion-item .text-muted {
    font-size: 0.85rem;
}

.suggestion-item i {
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
}

/* Mobile Suggestion Styling */
@media (max-width: 767.98px) {
    .suggestion-item {
        padding: 0.85rem 1rem;
        font-size: 0.9rem;
    }
    
    .suggestion-item:hover {
        padding-left: 1.25rem;
    }
    
    .suggestion-item img {
        width: 40px;
        height: 40px;
    }
    
    .suggestion-item .fw-bold {
        font-size: 0.9rem;
    }
    
    .suggestion-item .text-muted {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .suggestion-item {
        padding: 0.75rem 0.9rem;
        font-size: 0.85rem;
    }
    
    .suggestion-item img {
        width: 35px;
        height: 35px;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Responsive Design for Search */
@media (max-width: 991.98px) {
    .search-title {
        font-size: 1.75rem;
    }
    
    .search-icon {
        font-size: 1.5rem;
    }
    
    .search-subtitle {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .search-section {
        padding: 2rem 0 !important;
    }
    
    .search-container {
        padding: 0 1rem;
    }
    
    .search-header {
        margin-bottom: 1.5rem;
    }
    
    .search-title {
        font-size: 1.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .search-icon {
        font-size: 1.25rem;
    }
    
    .search-subtitle {
        font-size: 0.85rem;
    }
    
    .search-input-group {
        padding: 0.4rem;
        border-radius: 30px;
        flex-wrap: nowrap;
        display: flex;
        align-items: center;
    }
    
    .search-input-icon {
        padding: 0 0.75rem;
        font-size: 1rem;
        flex-shrink: 0;
    }
    
    .search-input {
        font-size: 0.9rem;
        padding: 0.6rem 0;
        flex: 1;
        min-width: 0;
        border: none;
        outline: none;
    }
    
    .search-btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.85rem;
        flex-shrink: 0;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    
    .search-btn-text {
        display: inline-block;
    }
    
    .search-btn-icon {
        display: inline-block;
    }
}

/* Gender Categories Section Styles */
/* Modern Gender Cards - Desktop */
.gender-card-modern {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(210, 163, 211, 0.05) 100%);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.gender-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(56, 23, 58, 0.03) 0%, rgba(96, 62, 117, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 20px;
}

.gender-card-modern:hover {
    transform: translateY(-10px);
    border-color: var(--secondary-color);
    box-shadow: 0 15px 40px rgba(56, 23, 58, 0.15);
}

.gender-card-modern:hover::before {
    opacity: 1;
}

.gender-image-container {
    width: 100%;
    max-width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.gender-image-modern {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 4px 12px rgba(56, 23, 58, 0.1));
}

.gender-card-modern:hover .gender-image-modern {
    transform: scale(1.08) translateY(-5px);
    filter: drop-shadow(0 8px 20px rgba(56, 23, 58, 0.2));
}

.gender-content {
    position: relative;
    z-index: 1;
}

.gender-title-modern {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.gender-card-modern:hover .gender-title-modern {
    color: var(--secondary-color);
}

.gender-desc-modern {
    font-size: 0.95rem;
    color: var(--primary-color);
    margin: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.gender-card-modern:hover .gender-desc-modern {
    opacity: 1;
}

/* Modern Gender Cards - Mobile */
.gender-card-modern-mobile {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(210, 163, 211, 0.05) 100%);
    border-radius: 16px;
    padding: 1.25rem 0.75rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.gender-card-modern-mobile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(56, 23, 58, 0.03) 0%, rgba(96, 62, 117, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 16px;
}

.gender-card-modern-mobile:hover {
    transform: translateY(-5px);
    border-color: var(--secondary-color);
    box-shadow: 0 10px 25px rgba(56, 23, 58, 0.15);
}

.gender-card-modern-mobile:hover::before {
    opacity: 1;
}

.gender-image-container-mobile {
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.gender-image-modern-mobile {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(56, 23, 58, 0.1));
}

.gender-card-modern-mobile:hover .gender-image-modern-mobile {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 12px rgba(56, 23, 58, 0.2));
}

.gender-content-mobile {
    position: relative;
    z-index: 1;
}

.gender-title-modern-mobile {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}

.gender-card-modern-mobile:hover .gender-title-modern-mobile {
    color: var(--secondary-color);
}

.gender-desc-modern-mobile {
    font-size: 0.8rem;
    color: var(--primary-color);
    margin: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.gender-card-modern-mobile:hover .gender-desc-modern-mobile {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .gender-image-container {
        max-width: 180px;
        height: 180px;
    }
    
    .gender-card-modern {
        padding: 2rem 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .gender-image-container {
        max-width: 160px;
        height: 160px;
    }
    
    .gender-card-modern {
        padding: 1.75rem 1rem;
    }
    
    .gender-title-modern {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .gender-card-modern-mobile {
        min-height: 160px;
        padding: 1rem 0.5rem;
    }
    
    .gender-image-container-mobile {
        max-width: 90px;
        height: 90px;
    }
}

@media (max-width: 575.98px) {
    .search-title {
        font-size: 1.25rem;
    }
    
    .search-subtitle {
        font-size: 0.8rem;
    }
    
    .search-input-group {
        padding: 0.35rem;
        border-radius: 25px;
        flex-wrap: nowrap;
    }
    
    .search-input {
        font-size: 0.85rem;
        padding: 0.5rem 0;
        flex: 1;
    }
    
    .search-input-icon {
        padding: 0 0.5rem;
        font-size: 0.9rem;
        flex-shrink: 0;
    }
    
    .search-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        flex-shrink: 0;
        white-space: nowrap;
    }
    
    .search-btn-text {
        display: inline-block;
    }
    
    .search-btn-icon {
        display: inline-block;
    }
    
    .search-suggestions {
        border-radius: 12px;
        max-height: 300px;
    }
    
    /* Mobile Product Scroll Adjustments */
    .product-scroll-item {
        width: 230px;
    }
    
    .product-card-mobile {
        height: 350px;
    }
    
    .product-card-mobile .card-img-top {
        height: 180px;
    }
    
    .product-card-mobile .card-body {
        height: 170px;
        padding: 1rem;
    }
    
    .product-card-mobile .card-title {
        font-size: 0.95rem;
    }
    
    .product-card-mobile .btn {
        font-size: 0.75rem;
        padding: 0.3rem 0.6rem;
    }
}

/* Newsletter Mobile Styles */
.newsletter-form-mobile {
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form-mobile .input-group {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
}

.newsletter-form-mobile .form-control {
    border: none;
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
}

.newsletter-form-mobile .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.newsletter-form-mobile .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border: none;
    white-space: nowrap;
}

.newsletter-form-mobile .btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Mobile Newsletter Responsive */
@media (max-width: 575.98px) {
    .newsletter-form-mobile {
        max-width: 100%;
        padding: 0 1rem;
    }
    
    .newsletter-form-mobile .form-control {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }
    
    .newsletter-form-mobile .btn {
        padding: 0.6rem 1.25rem;
        font-size: 0.85rem;
    }
}

/* Utility Classes */
.min-vh-50 {
    min-height: 50vh;
}

@media (max-width: 991.98px) {
    .min-vh-50 {
        min-height: 40vh;
    }
}

/* Mobile: Remove min-height for both video and image banners */
@media (max-width: 767.98px) {
    .banner-slide:has(.banner-video-wrapper) .min-vh-50,
    .banner-slide:has(.banner-bg-image-wrapper):not(:has(.banner-video-wrapper)) .min-vh-50 {
        min-height: 0 !important;
        height: 0 !important;
        }
    }

/* ============================================
   Collection Design Styles
   ============================================ */

/* Gifting Guide Style */
.gifting-guide-section {
    background: linear-gradient(135deg, rgba(210, 163, 211, 0.15) 0%, rgba(96, 62, 117, 0.2) 100%);
}

.gifting-guide-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.gifting-guide-header-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.gifting-guide-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.gifting-guide-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.gifting-guide-description {
    font-size: 1rem;
    color: var(--primary-color);
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.9;
}

.gifting-guide-container {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.gifting-guide-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1.5rem;
    padding: 1.5rem 0;
    scrollbar-width: thin;
    scrollbar-color: var(--secondary-color) rgba(96, 62, 117, 0.1);
}

.gifting-guide-wrapper::-webkit-scrollbar {
    height: 8px;
}

.gifting-guide-wrapper::-webkit-scrollbar-track {
    background: rgba(96, 62, 117, 0.1);
    border-radius: 10px;
}

.gifting-guide-wrapper::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

.gifting-guide-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.gifting-guide-item {
    flex: 0 0 auto;
    width: 240px;
}

.gifting-guide-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gifting-guide-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 35px rgba(56, 23, 58, 0.2);
}

.gifting-guide-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gifting-guide-card:hover .gifting-guide-image {
    transform: scale(1.05);
}

.gifting-guide-placeholder {
    width: 100%;
    height: 280px;
    background: linear-gradient(135deg, rgba(56, 23, 58, 0.05) 0%, rgba(96, 62, 117, 0.08) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gifting-guide-label {
    padding: 1.25rem 1rem;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.05rem;
    background: white;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.gifting-guide-card:hover .gifting-guide-label {
    color: var(--secondary-color);
}

/* Glam Gallery Style */
.glam-gallery-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.glam-gallery-header-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1rem;
}

.glam-gallery-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    position: relative;
    display: inline-block;
}

.glam-gallery-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 2px;
}

.glam-gallery-description {
    font-size: 1rem;
    color: var(--primary-color);
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.9;
}

.glam-gallery-container {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px;
}

.glam-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Mobile: Make grid scrollable horizontally */
@media (max-width: 767.98px) {
    .gifting-guide-header {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .gifting-guide-title {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }
    
    .gifting-guide-title::after {
        width: 60px;
        height: 3px;
        bottom: -8px;
    }
    
    .gifting-guide-description {
        font-size: 0.9rem;
        margin-top: 1rem;
        line-height: 1.5;
    }
    
    .gifting-guide-item {
        width: 180px;
    }
    
    .gifting-guide-image,
    .gifting-guide-placeholder {
        height: 200px;
    }
    
    .gifting-guide-label {
        padding: 1rem 0.75rem;
        font-size: 0.95rem;
    }
    
    .glam-gallery-header {
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .glam-gallery-title {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }
    
    .glam-gallery-title::after {
        width: 60px;
        height: 3px;
        bottom: -8px;
    }
    
    .glam-gallery-description {
        font-size: 0.95rem;
        margin-top: 1rem;
        line-height: 1.5;
    }
    
    .glam-gallery-container {
        margin: 0;
        padding: 0;
    }
    
    .glam-gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 0.75rem;
        padding: 0.5rem 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        grid-template-columns: none;
        max-width: none;
    }
    
    .glam-gallery-grid::-webkit-scrollbar {
        display: none;
    }
    
    .glam-gallery-item {
        flex: 0 0 calc(50% - 0.375rem);
        min-width: calc(50% - 0.375rem);
        aspect-ratio: 1;
    }
}

.glam-gallery-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.glam-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.glam-gallery-card {
    width: 100%;
    height: 100%;
    position: relative;
}

.glam-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.glam-gallery-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(56, 23, 58, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.glam-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 1.25rem 0.75rem 0.75rem;
    text-align: center;
}

.glam-gallery-text {
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Shop by Occasion Style */
.shop-by-occasion-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    align-items: stretch;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(210, 163, 211, 0.15) 0%, rgba(96, 62, 117, 0.2) 100%);
    border-radius: 20px;
    padding: 2rem;
}

.shop-by-occasion-left {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.shop-by-occasion-left-image {
    flex: 0 0 auto;
    width: 280px;
    height: 100%;
    display: flex;
    align-items: center;
}

.shop-by-occasion-main-image {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
    object-position: center;
}

.shop-by-occasion-placeholder {
    width: 100%;
    height: 400px;
    background: rgba(56, 23, 58, 0.05);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.shop-by-occasion-middle {
    flex: 1;
    text-align: left;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shop-by-occasion-main-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #d63384;
}

.shop-by-occasion-sub-heading {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    font-family: 'Dancing Script', 'Georgia', serif;
    color: #000;
    line-height: 1.2;
}

.shop-by-occasion-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    line-height: 1.6;
}

.shop-by-occasion-button {
    background: #d63384;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(214, 51, 132, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
}

.shop-by-occasion-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 51, 132, 0.4);
    background: #c02d75;
    color: white;
}

.shop-by-occasion-right {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: stretch;
}

.shop-by-occasion-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.shop-by-occasion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.shop-by-occasion-card-image {
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #f8f9fa;
    padding: 0.5rem;
}

.shop-by-occasion-card-placeholder {
    width: 100%;
    height: 200px;
    background: rgba(56, 23, 58, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-by-occasion-card-label {
    padding: 1rem;
    background: white;
    color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 0.95rem;
    border-top: 1px solid #e9ecef;
    margin-top: auto;
}

.shop-by-occasion-card-label i {
    transition: transform 0.3s ease;
}

.shop-by-occasion-card:hover .shop-by-occasion-card-label i {
    transform: translateX(5px);
}

/* Responsive Styles for Collection Designs */
@media (max-width: 991.98px) {
    .gifting-guide-title {
        font-size: 2rem;
    }
    
    .gifting-guide-description {
        font-size: 0.95rem;
    }
    
    .gifting-guide-item {
        width: 200px;
    }
    
    .gifting-guide-image,
    .gifting-guide-placeholder {
        height: 240px;
    }
    
    .glam-gallery-title {
        font-size: 2.5rem;
    }
    
    .glam-gallery-description {
        font-size: 1.05rem;
    }
    
    .shop-by-occasion-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem;
    }
    
    .shop-by-occasion-left {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .shop-by-occasion-left-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .shop-by-occasion-middle {
        text-align: center;
    }
    
    .shop-by-occasion-right {
        flex-direction: row;
        overflow-x: auto;
        gap: 1rem;
        padding-bottom: 0.5rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .shop-by-occasion-right::-webkit-scrollbar {
        display: none;
    }
    
    .shop-by-occasion-card {
        min-width: 200px;
        flex: 0 0 auto;
    }
    
    .glam-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .gifting-guide-item {
        width: 140px;
    }
    
    .gifting-guide-image,
    .gifting-guide-placeholder {
        height: 180px;
    }
    
    .gifting-guide-label {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .glam-gallery-text {
        font-size: 0.95rem;
    }
    
    .glam-gallery-title {
        font-size: 1.75rem;
    }
    
    .glam-gallery-title::after {
        width: 50px;
        height: 3px;
    }
    
    .glam-gallery-description {
        font-size: 0.9rem;
    }
    
    /* Shop by Occasion Mobile Design - Compact Layout */
    .shop-by-occasion-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    
    .shop-by-occasion-left {
        order: 1;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .shop-by-occasion-left-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: none; /* Hide promotional image on mobile */
    }
    
    .shop-by-occasion-main-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
    }
    
    .shop-by-occasion-placeholder {
        width: 100%;
        height: 250px;
        max-width: 100%;
    }
    
    .shop-by-occasion-middle {
        order: 1;
        text-align: center;
        padding: 1rem 0.5rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .shop-by-occasion-main-heading {
        font-size: 1.1rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
        color: #d63384;
    }
    
    .shop-by-occasion-sub-heading {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 400;
        color: #000;
    }
    
    .shop-by-occasion-description {
        font-size: 0.85rem;
        margin-bottom: 1rem;
        line-height: 1.5;
        color: #2c3e50;
    }
    
    .shop-by-occasion-button {
        padding: 0.5rem 1.25rem;
        font-size: 0.85rem;
        border-radius: 30px;
        background: #d63384;
        margin: 0 auto;
    }
    
    .shop-by-occasion-right {
        order: 2;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 0.75rem;
        padding: 0.5rem 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0;
    }
    
    .shop-by-occasion-right::-webkit-scrollbar {
        display: none;
    }
    
    .shop-by-occasion-card {
        min-width: calc(33.333% - 0.5rem);
        flex: 0 0 auto;
        border-radius: 12px;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
    }
    
    .shop-by-occasion-card-image,
    .shop-by-occasion-card-placeholder {
        height: 120px;
        object-fit: contain;
        object-position: center;
        background: #f8f9fa;
        padding: 0.5rem;
        border-radius: 12px 12px 0 0;
    }
    
    .shop-by-occasion-card-label {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
        background: white;
        color: #2c3e50;
        border-top: 1px solid #e9ecef;
        border-radius: 0 0 12px 12px;
        margin-top: auto;
    }
    
    .shop-by-occasion-card-label i {
        font-size: 0.75rem;
    }
}

@media (max-width: 575.98px) {
    .gifting-guide-item {
        width: 160px;
    }
    
    .gifting-guide-image,
    .gifting-guide-placeholder {
        height: 180px;
    }
    
    .gifting-guide-label {
        padding: 0.875rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .glam-gallery-item {
        flex: 0 0 calc(50% - 0.375rem);
        min-width: calc(50% - 0.375rem);
    }
    
    .shop-by-occasion-layout {
        padding: 1rem;
    }
    
    .shop-by-occasion-sub-heading {
        font-size: 1.5rem;
    }
    
    .shop-by-occasion-main-heading {
        font-size: 1rem;
        color: #d63384;
    }
    
    .shop-by-occasion-description {
        font-size: 0.8rem;
        color: #2c3e50;
    }
    
    .shop-by-occasion-button {
        padding: 0.45rem 1rem;
        font-size: 0.8rem;
        background: #d63384;
    }
    
    .shop-by-occasion-card {
        min-width: calc(33.333% - 0.5rem);
    }
    
    .shop-by-occasion-card-image,
    .shop-by-occasion-card-placeholder {
        height: 100px;
        object-fit: contain;
    }
    
    .shop-by-occasion-card-label {
        padding: 0.6rem 0.4rem;
        font-size: 0.75rem;
        background: white;
        color: #2c3e50;
    }
}

/* ============================================
   All Things Shiny - Category Grid Layout
   ============================================ */

.all-things-shiny-section {
    background: linear-gradient(135deg, rgba(255, 250, 250, 0.95) 0%, rgba(255, 245, 245, 0.98) 100%);
    padding: 3rem 0;
}

.all-things-shiny-header {
    margin-bottom: 3rem;
}

.all-things-shiny-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.all-things-shiny-description {
    font-size: 1.1rem;
    color: var(--primary-color);
    opacity: 0.8;
}

.all-things-shiny-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.all-things-shiny-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.all-things-shiny-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.all-things-shiny-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.all-things-shiny-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.all-things-shiny-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.all-things-shiny-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    padding: 1.5rem 1.5rem 1.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.all-things-shiny-text {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
}

/* Grid Layout Positions - 3 Column Layout */
.all-things-shiny-col1 {
    grid-column: 1;
    min-height: 550px;
    max-height: 550px;
    height: 550px;
}

.all-things-shiny-col2 {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 550px;
}

.all-things-shiny-horizontal {
    flex: 0 0 auto;
    min-height: 267px;
    max-height: 267px;
    height: 267px;
}

.all-things-shiny-small-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    flex: 1;
}

.all-things-shiny-small {
    min-height: 267px;
    max-height: 267px;
    height: 100%;
}

.all-things-shiny-col3 {
    grid-column: 3;
    min-height: 550px;
    max-height: 550px;
    height: 550px;
}

/* Tablet Adjustments */
@media (max-width: 991.98px) {
    .all-things-shiny-title {
        font-size: 2rem;
    }
    
    .all-things-shiny-description {
        font-size: 1rem;
    }
    
    .all-things-shiny-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.75rem;
    }
    
    .all-things-shiny-col1,
    .all-things-shiny-col3 {
        min-height: 500px;
        max-height: 500px;
    }
    
    .all-things-shiny-horizontal {
        min-height: 220px;
        max-height: 220px;
    }
    
    .all-things-shiny-small {
        min-height: 220px;
        max-height: 220px;
    }
    
    .all-things-shiny-text {
        font-size: 1.1rem;
    }
    
    .all-things-shiny-overlay {
        padding: 1.25rem 1.25rem 1rem;
    }
}

/* Mobile Layout - 2 Column Grid */
@media (max-width: 767.98px) {
    .all-things-shiny-section {
        padding: 2rem 0;
    }
    
    .all-things-shiny-header {
        margin-bottom: 1.5rem;
        padding: 0 1rem;
    }
    
    .all-things-shiny-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
        margin-bottom: 0.75rem;
    }
    
    .all-things-shiny-description {
        font-size: 0.9rem;
    }
    
    .all-things-shiny-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        padding: 0 1rem;
        max-width: 100%;
    }
    
    /* Column 1: Vertical image */
    .all-things-shiny-col1 {
        grid-column: 1;
        grid-row: 1 / 3;
        min-height: 320px;
        max-height: 320px;
        height: 320px;
    }
    
    /* Column 2: Horizontal + 2 small */
    .all-things-shiny-col2 {
        grid-column: 2;
        grid-row: 1 / 3;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        height: 320px;
    }
    
    .all-things-shiny-horizontal {
        flex: 0 0 auto;
        min-height: 150px;
        max-height: 150px;
        height: 150px;
    }
    
    .all-things-shiny-small-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        flex: 1;
    }
    
    .all-things-shiny-small {
        min-height: 150px;
        max-height: 150px;
        height: 100%;
    }
    
    /* Column 3: Vertical image */
    .all-things-shiny-col3 {
        grid-column: 1 / 3;
        grid-row: 3;
        min-height: 200px;
        max-height: 200px;
        height: 200px;
        margin-top: 0.75rem;
    }
    
    .all-things-shiny-overlay {
        padding: 1rem 0.75rem 0.75rem;
    }
    
    .all-things-shiny-text {
        font-size: 0.85rem;
        letter-spacing: 1px;
        line-height: 1.2;
    }
}

/* Very Small Mobile */
@media (max-width: 575.98px) {
    .all-things-shiny-section {
        padding: 1.5rem 0;
    }
    
    .all-things-shiny-header {
        margin-bottom: 1.25rem;
        padding: 0 0.75rem;
    }
    
    .all-things-shiny-title {
        font-size: 1.25rem;
        letter-spacing: 0.5px;
    }
    
    .all-things-shiny-description {
        font-size: 0.85rem;
    }
    
    .all-things-shiny-grid {
        gap: 0.5rem;
        padding: 0 0.75rem;
    }
    
    .all-things-shiny-col1 {
        grid-row: 1 / 3;
        min-height: 280px;
        max-height: 280px;
        height: 280px;
    }
    
    .all-things-shiny-col2 {
        height: 280px;
        gap: 0.5rem;
    }
    
    .all-things-shiny-horizontal {
        min-height: 130px;
        max-height: 130px;
        height: 130px;
    }
    
    .all-things-shiny-small-row {
        gap: 0.5rem;
    }
    
    .all-things-shiny-small {
        min-height: 130px;
        max-height: 130px;
    }
    
    .all-things-shiny-col3 {
        min-height: 180px;
        max-height: 180px;
        height: 180px;
        margin-top: 0.5rem;
    }
    
    .all-things-shiny-text {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    
    .all-things-shiny-overlay {
        padding: 0.75rem 0.5rem 0.5rem;
    }
}
