/*
Theme Name: astra-child
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: My custom child theme based on generatepress.
Author: aman
Author URI: [Your website URL or leave it blank]
Template: astra
Version: 1.0
*/
/* ── Shared tokens ── */
.page-template-page-about{
    padding-top: 0 !important;
}
.ab-section,
.ab-section * {
    font-family: 'Jost', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}
 
.ab-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
 
/* Eyebrow / label */
.ab-label {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #8C7B6B;
    margin-bottom: 14px;
}
.ab-label--light { color: #C4B5A5; }
 
/* Section title */
.ab-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.7rem, 3.2vw, 2.6rem);
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #1A1A1A;
    line-height: 1.2;
    margin: 0 0 16px;
    text-align: center;
    text-transform: uppercase;
}
.ab-title--left  { text-align: left; }
.ab-title--light { color: #FAF8F5; }
 
/* Section header block */
.ab-section-header {
    text-align: center;
    margin-bottom: 52px;
}
.ab-section-header__sub {
    font-size: 13px;
    color: #8C7B6B;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
    max-width: 520px;
    margin: 0 auto;
}
 
/* Shared section padding */
.ab-section {
    padding: 80px 0;
}
 
 
/* ==========================================================================
   HERO
   ========================================================================== */
 
.ab-hero {
    background: #1A1A1A;
    position: relative;
    overflow: hidden;
    padding: 100px 24px 90px;
    text-align: center;
    /* Edge-to-edge — override Astra's container padding */
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
}
 
/* Subtle textile-like pattern overlay */
.ab-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 18% 40%, rgba(184,149,106,0.14) 0%, transparent 55%),
        radial-gradient(circle at 82% 65%, rgba(184,149,106,0.09) 0%, transparent 50%);
    pointer-events: none;
}
 
/* Large decorative letterform behind content */
.ab-hero::after {
    content: 'S';
    position: absolute;
    font-family: 'Cormorant Garamond', serif;
    font-size: 520px;
    font-weight: 300;
    color: rgba(255,255,255,0.025);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
    letter-spacing: -0.05em;
    user-select: none;
}
 
.ab-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto;
}
 
.ab-eyebrow {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #B8956A;
    border: 1px solid rgba(184,149,106,0.4);
    padding: 6px 22px;
    margin-bottom: 28px;
}
 
.ab-hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.8rem, 7vw, 5rem);
    font-weight: 300;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FAF8F5;
    line-height: 1.05;
    margin: 0 0 20px;
}
 
.ab-hero__subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: rgba(250,248,245,0.55);
    line-height: 1.8;
    margin: 0 0 36px;
}
 
/* Divider */
.ab-hero__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.ab-hero__divider-line {
    display: block;
    width: 64px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(184,149,106,0.5), transparent);
}
.ab-hero__divider-gem {
    font-size: 9px;
    color: #B8956A;
    animation: ab-gem-pulse 3s ease-in-out infinite;
}
@keyframes ab-gem-pulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50%       { opacity: 1;   transform: scale(1.3); }
}
 
 
/* ==========================================================================
   STORY
   ========================================================================== */
 
.ab-story {
    background: #FAF8F5;
    border-bottom: 1px solid #E2DBD3;
}
 
.ab-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
 
.ab-story__text p {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 1.9;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
}
.ab-story__text p strong {
    color: #1A1A1A;
    font-weight: 500;
}
 
/* Stat cards */
.ab-story__stats {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
 
.ab-stat-card {
    background: #FFFFFF;
    border: 1px solid #E2DBD3;
    padding: 28px 28px 26px;
    display: flex;
    align-items: center;
    gap: 22px;
    transition: border-color 0.28s ease, transform 0.28s ease;
}
.ab-stat-card:hover {
    border-color: #B8956A;
    transform: translateX(4px);
}
 
.ab-stat-card__icon {
    font-size: 20px;
    color: #B8956A;
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}
 
.ab-stat-card__num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #1A1A1A;
    letter-spacing: 0.04em;
    line-height: 1;
    min-width: 72px;
}
 
.ab-stat-card__label {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8C7B6B;
}
 
 
/* ==========================================================================
   PHILOSOPHY
   ========================================================================== */
 
.ab-philosophy {
    background: #FFFFFF;
    border-bottom: 1px solid #E2DBD3;
}
 
.ab-philosophy__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}
 
/* Visual frame — no image, just a textured placeholder */
.ab-philosophy__frame {
    background: #1A1A1A;
    position: relative;
    padding: 64px 40px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
 
/* Inner border inset */
.ab-philosophy__frame::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(184,149,106,0.22);
    pointer-events: none;
}
 
/* Corner accent marks */
.ab-philosophy__frame::after {
    content: '';
    position: absolute;
    top: 20px; left: 20px;
    width: 24px; height: 24px;
    border-top: 1px solid rgba(184,149,106,0.5);
    border-left: 1px solid rgba(184,149,106,0.5);
    pointer-events: none;
}
 
.ab-philosophy__icon {
    font-size: 40px;
    color: #B8956A;
    margin-bottom: 20px;
    display: block;
}
 
.ab-philosophy__caption {
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    color: rgba(250,248,245,0.35);
    display: block;
}
 
/* Text side */
.ab-philosophy__text .ab-label {
    display: block;
}
 
.ab-philosophy__text p {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 1.9;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}
 
/* Values pills */
.ab-values {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}
 
.ab-value {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #E2DBD3;
    padding: 8px 16px;
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2C2C2C;
    transition: all 0.25s ease;
    cursor: default;
}
.ab-value:hover {
    background: #1A1A1A;
    border-color: #1A1A1A;
    color: #FAF8F5;
}
.ab-value__icon {
    font-size: 11px;
    color: #B8956A;
    transition: color 0.25s ease;
}
.ab-value:hover .ab-value__icon {
    color: #D4B896;
}
 
 
/* ==========================================================================
   BESPOKE / PROCESS
   ========================================================================== */
 
.ab-bespoke {
    background: #FAF8F5;
    border-bottom: 1px solid #E2DBD3;
}
 
.ab-bespoke__text {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}
.ab-bespoke__text p {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 1.9;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}
 
/* Process steps */
.ab-process {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}
 
.ab-process__step {
    flex: 1;
    min-width: 190px;
    max-width: 240px;
    text-align: center;
    padding: 36px 24px 32px;
    background: #FFFFFF;
    border: 1px solid #E2DBD3;
    position: relative;
    transition: border-color 0.28s ease, transform 0.28s ease;
}
.ab-process__step:hover {
    border-color: #B8956A;
    transform: translateY(-4px);
}
 
.ab-process__num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3em;
    color: #C4B5A5;
    margin-bottom: 16px;
    display: block;
}
 
.ab-process__icon {
    font-size: 22px;
    color: #B8956A;
    margin-bottom: 16px;
    display: block;
}
 
.ab-process__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #1A1A1A;
    margin: 0 0 10px;
    text-transform: uppercase;
}
 
.ab-process__desc {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #8C7B6B;
    line-height: 1.7;
    margin: 0;
    letter-spacing: 0.02em;
}
 
.ab-process__arrow {
    display: flex;
    align-items: center;
    padding: 0 6px;
    color: #C4B5A5;
    font-size: 13px;
    /* align with top of cards roughly at icon level */
    margin-top: 80px;
    flex-shrink: 0;
}
 
 
/* ==========================================================================
   COMMITMENT
   ========================================================================== */
 
.ab-commitment {
    background: #FFFFFF;
    border-bottom: 1px solid #E2DBD3;
}
 
.ab-commitment__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
}
 
.ab-commitment__text .ab-label {
    display: block;
}
 
.ab-commitment__text p {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 1.9;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}
 
/* Feature cards */
.ab-commitment__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}
 
.ab-feature {
    background: #FAF8F5;
    border: 1px solid #E2DBD3;
    padding: 30px 24px 28px;
    text-align: center;
    transition: border-color 0.28s ease, transform 0.28s ease, background 0.28s ease;
}
.ab-feature:hover {
    border-color: #B8956A;
    background: #FFFFFF;
    transform: translateY(-3px);
}
 
.ab-feature__icon-wrap {
    width: 44px;
    height: 44px;
    border: 1px solid #E2DBD3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: border-color 0.28s ease, background 0.28s ease;
}
.ab-feature:hover .ab-feature__icon-wrap {
    border-color: #B8956A;
    background: #1A1A1A;
}
 
.ab-feature__icon {
    font-size: 16px;
    color: #B8956A;
}
.ab-feature:hover .ab-feature__icon {
    color: #D4B896;
}
 
.ab-feature__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #1A1A1A;
    margin: 0 0 8px;
    text-transform: uppercase;
}
 
.ab-feature__desc {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #8C7B6B;
    line-height: 1.65;
    margin: 0;
    letter-spacing: 0.02em;
}
 
 
/* ==========================================================================
   GLOBAL / CTA
   ========================================================================== */
 
.ab-global {
    background: #1A1A1A;
    padding: 100px 0;
    /* Edge to edge */
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
    overflow: hidden;
}
 
/* Subtle radial glow */
.ab-global::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(184,149,106,0.1) 0%, transparent 60%);
    pointer-events: none;
}
 
.ab-global__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
}
 
.ab-global__body {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(250,248,245,0.6);
    line-height: 1.9;
    letter-spacing: 0.03em;
    max-width: 700px;
    margin: 0 auto 40px;
}
 
.ab-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FAF8F5;
    border: 1px solid rgba(184,149,106,0.5);
    padding: 15px 40px;
    transition: all 0.28s ease;
    position: relative;
}
.ab-cta-btn:hover {
    background: #B8956A;
    border-color: #B8956A;
    color: #FAF8F5;
    gap: 18px;
}
.ab-cta-btn i {
    font-size: 12px;
    transition: transform 0.28s ease;
}
.ab-cta-btn:hover i {
    transform: translateX(4px);
}
 
 
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
 
@media (max-width: 1024px) {
    .ab-story__grid,
    .ab-philosophy__grid,
    .ab-commitment__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
 
    /* Image frame comes first on mobile */
    .ab-philosophy__visual {
        order: -1;
    }
    .ab-philosophy__frame {
        min-height: 260px;
        padding: 48px 32px;
    }
 
    .ab-title--left {
        text-align: center;
    }
 
    .ab-philosophy__text .ab-label,
    .ab-commitment__text .ab-label {
        display: block;
        text-align: center;
    }
 
    .ab-values {
        justify-content: center;
    }
 
    .ab-story__stats {
        flex-direction: row;
        gap: 2px;
    }
    .ab-stat-card {
        flex: 1;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px 16px;
    }
    .ab-stat-card:hover {
        transform: translateY(-3px);
    }
}
 
@media (max-width: 768px) {
    .ab-section {
        padding: 60px 0;
    }
 
    .ab-hero {
        padding: 72px 20px 68px;
    }
 
    .ab-hero::after {
        font-size: 280px;
    }
 
    .ab-process {
        flex-direction: column;
        align-items: center;
    }
    .ab-process__step {
        max-width: 100%;
        width: 100%;
    }
    .ab-process__arrow {
        transform: rotate(90deg);
        margin: 4px 0;
    }
 
    .ab-commitment__features {
        grid-template-columns: 1fr 1fr;
    }
 
    .ab-story__stats {
        flex-direction: column;
    }
    .ab-stat-card {
        flex-direction: row;
        text-align: left;
    }
 
    .ab-global,
    .ab-hero {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
}
 
@media (max-width: 540px) {
    .ab-commitment__features {
        grid-template-columns: 1fr;
    }
 
    .ab-hero__title {
        font-size: 2.4rem;
        letter-spacing: 0.14em;
    }
 
    .ab-section-header {
        margin-bottom: 36px;
    }
 
    .ab-global,
    .ab-hero {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }
}

/* Custom styles go below this line */
/* ==========================================
   EXCLUSIVE BRIDAL RECONSTRUCTION FOR ASTRA CART
   ========================================== */

/* 1. Global Page Elegance & Background */

/* ==========================================
   EXCLUSIVE BRIDAL RECONSTRUCTION FOR ASTRA CART
   ========================================== */

/* 1. Global Page Elegance & Background */
.woocommerce-cart #primary {
    background-color: #ffffff !important;
    font-family: 'Cormorant Garamond', 'Playfair Display', serif !important;
    color: #2c2c2c !important;
    padding-top: 40px;
}

.woocommerce-cart .entry-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 300 !important;
    font-size: 36px !important;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    color: #2c2c2c !important;
}

/* 2. Strip Astra's Rigid Table Boxes */
.woocommerce-cart .woocommerce-cart-form {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce-cart table.shop_table {
    border: none !important;
    border-radius: 0 !important;
}

/* Table Headers */
.woocommerce-cart table.shop_table th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #8c8c8c !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #e5dfd9 !important;
    padding: 20px 10px !important;
}

/* Table Content Cells */
.woocommerce-cart table.shop_table td {
    border-top: none !important;
    border-bottom: 1px solid #f2eee9 !important;
    padding: 30px 10px !important;
    background: transparent !important;
    font-size: 16px;
}

/* Remove 'X' item icon button style */
.woocommerce-cart td.product-remove a.remove {
    color: #b0b0b0 !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    transition: color 0.3s;
}

.woocommerce-cart td.product-remove a.remove:hover {
    background-color: transparent !important;
    color: #2c2c2c !important;
}

/* Product thumbnail frame */
.woocommerce-cart .product-thumbnail img {
    max-width: 80px !important;
    height: auto !important;
    border-radius: 0 !important;
    background-color: #fcfbfa;
}

/* Product Name Link */
.woocommerce-cart .product-name a {
    font-family: 'Cormorant Garamond', serif !important;
    color: #2c2c2c !important;
    font-size: 18px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

/* Prices styling */
.woocommerce-cart .product-price .amount, 
.woocommerce-cart .product-subtotal .amount {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

.woocommerce-cart .product-subtotal .amount {
    color: #c49a82 !important; /* Soft rose gold/champagne tone */
}

/* Elegant Quantity Controls */
.woocommerce-cart .product-quantity .quantity input {
    border: 1px solid #e5dfd9 !important;
    border-radius: 0 !important;
    padding: 8px !important;
    width: 50px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #2c2c2c !important;
}

/* 3. Coupon Action Bar Alignment */
.woocommerce-cart table.shop_table td.actions {
    border-bottom: none !important;
    padding: 30px 0 !important;
}

.woocommerce-cart .actions .coupon input#coupon_code {
    border: 1px solid #e5dfd9 !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 1px;
    width: 180px !important;
    margin-right: 15px !important;
}

/* Styling Buttons (Apply Coupon & Update Cart) */
.woocommerce-cart .actions .button {
    background-color: #ffffff !important;
    color: #2c2c2c !important;
    border: 1px solid #2c2c2c !important;
    border-radius: 0 !important;
    padding: 13px 28px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart .actions .button:hover {
    background-color: #2c2c2c !important;
    color: #ffffff !important;
}

/* Disabled state handling for Update Cart */
.woocommerce-cart .actions .button:disabled,
.woocommerce-cart .actions .button[aria-disabled="true"] {
    background-color: #ffffff !important;
    color: #cccccc !important;
    border-color: #e5dfd9 !important;
    opacity: 0.6;
}

/* 4. Luxury Cart Totals Layout Box */
.woocommerce-cart .cart-collaterals {
    margin-top: 60px !important;
    border-top: 1px solid #e5dfd9;
    padding-top: 40px;
}

.woocommerce-cart .cart_totals {
    width: 420px !important;
    background-color: #fcfbfa !important; /* Soft warm neutral */
    border: 1px solid #e5dfd9 !important;
    border-radius: 0 !important;
    padding: 35px !important;
}

.woocommerce-cart .cart_totals h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    color: #2c2c2c !important;
    border-bottom: 1px solid #e5dfd9 !important;
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
}

.woocommerce-cart .cart_totals table tr th, 
.woocommerce-cart .cart_totals table tr td {
    border: none !important;
    background: transparent !important;
    padding: 15px 0 !important;
    font-size: 15px;
}

.woocommerce-cart .cart_totals table tr th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #8c8c8c;
}

.woocommerce-cart .cart_totals .order-total td .amount {
    font-size: 22px !important;
    color: #c49a82 !important; /* Muted champagne gold finish */
    font-family: 'Cormorant Garamond', serif !important;
}

/* 5. Premium "Proceed to Checkout" Call to Action Button */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    display: block !important;
    background-color: #2c2c2c !important; /* Bold minimal dark anchor */
    color: #ffffff !important;
    border: 1px solid #2c2c2c !important;
    border-radius: 0 !important;
    padding: 18px 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight: 400 !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
    background-color: #ffffff !important;
    color: #2c2c2c !important;
}



/* =========================================================
   LUXURY WOOCOMMERCE CHECKOUT STYLING FOR ASTRA
   ========================================================= */

/* 1. Global Page & Astra Container Alignment */
.woocommerce-checkout #primary {
    background-color: #ffffff !important;
    font-family: 'Cormorant Garamond', 'Playfair Display', serif !important;
    color: #2c2c2c !important;
    padding-top: 40px;
}

/* Fix Astra container for Checkout to keep it elegantly centered */
.woocommerce-checkout .ast-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Page Title */
.woocommerce-checkout .entry-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 300 !important;
    font-size: 36px !important;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    color: #2c2c2c !important;
}

/* 2. WooCommerce Info Bars (Coupons & Notices) */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-error {
    background-color: #fcfbfa !important;
    border-top: 2px solid #2c2c2c !important; /* Replaces default blue */
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e5dfd9 !important;
    color: #2c2c2c !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    border-radius: 0 !important;
}

.woocommerce-checkout .woocommerce-info::before {
    color: #2c2c2c !important;
}

.woocommerce-checkout .woocommerce-info a {
    color: #c49a82 !important; /* Rose gold link */
    text-decoration: none !important;
    font-weight: 500 !important;
}

/* 3. Form Input Fields (Billing Details) */
.woocommerce-checkout h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    color: #2c2c2c !important;
    border-bottom: 1px solid #e5dfd9 !important;
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
}

.woocommerce-checkout label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #8c8c8c !important;
    letter-spacing: 1px;
    font-weight: 400 !important;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #e5dfd9 !important;
    border-radius: 0 !important;
    padding: 12px 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #2c2c2c !important;
    height: auto !important;
    box-shadow: none !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #2c2c2c !important;
    outline: none !important;
}

/* 4. Your Order Table */
.woocommerce-checkout #order_review {
    background-color: #fcfbfa !important;
    border: 1px solid #e5dfd9 !important;
    padding: 35px !important;
}

.woocommerce-checkout table.shop_table {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.woocommerce-checkout table.shop_table th {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #8c8c8c !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #e5dfd9 !important;
    padding: 20px 0 !important;
}

.woocommerce-checkout table.shop_table td {
    border-top: none !important;
    border-bottom: 1px solid #f2eee9 !important;
    padding: 20px 0 !important;
    background: transparent !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
    color: #2c2c2c !important;
}

.woocommerce-checkout table.shop_table td.product-total .amount {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 1px;
}

/* Order Totals */
.woocommerce-checkout .order-total th {
    color: #2c2c2c !important;
    font-weight: 600 !important;
}

.woocommerce-checkout .order-total td .amount {
    font-size: 22px !important;
    color: #c49a82 !important; /* Muted champagne gold finish */
    font-family: 'Cormorant Garamond', serif !important;
}

/* 5. Payment Methods Section */
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e5dfd9 !important;
    padding: 0 0 20px 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #2c2c2c !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff !important;
    border: 1px solid #e5dfd9 !important;
    color: #8c8c8c !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #e5dfd9 !important;
}

/* 6. Premium "Place Order" Button (Replaces default blue) */
.woocommerce-checkout #payment #place_order {
    display: block !important;
    width: 100% !important;
    background-color: #2c2c2c !important; 
    color: #ffffff !important;
    border: 1px solid #2c2c2c !important;
    border-radius: 0 !important;
    padding: 18px 0 !important;
    margin-top: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight: 400 !important;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1) !important;
    box-shadow: none !important;
}

.woocommerce-checkout #payment #place_order:hover {
    background-color: #ffffff !important;
    color: #2c2c2c !important;
}




/* =========================================================
   SHOP / CATALOG — Matches category page design system
   Fonts : Cormorant Garamond (display) · Jost (body)
   Palette: --cream #FAF8F5 · --ink #1A1A1A · --accent #B8956A
            --mink #8C7B6B · --taupe #C4B5A5 · --border #E2DBD3
   ========================================================= */

/* ── Hide breadcrumbs on shop ── */
.archive.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.ast-breadcrumbs-wrapper,
.woocommerce .woocommerce-breadcrumb {
    display: none !important;
}

/* ── Kill ALL Astra top spacing ── */
.archive.woocommerce #primary,
.archive.woocommerce-page #primary {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.archive.woocommerce .entry-header,
.archive.woocommerce-page .entry-header,
.archive.woocommerce .ast-archive-description,
.archive.woocommerce-page .ast-archive-description {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Page shell ── */
.archive.woocommerce #primary,
.archive.woocommerce-page #primary {
    background-color: #FAF8F5 !important;
    font-family: 'Jost', 'Helvetica Neue', sans-serif !important;
    font-weight: 300 !important;
    color: #2C2C2C !important;
    -webkit-font-smoothing: antialiased;
}

.archive.woocommerce .ast-container,
.archive.woocommerce-page .ast-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Hero header ── */
.woocommerce-products-header {
    text-align: center !important;
    padding: 56px 24px 36px !important;
    background: #FAF8F5 !important;
    border-bottom: 1px solid #E2DBD3 !important;
    margin: 0 !important;
}

.woocommerce-products-header::before {
    content: 'Collection';
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #8C7B6B;
    margin-bottom: 14px;
}

.woocommerce-products-header__title.page-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(2rem, 5vw, 3.5rem) !important;
    font-weight: 300 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #1A1A1A !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Toolbar row ── */
.woocommerce .woocommerce-products-header ~ * .woocommerce-result-count,
.woocommerce .woocommerce-result-count {
    font-family: 'Jost', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #8C7B6B !important;
    margin: 0 !important;
    padding: 18px 32px !important;
    line-height: 1 !important;
    float: left !important;
}

.woocommerce .woocommerce-ordering {
    margin: 0 !important;
    padding: 14px 32px !important;
    float: right !important;
}

.woocommerce .woocommerce-ordering select {
    font-family: 'Jost', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    color: #1A1A1A !important;
    background-color: transparent !important;
    border: 1px solid #E2DBD3 !important;
    border-radius: 0 !important;
    padding: 10px 36px 10px 16px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238C7B6B'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    cursor: pointer !important;
    transition: border-color 0.25s ease !important;
    box-shadow: none !important;
    outline: none !important;
}

.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
    border-color: #8C7B6B !important;
}

/* Toolbar border */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    border-bottom: 1px solid #E2DBD3 !important;
    background: #FAF8F5 !important;
}

/* ── Product grid — FORCE 4 columns ── */
.archive.woocommerce ul.products,
.archive.woocommerce-page ul.products,
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2px !important;
    margin: 2px !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
    width: auto !important;
}
/* Kill empty nodes / short description Astra injects that cause the gap */
.woocommerce ul.products li.product .ast-woo-product-category ~ *:not(.woocommerce-loop-product__title):not(.price):not(.button):not(.onsale):not(.ast-loop-product__link):not(.ast-woo-product-category) {
    display: none !important;
}

/* Also hide any stray <p> tags or empty divs inside product cards */
.woocommerce ul.products li.product > p,
.woocommerce ul.products li.product .woocommerce-loop-product__link ~ p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}
/* ── Product card ── */
.archive.woocommerce ul.products li.product,
.woocommerce ul.products li.product {
    background: #FFFFFF !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: none !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    border-radius: 0 !important;
}

.archive.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.07) !important;
}

/* ── Image wrapper — Astra uses .ast-loop-product__link wrapping the img ── */
.woocommerce ul.products li.product .ast-loop-product__link {
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    /* background: #EDE8E1 !important; */
    order: 1 !important;
    /* Fixed height so images don't stretch the card */
    /* height: 420px !important; */
    width: 100% !important;
}

.woocommerce ul.products li.product .ast-loop-product__link img {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: transform 0.5s ease !important;
}

.woocommerce ul.products li.product:hover .ast-loop-product__link img {
    transform: scale(1.04) !important;
}

/* Hover "View Details" overlay */
.woocommerce ul.products li.product .ast-loop-product__link::after {
    content: 'View Details' !important;
    position: absolute !important;
    bottom: 100px !important; left: 0 !important; right: 0 !important;
    background: rgba(26,26,26,0.86) !important;
    color: #ffffff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 12px !important;
    opacity: 0 !important;
    transform: translateY(8px) !important;
    transition: all 0.28s ease !important;
    pointer-events: none !important;
}

.woocommerce ul.products li.product:hover .ast-loop-product__link::after {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ── Sale badge — sharp rectangle, accent colour ── */
.woocommerce ul.products li.product .onsale {
    background: #B8956A !important;
    color: #ffffff !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 0 !important;
    line-height: 1 !important;
    min-height: auto !important;
    min-width: auto !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    z-index: 5 !important;
    position: absolute !important;
}

/* ── Card text area ordering ── */
/* Astra outputs: category → title → price → button inside the li,
   but the image link .ast-loop-product__link comes first in DOM.
   We use order to keep image on top. */
.woocommerce ul.products li.product .ast-woo-product-category {
    order: 2 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #C4B5A5 !important;
    margin: 16px 16px 5px !important;
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    order: 3 !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    color: #1A1A1A !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    padding: 0 16px 8px !important;
    text-align: center !important;
    transition: color 0.25s ease !important;
    /* Prevent title from growing the card — clamp to 2 lines */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #B8956A !important;
}

.woocommerce ul.products li.product .price {
    order: 4 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    letter-spacing: 0.06em !important;
    color: #2C2C2C !important;
    padding: 0 16px 6px !important;
    margin: 0 !important;
    display: block !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
    color: #B8956A !important;
    font-weight: 400 !important;
}

.woocommerce ul.products li.product .price del {
    color: #C4B5A5 !important;
    font-weight: 300 !important;
    font-size: 11px !important;
    margin-right: 5px !important;
    text-decoration: line-through !important;
}

/* ── Hide star ratings ── */
.woocommerce ul.products li.product .star-rating {
    display: none !important;
}

/* ── Add to Cart button ── */
.woocommerce ul.products li.product .button {
    order: 5 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #1A1A1A !important;
    background: transparent !important;
    border: 1px solid #E2DBD3 !important;
    border-radius: 0 !important;
    padding: 11px 16px !important;
    margin: 10px 16px 18px !important;
    width: calc(100% - 32px) !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
    box-shadow: none !important;
    display: block !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus {
    background: #1A1A1A !important;
    color: #ffffff !important;
    border-color: #1A1A1A !important;
}

/* ── Pagination ── */
.woocommerce nav.woocommerce-pagination {
    border-top: 1px solid #E2DBD3 !important;
    padding: 32px !important;
    text-align: center !important;
    background: #FAF8F5 !important;
    clear: both !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
    display: inline-flex !important;
    gap: 4px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family: 'Jost', sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 0.12em !important;
    color: #8C7B6B !important;
    background: transparent !important;
    border: 1px solid #E2DBD3 !important;
    border-radius: 0 !important;
    padding: 8px 14px !important;
    min-width: 38px !important;
    text-align: center !important;
    transition: all 0.25s ease !important;
    line-height: 1.4 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #1A1A1A !important;
    color: #ffffff !important;
    border-color: #1A1A1A !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #1A1A1A !important;
    color: #ffffff !important;
    border-color: #1A1A1A !important;
    font-weight: 500 !important;
}

/* ── Responsive breakpoints ── */
@media (max-width: 1200px) {
    .archive.woocommerce ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .woocommerce ul.products li.product .ast-loop-product__link {
        height: 360px !important;
    }
}

@media (max-width: 900px) {
    .archive.woocommerce ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        margin: 1px !important;
    }
    .woocommerce ul.products li.product .ast-loop-product__link {
        height: 320px !important;
    }
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering {
        padding: 14px 20px !important;
    }
}

@media (max-width: 540px) {
    .archive.woocommerce ul.products,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1px !important;
        margin: 1px !important;
    }
    .woocommerce ul.products li.product .ast-loop-product__link {
        height: 240px !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px !important;
        padding: 0 10px 4px !important;
    }
    .woocommerce ul.products li.product .ast-woo-product-category {
        margin: 10px 10px 2px !important;
    }
    .woocommerce ul.products li.product .price {
        padding: 0 10px 2px !important;
        font-size: 12px !important;
    }
    .woocommerce ul.products li.product .button {
        margin: 8px 10px 14px !important;
        width: calc(100% - 20px) !important;
        font-size: 9px !important;
        padding: 9px 10px !important;
    }
}

/* =========================================================
   PRIVACY POLICY ONLY (Targeting Page ID 3)
   ========================================================= */

/* 1. Center and Restrict width ONLY for this page */
body.page-id-3:not(.woocommerce) .ast-container {
    max-width: 900px !important; 
    margin: 0 auto !important;
    padding: 60px 20px 100px 20px !important;
}

/* 2. Main Page Title ONLY for this page */
body.page-id-3 .entry-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 300 !important;
    font-size: 42px !important;
    text-align: center !important;
    letter-spacing: 2px !important;
    text-transform: capitalize !important;
    margin-bottom: 60px !important;
    color: #2c2c2c !important;
}

/* 3. Sub-headings ONLY for this page */
body.page-id-3 .entry-content h1,
body.page-id-3 .entry-content h2,
body.page-id-3 .entry-content h3,
body.page-id-3 .entry-content h4 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    color: #2c2c2c !important;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px !important;
}

body.page-id-3 .entry-content h2 {
    font-size: 28px !important;
    border-bottom: 1px solid #e5dfd9 !important;
    padding-bottom: 15px !important;
}

/* 4. Body Text ONLY for this page */
body.page-id-3 .entry-content p,
body.page-id-3 .entry-content ul,
body.page-id-3 .entry-content ol,
body.page-id-3 .entry-content li {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 2 !important;
    color: #555555 !important;
    margin-bottom: 20px !important;
}

/* 5. Links ONLY for this page */
body.page-id-3 .entry-content a {
    color: #c49a82 !important;
    text-decoration: none !important;
    border-bottom: 1px solid transparent !important;
    transition: all 0.3s ease !important;
}

body.page-id-3 .entry-content a:hover {
    color: #2c2c2c !important;
    border-bottom: 1px solid #2c2c2c !important;
}




/* =========================================================
   Login PAGE STYLING
   ========================================================= */
/* =========================================
   SHAKIR BRIDAL COUTURE - ACCOUNT DASHBOARD
   ========================================= */

/* 1. Flexbox Container */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-direction: row !important;
    gap: 40px !important;
    align-items: flex-start !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 260px !important; 
    width: 100% !important;
    float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    float: none !important;
}

/* 2. Global Typography (Matching the Checkout) */
.woocommerce-account h1, 
.woocommerce-account h2, 
.woocommerce-account h3, 
.woocommerce-account th {
    font-family: "Playfair Display", "Georgia", serif !important; /* Luxury Serif */
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight: 400 !important;
    color: #222 !important;
}

/* 3. Sidebar Navigation (Cream & Gold Box Style) */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #eaeaea !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #eaeaea !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block !important;
    padding: 18px 20px !important;
    color: #666 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
    background-color: #fff !important;
}

/* Active & Hover State - Cream Background with Gold Border */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background-color: #fdfbf8 !important; /* Light cream from checkout */
    color: #000 !important;
    border-left: 3px solid #c5a67c !important; /* Gold accent line */
}

/* 4. Tables (Orders / Downloads) */
.woocommerce-account table.shop_table {
    border-collapse: collapse !important;
    width: 100% !important;
    border: 1px solid #eaeaea !important;
}

.woocommerce-account table.shop_table thead th {
    background-color: #fdfbf8 !important; /* Cream header */
    border-bottom: 1px solid #eaeaea !important;
    padding: 20px 15px !important;
    font-size: 13px !important;
}

.woocommerce-account table.shop_table td {
    padding: 15px !important;
    border-bottom: 1px solid #eaeaea !important;
    color: #555 !important;
    font-size: 13px !important;
}

/* 5. Address Boxes & Welcome Message (Matching "Billing Address" box) */
.woocommerce-account .u-column1, 
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
    background-color: #fdfbf8 !important; /* Cream */
    border: 1px solid #eaeaea !important;
    border-left: 3px solid #c5a67c !important; /* Gold line */
    padding: 30px !important;
    margin-bottom: 30px !important;
}

/* 6. Form Inputs & Labels */
.woocommerce-account .woocommerce-EditAccountForm label {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #888 !important;
}

.woocommerce-account .woocommerce-EditAccountForm input.input-text {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    background: transparent !important;
    padding: 10px 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

/* 7. Buttons (Outlined, turning Gold on hover) */
.woocommerce-account .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content .button {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 12px 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 11px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
    background-color: #c5a67c !important; /* Gold */
    border-color: #c5a67c !important;
    color: #fff !important;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce { flex-direction: column !important; }
}

/* =========================================
   FIX: CENTER HEADING & HIDE BROKEN ICONS
   ========================================= */

/* 1. Force the Main Heading to Center (Overriding Astra) */
.woocommerce-account header.entry-header {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto 50px auto !important; /* Adds space below the heading */
}

.woocommerce-account header.entry-header h1.entry-title {
    display: inline-block !important;
    text-align: center !important;
    margin: 0 auto !important;
}

/* 2. Hide Broken WooCommerce Icons */
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
    display: none !important; /* Removes the broken square */
    content: "" !important;
}

/* 3. Re-align the Info Box Text and Button */
.woocommerce-account .woocommerce-info {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important; /* Pushes text left, button right */
    padding: 25px 30px !important; /* Clean, even padding */
}

/* Mobile fix for the info box */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce-info {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
}

/* =========================================
   XOO LOGIN/SIGNUP FORM STYLING
   ========================================= */

/* 1. Center and constrain the form width for a tailored look */
.xoo-el-form-container {
    max-width: 500px !important;
    margin: 0 auto !important;
    background: transparent !important;
}

/* 2. Style the Tab Headers (Login / Sign Up) */
.xoo-el-header {
    margin-bottom: 30px !important;
}

.xoo-el-tabs {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #eaeaea !important;
}

.xoo-el-tabs li {
    flex: 1 !important;
    text-align: center !important;
    font-family: "Playfair Display", "Georgia", serif !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 15px 0 !important;
    cursor: pointer !important;
    background-color: #fff !important;
    color: #000 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

/* Active Tab - Matches the Gold/Tan accent */
.xoo-el-tabs li.xoo-el-active {
    background-color: #c5a67c !important; /* Luxury Gold/Tan */
    color: #fff !important;
    font-weight: 400 !important;
}

/* 3. Input Fields - Clean, crisp, with a subtle cream background */
.xoo-aff-input-group {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #eaeaea !important;
    background-color: #fdfbf8 !important; /* Cream background from checkout */
    margin-bottom: 20px !important;
}

.xoo-aff-input-group input.xoo-aff-field {
    border: none !important;
    background: transparent !important;
    padding: 15px !important;
    width: 100% !important;
    font-size: 13px !important;
    color: #333 !important;
    box-shadow: none !important;
}

/* Ensure icons inside inputs match the aesthetic */
.xoo-aff-input-icon {
    color: #c5a67c !important;
    padding-left: 15px !important;
}

/* 4. Secondary Links (Remember Me / Forgot Password) */
.xoo-el-login-btm-fields {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 25px !important;
}

.xoo-el-form-label, 
.xoo-el-lostpw-tgr,
.xoo-el-form-txt {
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #888 !important;
    text-decoration: none !important;
}

.xoo-el-lostpw-tgr:hover {
    color: #c5a67c !important;
}

/* 5. The Primary Action Button (Sign In / Sign Up) */
.xoo-el-action-btn {
    background-color: #c5a67c !important; /* Matches active tab */
    color: #fff !important;
    font-family: "Playfair Display", "Georgia", serif !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    padding: 16px !important;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important; /* Sharp, high-end corners */
    transition: background-color 0.3s ease !important;
    cursor: pointer !important;
}

.xoo-el-action-btn:hover {
    background-color: #000 !important; /* Transitions to solid black on hover */
    color: #fff !important;
}

/* Fix any weird spacing on checkboxes */
.xoo-el-form-label input[type="checkbox"] {
    margin-right: 8px !important;
}
/* =========================================
   FIX: PLACEHOLDER OVERLAP & GREY ICON BOX
   ========================================= */

/* 1. Reset the container so the icon can sit inside it properly */
.xoo-aff-input-group {
    position: relative !important;
    display: block !important;
    background-color: #fdfbf8 !important; /* Keeps your luxury cream color */
    border: 1px solid #eaeaea !important;
}

/* 2. Strip away the plugin's grey box and position the gold icon */
.xoo-aff-input-icon {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 50px !important; /* Gives the icon a dedicated "zone" */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important; /* Kills the grey box */
    color: #c5a67c !important; /* Matches your Shakir Bridal gold */
    padding: 0 !important;
    border: none !important;
}

/* 3. Push the placeholder and typing text to the right so it never overlaps */
.xoo-aff-input-group input.xoo-aff-field {
    padding: 15px 15px 15px 50px !important; /* The '50px' pushes text safely past the icon */
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    box-sizing: border-box !important;
}