/* ===================================================================
   GemOraio — Premium Luxury Theme
   Palette: White #FFFFFF | Gold #D4AF37 | Black #111111 | Light Grey #F5F3F0
   Fonts: 'Playfair Display' (headings, serif elegance) + 'Poppins' (body)
=================================================================== */

:root {
    --goa-gold: #D4AF37;
    --goa-gold-dark: #B8952E;
    --goa-gold-light: #E8CD73;
    --goa-black: #111111;
    --goa-white: #FFFFFF;
    --goa-grey: #F5F3F0;
    --goa-grey-dark: #6B6660;
    --goa-border: #E7E2D9;

    --goa-font-heading: 'Playfair Display', 'Georgia', serif;
    --goa-font-body: 'Poppins', 'Helvetica Neue', sans-serif;

    --goa-radius: 2px;
    --goa-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
    font-family: var(--goa-font-body);
    color: var(--goa-black);
    background-color: var(--goa-white);
    font-weight: 300;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.goa-heading {
    font-family: var(--goa-font-heading);
    font-weight: 600;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
    transition: var(--goa-transition);
}

.goa-text-gold { color: var(--goa-gold) !important; }
.goa-bg-black { background-color: var(--goa-black) !important; }
.goa-bg-grey { background-color: var(--goa-grey) !important; }

/* ---- Section Title ---- */
.goa-section-title {
    text-align: center;
    margin-bottom: 3rem;
}
.goa-section-title .goa-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--goa-gold);
    margin-bottom: 0.75rem;
}
.goa-section-title h2 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
}
.goa-section-title p {
    color: var(--goa-grey-dark);
    max-width: 560px;
    margin: 0 auto;
    font-size: 0.95rem;
}
.goa-divider {
    width: 60px;
    height: 2px;
    background: var(--goa-gold);
    margin: 1rem auto 0;
}

/* ===================== TOP BAR ===================== */
.goa-topbar {
    background: var(--goa-black);
    color: var(--goa-grey);
    font-size: 0.78rem;
    padding: 0.45rem 0;
    letter-spacing: 0.03em;
}
.goa-topbar a { color: var(--goa-grey); }
.goa-topbar a:hover { color: var(--goa-gold); }

/* ===================== HEADER / NAV ===================== */
.goa-header {
    height: 80px;
    background: var(--goa-white);
    border-bottom: 1px solid var(--goa-border);
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: var(--goa-transition);
}
.goa-mobile-menu .btn-close{
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1055;
    opacity: 1;
}
.goa-header.goa-scrolled {
    padding: 0.6rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.goa-logo{
    display: flex;
    align-items: center;
    line-height: 1;
}
.goa-mobile-menu .mobile-logo{
    height: 55px;
    width: auto;
    object-fit: contain;
}
.goa-logo img{
    height: 100px !important;   /* ya jitna chahiye */
    width: auto;
    max-height: none;
}
.goa-logo span { color: var(--goa-gold); }

.goa-nav .nav-link {
    color: var(--goa-black);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    position: relative;
}
.goa-nav .nav-link:hover,
.goa-nav .nav-link.active {
    color: var(--goa-gold);
}
.goa-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.2rem;
    height: 1px;
    background: var(--goa-gold);
    transform: scaleX(0);
    transition: var(--goa-transition);
}
.goa-nav .nav-link:hover::after { transform: scaleX(1); }

/* Mega menu */
.goa-mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--goa-white);
    border-top: 2px solid var(--goa-gold);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    padding: 2rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--goa-transition);
    z-index: 1040;
}
.goa-nav-item:hover .goa-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.goa-mega-menu h6 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--goa-gold);
    margin-bottom: 1rem;
}
.goa-mega-menu ul { list-style: none; padding: 0; margin: 0; }
.goa-mega-menu ul li a {
    display: block;
    padding: 0.35rem 0;
    color: var(--goa-black);
    font-size: 0.9rem;
}
.goa-mega-menu ul li a:hover {
    color: var(--goa-gold);
    padding-left: 5px;
}

.goa-icon-btn {
    color: var(--goa-black);
    font-size: 1.1rem;
    position: relative;
    margin-left: 1.1rem;
}
.goa-icon-btn:hover { color: var(--goa-gold); }
.goa-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: var(--goa-gold);
    color: var(--goa-black);
    font-size: 0.65rem;
    font-weight: 700;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:991px){
    .goa-logo img{
        height: 120px !important;
        max-height: none !important;
    }

    .goa-mobile-menu .goa-logo img{
        height: 100% !important;
        width: auto !important;
        max-height: 120px;
    }
.goa-header{
        height: 100px;
        background: #f3f3f3;   /* thoda dark */
    }
    .goa-header .container{
        min-height: 60px;
    }

.goa-mobile-menu{
    width:340px;
    background:#fff;
}

.goa-mobile-menu .offcanvas-header{
    padding:22px 25px;
    border-bottom:1px solid rgba(0,0,0,.08);
}

.goa-mobile-menu .offcanvas-body{
    padding:0;
}

.goa-mobile-menu .navbar-nav{
    padding:10px 25px;
}

.goa-mobile-menu .nav-item{
    border-bottom:1px solid #ececec;
}

.goa-mobile-menu .nav-link{
    display:block;
    padding:16px 0;
    color:#111;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.06em;
    transition:.3s;
}

.goa-mobile-menu .nav-link:hover{
    color:var(--goa-gold);
    padding-left:10px;
}

.mobile-menu-btn{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 0;
    background:none;
    border:none;
    font-size:15px;
    font-weight:600;
    color:#111;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.mobile-menu-btn i{
    color:var(--goa-gold);
    font-size:18px;
}

.mobile-submenu{
    list-style:none;
    padding:0 0 10px 15px;
    margin:0;
}

.mobile-submenu li{
    margin:0;
}

.mobile-submenu a{
    display:block;
    padding:10px 0;
    color:#666;
    font-size:14px;
    text-decoration:none;
    transition:.3s;
}

.mobile-submenu a:hover{
    color:var(--goa-gold);
    padding-left:8px;
}

.mobile-bottom{
    margin-top:25px;
    padding:20px 25px;
    border-top:1px solid rgba(0,0,0,.08);
    background:#faf9f7;
}

.mobile-bottom a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 0;
    color:#111;
    text-decoration:none;
    font-weight:500;
    transition:.3s;
}

.mobile-bottom a i{
    color:var(--goa-gold);
    font-size:18px;
}

.mobile-bottom a:hover{
    color:var(--goa-gold);
    padding-left:8px;
}

.goa-mobile-menu .btn-close{
    opacity:.8;
}

}
/* ===================== HERO / SLIDER ===================== */
.goa-hero {
    position: relative;
    overflow: hidden;
    background: var(--goa-black);
}
.goa-hero-slide {
    height: 78vh;
    min-height: 480px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.goa-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17,17,17,0.65) 0%, rgba(17,17,17,0.15) 60%);
}
.goa-hero-content {
    position: relative;
    z-index: 2;
    color: var(--goa-white);
    max-width: 560px;
}
.goa-hero-content .goa-eyebrow {
    color: var(--goa-gold);
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.goa-hero-content h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    margin: 1rem 0;
}
.goa-hero-content p {
    font-size: 1rem;
    opacity: 0.85;
    margin-bottom: 1.75rem;
}
@media (max-width:991px){

.hero-section,
.hero-bg{
    height: 100px !important;
    min-height: 100px !important;
}

.hero-content{
    display:none;      /* ya sirf button hide kar do */
}
.hero-section{
        margin-bottom: -50px;
}
.hero-bg{
    background-position:center;
    background-size:cover;
}

}
/* ===================== BUTTONS ===================== */
.btn-goa-gold {
    background: var(--goa-gold);
    border: 1px solid var(--goa-gold);
    color: var(--goa-black);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.75rem 2rem;
    border-radius: var(--goa-radius);
    font-weight: 600;
}
.btn-goa-gold:hover {
    background: transparent;
    border-color: var(--goa-gold);
    color: var(--goa-gold);
}
.btn-goa-outline-light {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: var(--goa-white);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.75rem 2rem;
    border-radius: var(--goa-radius);
}
.btn-goa-outline-light:hover {
    background: var(--goa-white);
    color: var(--goa-black);
}
.btn-goa-black {
    background: var(--goa-black);
    color: var(--goa-white);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.75rem 2rem;
    border-radius: var(--goa-radius);
    border: 1px solid var(--goa-black);
}
.btn-goa-black:hover {
    background: var(--goa-white);
    color: var(--goa-black);
}

/* ===================== CATEGORY CARDS ===================== */
.goa-category-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--goa-radius);
    display: block;
    height: 520px;
}

.goa-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f8f8f8;
    transition: transform .5s ease;
}

.goa-category-card:hover img {
    transform: scale(1.08);
}

.goa-category-card .goa-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 45%,
        rgba(0,0,0,0.75) 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2rem;
}

.goa-category-card .goa-cat-name {
    color: var(--goa-white);
    font-family: var(--goa-font-heading);
    font-size: 1.5rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* MOBILE DESIGN */
@media(max-width:768px){

    /* Remove description */
    .goa-category-desc {
        display:none;
    }

    .goa-section-title h2 {
        font-size: 2rem;
        margin-bottom: .5rem;
    }


    .row.g-4 {
        --bs-gutter-x: .8rem;
        --bs-gutter-y: .8rem;
    }


    /* Bigger premium cards */
    .goa-category-card {
        height: 400px;
        border-radius: 18px;
    }


    .goa-category-card img {
        object-fit: cover;
    }
.goa-cat-name {
        font-size: 1.6rem;
        letter-spacing: .1em;
    }

    .goa-category-card .goa-cat-overlay {
        padding-bottom: 1.8rem;
    }


    .goa-category-card .goa-cat-name {
        font-size: 1.35rem;
        font-weight: 600;
    }

}
/* ===================== PRODUCT CARDS ===================== */
.goa-product-card {
    background: var(--goa-white);
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
    overflow: hidden;
    transition: var(--goa-transition);
    height: 100%;
}
.goa-product-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: transparent;
}
.goa-product-img-wrap {
    position: relative;
    overflow: hidden;
    background: var(--goa-grey);
}
.goa-product-img-wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.goa-product-card:hover .goa-product-img-wrap img { transform: scale(1.07); }

.goa-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--goa-black);
    color: var(--goa-white);
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.6rem;
    border-radius: var(--goa-radius);
}
.goa-product-badge.goa-badge-gold { background: var(--goa-gold); color: var(--goa-black); }

.goa-product-actions {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(10px);
    transition: var(--goa-transition);
}
.goa-product-card:hover .goa-product-actions {
    opacity: 1;
    transform: translateX(0);
}
.goa-product-actions button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--goa-white);
    color: var(--goa-black);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-size: 0.9rem;
}
.goa-product-actions button:hover { background: var(--goa-gold); color: var(--goa-black); }
.goa-product-actions button.active { color: #e0245e; }

.goa-product-info { padding: 1.1rem 1.1rem 1.3rem; text-align: center; }
.goa-product-cat {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--goa-grey-dark);
}
.goa-product-name {
    font-family: var(--goa-font-heading);
    font-size: 1.02rem;
    margin: 0.35rem 0 0.5rem;
}
.goa-product-name a { color: var(--goa-black); }
.goa-product-name a:hover { color: var(--goa-gold); }
.goa-price-current { font-weight: 600; color: var(--goa-black); }
.goa-price-old {
    text-decoration: line-through;
    color: var(--goa-grey-dark);
    font-size: 0.85rem;
    margin-left: 0.4rem;
}
.goa-rating { color: var(--goa-gold); font-size: 0.8rem; }
@media(max-width:768px){

    /* Product grid spacing */
    .row.g-4 {
        --bs-gutter-x: .8rem;
        --bs-gutter-y: 1rem;
    }


    /* Bigger product image */
    .goa-product-img-wrap img {
        aspect-ratio: 0.85 / 1;
        object-fit: cover;
    }


    /* Reduce card padding */
    .goa-product-info {
        padding: .7rem .5rem .9rem;
    }


    /* Smaller category text */
    .goa-product-cat {
        font-size: .6rem;
        letter-spacing: .08em;
    }


    /* Product name smaller */
    .goa-product-name {
        font-size: .85rem;
        line-height: 1.25;
        margin: .25rem 0 .35rem;
        
        /* limit long names */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


    /* Price compact */
    .goa-price-current {
        font-size: .9rem;
    }

    .goa-price-old {
        font-size: .75rem;
    }


    /* Hide hover action buttons on mobile */
    .goa-product-actions {
        display:none;
    }

}

/* ===================== GEMSTONE / WELLNESS TILES ===================== */
.goa-gem-tile {
    text-align: center;
    padding: 1.5rem 1rem;
    border: 1px solid var(--goa-border);
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: var(--goa-transition);
}
.goa-gem-tile:hover {
    border-color: var(--goa-gold);
    box-shadow: 0 10px 25px rgba(212,175,55,0.25);
}
.goa-gem-tile img { width: 55%; margin-bottom: 0.6rem; }
.goa-gem-tile span { font-size: 0.82rem; color: var(--goa-black); font-weight: 500; }

/* ===================== TESTIMONIALS ===================== */
.testimonial-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.testimonial-track {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: scrollTestimonials 30s linear infinite;
}

.testimonial-slider:hover .testimonial-track {
    animation-play-state: paused;
}

.goa-testimonial-card {
    width: 350px;
    flex-shrink: 0;
    background: var(--goa-grey);
    padding: 2rem;
    border-radius: var(--goa-radius);
    text-align: center;
}

.goa-testimonial-card .goa-quote-icon {
    color: var(--goa-gold);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.goa-testimonial-card p {
    font-style: italic;
    color: #333;
    margin-bottom: 1.25rem;
}

.goa-testimonial-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: .6rem;
}

.goa-testimonial-card h6 {
    margin-bottom: 0;
}

.goa-testimonial-card small {
    color: var(--goa-grey-dark);
}

@keyframes scrollTestimonials {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width:768px){
    .goa-testimonial-card{
        width:280px;
    }

    .testimonial-track{
        animation-duration:20s;
    }
}

/* ===================== NEWSLETTER ===================== */
.goa-newsletter {
    background: var(--goa-black);
    color: var(--goa-white);
    padding: 4rem 0;
    text-align: center;
}
.goa-newsletter h3 { font-size: 1.9rem; }
.goa-newsletter p { color: #cfcfcf; margin-bottom: 1.75rem; }
.goa-newsletter-form {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
}
.goa-newsletter-form input {
    flex: 1;
    border: 1px solid rgba(255,255,255,0.25);
    background: transparent;
    color: var(--goa-white);
    padding: 0.8rem 1rem;
    border-radius: var(--goa-radius) 0 0 var(--goa-radius);
}
.goa-newsletter-form input::placeholder { color: #aaa; }
.goa-newsletter-form button { border-radius: 0 var(--goa-radius) var(--goa-radius) 0; }

/* ===================== INSTAGRAM STRIP ===================== */
.goa-insta-item { position: relative; overflow: hidden; aspect-ratio: 1/1; display: block; }
.goa-insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.goa-insta-item:hover img { transform: scale(1.1); }
.goa-insta-item::after {
    content: '\f16d';
    font-family: 'bootstrap-icons';
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    color: var(--goa-white); font-size: 1.6rem;
    background: rgba(212,175,55,0.55);
    opacity: 0; transition: var(--goa-transition);
}
.goa-insta-item:hover::after { opacity: 1; }

/* ===================== FOOTER ===================== */
.goa-footer {
    background: var(--goa-black);
    color: #c9c9c9;
    padding-top: 4rem;
    font-size: 0.9rem;
}
.goa-footer h6 {
    color: var(--goa-white);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.3rem;
}
.goa-footer ul { list-style: none; padding: 0; }
.goa-footer ul li { margin-bottom: 0.6rem; }
.goa-footer ul li a { color: #c9c9c9; }
.goa-footer ul li a:hover { color: var(--goa-gold); padding-left: 4px; }
.goa-footer .goa-logo { color: var(--goa-white); }
.goa-footer-social a {
    width: 36px; height: 36px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--goa-white);
    margin-right: 0.5rem;
}
.goa-footer-social a:hover { background: var(--goa-gold); border-color: var(--goa-gold); color: var(--goa-black); }
.goa-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 3rem;
    padding: 1.25rem 0;
    font-size: 0.8rem;
    color: #999;
}

/* ===================== MISC UTILITIES ===================== */
.goa-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 44px;
    height: 44px;
    background: var(--goa-black);
    color: var(--goa-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: var(--goa-transition);
    z-index: 1050;
    border: 1px solid var(--goa-gold);
}
.goa-back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.goa-back-to-top:hover { background: var(--goa-gold); color: var(--goa-black); }

.goa-loader-overlay {
    position: fixed;
    inset: 0;
    background: var(--goa-white);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.goa-loader-overlay.goa-hidden { opacity: 0; visibility: hidden; }
.goa-spinner {
    width: 46px; height: 46px;
    border: 2px solid var(--goa-border);
    border-top-color: var(--goa-gold);
    border-radius: 50%;
    animation: goa-spin 0.8s linear infinite;
}
@keyframes goa-spin { to { transform: rotate(360deg); } }

.goa-breadcrumb-bar {
    background: var(--goa-grey);
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--goa-border);
}
.goa-breadcrumb-bar .breadcrumb { margin: 0; font-size: 0.85rem; }
.goa-breadcrumb-bar h1 { font-size: 1.6rem; margin: 0 0 0.4rem; }

.goa-offer-banner {
    background: linear-gradient(120deg, var(--goa-black) 0%, #2b2b2b 100%);
    border-radius: var(--goa-radius);
    padding: 3rem 2.5rem;
    color: var(--goa-white);
    position: relative;
    overflow: hidden;
}
.goa-offer-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.35) 0%, rgba(212,175,55,0) 70%);
}

/* ===================== PAGINATION ===================== */
.goa-pagination .page-link {
    border: 1px solid var(--goa-border);
    color: var(--goa-black);
    margin: 0 3px;
    border-radius: var(--goa-radius);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.goa-pagination .page-item.active .page-link {
    background: var(--goa-gold);
    border-color: var(--goa-gold);
    color: var(--goa-black);
}
.goa-pagination .page-item.disabled .page-link {
    color: #bbb;
    background: transparent;
}

/* ===================== SHOP: FILTER SIDEBAR ===================== */
.goa-filter-widget {
    border-bottom: 1px solid var(--goa-border);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.goa-filter-widget h6 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    margin-bottom: 1rem;
}
.goa-filter-widget .form-check {
    margin-bottom: 0.5rem;
}
.goa-filter-widget .form-check-label {
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #444;
}
.goa-filter-widget .form-check-input:checked {
    background-color: var(--goa-gold);
    border-color: var(--goa-gold);
}
.goa-star-filter {
    color: var(--goa-gold);
    cursor: pointer;
    font-size: 0.85rem;
}

.goa-toolbar {
    background: var(--goa-grey);
    padding: 0.9rem 1.25rem;
    border-radius: var(--goa-radius);
    margin-bottom: 2rem;
}
.goa-toolbar select.form-select,
.goa-toolbar .form-control {
    font-size: 0.85rem;
}
.goa-view-toggle button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--goa-border);
    background: var(--goa-white);
    color: var(--goa-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.goa-view-toggle button.active {
    background: var(--goa-black);
    color: var(--goa-white);
    border-color: var(--goa-black);
}

/* List view product row */
.goa-product-list-row {
    display: flex;
    gap: 1.5rem;
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
    padding: 1rem;
    margin-bottom: 1.25rem;
    transition: var(--goa-transition);
}
.goa-product-list-row:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.06); }
.goa-product-list-row img { width: 180px; height: 180px; object-fit: cover; border-radius: var(--goa-radius); flex-shrink: 0; }
.goa-product-list-row .goa-product-name { font-size: 1.2rem; }

/* ===================== PRODUCT DETAILS ===================== */
.goa-pd-gallery-main {
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}
.goa-pd-gallery-main img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.15s ease;
}
.goa-pd-thumbs { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; }
.goa-pd-thumbs img {
    width: 78px; height: 78px; object-fit: cover;
    border-radius: var(--goa-radius);
    border: 2px solid var(--goa-border);
    cursor: pointer;
    transition: var(--goa-transition);
}
.goa-pd-thumbs img.active,
.goa-pd-thumbs img:hover { border-color: var(--goa-gold); }

.goa-pd-info .goa-pd-cat { color: var(--goa-grey-dark); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; }
.goa-pd-info h1 { font-size: 1.9rem; margin: 0.4rem 0 0.6rem; }
.goa-pd-sku { color: var(--goa-grey-dark); font-size: 0.85rem; margin-bottom: 0.75rem; }
.goa-pd-price { font-size: 1.8rem; font-weight: 600; }
.goa-pd-price .goa-price-old { font-size: 1.1rem; }
.goa-pd-stock-in { color: #1a8754; font-weight: 500; font-size: 0.9rem; }
.goa-pd-stock-out { color: #c0392b; font-weight: 500; font-size: 0.9rem; }

.goa-qty-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
}
.goa-qty-selector button {
    width: 40px; height: 44px;
    border: none; background: transparent;
    font-size: 1.1rem;
}
.goa-qty-selector input {
    width: 50px; height: 44px;
    border: none; text-align: center; font-size: 1rem;
}

.goa-pd-share a {
    width: 36px; height: 36px;
    border: 1px solid var(--goa-border);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--goa-black);
    margin-right: 0.4rem;
}
.goa-pd-share a:hover { background: var(--goa-gold); border-color: var(--goa-gold); color: var(--goa-black); }

.goa-pd-tabs .nav-link {
    color: var(--goa-black);
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.9rem 1.5rem;
}
.goa-pd-tabs .nav-link.active { color: var(--goa-gold); border-bottom-color: var(--goa-gold); background: none; }
.goa-spec-table th { width: 220px; color: var(--goa-grey-dark); font-weight: 500; }

.goa-review-bar { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.4rem; }
.goa-review-bar .progress { flex: 1; height: 8px; }
.goa-review-bar .progress-bar { background: var(--goa-gold); }

/* ================= PRODUCT PAGE MOBILE RESPONSIVE ================= */

@media(max-width:768px){

    .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }


    /* Gallery */
    .goa-pd-gallery-main {
        border-radius: 15px;
    }

    .goa-pd-gallery-main img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }


    .goa-pd-thumbs {
        gap: .5rem;
        margin-top: .8rem;
    }

    .goa-pd-thumbs img {
        width: 60px;
        height: 60px;
    }


    /* Product Information */
    .goa-pd-info {
        margin-top: 1rem;
    }

    .goa-pd-info h1 {
        font-size: 1.35rem;
        line-height: 1.3;
        margin-top: .5rem;
    }


    .goa-pd-cat {
        font-size: .65rem !important;
    }


    .goa-pd-price {
        font-size: 1.45rem;
    }


    .goa-pd-price .goa-price-old {
        font-size: .9rem;
    }


    /* Description */
    .goa-pd-info p.text-muted {
        font-size: .9rem;
        line-height: 1.5;
    }



    /* CART AREA FIX */
    #goaAddToCartForm {

        display:grid !important;
        grid-template-columns: 1fr 1fr;
        gap: .7rem !important;
        width:100%;
    }


    .goa-qty-selector {

        width:100%;
        justify-content:center;
        height:44px;

        grid-column: span 2;
    }


    .goa-qty-selector button {
        width:45px;
    }


    .goa-qty-selector input {
        flex:1;
        width:auto;
    }


    #goaAddToCartForm button {

        height:46px;
        font-size:.85rem;
        padding:.5rem;
    }



    /* Wishlist */
    .d-flex.align-items-center.gap-4.mb-4 {

        margin-top:.5rem;
    }


    .btn-outline-dark {

        width:100%;
    }



    /* Share */
    .goa-pd-share {
        margin-top:1rem;
    }



    /* Tabs */
    .goa-pd-tabs {
        overflow-x:auto;
        flex-wrap:nowrap;
    }


    .goa-pd-tabs .nav-link {

        white-space:nowrap;
        padding:.8rem 1rem;
        font-size:.75rem;
    }



    /* Specs table */
    .goa-spec-table {

        font-size:.85rem;
    }


    .goa-spec-table th {
        width:120px;
    }


}
/* ===================== CART ===================== */
.goa-cart-table th { text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.06em; color: var(--goa-grey-dark); border-bottom: 1px solid var(--goa-border); }
.goa-cart-table td { vertical-align: middle; border-bottom: 1px solid var(--goa-border); }
.goa-cart-product { display: flex; align-items: center; gap: 1rem; }
.goa-cart-product img { width: 80px; height: 80px; object-fit: cover; border-radius: var(--goa-radius); }
.goa-cart-remove { color: #c0392b; background: none; border: none; font-size: 1.1rem; }

.goa-summary-card {
    background: var(--goa-grey);
    border-radius: var(--goa-radius);
    padding: 1.75rem;
}
.goa-summary-card h5 { margin-bottom: 1.25rem; }
.goa-summary-row { display: flex; justify-content: space-between; margin-bottom: 0.75rem; font-size: 0.92rem; }
.goa-summary-row.total { font-size: 1.2rem; font-weight: 600; border-top: 1px solid var(--goa-border); padding-top: 1rem; margin-top: 0.5rem; }
.goa-coupon-box { display: flex; gap: 0.5rem; margin: 1rem 0; }

/* ===================== CHECKOUT: PAYMENT METHOD CARDS ===================== */
.goa-payment-option {
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    cursor: pointer;
    margin-bottom: 0.75rem;
    transition: var(--goa-transition);
}
.goa-payment-option:hover { border-color: var(--goa-gold); }
.goa-payment-option.selected { border-color: var(--goa-gold); background: #fdf9ee; }
.goa-payment-option img, .goa-payment-option i { font-size: 1.4rem; color: var(--goa-black); }

.goa-address-card {
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
    padding: 1.1rem;
    cursor: pointer;
    margin-bottom: 0.9rem;
}
.goa-address-card.selected { border-color: var(--goa-gold); background: #fdf9ee; }

.goa-checkout-steps { display: flex; justify-content: center; gap: 2.5rem; margin-bottom: 2.5rem; }
.goa-checkout-steps .step { text-align: center; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--goa-grey-dark); }
.goa-checkout-steps .step.active { color: var(--goa-gold); font-weight: 600; }

.goa-order-success-icon { width: 90px; height: 90px; border-radius: 50%; background: #eafaf1; color: #1a8754; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; margin: 0 auto 1.5rem; }

/* ===================== PROFILE / ACCOUNT ===================== */
.goa-profile-sidebar {
    background: var(--goa-grey);
    border-radius: var(--goa-radius);
    padding: 1.75rem;
}
.goa-profile-avatar {
    width: 60px; height: 60px;
    border-radius: 50%;
    background: var(--goa-gold);
    color: var(--goa-black);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--goa-font-heading);
    font-size: 1.4rem;
    font-weight: 700;
}
.goa-profile-nav .nav-link {
    color: var(--goa-black);
    padding: 0.65rem 0.75rem;
    border-radius: var(--goa-radius);
    font-size: 0.9rem;
}
.goa-profile-nav .nav-link:hover { background: rgba(212,175,55,0.12); }
.goa-profile-nav .nav-link.active { background: var(--goa-black); color: var(--goa-white); }

.goa-order-card {
    border: 1px solid var(--goa-border);
    border-radius: var(--goa-radius);
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.goa-order-card .goa-order-status {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.7rem;
    border-radius: 20px;
    font-weight: 600;
}
.goa-status-pending, .goa-status-confirmed { background: #fff4e0; color: #b8860b; }
.goa-status-processing, .goa-status-shipped, .goa-status-out_for_delivery { background: #e5f0ff; color: #1b5fad; }
.goa-status-delivered { background: #e8f8ee; color: #1a8754; }
.goa-status-cancelled, .goa-status-returned { background: #fbe9e7; color: #c0392b; }

.goa-timeline { list-style: none; padding: 0; margin: 0; }
.goa-timeline li {
    position: relative;
    padding-left: 1.75rem;
    padding-bottom: 1.5rem;
    border-left: 2px solid var(--goa-border);
    margin-left: 0.4rem;
}
.goa-timeline li:last-child { border-color: transparent; padding-bottom: 0; }
.goa-timeline li::before {
    content: '';
    position: absolute;
    left: -7px; top: 2px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--goa-gold);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 991.98px) {
    .goa-hero-content h1 { font-size: 2.2rem; }
    .goa-hero-slide { height: 60vh; min-height: 380px; }
    .goa-mega-menu { position: static; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; padding: 1rem 0; }
    .goa-nav-item.show .goa-mega-menu { display: block; }
}
@media (max-width: 575.98px) {
    .goa-hero-content h1 { font-size: 1.7rem; }
    .goa-section-title h2 { font-size: 1.6rem; }
    .goa-newsletter-form { flex-direction: column; gap: 10px; }
    .goa-newsletter-form input,
    .goa-newsletter-form button { border-radius: var(--goa-radius); }
    .goa-product-list-row { flex-direction: column; }
    .goa-product-list-row img { width: 100%; height: 220px; }
    .goa-pd-info h1 { font-size: 1.4rem; }
}
.hero-section{
    position:relative;
}

.heroSwiper{
    height:90vh;
}

.hero-bg{
    position:relative;
    height:90vh;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.hero-bg{
    animation:kenburns 7s linear forwards;
}

.swiper-slide-active .hero-bg{
    animation:kenburns 7s linear forwards;
}

@keyframes kenburns{

    0%{
        transform:scale(1.18);
    }

    100%{
        transform:scale(1);
    }

}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    max-width:600px;
}

.hero-tag{
    display:inline-block;
    margin-bottom:20px;
    color:#d4af37;
    letter-spacing:3px;
    text-transform:uppercase;
}

.hero-content h1{
    font-size:64px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-content p{
    font-size:20px;
    margin-bottom:35px;
}

.hero-content{
    animation:contentFade .8s ease;
}

@keyframes contentFade{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}