/* ===== Base Reset ===== */
body {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    background: #f5f1eb;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



html {
    scroll-behavior: smooth;
}

/* ===== Headings ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ===== Main Content Spacing ===== */
.main-content {
    /* padding-top: 25px; */
    /* padding-bottom: 80px; */
}

/* ===== Section Spacing System ===== */
.section-padding {
    padding: 100px 0;
}

.section-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #999;
    margin-bottom: 15px;
}

/* ===== Links ===== */
a {
    transition: 0.3s ease;
}

a:hover {
    text-decoration: none;
}

/* ===== Buttons ===== */
.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    border-radius: 0;
}

/* ===== Remove Old Theme ===== */
body.retro-neon-theme {
    background: #ffffff !important;
}

/* ===== Container Width Refinement ===== */
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}



/* ===== HEADER BASE ===== */

.site-navbar {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1050;
    transition: 0.3s;
}

/* Logo */
.logo-img {
    max-height: 45px;
}

/* Desktop Menu */
.site-menu {
    display: flex;
    gap: 35px;
    list-style: none;
}

.site-menu li a {
    /* font-family: 'Oswald', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.site-menu li.active a,
.site-menu li a:hover {
    color: #c00000;
}

/* Cart */
.cart-icon {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    color: #111;
    text-decoration: none;
    transition: 0.3s;


}

.cart-icon:hover {
    text-decoration: none;
    color: #c00000;
}

/* Button */
.btn-add-to-cart {
    border: 1px solid #111;
    background: transparent;
    color: #111;
    padding: 8px 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-add-to-cart:hover {
    background: #111;
    color: #fff;
}

/* In Cart */
.in-cart-label {
    font-size: 0.8rem;
    color: #2e7d32;
    font-weight: 500;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: 0.3s;
    z-index: 2000;
}

.mobile-menu.active {
    right: 0;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1500;
}

.mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

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

.mobile-menu li {
    margin-bottom: 18px;
}

.mobile-menu a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    color: #111;
    text-decoration: none;
}

.logout-btn {
    background: none;
    border: none;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    padding: 0;
}

.menu-toggle {
    color: #d4af37;
}




/* ================================
  SINGLE PRODUCT PAGE LUXURY STYLING
==================================*/

.product-page-body {
    padding-top: 20px;
    padding-bottom: 80px;
}

/* ---------- GALLERY ---------- */

.main-image {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
}

.transition-image {
    transition: opacity .3s ease;
}

/* Thumbnails */
.thumbnail-item {
    border: 1px solid #eee;
    transition: all .3s ease;
}

.thumbnail-item:hover {
    border-color: #111;
    transform: translateY(-3px);
}

.thumbnail-item.active {
    border-color: #111 !important;
}

/* ---------- PRODUCT DETAILS ---------- */

.product-details {
    padding-left: 50px;
}

.product-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2rem;
    margin-bottom: 10px;
}

.product-sku {
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #999;
}

.product-desc {
    /* font-family: 'Inter', sans-serif; */
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    max-width: 500px;
}

/* ---------- PRICE BOX ---------- */

.price-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    margin: 40px 0;
}

.original-price {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    letter-spacing: 1px;
}

.price {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 2px;
}

/* ---------- CTA BUTTON ---------- */

.coming-soon-btn {
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    border-radius: 0;
    padding: 14px 40px;
    transition: all .3s ease;
    cursor: not-allowed;
    opacity: .7;
}

.coming-soon-btn:hover {
    background: #111;
    color: #fff;
}

/* ---------- META ---------- */

.product-meta {
    font-size: 0.85rem;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

/* ---------- TABS ---------- */

.product-info-tabs .nav-tabs {
    border-bottom: 1px solid #eee;
}

.product-info-tabs .nav-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    border: none;
    color: #999;
}

.product-info-tabs .nav-link.active {
    color: #111;
    border-bottom: 2px solid #111;
    background: transparent;
}

.product-info-tabs .tab-content {
    /* font-family: 'Inter', sans-serif; */
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
    .product-page-body {
        padding-top: 10px;
    }

    .product-details {
        padding-left: 0;
        margin-top: 40px;
    }

    .product-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {

    .product-details {
        padding-left: 10px;

    }

    .main-content {
        padding-top: 5px;
    }
}






/* =============================
   CONTACT PAGE LUXURY DESIGN
============================= */

.contact-hero {
    background: #f8f8f8;
    padding: 120px 0 80px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.contact-hero span {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #999;
}

.contact-hero h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 10px;
}

/* ================= INFO BLOCKS ================= */

.contact-info-section {
    padding: 80px 0;
}

.contact-info-box {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #eee;
    transition: all .3s ease;
    height: 100%;
}

.contact-info-box:hover {
    border-color: #111;
    transform: translateY(-5px);
}

.contact-info-box i {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-info-box h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.contact-info-box p {
    /* font-family: 'Inter', sans-serif; */
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* ================= FORM SECTION ================= */

.contact-form-wrapper {
    padding: 80px 0 120px;
}

.contact-form-box {
    border: 1px solid #eee;
    padding: 60px;
}

.contact-form-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.2rem;
    margin-bottom: 40px;
    text-align: center;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    /* padding: 14px 16px; */
    /* font-family: 'Inter', sans-serif; */
    font-size: 0.9rem;
    transition: all .3s ease;
}

.form-control:focus {
    border-color: #111;
    box-shadow: none;
}

textarea.form-control {
    resize: none;
}

.contact-submit-btn {
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    padding: 14px 50px;
    transition: all .3s ease;
}

.contact-submit-btn:hover {
    background: #111;
    color: #fff;
}

/* Counter */
#messageCounter {
    font-size: 0.75rem;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form-box {
        padding: 40px 25px;
    }
}





/* Payment page CSS */

.payment-section {
    padding: 60px 0;
    background: #f8f8f8;
}

.checkout-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
}

.checkout-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.checkout-subtitle {
    color: #777;
    margin-bottom: 30px;
}

.payment-option {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    background: white;
}

.payment-option:hover {
    border-color: #000;
}

.payment-option input {
    margin-right: 10px;
}

.payment-content {
    margin-left: 10px;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 6px;
}

.payment-desc {
    font-size: 14px;
    color: #777;
}

.card-icons img {
    height: 47px;
    margin-left: 5px;
}

.cards img {
    height: 24px;
    margin-left: 10px;
}

.pay-btn {
    margin-top: 30px;
    background: #000;
    color: white;
    border: none;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

.pay-btn:hover {
    background: #222;
}

/* RIGHT SIDE */

.summary-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.summary-box h3 {
    margin-bottom: 20px;
}

.summary-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
}

.summary-info {
    flex: 1;
}

.product-name {
    font-weight: 600;
}

.product-qty {
    font-size: 13px;
    color: #777;
}

.product-price {
    font-weight: 600;
}

.discount-box {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.discount-box input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
}

.discount-box button {
    padding: 10px 16px;
    background: #eee;
    border: none;
    border-radius: 5px;
}

.summary-total {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.summary-total .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-total .total {
    font-size: 18px;
    font-weight: 700;
}






/* This is for the single product page */
.no-image-placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #f8f6f4, #ece7e3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

/* subtle texture overlay */
.no-image-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.transparenttextures.com/patterns/white-wall-3.png');
    opacity: 0.15;
}

/* text styling */
.no-image-placeholder span {
    position: relative;
    font-size: 12px;
    letter-spacing: 3px;
    color: #9c8b8b;
    text-transform: uppercase;
}


/* For no image in cart */

.no-image-placeholder-cart {
    width: 50%;
    height: 50%;
    background: linear-gradient(135deg, #f8f6f4, #ece7e3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.no-image-placeholder-cart::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('https://www.transparenttextures.com/patterns/white-wall-3.png');
    opacity: 0.15;
}

.no-image-placeholder-cart span {
    position: relative;
    font-size: 12px;
    letter-spacing: 3px;
    color: #9c8b8b;
    text-transform: uppercase;
}
