/* Custom styles that Tailwind cannot handle easily */

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Complex pseudo-elements with content */
.new-arrival-info::before {
    content: '10% OFF';
    position: absolute;
    top: -12px;
    left: 12px;
    background: #dc3545;
    color: #ffffff;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.favourite-decorative-line .decorative-symbol::before,
.favourite-decorative-line .decorative-symbol::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background-color: #ff9900;
}

.favourite-decorative-line .decorative-symbol::before {
    right: 100%;
}

.favourite-decorative-line .decorative-symbol::after {
    left: 100%;
}

/* Complex decorative pattern for video section */
.video-decorative-pattern {
    background-image:
        radial-gradient(ellipse 15px 8px at 80% 15%, rgba(255, 215, 0, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 12px 6px at 75% 25%, rgba(255, 223, 0, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 18px 10px at 85% 35%, rgba(255, 215, 0, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse 14px 7px at 70% 45%, rgba(255, 223, 0, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 16px 9px at 88% 55%, rgba(255, 215, 0, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 13px 6px at 78% 65%, rgba(255, 223, 0, 0.3) 0%, transparent 50%),
        radial-gradient(circle 4px at 82% 20%, rgba(255, 215, 0, 0.5) 0%, transparent 70%),
        radial-gradient(circle 3px at 77% 40%, rgba(255, 223, 0, 0.45) 0%, transparent 70%),
        radial-gradient(circle 5px at 86% 50%, rgba(255, 215, 0, 0.4) 0%, transparent 70%),
        radial-gradient(circle 3.5px at 72% 60%, rgba(255, 223, 0, 0.5) 0%, transparent 70%),
        radial-gradient(ellipse 10px 5px at 83% 30%, rgba(255, 215, 0, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse 8px 4px at 79% 50%, rgba(255, 223, 0, 0.35) 0%, transparent 50%);
    background-size: 100% 100%;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0 8px 0 0;
}

.video-decorative-pattern::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 250px;
    height: 250px;
    background-image:
        radial-gradient(ellipse 20px 12px at 75% 20%, rgba(255, 200, 0, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse 14px 8px at 88% 30%, rgba(255, 215, 0, 0.3) 0%, transparent 60%),
        radial-gradient(ellipse 16px 9px at 72% 50%, rgba(255, 200, 0, 0.25) 0%, transparent 60%),
        radial-gradient(ellipse 18px 10px at 85% 60%, rgba(255, 215, 0, 0.3) 0%, transparent 60%);
    background-size: 100% 100%;
    background-position: top right;
    background-repeat: no-repeat;
}

/* Hide CSS pattern when image is used */
.video-decorative-pattern:has(.video-pattern-image) {
    background-image: none;
}

.video-decorative-pattern:has(.video-pattern-image)::before {
    display: none;
}

/* Swiper Navigation Customization */
.swiper-button-prev.favourite-nav-prev,
.swiper-button-next.favourite-nav-next {
    width: 50px !important;
    height: 50px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    color: #006a71 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 20 !important;
}

.swiper-button-prev.favourite-nav-prev:after,
.swiper-button-next.favourite-nav-next:after {
    font-size: 20px !important;
    font-weight: bold;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
}

.swiper-button-prev.favourite-nav-prev:hover,
.swiper-button-next.favourite-nav-next:hover {
    background-color: #ff9900 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
    border-color: #ff9900;
}

.swiper-button-prev.favourite-nav-prev {
    left: 10px !important;
}

.swiper-button-next.favourite-nav-next {
    right: 10px !important;
}

/* Swiper Pagination Customization */
.favourite-pagination-dots {
    bottom: 0 !important;
}

.favourite-pagination-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #999;
    opacity: 1;
    margin: 0 5px;
}

.favourite-pagination-dots .swiper-pagination-bullet-active {
    background: #ff9900;
    border-color: #ff9900;
    width: 30px;
    border-radius: 4px;
}

/* Categories Swiper */
.categories-swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
    will-change: transform;
}

/* Collection Swiper - OLD STYLES COMMENTED OUT, KEEPING FOR REFERENCE */
/* Replaced with new Spotlight Carousel design below */

/* NEW Collection Spotlight Carousel */
.collection-swiper {
    padding: 40px 20px !important;
}

.collection-swiper .swiper-wrapper {
    align-items: center;
    padding: 20px 0;
}

/* All slides - smaller and faded */
.collection-swiper .swiper-slide {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(0.75);
    opacity: 0.4;
    filter: blur(2px);
}

/* Active (center) slide - large and prominent */
.collection-swiper .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
    filter: blur(0) !important;
    z-index: 10;
}

/* Spotlight Card */
.collection-spotlight-card {
    position: relative;
    width: 100%;
    height: 500px;
    transition: all 0.5s ease;
}

.collection-spotlight-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.collection-spotlight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.collection-swiper .swiper-slide-active .collection-spotlight-image {
    transform: scale(1.05);
}

/* Gradient Overlay - Always visible */
.collection-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent 0%,
            transparent 40%,
            rgba(0, 0, 0, 0.4) 70%,
            rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

/* Info Box - Hidden on non-active slides */
.collection-info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease 0.2s;
}

.collection-swiper .swiper-slide-active .collection-info-box {
    opacity: 1;
    transform: translateY(0);
}

.collection-category-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.collection-explore-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff9900, #ffb84d);
    margin: 0 auto 15px;
    border-radius: 2px;
}

.collection-category-desc {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.collection-cta-btn {
    background: linear-gradient(135deg, #ff9900 0%, #ff6b00 100%);
    color: #fff;
    border: none;
    padding: 14px 45px;
    border-radius: 30px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 153, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.collection-cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.collection-cta-btn:hover::before {
    width: 300px;
    height: 300px;
}

.collection-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(255, 153, 0, 0.5);
}

/* Navigation Container */
.collection-nav-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 20;
    pointer-events: none;
}

.collection-nav-btn {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #ff9900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    color: #ff9900;
}

.collection-nav-btn:hover {
    background: #ff9900;
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 5px 20px rgba(255, 153, 0, 0.4);
}

/* Pagination */
.collection-pagination-new {
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.collection-pagination-new .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d4d4d4;
    opacity: 1;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.collection-pagination-new .swiper-pagination-bullet-active {
    background: #ff9900;
    width: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .collection-spotlight-card {
        height: 400px;
    }

    .collection-category-name {
        font-size: 28px;
    }

    .collection-nav-btn {
        width: 40px;
        height: 40px;
    }

    .collection-swiper .swiper-slide {
        transform: scale(0.85);
    }
}

/* Brass Idols product card hover image swap */
.product-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
}

.product-card-image-wrapper .product-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.product-card-image-main {
    opacity: 1;
    z-index: 1;
}

.product-card-image-hover {
    opacity: 0;
    z-index: 2;
    transform: scale(1.05);
}

.product-card:hover .product-card-image-main {
    opacity: 0;
    transform: scale(1.02);
}

.product-card:hover .product-card-image-hover {
    opacity: 1;
    transform: scale(1);
}

/* Favourite Section Layout Fixes */
.favourite-left {
    min-height: 400px;
}

.favourite-left>div {
    min-height: 500px;
}

/* Make left and right favourite images specific heights */
.favourite-left img {
    width: 100%;
    height: 600px;
    /* show full product without cropping */
    border-radius: 10px;
}

.fav-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fav-product-image {
    width: 100%;
    height: 380px !important;
    border-radius: 10px;
}

@media (min-width: 1024px) {
    .favourite-left>div {
        min-height: 600px;
    }
}

@media (max-width: 768px) {
    .favourite-layout {
        flex-direction: column;
        padding: 0;
        gap: 20px;
    }

    .favourite-left,
    .favourite-right {
        max-width: 100%;
        width: 100%;
    }

    .favourite-left {
        height: 400px;
    }

    .favourite-nav-prev,
    .favourite-nav-next {
        display: none;
    }
}

@media (max-width: 991px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .newsletter-center {
        text-align: center;
        padding-left: 0;
    }

    .newsletter-right-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter-inline-form {
        width: 100%;
        justify-content: center;
    }

    .limited-offers-grid {
        grid-template-columns: 1fr;
    }

    .limited-offer-card {
        height: 220px;
    }

    .limited-offer-title {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
    .video-wrapper {
        flex-direction: column;
    }

    .video-left,
    .video-right {
        max-width: 100%;
    }

    .video-right {
        min-height: auto;
        padding: 40px 30px;
    }

    .video-title {
        font-size: 32px;
    }

    .video-description {
        font-size: 16px;
    }
}

/* Premium Product Card Redesign */
.premium-card {
    border: none;
    /* background: #fff; */
    /* border-radius: 16px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.premium-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

.premium-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 380px;
    /* Taller, more elegant aspect ratio */
    overflow: hidden;
    background-color: #f9f9f9;
}

.premium-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease, opacity 0.4s ease;
}

.premium-card-image.main-img {
    opacity: 1;
    z-index: 1;
}

.premium-card-image.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

/* Hover effects for images */
.premium-card:hover .premium-card-image.main-img {
    opacity: 0;
}

.premium-card:hover .premium-card-image.hover-img {
    opacity: 1;
    transform: scale(1.08);
    /* Apply zoom to hover image as well */
}

/* View Product Button (Slide Up) */
.premium-view-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    background-color: #fdf6d4;
    color: #1a1a1a;
    border: none;
    padding: 10px 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.95;
}

.premium-card:hover .premium-view-btn {
    transform: translateY(0);
    margin: 20px;
}

.premium-view-btn:hover {
    background-color: #fcf4c5;
    color: #000;
}

.premium-card-content {
    /* padding: 20px; */
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* background: linear-gradient(to bottom, #ffffff 0%, #fffdf5 100%); */
}

.premium-card-title {
    font-family: 'jost', serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.05rem;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.premium-card:hover .premium-card-title {
    color: #ff9900;
}

.premium-card-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .premium-price-current {
        font-size: 16px;
    }

    .premium-price-old {
        font-size: 12px;
    }

    .premium-card-price-row {
        gap: 5px;
    }
}

.premium-price-current {
    font-family: 'jost', serif;
    font-weight: 600;
    letter-spacing: 0.05rem;
    font-size: 18px;
    color: #006a71;
    white-space: nowrap;
}

.premium-price-old {
    font-family: 'jost', serif;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.premium-price-old::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f06543;
    /* Adjusted to match the orange-red in image */
    transform: rotate(-12deg);
    transform-origin: center;
}

.premium-price-save {
    font-size: 11px;
    font-weight: 700;
    background-color: #e6ffea;
    color: #28a745;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.premium-card-actions {
    margin-top: auto;
}

.premium-add-btn {
    width: 100%;
    background-color: #ff9900;
    color: #ffffff;
    border: none;
    padding: 12px 14px;
    border-radius: 8px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
}

.premium-add-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.3s ease;
}

.premium-add-btn:hover::before {
    width: 100%;
}

.premium-add-btn:hover {
    background-color: #e68a00;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
}

.premium-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: red;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* New Arrivals Unique Design */
.new-arrival-card {
    position: relative;
    overflow: hidden;
    /* border-radius: 12px; */
    height: 100%;
    transition: transform 0.3s ease;
}

.new-arrival-card:hover {
    transform: scale(1.02);
}

.new-arrival-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.new-arrival-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.new-arrival-card:hover .new-arrival-image {
    transform: scale(1.1);
}

/* NEW Badge - Circular Design */
.new-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: red;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 20px;
    z-index: 15;
    letter-spacing: 1px;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Overlay - Hidden by default */
.new-arrival-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 5;
}

.new-arrival-card:hover .new-arrival-overlay {
    opacity: 1;
}

.new-arrival-overlay-content {
    transform: translateY(30px);
    transition: transform 0.4s ease 0.1s;
    text-align: center;
    width: 100%;
}

.new-arrival-card:hover .new-arrival-overlay-content {
    transform: translateY(0);
}

.new-arrival-title {
    font-family: 'jost', serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-arrival-price-box {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.new-price {
    font-family: 'jost', serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 24px;
    color: #ff9900;
}




.new-price-old {
    font-family: 'jost', serif;
    font-size: 14px;
    color: #ddd;
    text-decoration: line-through;
}




.new-arrival-btn {
    background: #fff;
    color: #006a71;
    border: none;
    padding: 12px 40px;
    border-radius: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.new-arrival-btn:hover {
    background: #ff9900;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 0, 0.4);
}

/* Collection Showcase Section - NEW SIMPLE DESIGN */
.collection-showcase-section {
    background: linear-gradient(to bottom, #fdf7e3 0%, #fff9ef 100%);
    padding: 80px 20px;
    overflow: hidden;
}

.collection-showcase-section .collection-swiper {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 60px 0 80px;
    overflow: visible !important;
}

.collection-showcase-section .swiper-wrapper {
    align-items: center;
}

/* All slides - smaller and slightly faded */
.collection-showcase-section .swiper-slide {
    transition: all 0.5s ease;
    transform: scale(0.8);
    opacity: 0.5;
}

/* Active center slide - large with orange border */
.collection-showcase-section .swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
    z-index: 10;
}

/* Collection Card */
.collection-card-showcase {
    position: relative;
    width: 100%;
    height: 550px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

/* Active slide gets orange border */
.collection-showcase-section .swiper-slide-active .collection-card-showcase {
    border: 5px solid #ff9900;
    box-shadow: 0 15px 40px rgba(255, 153, 0, 0.3);
}

.collection-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bottom Label */
.collection-card-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 25px;
    text-align: center;
}

.collection-card-name {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    letter-spacing: 1px;
}

/* Pagination */
.collection-showcase-pagination {
    margin-top: 40px !important;
}

.collection-showcase-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.collection-showcase-pagination .swiper-pagination-bullet-active {
    background: #ff9900;
    width: 30px;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .collection-card-showcase {
        height: 400px;
    }

    .collection-card-name {
        font-size: 20px;
    }

    .collection-showcase-section .collection-swiper {
        padding: 40px 20px 60px !important;
        /* Added side padding */
    }

    .premium-card,
    .new-arrival-card {
        margin: 0 15px 35px;
        /* Adds horizontal and vertical spacing */
    }

    /* Show New Arrivals hover effect by default on mobile */
    .new-arrival-overlay {
        opacity: 1;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
    }

    .new-arrival-overlay-content {
        transform: translateY(0);
    }

    .new-arrival-image {
        transform: scale(1.05);
    }

    .new-arrival-image-container {
        height: 400px;
    }

    /* Show Brass Idols (Premium Card) hover effect by default on mobile */
    .premium-card-image-wrapper {
        height: 320px;
    }

    .premium-card .premium-card-image.main-img {
        opacity: 0;
    }

    .premium-card .premium-card-image.hover-img {
        opacity: 1;
        transform: scale(1.05);
    }

    .premium-view-btn {
        transform: translateY(0);
        margin: 15px;
        width: calc(100% - 30px);
        font-size: 12px;
        padding: 8px 0;
    }

    .premium-card-title {
        color: #ff9900;
        font-size: 16px;
    }
}
/* Navigation Decoration Icons */
.decoration-icon {
    filter: brightness(0) saturate(100%) invert(81%) sepia(28%) saturate(674%) hue-rotate(320deg) brightness(101%) contrast(97%);
    transition: transform 0.3s ease;
}

.decoration-icon:hover {
    transform: scale(1.1);
}

/* Adjust dropdown visibility smoothly */
.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

