/*
Theme Name: Royalux EuroCave
Theme URI: https://royalux.co.in
Author: Royalux Products Pvt Ltd
Author URI: https://royalux.co.in
Description: A premium WordPress theme for Royalux - Exclusive distributor of EuroCave wine cabinets in India. Features elegant design, custom page templates, and full WooCommerce compatibility.
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: royalux-eurocave
Domain Path: /languages
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive-layout, theme-options

This theme is built for Royalux Products Pvt Ltd - Sole & Exclusive Distributor of EuroCave products in India.
*/

/* ========================================
   Theme Base Styles - WordPress Required
   ======================================== */

/* WordPress Required Styles */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    padding: 15px 23px 14px;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Gallery Styling */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Comments */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list .children {
    list-style: none;
}

.comment-body {
    margin-bottom: 2em;
    padding: 1em;
    border: 1px solid #eee;
}

.comment-meta {
    margin-bottom: 1em;
}

.comment-author .avatar {
    float: left;
    margin-right: 1em;
}

.comment-metadata {
    font-size: 0.875em;
    color: #666;
}

.reply {
    margin-top: 1em;
}

.bypostauthor {
    display: block;
}

/* Widgets */
.widget {
    margin-bottom: 2em;
}

.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
}

/* Navigation */
.nav-links {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
}

.post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}

/* Content Styling */
.sticky {
    display: block;
}

.hentry {
    margin-bottom: 2em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* ==========================================================================
   Theme Custom Styles - Royalux EuroCave
   ========================================================================== */

:root {
    --primary-color: #c9a962;
    --secondary-color: #1a1a1a;
    --text-color: #333;
    --light-bg: #f8f9fa;
    --white: #fff;
    --dark-bg: #000;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
}

/* WooCommerce Compatibility */
.woocommerce .entry-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}

/* Theme Admin Notices */
.theme-notice {
    padding: 1em;
    margin: 1em 0;
    border-left: 4px solid var(--primary-color);
    background: var(--light-bg);
}
