/* ============================================================
   Nora Chic - Complete Custom CSS
   nora-chic.com | contact@nora-chic.com
   ============================================================ */

:root {
    --nora-primary: #1a1a1a;
    --nora-secondary: #c9a96e;
    --nora-accent: #8b7355;
    --nora-light: #f8f5f0;
    --nora-cream: #faf8f5;
    --nora-text-dark: #2c2c2c;
    --nora-text-light: #777;
    --nora-white: #ffffff;
    --nora-gold-gradient: linear-gradient(135deg, #c9a96e 0%, #e8d5a3 50%, #c9a96e 100%);
}

.nora-announcement-bar {
    background: #1a1a1a !important;
    color: #c9a96e !important;
    text-align: center !important;
    padding: 10px !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    display: block !important;
    width: 100% !important;
    direction: rtl !important;
}

.nora-hero {
    position: relative !important;
    height: 90vh !important;
    min-height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #1a1a1a !important;
    direction: rtl !important;
}

.nora-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) !important;
    z-index: 1 !important;
}

.nora-hero-pattern {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: radial-gradient(circle at 20% 50%, rgba(201, 169, 110, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(201, 169, 110, 0.08) 0%, transparent 50%) !important;
    z-index: 2 !important;
}

.nora-hero-content {
    position: relative !important;
    z-index: 3 !important;
    text-align: center !important;
    color: #ffffff !important;
    max-width: 800px !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
}

.nora-hero-subtitle {
    font-size: 14px !important;
    letter-spacing: 4px !important;
    color: #c9a96e !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    display: block !important;
}

.nora-hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    display: block !important;
}

.nora-hero-title span { color: #c9a96e !important; }

.nora-hero-desc {
    font-size: 18px !important;
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 40px !important;
    line-height: 1.8 !important;
    display: block !important;
}

.nora-btn-primary {
    display: inline-block !important;
    padding: 16px 50px !important;
    background: linear-gradient(135deg, #c9a96e 0%, #e8d5a3 50%, #c9a96e 100%) !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.nora-btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(201, 169, 110, 0.4) !important;
    color: #1a1a1a !important;
}

.nora-hero-scroll {
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    color: #c9a96e !important;
    font-size: 24px !important;
    animation: nora-bounce 2s infinite !important;
    cursor: pointer !important;
    z-index: 3 !important;
}

@keyframes nora-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-15px); }
    60% { transform: translateX(-50%) translateY(-8px); }
}

.nora-features-bar {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    background: #ffffff !important;
    padding: 40px 5% !important;
    gap: 30px !important;
    border-bottom: 1px solid #eee !important;
    direction: rtl !important;
}

.nora-feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 20px !important;
}

.nora-feature-icon {
    width: 50px !important;
    height: 50px !important;
    background: #f8f5f0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #c9a96e !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
}

.nora-feature-text h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    color: #2c2c2c !important;
}

.nora-feature-text p {
    font-size: 12px !important;
    color: #777 !important;
    margin: 0 !important;
}

.nora-section-title {
    text-align: center !important;
    margin-bottom: 60px !important;
    direction: rtl !important;
}

.nora-section-title h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 42px !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
}

.nora-section-title p {
    color: #777 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
}

.nora-line {
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(135deg, #c9a96e 0%, #e8d5a3 50%, #c9a96e 100%) !important;
    margin: 20px auto 0 !important;
}

.nora-categories-section {
    padding: 80px 5% !important;
    background: #faf8f5 !important;
    direction: rtl !important;
}

.nora-categories-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
}

.nora-category-card {
    position: relative !important;
    height: 400px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    display: block !important;
}

.nora-category-card a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    text-decoration: none !important;
}

.nora-category-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
    display: block !important;
}

.nora-category-card:hover img { transform: scale(1.1) !important; }

.nora-category-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 30px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%) !important;
    color: #ffffff !important;
    transition: all 0.4s ease !important;
}

.nora-category-card:hover .nora-category-overlay { padding-bottom: 40px !important; }

.nora-category-overlay h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    margin-bottom: 8px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.nora-category-overlay p {
    font-size: 13px !important;
    opacity: 0.8 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.nora-arrow {
    position: absolute !important;
    left: 30px !important;
    bottom: 30px !important;
    width: 40px !important;
    height: 40px !important;
    background: #c9a96e !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transform: translateX(-20px) !important;
    transition: all 0.4s ease !important;
    color: #ffffff !important;
}

.nora-category-card:hover .nora-arrow {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.nora-products-section {
    padding: 80px 5% !important;
    background: #ffffff !important;
    direction: rtl !important;
}

.nora-products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

.nora-product-card {
    background: #ffffff !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.nora-product-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
}

.nora-product-image {
    position: relative !important;
    height: 350px !important;
    overflow: hidden !important;
    background: #f8f5f0 !important;
}

.nora-product-image a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.nora-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
    display: block !important;
}

.nora-product-card:hover .nora-product-image img { transform: scale(1.05) !important; }

.nora-product-badge {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: #c9a96e !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    z-index: 2 !important;
}

.nora-product-actions {
    position: absolute !important;
    bottom: -50px !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 15px !important;
    background: rgba(255,255,255,0.95) !important;
    transition: bottom 0.4s ease !important;
    z-index: 3 !important;
}

.nora-product-card:hover .nora-product-actions { bottom: 0 !important; }

.nora-product-actions button,
.nora-product-actions a button {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ddd !important;
    background: #ffffff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #2c2c2c !important;
    text-decoration: none !important;
}

.nora-product-actions button:hover,
.nora-product-actions a button:hover {
    background: #c9a96e !important;
    color: #ffffff !important;
    border-color: #c9a96e !important;
}

.nora-product-info {
    padding: 20px !important;
    text-align: center !important;
}

.nora-product-info h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #1a1a1a !important;
}

.nora-product-info h3 a {
    color: #1a1a1a !important;
    text-decoration: none !important;
}

.nora-product-info h3 a:hover { color: #c9a96e !important; }

.nora-price {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #c9a96e !important;
}

.nora-old-price {
    text-decoration: line-through !important;
    color: #777 !important;
    font-size: 14px !important;
    margin-right: 10px !important;
    font-weight: 400 !important;
}

.nora-no-products {
    text-align: center !important;
    color: #777 !important;
    grid-column: 1 / -1 !important;
    padding: 40px !important;
}

.nora-banner-section {
    padding: 0 5% !important;
    margin: 40px 0 !important;
    direction: rtl !important;
}

.nora-banner-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
}

.nora-banner-box {
    position: relative !important;
    height: 400px !important;
    overflow: hidden !important;
}

.nora-banner-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
    display: block !important;
}

.nora-banner-box:hover img { transform: scale(1.05) !important; }

.nora-banner-content {
    position: absolute !important;
    top: 50% !important;
    right: 40px !important;
    transform: translateY(-50%) !important;
    color: #ffffff !important;
    max-width: 300px !important;
}

.nora-banner-content h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.nora-banner-content p {
    font-size: 14px !important;
    margin-bottom: 25px !important;
    opacity: 0.9 !important;
    color: #ffffff !important;
}

.nora-btn-outline {
    display: inline-block !important;
    padding: 12px 35px !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
}

.nora-btn-outline:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

.nora-new-arrivals {
    padding: 80px 5% !important;
    background: #faf8f5 !important;
    direction: rtl !important;
}

.nora-testimonials {
    padding: 80px 5% !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    direction: rtl !important;
}

.nora-testimonials .nora-section-title h2 { color: #ffffff !important; }

.nora-testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

.nora-testimonial-card {
    background: rgba(255,255,255,0.05) !important;
    padding: 40px !important;
    border: 1px solid rgba(201, 169, 110, 0.2) !important;
    transition: all 0.4s ease !important;
}

.nora-testimonial-card:hover {
    border-color: #c9a96e !important;
    transform: translateY(-5px) !important;
}

.nora-stars {
    color: #c9a96e !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.nora-testimonial-card p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
    font-style: italic !important;
    color: rgba(255,255,255,0.8) !important;
}

.nora-testimonial-author {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.nora-testimonial-author img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 2px solid #c9a96e !important;
    display: block !important;
}

.nora-testimonial-author h4 {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.nora-testimonial-author span {
    font-size: 12px !important;
    color: #c9a96e !important;
}

.nora-newsletter {
    padding: 80px 5% !important;
    background: #f8f5f0 !important;
    text-align: center !important;
    direction: rtl !important;
}

.nora-newsletter h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    margin-bottom: 15px !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

.nora-newsletter p {
    color: #777 !important;
    margin-bottom: 30px !important;
}

.nora-newsletter-form {
    display: flex !important;
    max-width: 500px !important;
    margin: 0 auto !important;
}

.nora-newsletter-form input {
    flex: 1 !important;
    padding: 16px 25px !important;
    border: 1px solid #ddd !important;
    border-left: none !important;
    font-family: 'Cairo', sans-serif !important;
    font-size: 14px !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
}

.nora-newsletter-form input:focus { border-color: #c9a96e !important; }

.nora-newsletter-form button {
    padding: 16px 35px !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: none !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.nora-newsletter-form button:hover {
    background: #c9a96e !important;
    color: #1a1a1a !important;
}

.nora-instagram-section {
    padding: 60px 5% !important;
    background: #ffffff !important;
    direction: rtl !important;
}

.nora-instagram-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 10px !important;
}

.nora-instagram-item {
    position: relative !important;
    aspect-ratio: 1 !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

.nora-instagram-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s ease !important;
    display: block !important;
}

.nora-instagram-item:hover img { transform: scale(1.1) !important; }

.nora-instagram-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0,0,0,0.5) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.nora-instagram-item:hover .nora-instagram-overlay { opacity: 1 !important; }

.nora-instagram-overlay i {
    color: #ffffff !important;
    font-size: 24px !important;
}

@media (max-width: 1024px) {
    .nora-categories-grid, .nora-products-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .nora-testimonials-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .nora-features-bar { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 768px) {
    .nora-hero-title { font-size: 36px !important; }
    .nora-categories-grid, .nora-products-grid, .nora-testimonials-grid,
    .nora-features-bar, .nora-banner-grid, .nora-instagram-grid { grid-template-columns: 1fr !important; }
}

.nora-fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.nora-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Cairo', sans-serif !important;
    font-size: 16px !important;
    color: #2c2c2c !important;
}

.woocommerce ul.products li.product .price {
    color: #c9a96e !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.woocommerce ul.products li.product .button {
    background: #1a1a1a !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #c9a96e !important;
    color: #1a1a1a !important;
}

.woocommerce span.onsale {
    background: #c9a96e !important;
    border-radius: 0 !important;
    min-height: auto !important;
    line-height: 1.5 !important;
    padding: 5px 15px !important;
    font-family: 'Cairo', sans-serif !important;
}
