/*
Theme Name: E-Commerce Kebaya 2025
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A minimalist Elementor theme for selling Balinese kebaya dresses and fabrics with Midtrans and Stripe payment integration. Features animations, sliders, and minimalist design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kebaya-theme
Tags: e-commerce, elementor, kebaya, balinese, online-store, midtrans, stripe, minimalist, slider, animation
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Theme Variables - Modern Flat Design */
:root {
    --primary-color: #3498db;
    --primary-dark: #2980b9;
    --secondary-color: #e74c3c;
    --secondary-dark: #c0392b;
    --accent-color: #2c3e50;
    --accent-light: #34495e;
    --success-color: #27ae60;
    --warning-color: #f39c12;
    --info-color: #17a2b8;
    --text-color: #2c3e50;
    --text-light: #7f8c8d;
    --text-muted: #95a5a6;
    --bg-color: #ffffff;
    --bg-light: #f8f9fa;
    --bg-section: #ecf0f1;
    --border-color: #bdc3c7;
    --border-light: #ecf0f1;
    --shadow: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-hover: 0 4px 20px rgba(0,0,0,0.15);
    --shadow-card: 0 1px 3px rgba(0,0,0,0.12);
    --shadow-large: 0 8px 30px rgba(0,0,0,0.2);
    --radius: 6px;
    --radius-large: 12px;
}

/* Typography - Modern Flat Design */
body {
    font-family: 'Inter', 'Segoe UI', 'Roboto', sans-serif;
    color: var(--text-color);
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: var(--accent-color);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

h1 { font-size: 2.5rem; font-weight: 800; }
h2 { font-size: 2rem; font-weight: 700; }
h3 { font-size: 1.5rem; font-weight: 600; }
h4 { font-size: 1.25rem; font-weight: 600; }
h5 { font-size: 1.125rem; font-weight: 500; }
h6 { font-size: 1rem; font-weight: 500; }

p {
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

.text-large {
    font-size: 1.125rem;
    line-height: 1.6;
}

.text-small {
    font-size: 0.875rem;
    line-height: 1.5;
}

.text-bold {
    font-weight: 600;
}

.text-center {
    text-align: center;
}

/* Layout & Spacing */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-fluid {
    max-width: 100%;
    padding: 0 2rem;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Spacing Utilities */
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
.mb-5 { margin-bottom: 3rem; }

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mt-5 { margin-top: 3rem; }

.py-1 { padding: 0.5rem 0; }
.py-2 { padding: 1rem 0; }
.py-3 { padding: 1.5rem 0; }
.py-4 { padding: 2rem 0; }
.py-5 { padding: 3rem 0; }
.py-6 { padding: 4rem 0; }

.px-1 { padding: 0 0.5rem; }
.px-2 { padding: 0 1rem; }
.px-3 { padding: 0 1.5rem; }
.px-4 { padding: 0 2rem; }

/* Minimalist Icons */
.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.icon-cart {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="1.5"><path d="M9 22a1 1 0 100-2 1 1 0 000 2zM20 22a1 1 0 100-2 1 1 0 000 2zM1 1h4l2.68 13.39a2 2 0 002 1.61h9.72a2 2 0 002-1.61L23 6H6"/></svg>');
}

.icon-search {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="1.5"><circle cx="11" cy="11" r="8"/><path d="M21 21l-4.35-4.35"/></svg>');
}

.icon-user {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="1.5"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>');
}

.icon-menu {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="1.5"><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="18" x2="21" y2="18"/></svg>');
}

.icon-close {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="1.5"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>');
}

.icon-heart {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="1.5"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>');
}

/* Header Styles - Modern Flat Design */
.site-header {
    background-color: var(--bg-color);
    padding: 0;
    box-shadow: var(--shadow-card);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--border-light);
}

.header-top {
    background-color: var(--accent-color);
    color: white;
    padding: 0.75rem 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-left {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.header-top-right {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header-top a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.header-top a:hover {
    opacity: 0.8;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}

.site-branding {
    flex: 1;
}

.site-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent-color);
    margin: 0;
    letter-spacing: -0.02em;
}

.site-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

.site-title a:hover {
    color: var(--primary-color);
}

.site-description {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 0.25rem 0 0;
    font-weight: 400;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-search {
    position: relative;
}

.header-search input {
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    width: 250px;
    font-size: 0.9rem;
    transition: border-color 0.2s ease;
}

.header-search input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.header-cart {
    display: flex;
    align-items: center;
}

.cart-contents {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    transition: color 0.2s ease;
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
    border: 1px solid var(--border-light);
    background-color: var(--bg-light);
}

.cart-contents:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: var(--bg-color);
}

.cart-count {
    background-color: var(--secondary-color);
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 0.75rem;
}

.cart-text {
    font-weight: 500;
    font-size: 0.9rem;
}

/* Navigation - Modern Flat Design */
.main-navigation {
    background-color: var(--bg-light);
    border-top: 1px solid var(--border-light);
}

.main-navigation ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 1.25rem 2rem;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    position: relative;
    letter-spacing: 0.01em;
}

.main-navigation a:hover,
.main-navigation a.active {
    color: var(--primary-color);
    background-color: var(--bg-color);
}

.main-navigation li.current-menu-item a {
    color: var(--primary-color);
    background-color: var(--bg-color);
    font-weight: 600;
}

/* Hero Section - Modern Flat Design */
.hero-slider {
    position: relative;
    overflow: hidden;
    height: 600px;
    background-color: var(--accent-color);
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-color);
    opacity: 0.9;
}

.slide-content {
    text-align: center;
    color: white;
    z-index: 1;
    max-width: 900px;
    padding: 0 2rem;
    animation: fadeInUp 1s ease;
}

.slide-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: white;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    animation: slideInDown 1s ease;
}

.slide-content p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
    animation: slideInUp 1s ease 0.3s both;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Modern Button Styles - Flat Design */
.button {
    display: inline-block;
    padding: 14px 28px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.02em;
    animation: fadeIn 1s ease 0.6s both;
}

.button:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.button:active {
    transform: translateY(0);
}

.button-secondary {
    background-color: var(--secondary-color);
}

.button-secondary:hover {
    background-color: var(--secondary-dark);
}

.button-outline {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.button-outline:hover {
    background-color: var(--primary-color);
    color: white;
}

.button-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

.button-small {
    padding: 10px 20px;
    font-size: 0.875rem;
}

.button-block {
    display: block;
    width: 100%;
}

.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: white;
    transform: scale(1.2);
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
    border: none;
}

.slider-arrow:hover {
    background-color: white;
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 20px;
}

.slider-arrow.next {
    right: 20px;
}

.slider-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--accent-color);
    border-right: 2px solid var(--accent-color);
}

.slider-arrow.prev::before {
    transform: rotate(-135deg);
}

.slider-arrow.next::before {
    transform: rotate(45deg);
}

/* Product Showcase */
.products-showcase {
    padding: 5rem 0;
    background-color: var(--bg-section);
}

.section-title {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

/* Modern Card Design - Flat Style */
.product-item,
.card {
    background: var(--bg-color);
    border-radius: var(--radius-large);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: all 0.3s ease;
    animation: fadeIn 0.6s ease;
    border: 1px solid var(--border-light);
}

.product-item:hover,
.card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--border-color);
}

.card-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-light);
    background-color: var(--bg-light);
}

.card-body {
    padding: 1.5rem;
}

.card-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--border-light);
    background-color: var(--bg-light);
}

.card-title {
    margin-bottom: 0.5rem;
    color: var(--accent-color);
    font-weight: 600;
}

.card-text {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-item:hover .product-image {
    transform: scale(1.05);
}

.product-info {
    padding: 1.5rem;
}

.product-info h3 {
    margin: 0.5rem 0;
    font-size: 1.2rem;
}

.product-price {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0.5rem 0;
}

/* Features Section */
.features-section {
    padding: 5rem 0;
    background-color: var(--bg-color);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-item {
    text-align: center;
    padding: 2.5rem 2rem;
    border-radius: var(--radius-large);
    background-color: var(--bg-color);
    border: 1px solid var(--border-light);
    transition: all 0.3s ease;
    animation: fadeIn 0.8s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-color);
}

.feature-item .icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
}

.feature-item h3 {
    margin: 1rem 0;
    color: var(--accent-color);
}

/* Testimonials */
.testimonials-section {
    padding: 4rem 0;
    background-color: var(--accent-color);
    color: white;
}

.testimonials-section .section-title {
    color: white;
}

.testimonials-section .section-title::after {
    background-color: var(--primary-color);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonials-item {
    background: rgba(255,255,255,0.1);
    padding: 2rem;
    border-radius: 8px;
    animation: fadeIn 1s ease;
}

.testimonials-item p {
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-weight: bold;
    color: var(--secondary-color);
}

/* Footer - Modern Flat Design */
.site-footer {
    background-color: var(--bg-dark);
    color: white;
    padding: 3rem 0 2rem;
    text-align: center;
}

.footer-widgets {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin-bottom: 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    text-align: left;
}

.footer-column h2 {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.75rem;
}

.footer-column ul li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.footer-column ul li a:hover {
    color: var(--primary-color);
}

.footer-column p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.site-info {
    padding-top: 1rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-navigation ul {
    list-style: none;
    display: flex;
}

.footer-navigation ul li {
    margin-left: 1rem;
}

.footer-navigation ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-navigation ul li a:hover {
    color: var(--primary-color);
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-main {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .main-navigation ul {
        flex-direction: column;
    }
    
    .main-navigation a {
        padding: 0.5rem 1rem;
    }
    
    .slide-content h1 {
        font-size: 2rem;
    }
    
    .hero-slider {
        height: 400px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-navigation ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-navigation ul li {
        margin: 0 0.5rem 0.5rem;
    }
}

/* Modern E-Commerce Features */

/* Sticky Header Enhancement */
.site-header.sticky {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

/* Back to Top Button - Flat Design */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--radius-large);
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: var(--shadow-hover);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-large);
}

/* Loading Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.loading-overlay.show {
    opacity: 1;
    visibility: visible;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Quick View Modal */
.quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.quick-view-modal.show {
    opacity: 1;
    visibility: visible;
}

.quick-view-content {
    background: white;
    max-width: 800px;
    width: 90%;
    max-height: 90%;
    overflow-y: auto;
    border-radius: 10px;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.quick-view-modal.show .quick-view-content {
    transform: scale(1);
}

.quick-view-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    z-index: 1;
}

.quick-view-product {
    display: flex;
    padding: 30px;
    gap: 30px;
}

.quick-view-image {
    flex: 1;
}

.quick-view-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.quick-view-details {
    flex: 1;
}

.quick-view-details h2 {
    margin-bottom: 15px;
    color: var(--accent-color);
}

.quick-view-price {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.quick-view-description {
    margin-bottom: 20px;
    line-height: 1.6;
}

.quick-view-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

/* Wishlist Button */
.wishlist-btn {
    background: none;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.wishlist-btn:hover,
.wishlist-btn.active {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.3);
}

.wishlist-btn i {
    font-size: 16px;
}

/* Product Comparison */
.compare-btn {
    background: none;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.compare-btn:hover,
.compare-btn.active {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(240, 146, 80, 0.3);
}

.comparison-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-color);
    color: white;
    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.comparison-bar.show {
    transform: translateY(0);
}

.comparison-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.comparison-items {
    display: flex;
    gap: 15px;
}

.comparison-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

.comparison-actions {
    display: flex;
    gap: 10px;
}

/* Advanced Search */
.advanced-search {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: var(--shadow);
}

.search-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.filter-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--accent-color);
}

.filter-group select,
.filter-group input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 14px;
}

.search-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

/* Mega Menu */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.main-navigation li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.mega-menu-column h3 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: 16px;
}

.mega-menu-column ul {
    list-style: none;
}

.mega-menu-column ul li {
    margin-bottom: 8px;
}

.mega-menu-column ul li a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.mega-menu-column ul li a:hover {
    color: var(--primary-color);
}

/* Product Zoom */
.product-zoom {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.product-zoom img {
    transition: transform 0.3s ease;
}

.product-zoom:hover img {
    transform: scale(1.2);
}

.zoom-lens {
    position: absolute;
    border: 2px solid var(--primary-color);
    background: rgba(233, 30, 99, 0.1);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-zoom:hover .zoom-lens {
    opacity: 1;
}

/* Social Media Integration */
.social-share {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.social-share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.social-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.social-share-btn.facebook { background: #3b5998; }
.social-share-btn.twitter { background: #1da1f2; }
.social-share-btn.instagram { background: #e4405f; }
.social-share-btn.whatsapp { background: #25d366; }

/* Newsletter Popup */
.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.newsletter-popup.show {
    opacity: 1;
    visibility: visible;
}

.newsletter-content {
    background: white;
    max-width: 500px;
    width: 90%;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.newsletter-popup.show .newsletter-content {
    transform: scale(1);
}

.newsletter-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.newsletter-form {
    margin-top: 20px;
}

.newsletter-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    margin-bottom: 15px;
    font-size: 16px;
}

.newsletter-form button {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: var(--radius);
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* Live Chat Widget */
.live-chat-widget {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 1000;
}

.chat-toggle {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-large);
    background: var(--secondary-color);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    box-shadow: var(--shadow-hover);
    transition: all 0.3s ease;
}

.chat-toggle:hover {
    background: var(--secondary-dark);
    transform: scale(1.05);
    box-shadow: var(--shadow-large);
}

.chat-window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 300px;
    height: 400px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.chat-window.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.chat-header {
    background: var(--accent-color);
    color: white;
    padding: 15px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-messages {
    height: 280px;
    padding: 15px;
    overflow-y: auto;
}

.chat-input {
    padding: 15px;
    border-top: 1px solid var(--border-color);
}

.chat-input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    font-size: 14px;
}

/* Currency & Language Switchers */
.switchers {
    display: flex;
    gap: 15px;
    align-items: center;
}

.currency-switcher,
.language-switcher {
    position: relative;
}

.switcher-toggle {
    background: none;
    border: 1px solid var(--border-color);
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.switcher-toggle:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.switcher-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: var(--shadow);
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.switcher-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.switcher-dropdown a {
    display: block;
    padding: 10px 15px;
    color: var(--text-color);
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.switcher-dropdown a:hover {
    background-color: #f5f5f5;
    color: var(--primary-color);
}

/* Advanced Product Filters */
.product-filters {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.filter-section {
    margin-bottom: 20px;
}

.filter-section h3 {
    margin-bottom: 10px;
    color: var(--accent-color);
    font-size: 16px;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-option {
    padding: 8px 15px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.filter-option:hover,
.filter-option.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.price-range {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-range input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

/* Scroll Animations */
.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.scroll-animate.animate {
    opacity: 1;
    transform: translateY(0);
}

.scroll-animate.slide-left {
    transform: translateX(-30px);
}

.scroll-animate.slide-left.animate {
    transform: translateX(0);
}

.scroll-animate.slide-right {
    transform: translateX(30px);
}

.scroll-animate.slide-right.animate {
    transform: translateX(0);
}

/* Parallax Effects */
.parallax-section {
    position: relative;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    will-change: transform;
}

/* Counter Animations */
.counter {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-color);
    display: block;
}

.counter-section {
    padding: 5rem 0;
    background: var(--accent-color);
    color: white;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.counter-item h3 {
    color: white;
    margin-top: 1rem;
}

/* Mobile Responsive Enhancements */
@media (max-width: 768px) {
    .quick-view-product {
        flex-direction: column;
        padding: 20px;
    }
    
    .mega-menu-content {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    
    .chat-window {
        width: 280px;
        height: 350px;
    }
    
    .switchers {
        flex-direction: column;
        gap: 10px;
    }
    
    .comparison-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .comparison-items {
        justify-content: center;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .newsletter-content {
        padding: 30px 20px;
    }
    
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .counter {
        font-size: 2rem;
    }
}

/* Additional Modern Effects - Flat Design */
.glow-effect {
    box-shadow: var(--shadow-hover);
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from { box-shadow: var(--shadow-hover); }
    to { box-shadow: var(--shadow-large); }
}

.pulse-effect {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.bounce-in {
    animation: bounceIn 0.6s ease;
}

@keyframes bounceIn {
    0% { transform: scale(0.3); opacity: 0; }
    50% { transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); opacity: 1; }
}

/* WooCommerce Modern Styling */

/* Shop Page */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    animation: fadeIn 0.6s ease;
    position: relative;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    text-decoration: none;
    color: inherit;
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 1rem;
    margin: 0;
    font-size: 1.1rem;
    color: var(--accent-color);
}

.woocommerce ul.products li.product .price {
    padding: 0 1rem 1rem;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.woocommerce ul.products li.product .price del {
    color: #999;
    font-weight: normal;
}

/* Single Product Page */
.woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.woocommerce div.product .woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product .woocommerce-product-gallery img {
    width: 100%;
    border-radius: 8px;
}

.woocommerce div.product .summary {
    padding: 2rem 0;
}

.woocommerce div.product .summary .product_title {
    color: var(--accent-color);
    margin-bottom: 1rem;
}

.woocommerce div.product .summary .price {
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description {
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Add to Cart Button - Flat Design */
.woocommerce .single_add_to_cart_button,
.woocommerce .button.alt {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.02em;
}

.woocommerce .single_add_to_cart_button:hover,
.woocommerce .button.alt:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

/* Cart Page */
.woocommerce-cart table.cart {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
}

.woocommerce-cart table.cart th {
    background-color: #f9f9f9;
    font-weight: 600;
    color: var(--accent-color);
}

.woocommerce-cart .cart-collaterals {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

/* Checkout Page */
.woocommerce-checkout .woocommerce-checkout-review-order {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.woocommerce form .form-row {
    margin-bottom: 1rem;
}

.woocommerce form .form-row label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--accent-color);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.1);
}

/* Product Categories */
.woocommerce .product-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.woocommerce .product-categories li {
    list-style: none;
}

.woocommerce .product-categories a {
    display: block;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: var(--shadow);
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.woocommerce .product-categories a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    color: var(--primary-color);
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* Product Tabs */
.woocommerce div.product .woocommerce-tabs {
    margin-top: 3rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid var(--border-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 1rem 0;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2rem 0;
}

/* Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    border-left: 4px solid;
}

.woocommerce-message {
    background: #d4edda;
    color: #155724;
    border-left-color: #28a745;
}

.woocommerce-info {
    background: #d1ecf1;
    color: #0c5460;
    border-left-color: #17a2b8;
}

.woocommerce-error {
    background: #f8d7da;
    color: #721c24;
    border-left-color: #dc3545;
}

/* Responsive WooCommerce */
@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .woocommerce div.product .summary {
        padding: 1rem 0;
    }
    
    .woocommerce div.product .summary .price {
        font-size: 1.5rem;
    }
    
    .woocommerce-cart table.cart th,
    .woocommerce-cart table.cart td {
        padding: 0.5rem;
        font-size: 14px;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        flex-direction: column;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
    
    .woocommerce ul.products li.product img {
        height: 200px;
    }
}