body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, 'Liberation Sans', sans-serif;
    background: #f8f8fa;
    color: #222;
    margin: 0;
    padding: 0;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    text-align: center;
}

h1 {
    margin: 0;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.item {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 20px 0;
    padding: 10px;
    background-color: white;
}

    .item img {
        max-width: 100%;
        height: auto;
    }

    .item h2 {
        font-size: 1.5em;
        color: #333;
    }

    .item p {
        color: #666;
    }

footer {
    text-align: center;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
}

.dualchic-hero {
    background: linear-gradient(120deg, #f7cac9 0%, #92a8d1 100%);
    color: #fff;
    text-align: center;
    padding: 60px 20px 40px 20px;
}

.brand {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.tagline {
    font-size: 1.3rem;
    margin: 20px 0 30px 0;
}

.cta-btn {
    background: #fff;
    color: #b76e79;
    border: none;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
}

    .cta-btn:hover {
        background: #b76e79;
        color: #fff;
    }

.dualchic-about {
    max-width: 700px;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(183,110,121,0.07);
    padding: 32px 24px;
    text-align: center;
}

.dualchic-items {
    max-width: 1200px;
    margin: 60px auto 40px auto;
    padding: 0 20px;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin-top: 32px;
}

.item-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(146,168,209,0.09);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.15s;
}

    .item-card:hover {
        transform: translateY(-6px) scale(1.03);
    }

.item-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #f7cac9;
}

.item-info {
    padding: 18px 16px 22px 16px;
    width: 100%;
    text-align: center;
}

.item-category, .item-condition {
    font-size: 0.95rem;
    color: #b76e79;
    margin: 2px 0;
}

.item-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
    margin: 10px 0 12px 0;
}

.view-link {
    display: inline-block;
    background: #b76e79;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

    .view-link:hover {
        background: #222;
    }

.csv-upload-form {
    margin: 30px auto 0 auto;
    max-width: 400px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(183,110,121,0.07);
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

    .csv-upload-form label {
        font-weight: 500;
    }

    .csv-upload-form button {
        background: #b76e79;
        color: #fff;
        border: none;
        padding: 8px 22px;
        border-radius: 20px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.2s;
    }

        .csv-upload-form button:hover {
            background: #222;
        }

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 700px;
    position: relative;
}

.close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 2rem;
    cursor: pointer;
}

a:not(.btn) {
    color: blue;
    text-decoration: underline;
    background: none;
    border: none;
}

/* More specific selector to avoid affecting custom email buttons */
a.btn:not(.rounded-circle):not(.btn-outline-secondary):not(.btn-lg) {
    background: #0d6efd !important;
    color: #fff !important;
    border: 1px solid #0d6efd !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.3rem !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.chic-btn {
    background: linear-gradient(90deg, #f8bbd0 0%, #f48fb1 100%);
    color: #fff !important;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(244, 143, 177, 0.15);
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 0.5rem;
}

    .chic-btn:hover, .chic-btn:focus {
        background: linear-gradient(90deg, #f48fb1 0%, #f06292 100%);
        color: #fff !important;
        box-shadow: 0 4px 16px rgba(244, 143, 177, 0.25);
        transform: translateY(-2px) scale(1.03);
        text-decoration: none;
    }

#mainImg {
    transition: opacity 0.3s ease;
    opacity: 1;
}

    #mainImg.fade {
        opacity: 0;
    }

/* Custom email button styles to override any global button styles */
.email-btn-overlay {
    background: rgba(233, 30, 99, 0.9) !important;
    color: white !important;
    border: none !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

.email-btn-overlay:hover {
    background: rgba(233, 30, 99, 1) !important;
    color: white !important;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .thumbnail-container {
        max-height: 120px !important;
        display: flex !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 8px !important;
        padding-bottom: 8px !important;
    }
    
    .thumbnail-item {
        min-width: 80px !important;
        height: 80px !important;
    }
}