/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Jewelry Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.first-color{
	color: #c69657;
}
.second-color{
	color: #2b2783;
}
.c-page-header__row-1-col--breadcrumbs{
	display: none;
}
.post-password-form {
	text-align: center;
    margin: 100px 0;
}
.post-password-form label{
	width: 250px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
}
.post-password-form input[type='password']{
	width: 100%;
}
.post-password-form input[type='submit']{
	width: 250px !important;
    height: 42px;
    border: 0;
    background-color: #000;
    color: #fff;
}

/* =Sunar Collection Design Updates
-------------------------------------------------------------- */
:root {
    --sunar-gold: #D2AC4C;
    --sunar-gold-dark: #896D26; /* derived from rgba(137, 109, 38, ...) */
    --sunar-beige-light: #F0E1C0;
    --sunar-beige-bg: #F7F0E3;
    --sunar-white: #FFFFFF;
    --sunar-black: #000000;
    --sunar-grey: #F9F9F9;
    --sunar-text-light: rgba(0, 0, 0, 0.6);
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --font-alt: 'Wix Madefor Text', sans-serif;
}

/* Global Background & Typography */
body {
    background-color: var(--sunar-white) !important;
    font-family: var(--font-body);
    color: var(--sunar-black);
}

/* Hide Default Theme Header on Homepage */
.home #main-header {
    display: none !important;
}

/* Buttons */
.elementor-button, 
button, 
.button, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit,
.sunar-btn {
    background-color: var(--sunar-beige-light) !important;
    color: var(--sunar-black) !important;
    border-radius: 65px !important; 
    padding: 25px 30px !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    text-transform: none;
    border: none !important;
    transition: all 0.3s ease !important;
    font-family: var(--font-heading);
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.elementor-button:hover, 
button:hover, 
.button:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit:hover,
.sunar-btn:hover {
    background-color: var(--sunar-black) !important;
    color: var(--sunar-white) !important;
}

/* Container */
.sunar-container {
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 96px;
    width: 100%;
    box-sizing: border-box;
}

/* Sections */
.sunar-section {
    padding: 80px 0;
    position: relative;
}

/* Typography - Exact Figma Matches */
.sunar-subtitle {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--sunar-black);
    display: block;
    margin-bottom: 20px;
}

.sunar-title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: var(--sunar-black);
    margin: 0 0 40px 0;
}

.sunar-desc {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--sunar-black);
    opacity: 0.6;
}

/* Custom Header / Hero Bar (Figma Design) */
.sunar-hero-bar-container {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 63px;
    pointer-events: none; /* Let clicks pass through empty space */
}

.sunar-hero-bar-container > * {
    pointer-events: auto; /* Re-enable clicks on elements */
}

.sunar-logo img {
    width: 87px;
    height: 75px;
}

.sunar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 24px;
    background: rgba(247, 240, 227, 0.2);
    border-radius: 32px;
}

.sunar-nav a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    border-radius: 25px;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 16px;
    color: var(--sunar-white);
    text-decoration: none;
}

.sunar-nav a.active {
    background: var(--sunar-gold);
    color: var(--sunar-black);
}

.sunar-header-actions {
    display: flex;
    gap: 17px;
    background: rgba(247, 240, 227, 0.2);
    border-radius: 40px;
    padding: 5px 8px;
}

/* Hero Section */
.sunar-hero {
    position: relative;
    width: 100%;
    height: 1152px;
    background: linear-gradient(0deg, rgba(240, 225, 192, 0.7), rgba(240, 225, 192, 0.7)), #cccccc;
    background-blend-mode: multiply, normal;
    background-size: cover;
    background-position: center;
}

.sunar-hero-content {
    position: absolute;
    left: 96px;
    top: 356px;
    max-width: 857px;
}

.sunar-hero-title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 96px;
    line-height: 106px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: var(--sunar-white);
    margin-bottom: 60px;
}

.sunar-hero-desc {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--sunar-white);
    opacity: 0.6;
    max-width: 438px;
    margin-bottom: 60px;
}

/* Best Selling Grid (WooCommerce style integration) */
.sunar-best-selling {
    background: var(--sunar-beige-bg);
    border-radius: 65px;
    padding: 100px 96px;
    margin: 40px;
}

.sunar-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.sunar-product-card {
    display: flex;
    flex-direction: column;
}

.sunar-product-image {
    width: 100%;
    height: 537px;
    background: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 40px;
    position: relative;
}

.sunar-product-title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: var(--sunar-black);
    margin-bottom: 10px;
}

.sunar-product-price {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--sunar-black);
}

/* Bento Grid */
.sunar-bento-section {
    background: var(--sunar-beige-bg);
    border-radius: 65px;
    padding: 100px 96px;
    margin: 40px;
}

.sunar-bento-grid {
    display: grid;
    grid-template-columns: 414px 852px 414px;
    gap: 20px;
    margin-top: 60px;
}

.sunar-bento-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sunar-bento-card {
    background: #FFFFFF;
    border-radius: 50px;
    height: 353px;
    position: relative;
}

.sunar-bento-card-large {
    background: #FFFFFF;
    border-radius: 65px;
    height: 730px;
    position: relative;
    border: 1px solid #E6DFD0;
}

/* About Us Section */
.sunar-about-section {
    display: flex;
    gap: 130px;
    padding: 100px 96px;
}

.sunar-about-image {
    width: 738px;
    height: 1099px;
    background: #D4D4D4;
    border-radius: 65px;
}

.sunar-about-content {
    flex: 1;
    padding-top: 50px;
}

/* Why Us Section */
.sunar-why-us {
    background: var(--sunar-beige-bg);
    border-radius: 65px;
    padding: 100px 96px;
    margin: 40px;
}

.sunar-features-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 60px;
}

.sunar-feature-box {
    width: 379px;
    height: 445px;
    background: #FFFAF2;
    border-radius: 50px;
    padding: 20px;
    position: relative;
}

.sunar-feature-img {
    width: 100%;
    height: 216px;
    background: #e0e0e0;
    border-radius: 29px;
    margin-bottom: 30px;
}

.sunar-feature-title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: var(--sunar-black);
    margin-bottom: 10px;
}

.sunar-feature-desc {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--sunar-black);
    opacity: 0.6;
}

.sunar-feature-number {
    position: absolute;
    top: 40px;
    right: 40px;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    opacity: 0.6;
}

/* Showcase Section */
.sunar-showcase {
    width: 100%;
    height: 1080px;
    background: linear-gradient(180deg, #000000 0%, #FFFFFF 100%), #cccccc;
    background-blend-mode: overlay, normal;
    padding: 100px 96px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Testimonials */
.sunar-testimonials {
    background: var(--sunar-beige-bg);
    border-radius: 65px;
    padding: 100px 96px;
    margin: 40px;
}

.sunar-testi-grid {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.sunar-testi-card {
    flex: 1;
}

.sunar-testi-img {
    width: 122px;
    height: 140px;
    background: #cccccc;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sunar-testi-name {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 10px;
}

.sunar-testi-text {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    opacity: 0.6;
}

/* FAQ */
.sunar-faq {
    background: var(--sunar-beige-bg);
    border-radius: 65px;
    padding: 100px 96px;
    margin: 40px;
}

.sunar-faq-item {
    border-bottom: 2px solid #000000;
    padding: 30px 0;
}

.sunar-faq-question {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    color: var(--sunar-black);
    display: flex;
    justify-content: space-between;
}

.sunar-faq-answer {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    opacity: 0.6;
    margin-top: 20px;
}

/* Newsletter */
.sunar-newsletter {
    height: 899px;
    background: #cccccc;
    border-radius: 65px;
    margin: 40px 96px;
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.sunar-newsletter-content {
    width: 50%;
}

.sunar-input-group {
    background: var(--sunar-grey);
    border-radius: 50px;
    display: flex;
    padding: 10px;
    margin-top: 40px;
}

.sunar-input {
    border: none;
    background: transparent;
    padding: 20px 40px;
    font-family: var(--font-heading);
    font-size: 24px;
    flex: 1;
}

/* Footer */
.sunar-footer {
    background: var(--sunar-black);
    border-radius: 30px 30px 0px 0px;
    padding: 100px 96px;
    color: var(--sunar-white);
    margin-top: 40px;
}

.sunar-footer-columns {
    display: flex;
    justify-content: space-between;
}

.sunar-footer-col h4 {
    font-family: var(--font-alt);
    font-weight: 600;
    font-size: 24px;
    color: var(--sunar-white);
    margin-bottom: 20px;
}

.sunar-footer-col a {
    display: block;
    font-family: var(--font-alt);
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    color: var(--sunar-white);
    opacity: 0.6;
    text-decoration: none;
}

.sunar-footer-bottom {
    border-top: 2px solid rgba(255, 255, 255, 0.35);
    margin-top: 60px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    font-family: var(--font-heading);
    font-size: 24px;
    opacity: 0.6;
}

/* Helper Elements */
.sunar-circle-btn {
    width: 93px;
    height: 93px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sunar-badge {
    background: var(--sunar-beige-light);
    border-radius: 65px;
    padding: 20px 25px;
    font-family: var(--font-heading);
    font-size: 24px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .sunar-products-grid, .sunar-features-row {
        grid-template-columns: repeat(2, 1fr);
        flex-wrap: wrap;
    }
    .sunar-bento-grid {
        grid-template-columns: 1fr;
    }
    .sunar-about-section {
        flex-direction: column;
    }
}