/*
Theme Name: Daraz Style E-commerce Theme
Theme URI: https://example.com/daraz-ecommerce-theme
Author: Developer
Author URI: https://example.com
Description: A custom production-ready e-commerce WordPress theme styled with Daraz color palette, optimized for Elementor and WooCommerce.
Version: 1.0.0
Text Domain: daraz-ecommerce-theme
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
    color: #212121;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.site-header {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-bar {
    background: #1a1a1a;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middle-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.site-logo a {
    font-size: 26px;
    font-weight: 800;
    color: #F85606;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.search-form {
    display: flex;
    width: 50%;
}

.search-form input {
    width: 100%;
    border: 2px solid #F85606;
    border-radius: 4px 0 0 4px;
    padding: 10px 14px;
    outline: none;
    font-size: 14px;
}

.search-form button {
    background: #F85606;
    color: #fff;
    border: none;
    padding: 0 24px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
}

.header-icons {
    display: flex;
    gap: 24px;
    font-size: 20px;
    position: relative;
}

.header-icons a {
    color: #424242;
    text-decoration: none;
    position: relative;
}

.header-icons a:hover {
    color: #F85606;
}

.cart-count {
    background: #F85606;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -10px;
}

.bottom-bar {
    background: #006E59;
    color: #ffffff;
}

.bottom-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
}

.browse-cat {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.bottom-links {
    display: flex;
    gap: 24px;
    font-size: 14px;
    font-weight: 500;
}

.bottom-links a {
    color: #ffffff;
    text-decoration: none;
}

.bottom-links a:hover {
    text-decoration: underline;
}

.site-footer {
    background: #191a1d;
    color: #b0b0b0;
    padding-top: 48px;
    padding-bottom: 24px;
    margin-top: 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    padding: 0 16px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    border-bottom: 2px solid #F85606;
    display: inline-block;
    padding-bottom: 4px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: #F85606;
}

.newsletter-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    border: none;
    margin-bottom: 8px;
    font-size: 14px;
    outline: none;
}

.newsletter-btn {
    width: 100%;
    background: #F85606;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.social-icons {
    display: flex;
    gap: 16px;
    font-size: 20px;
}

.social-icons a {
    color: #b0b0b0;
    text-decoration: none;
}

.social-icons a:hover {
    color: #F85606;
}

.footer-bottom {
    text-align: center;
    font-size: 13px;
    color: #757575;
    margin-top: 32px;
    border-top: 1px solid #2c2d30;
    padding-top: 16px;
}
