/*
Theme Name: Astra Child - NYBERO
Template: astra
Description: Luxury skincare theme for NYBERO
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

body {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #111111;
    background-color: #F8F6F2;
    font-weight: 400;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #111111;
}

a { color: #111111; transition: color 0.3s ease; }
a:hover { color: #C6A96B; }

/* Header - transparent floating over hero on homepage */
.page-id-156 .main-header-bar {
    background-color: transparent !important;
    border-bottom: 1px solid #C6A96B !important;
    box-shadow: none !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
}
.page-id-156 .main-header-bar .ast-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.page-id-156 .main-header-bar .site-title a,
.page-id-156 .main-header-bar .site-title,
.page-id-156 .main-navigation .menu-item > a {
    color: #111111 !important;
}
.page-id-156 .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: #111111 !important;
}

/* Header on non-homepage pages */
.main-header-bar {
    background-color: #F8F6F2 !important;
    border-bottom: 1px solid #EDE7DF !important;
    box-shadow: none !important;
}
.main-header-bar .ast-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.main-header-bar .site-title a,
.main-header-bar .site-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    color: #111111 !important;
}
.main-navigation .menu-item > a {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #111111 !important;
}
.main-navigation .menu-item > a:hover { color: #C6A96B !important; }

/* Footer */
.ast-footer-overlay, .site-footer, .ast-small-footer {
    background-color: #111111 !important;
    color: #EDE7DF !important;
}
.site-footer a, .ast-small-footer a { color: #C6A96B !important; }
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4 {
    color: #F8F6F2 !important;
    font-family: 'Cormorant Garamond', serif !important;
}

/* ============================================
   HOMEPAGE ONLY - Full width content, zero gaps
   ============================================ */
.page-id-156 .site-content,
.page-id-156 #content,
.page-id-156 #primary,
.page-id-156 .entry-content,
.page-id-156 article,
.page-id-156 .ast-article-single,
.page-id-156 .ast-article-post,
.page-id-156 .ast-separate-container .ast-article-single,
.page-id-156 .ast-separate-container .ast-article-post,
.page-id-156 .ast-plain-container .ast-article-post {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    max-width: 100% !important;
    width: 100% !important;
}
.page-id-156 .site-content > .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.page-id-156 .entry-title,
.page-id-156 .page-header {
    display: none;
}
.page-id-156 .site-main > article {
    max-width: 100% !important;
    width: 100% !important;
}

/* WooCommerce Product Cards */
.woocommerce ul.products li.product {
    background: #FFFFFF;
    border: 1px solid #EDE7DF;
    border-radius: 4px;
    padding: 24px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.woocommerce ul.products li.product:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #111111 !important;
}
.woocommerce ul.products li.product .price {
    color: #111111 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

/* Buttons */
.woocommerce ul.products li.product .button,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce .cart .button, .woocommerce .checkout .button {
    background-color: #111111 !important;
    color: #F8F6F2 !important;
    border: none !important;
    border-radius: 2px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 14px 28px !important;
    transition: background-color 0.3s ease !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover {
    background-color: #C6A96B !important;
    color: #111111 !important;
}

/* Single Product */
.woocommerce div.product .product_title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 2.2rem !important;
    font-weight: 500 !important;
}
.woocommerce div.product p.price {
    font-size: 1.4rem !important;
    color: #111111 !important;
    font-weight: 500 !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 0.95rem; line-height: 1.8; color: #444;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Inter', sans-serif !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* Cart & Checkout */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
    background-color: #111111 !important;
    color: #F8F6F2 !important;
    border-radius: 2px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    padding: 16px 32px !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover {
    background-color: #C6A96B !important;
    color: #111111 !important;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
    font-size: 0.75rem !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    color: #999 !important;
}

/* Sale badge */
.woocommerce span.onsale {
    background-color: #C6A96B !important;
    color: #111111 !important;
    border-radius: 2px !important;
}

/* Ratings */
.woocommerce .star-rating span::before { color: #C6A96B !important; }

html { scroll-behavior: smooth; }
::selection { background: #C6A96B; color: #111111; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F8F6F2; }
::-webkit-scrollbar-thumb { background: #C6A96B; border-radius: 4px; }

/* Kill ALL spacing above hero on homepage */
.page-id-156 .site-content,
.page-id-156 #content,
.page-id-156 #primary,
.page-id-156 .entry-content,
.page-id-156 article,
.page-id-156 .ast-article-single,
.page-id-156 .ast-article-post,
.page-id-156 .ast-separate-container .ast-article-single,
.page-id-156 .ast-separate-container .ast-article-post,
.page-id-156 .ast-plain-container .ast-article-post,
.page-id-156 .site-main {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.page-id-156 .site-content > .ast-container {
    max-width: 100% !important;
    padding: 0 !important;
}
.page-id-156 .entry-title,
.page-id-156 .page-header {
    display: none !important;
}
