.carousel-wrapper-e262ed89 {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.swiper-e262ed89 {
    width: 100%;
    padding-bottom: 60px !important;
}

.swiper-slide-e262ed89 {
    width: 85%;
    max-width: 900px;
    background: #111;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    color: #fff;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
}

/* 3D Coverflow Opacity Logic */
.swiper-slide-e262ed89 {
    opacity: 0.5;
}
.swiper-slide-active.swiper-slide-e262ed89 {
    opacity: 1;
    z-index: 5;
}

/* Background Image Overlay */
.slide-bg-e262ed89 {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: 1;
}

.swiper-slide-e262ed89::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%);
    z-index: 2;
}

/* Center Typography */
.slide-content-e262ed89 {
    text-align: center;
    z-index: 10;
    position: relative;
    font-family: sans-serif;
}

.top-text-e262ed89 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.8);
}

.middle-text-e262ed89 {
    font-size: 110px;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 15px;
    letter-spacing: 4px;
    color: #fff;
}

.bottom-text-e262ed89 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* Button */
.shop-btn-e262ed89 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.shop-btn-e262ed89:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255,255,255,0.2);
    color: #000;
}

/* Glassmorphism Cards */
.glass-card-e262ed89 {
    position: absolute;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    z-index: 10;
    font-family: sans-serif;
}

.glass-card-left-e262ed89 {
    left: 40px;
}
.glass-card-right-e262ed89 {
    right: 40px;
}

.glass-title-e262ed89 {
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.glass-icon-e262ed89 {
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-icons-wrap-e262ed89 {
    display: flex;
    gap: 10px;
}

/* Pagination */
.swiper-pagination-e262ed89 {
    position: absolute;
    bottom: 10px !important;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.4);
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 1024px) {
    .middle-text-e262ed89 { font-size: 70px; }
    .glass-card-e262ed89 { width: 200px; padding: 15px; bottom: 20px; }
    .glass-card-left-e262ed89 { left: 20px; }
    .glass-card-right-e262ed89 { right: 20px; }
}

@media (max-width: 768px) {
    .swiper-slide-e262ed89 { width: 95%; aspect-ratio: 4/5; }
    .middle-text-e262ed89 { font-size: 50px; }
    .bottom-text-e262ed89 { font-size: 16px; margin-bottom: 20px; }
    .glass-card-e262ed89 { display: none; /* Hide cards on small screens */ }
}
