/* Custom CSS for EyeStyle Eyeglasses Store */

/* ============================================
   TOP TICKER STYLES
   ============================================ */
.top-ticker {
    background: #1a1a2e;
    color: #fff;
    padding: 10px 0;
    font-size: 0.85rem;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 1200;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ticker-content {
    display: inline-block;
    padding-left: 100%;
    animation: ticker 40s linear infinite;
}

.ticker-content:hover {
    animation-play-state: paused;
}

@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.ticker-item {
    display: inline-block;
    padding: 0 50px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ticker-item i {
    color: #667eea;
    margin-right: 10px;
    font-size: 1rem;
}

/* ============================================
   PREMIUM HEADER STYLES
   ============================================ */

.premium-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0;
    z-index: 1100;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.premium-header .container {
    padding-left: 10px;
    padding-right: 10px;
}

.premium-header.navbar-light .nav-link {
    color: #4a5568 !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
    margin: 0 0.1rem;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-header.navbar-light .nav-link:hover,
.premium-header.navbar-light .nav-link.active {
    background: #f7fafc;
    color: #667eea !important;
}

.premium-header.navbar-light .nav-link i {
    color: #667eea;
    margin-right: 6px;
    font-size: 1.1rem;
}

.premium-header.header-scrolled {
    padding: 0.2rem 0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.99);
}

.premium-header.header-scrolled .logo-image {
    height: 50px; /* Increased from 40px */
}

/* User Account Pill Styling */
.user-dropdown-pill {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1.2rem !important;
    border-radius: 50px;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.user-dropdown-pill:hover {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.user-dropdown-pill::after {
    margin-left: 8px;
}

.brand-logo {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    padding: 0 !important;
}

.logo-image {
    height: 70px; /* Increased from 50px */
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    /* Professional indigo color filter for PNG logo */
    filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(209deg) brightness(92%) contrast(94%);
    margin-left: 0;
}

.brand-icon {
    font-size: 1.8rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.brand-text {
    background: linear-gradient(90deg, #fff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar-nav .nav-link {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0 0.2rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 70%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    transform: translateY(-2px);
}

.navbar-nav .nav-link i {
    margin-right: 0.3rem;
    font-size: 1.1rem;
}

/* Premium Dropdown */
.premium-dropdown {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-dropdown .dropdown-item {
    padding: 0.7rem 1.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.premium-dropdown .dropdown-item:hover {
    background: linear-gradient(90deg, #667eea15 0%, #764ba215 100%);
    border-left-color: #667eea;
    padding-left: 2rem;
}

/* Premium Search */
.premium-search {
    position: relative;
    gap: 0;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon {
    position: absolute;
    left: 15px;
    color: #a0aec0;
    z-index: 1;
    transition: color 0.3s ease;
}

.search-input {
    padding-left: 2.8rem;
    padding-right: 1.2rem;
    height: 42px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #e2e8f0;
    background: #f7fafc;
    transition: all 0.3s ease;
    width: 200px;
    font-size: 0.9rem;
}

.search-input:focus {
    width: 280px;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: #fff;
    outline: none;
}

.btn-search {
    background: #667eea;
    border: 1px solid #667eea;
    color: #fff;
    border-radius: 0 50px 50px 0;
    width: 50px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background: #764ba2;
    border-color: #764ba2;
    color: #fff;
    transform: none;
}

/* Cart Link */
.cart-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #edf2f7;
    padding: 0.6rem 1.2rem !important;
    border-radius: 50px;
    margin-left: 0.5rem;
    color: #4a5568 !important;
}

.cart-link:hover {
    background: #e2e8f0;
    color: #2d3748 !important;
    transform: translateY(-2px);
}

.cart-text {
    font-weight: 600;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -2px;
    background: #f56565;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    min-width: 22px;
    box-shadow: 0 2px 10px rgba(245, 101, 101, 0.4);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* ============================================
   PREMIUM PRODUCT CARD STYLES
   ============================================ */

/* Product Card Styles */
.product-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.product-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.25);
}

.product-card:hover::before {
    opacity: 1;
}

.product-card .card-img-top {
    position: relative;
    overflow: hidden;
    height: 200px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 15px;
    transition: all 0.5s ease;
}

.product-card:hover .product-image {
    transform: scale(1.15) rotate(2deg);
    filter: brightness(1.1);
}

.product-card .card-body {
    position: relative;
    z-index: 1;
    padding: 1.2rem;
}

.product-card .card-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.6rem;
    color: #2d3748;
    transition: color 0.3s ease;
}

.product-card:hover .card-title {
    color: #667eea;
}

.product-card .card-text {
    color: #718096;
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
    line-height: 1.5;
}

.product-card .price {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.8rem;
    display: block;
}

.product-card .btn {
    width: 100%;
    padding: 0.6rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.product-card .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;
}

.product-card .btn:hover::before {
    width: 300px;
    height: 300px;
}

.product-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

/* Product Badge */
.product-card .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    animation: fadeInRight 0.6s ease;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Prescription Form Styles */
.prescription-section {
    display: none;
}

/* Cart Item Styles */
.cart-item-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* Order Status Colors */
.status-pending {
    color: #ffc107;
    font-weight: bold;
}

.status-processing {
    color: #17a2b8;
    font-weight: bold;
}

.status-shipped {
    color: #007bff;
    font-weight: bold;
}

.status-delivered {
    color: #28a745;
    font-weight: bold;
}

.status-cancelled {
    color: #dc3545;
    font-weight: bold;
}

/* Dashboard Card Styles */
.dashboard-card {
    border-left: 4px solid #007bff;
}

.dashboard-card-success {
    border-left-color: #28a745;
}

.dashboard-card-warning {
    border-left-color: #ffc107;
}

.dashboard-card-danger {
    border-left-color: #dc3545;
}

/* Form Styles */
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Button Styles */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Alert Styles */
.alert {
    border-radius: 0.375rem;
}

/* Footer Styles */
footer a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .product-image {
        height: 150px;
    }
    
    .cart-item-image {
        width: 80px;
        height: 80px;
    }
}

/* ============================================
   PREMIUM HERO SLIDER - MODERN DESIGN
   ============================================ */

.hero-slider-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#heroCarousel {
    height: 500px;
}

.carousel-item {
    position: relative;
    height: 500px;
}

.carousel-item picture {
    width: 100%;
    height: 100%;
    display: block;
}

.carousel-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-slide {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 2rem;
    width: 100%;
}

.hero-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 300;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.badge-text {
    background: rgba(255, 255, 255, 0.95);
    color: #f5576c;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: 800;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    display: inline-block;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn-hero::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;
}

.btn-hero:hover::before {
    width: 300px;
    height: 300px;
}

.btn-hero-primary {
    background: rgba(255, 255, 255, 0.95);
    color: #667eea !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-hero-primary:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.btn-hero-outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-hero i {
    font-size: 1.2rem;
}

/* Custom Indicators */
.custom-indicators {
    bottom: 20px;
    z-index: 10;
}

.custom-indicators button {
    width: 30px;
    height: 3px;
 
    background: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.custom-indicators button.active {
    background: #f0e1e1;
    width: 20px;
    height: 3px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

/* Custom Controls */
.custom-control {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.custom-control:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.7);
    transform: scale(1.1);
}

.control-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-icon i {
    font-size: 1.6rem;
    color: #fff;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 992px) {
    #heroCarousel,
    .carousel-item,
    .hero-image {
        height: 450px;
    }
    
    .hero-icon {
        font-size: 3.5rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .badge-text {
        font-size: 1.5rem;
        padding: 0.7rem 1.8rem;
    }
}

@media (max-width: 768px) {
    #heroCarousel,
    .carousel-item,
    .hero-image {
        height: 400px;
    }
    
    .hero-icon {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    .hero-title {
        font-size: 2.3rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    
    .btn-hero {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
    
    .badge-text {
        font-size: 1.3rem;
        padding: 0.6rem 1.5rem;
    }
    
    .custom-control {
        width: 45px;
        height: 45px;
    }
    
    .control-icon i {
        font-size: 1.4rem;
    }
    
    .custom-indicators button {
        width: 25px;
        height: 3px;
    }
    
    .custom-indicators button.active {
        width: 35px;
    }
}

@media (max-width: 576px) {
    #heroCarousel,
    .carousel-item,
    .hero-image {
        height: 350px;
    }
    
    .hero-content {
        padding: 1rem;
    }
    
    .hero-icon {
        font-size: 2.5rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
    
    .hero-actions {
        flex-direction: column;
    }
    
    .btn-hero {
        width: 100%;
        padding: 0.8rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .badge-text {
        font-size: 1.2rem;
        padding: 0.5rem 1.2rem;
    }
    
    .custom-indicators button {
        width: 20px;
        height: 2.5px;
    }
    
    .custom-indicators button.active {
        width: 30px;
    }
    
    .custom-control {
        width: 40px;
        height: 40px;
    }
    
    .control-icon i {
        font-size: 1.2rem;
    }
}

/* ============================================
   MODERN CAROUSEL SLIDER - TBF STYLE
   ============================================ */

.carousel-slider-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 0;
    margin-top: 0;
    width: 100%;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
    background: transparent;
}

.carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    overflow: hidden;
}

.carousel-slide.active {
    opacity: 1;
    z-index: 10;
}

.slide-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    max-width: 100%;
}

.slide-image-wrapper {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 40px;
}

.slide-image-wrapper::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    animation: morphSquare 8s ease-in-out infinite;
    z-index: 1;
}

@keyframes morphSquare {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(5deg) scale(1.05);
    }
    50% {
        transform: rotate(0deg) scale(1.1);
    }
    75% {
        transform: rotate(-5deg) scale(1.05);
    }
}

.slide-image {
    width: 350px;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    animation: morphSquareImage 8s ease-in-out infinite;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 80px rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.slide-image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(8px);
    z-index: -1;
}

@keyframes morphSquareImage {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(5deg) scale(1.05);
    }
    50% {
        transform: rotate(0deg) scale(1.1);
    }
    75% {
        transform: rotate(-5deg) scale(1.05);
    }
}

.carousel-slide.active .slide-image {
    animation: morphImage 8s ease-in-out infinite;
}

.slide-info {
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    flex: 1;
    height: 100%;
    text-align: left;
    z-index: 5;
    overflow: visible;
    pointer-events: none;
}

.slide-number {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    display: block;
    position: relative;
    z-index: 2;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    opacity: 0;
    min-height: 1.5rem;
}

.slide-title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 1.5rem 0;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    max-width: 600px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    opacity: 0;
    min-height: 4.5rem;
}

.slide-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 1.5rem 0;
    position: relative;
    z-index: 2;
    max-width: 550px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0;
    animation: slideInDown 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}

.slide-text {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    position: relative;
    z-index: 2;
    max-width: 500px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0;
    min-height: 2rem;
    display: inline-block;
    margin-top: 1rem;
}

.slide-text::after {
    content: '|';
    animation: blink 0.7s infinite;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 4px;
}

@keyframes blink {
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(102, 126, 234, 0.85);
    border: 2px solid #667eea;
    color: #ffffff;
    font-size: 1.5rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 30;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.carousel-arrow:hover {
    background: #667eea;
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.carousel-arrow-left {
    left: 40px;
}

.carousel-arrow-right {
    right: 40px;
}

/* Slide Indicators (Dots) */
.slide-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0;
    outline: none;
}

.indicator.active {
    background: rgba(255, 255, 255, 0.9);
    width: 30px;
    height: 12px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .carousel-wrapper {
        height: auto;
        min-height: 600px;
        max-height: 700px;
    }

    .slide-container {
        flex-direction: column;
        padding: 20px 30px;
        justify-content: center;
        align-items: center;
    }

    .slide-image-wrapper {
        padding: 0;
        flex: none;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }

    .slide-image-wrapper::before {
        width: 250px;
        height: 250px;
        background: rgba(255, 255, 255, 0.2);
    }

    .slide-image {
        width: 250px;
        height: 250px;
        max-width: 85vw;
        max-height: 250px;
    }

    .slide-info {
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }

    .slide-number {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .slide-title {
        font-size: 2.5rem;
        max-width: 100%;
        min-height: 3rem;
        color: #ffffff !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
    }

    .slide-description {
        color: rgba(255, 255, 255, 0.85) !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    }

    .slide-text {
        font-size: 1.1rem;
        max-width: 100%;
        color: rgba(255, 255, 255, 0.9) !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
    }

    .carousel-arrow {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .carousel-arrow-left {
        left: 15px;
    }

    .carousel-arrow-right {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .carousel-wrapper {
        height: auto;
        min-height: 550px;
        max-height: 650px;
    }

    .slide-container {
        padding: 15px 25px;
        justify-content: center;
        align-items: center;
    }

    .slide-image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .slide-image-wrapper::before {
        width: 220px;
        height: 220px;
        background: rgba(255, 255, 255, 0.2);
    }

    .slide-image {
        width: 220px;
        height: 220px;
        max-width: 85vw;
        max-height: 220px;
    }

    .slide-info {
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }

    .slide-title {
        font-size: 2rem;
        min-height: 2.5rem;
        color: #ffffff !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
    }

    .slide-description {
        color: rgba(255, 255, 255, 0.85) !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    }

    .slide-text {
        color: rgba(255, 255, 255, 0.9) !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
    }

    .slide-number {
        color: rgba(255, 255, 255, 0.9) !important;
    }
}

@media (max-width: 576px) {
    .carousel-wrapper {
        height: auto;
        min-height: 500px;
        max-height: 600px;
    }

    .slide-container {
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
    }

    .slide-image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .slide-image-wrapper::before {
        width: 180px;
        height: 180px;
        background: rgba(255, 255, 255, 0.2);
    }

    .slide-image {
        width: 180px;
        height: 180px;
        max-width: 80vw;
        max-height: 180px;
    }

    .slide-info {
        text-align: center;
        align-items: center;
        width: 100%;
        padding: 0 10px;
    }

    .slide-title {
        font-size: 1.5rem;
        min-height: 2rem;
        color: #ffffff !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
    }

    .slide-description {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.85) !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
    }

    .slide-text {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.9) !important;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
    }

    .slide-number {
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .carousel-arrow-left {
        left: 10px;
    }

    .carousel-arrow-right {
        right: 10px;
    }

    .indicator {
        width: 10px;
        height: 10px;
    }

    .indicator.active {
        width: 25px;
        height: 10px;
    }

    .slide-counter {
        bottom: 15px;
    }
}

.carousel-indicators [data-bs-target] {
    border-radius: 10px;
    width: 40px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

/* ============================================
   PREMIUM BUTTON STYLES
   ============================================ */

.btn {
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.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;
    z-index: 0;
}

.btn:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(102, 126, 234, 0.5);
}

.btn-primary:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 15px rgba(102, 126, 234, 0.4);
}

.btn-outline-primary {
    color: #667eea !important;
    border: 2px solid #667eea !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-color: transparent !important;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(102, 126, 234, 0.4);
}

.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: white !important;
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.btn-success:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(40, 167, 69, 0.5);
}

.btn-light {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #667eea !important;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.btn-light:hover {
    background: #fff !important;
    color: #764ba2 !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 255, 255, 0.5);
}

/* ============================================
   CATEGORY CARDS ENHANCEMENT
   ============================================ */

.categories-section {
    padding: 60px 0;
    margin-top: 30px;
}

.category-card {
    border: none;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.25);
}

.category-card:hover::before {
    opacity: 1;
}

.category-card .card-body {
    position: relative;
    z-index: 1;
}

.category-card .bi {
    color: #667eea;
    transition: all 0.3s ease;
}

.category-card:hover .bi {
    color: #764ba2;
    transform: scale(1.2) rotate(5deg);
}

.category-img-container {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-img {
    transform: scale(1.1);
}

/* Why Choose Us Section */
.why-choose-us {
    background-color: #fcfcfc;
    padding: 5rem 0;
}

.section-title-wrapper {
    margin-bottom: 4rem;
}

.section-title-underline {
    width: 60px;
    height: 4px;
    background: #ff5e62;
    margin: 1rem auto 0;
    border-radius: 2px;
}

.feature-item {
    transition: all 0.3s ease;
    padding: 1.5rem;
    height: 100%;
    background: #fff;
    border-radius: 16px;
}

.feature-scroll-item {
    flex: 0 0 250px;
    min-width: 250px;
    scroll-snap-align: start;
    padding: 0.5rem;
}

.feature-icon-wrapper {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a2e;
}

.feature-text {
    color: #718096;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Specific icon colors */
.icon-quality { color: #4facfe; }
.icon-shipping { color: #667eea; }
.icon-price { color: #00f2fe; }
.icon-secure { color: #764ba2; }
.icon-support { color: #f093fb; }
.icon-returns { color: #f5576c; }

/* FAQ & SEO Section Styling */
.faq-seo-section {
    background: #fdfdfd;
}

.faq-seo-section .accordion-button:not(.collapsed) {
    color: #667eea;
    box-shadow: none;
    background: rgba(102, 126, 234, 0.05);
}

.faq-seo-section .accordion-button:focus {
    box-shadow: none;
}

.seo-card {
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.seo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}


/* Responsive adjustments */
@media (max-width: 992px) {
    .faq-seo-section .row {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        height: 400px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .product-scroll-card {
        flex: 0 0 220px;
        min-width: 220px;
    }
}

@media (max-width: 480px) {
    .product-scroll-card {
        flex: 0 0 190px;
        min-width: 190px;
    }
}

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    background: linear-gradient(135deg, #ff5e62 0%, #ff9966 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(255, 94, 98, 0.3);
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.text-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-card-modern {
    transition: all 0.3s ease;
    border-radius: 20px;
}

.product-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.product-img-wrapper {
    position: relative;
    height: 250px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-img-wrapper img {
    max-height: 80%;
    width: auto;
    object-fit: contain;
    transition: all 0.5s ease;
}

.product-card-modern:hover .product-img-wrapper img {
    transform: scale(1.1);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(102, 126, 234, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.product-card-modern:hover .product-overlay {
    opacity: 1;
}

.filter-card {
    border-radius: 20px;
}

.breadcrumb-item a {
    color: #667eea;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #2d3748;
    font-weight: 600;
}

/* Fix global margins */
body {
    padding-top: 0 !important;
}

main {
    padding-top: 1rem !important;
}

/* Premium Footer Styles */
.premium-footer {
    background: #1a1a2e;
    color: #e2e8f0;
    padding-top: 5rem;
    padding-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.footer-brand h4 {
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #fff 0%, #a5b4fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #667eea;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: #a0aec0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a i {
    font-size: 0.8rem;
    margin-right: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links a:hover i {
    opacity: 1;
    transform: translateX(0);
}

.contact-info {
    color: #a0aec0;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.contact-icon {
    width: 35px;
    height: 35px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    flex-shrink: 0;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.footer-bottom {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
    color: #718096;
}

/* Trust Badge Mini */
.trust-badge-mini {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(102, 126, 234, 0.95);
    color: white;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 5;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

/* Category Cards UI Improvement */
.category-img-container {
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-img {
    transform: scale(1.1);
}

/* FAQ & SEO Section Styling */
.faq-seo-section .accordion-button:not(.collapsed) {
    color: #667eea;
    box-shadow: none;
}

.faq-seo-section .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.seo-card {
    border: 1px solid rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.seo-card:hover {
    transform: translateY(-5px);
}

/* Feature Icons Custom Colors */
.icon-quality { color: #4facfe; }
.icon-shipping { color: #667eea; }
.icon-price { color: #00f2fe; }
.icon-secure { color: #764ba2; }
.icon-support { color: #f093fb; }
.icon-returns { color: #f5576c; }

/* Enhanced Modern Product Card */
.product-card-modern {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.product-img-wrapper {
    position: relative;
    background: #fdfdfd;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-modern:hover .product-overlay {
    opacity: 1;
}


/* ============================================
   HORIZONTAL SCROLL PRODUCT SECTION
   ============================================ */

.product-section {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.section-header h3 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.scroll-section-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 15px;
}

.scroll-btn {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #667eea;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    z-index: 10;
    transition: background 0.1s linear, box-shadow 0.1s linear;
}

.scroll-btn:hover {
    background: #764ba2;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.horizontal-scroll-container {
    flex: 1;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
}

.horizontal-scroll {
    display: flex;
    gap: 1.5rem;
    padding: 1rem 0.5rem;
}

.product-scroll-card {
    flex: 0 0 280px;
    min-width: 280px;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

.product-scroll-card:hover {
    transform: translateY(-5px);
}

.product-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: box-shadow 0.15s linear, transform 0.15s linear;
}

.product-card-link:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.product-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.15s linear;
}

.product-card-link:hover .product-card-image img {
    transform: scale(1.05);
}

.product-card-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.5rem;
}

.product-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-desc {
    font-size: 0.8rem;
    color: #718096;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #667eea;
}

.btn-view-details {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    width: 100%;
    margin-top: auto;
}

@media (max-width: 768px) {
    .product-scroll-card {
        flex: 0 0 180px;
        min-width: 180px;
    }
}

@media (max-width: 480px) {
    .product-scroll-card {
        flex: 0 0 160px;
        min-width: 160px;
    }
}