/*-----------------------------------------------------------------------
Template Name      :  - Temple Church And Mosque Website HTML Template
Author             : pus_infotech
Author Portfolio   : https://themeforest.net/user/pus_infotech
Version            : 1.0.0
-----------------------------------------------------------------------
CSS TABLE OF CONTENTS
-----------------------------------------------------------------------
- base
    - variables
    - mixin
    - reset
    - typography
    - forms

- components
    - accordion
    - breadcrumb
    - buttons
    - offcanvus
    - widget

- theme
    - animations
    - common
    - preloader
    - spacing
    - theme-class

- layout
    -header
        - header
        - meanmenu
    - footer
        - footer
    - section
        - about
        - authentication
        - blog
        - breadcrumb
        - campaigns
        - cart
        - checkout
        - comingsoon
        - contact
        - counter
        - courses
        - cta
        - donate
        - event
        - faq
        - gallery
        - hero
        - how-it-work
        - instagram
        - marquee
        - micon
        - mission
        - page
        - partners
        - prayer
        - pricing
        - product
        - progress
        - services
        - shop
        - team
        - testimonials
        - upcomming-event
        - video
        - why
        - wishlist

Main Style file-> assets/css/main.css
-----------------------------------------------------------------------*/

/* Cart count badge */
#cart-count {
    position: absolute;
    top: -8px; right: -8px;
    background: var(--primary-color, #c8a96e);
    color: #fff;
    border-radius: 50%;
    width: 18px; height: 18px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Floating cart panel */
.floating-cart {
    position: fixed;
    bottom: 80px; right: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
    padding: 20px;
    width: 320px;
    z-index: 9999;
    max-height: 70vh;
    overflow-y: auto;
}

/* Cart toast */
.cart-toast {
    position: fixed;
    bottom: 30px; left: 50%;
    transform: translateX(-50%);
    background: #2d6a4f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 10000;
    animation: fadeInUp 0.3s ease, fadeOut 0.3s ease 2.7s forwards;
}

/* Skeleton loaders */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
    border-radius: 4px;
}
.skeleton-image { aspect-ratio: 1; width: 100%; margin-bottom: 12px; }
.skeleton-text { height: 16px; margin-bottom: 8px; }

.footer-widget-wrap .row > div {
    display: flex;
}

.footer-widget {
    width: 100%;
}

.footer.footer-2 .footer-top {
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer.footer-2 .footer-widget-title {
    margin-bottom: 24px;
}

.footer.footer-2 .footer-widget .link li {
    margin-bottom: 12px;
}

.footer.footer-2 .footer-widget .link li:last-child {
    margin-bottom: 0;
}

.footer-about-text {
    max-width: 320px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

.footer-widget-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.footer-widget-top-text {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.7;
}

.footer-bottom-nav {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.footer-social-icon .social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .footer.footer-2 .footer-top {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .footer-about-text {
        max-width: 100%;
    }
}

.shop-sidebar {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    position: sticky;
    top: 120px;
}

.sidebar-widget + .sidebar-widget {
    border-top: 1px solid rgba(0,0,0,.06);
    padding-top: 28px;
}

.sidebar-widget-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.sidebar-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-category-list li + li {
    margin-top: 10px;
}

.sidebar-category-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8f6f2;
    color: #1f2937;
    transition: all .25s ease;
}

.sidebar-category-list li.active a,
.sidebar-category-list li a:hover {
    background: #fff3df;
    color: #b7791f;
    transform: translateX(2px);
}

.sidebar-category-list .count {
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(183,121,31,.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.shop-toolbar {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

.product-grid-image {
    position: relative;
    overflow: hidden;
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.product-badge-discount {
    background: #d9485f;
    color: #fff;
}

.product-badge-oos {
    background: #1f2937;
    color: #fff;
    top: 14px;
    left: auto;
    right: 14px;
}

.product-category-label {
    color: #b7791f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.product-grid-title a {
    color: inherit;
}

.product-add-btn {
    width: 100%;
    border: 1px solid rgba(183,121,31,.18);
    background: #fff9f0;
    color: #b7791f;
    border-radius: 12px;
    padding: 11px 14px;
    font-weight: 700;
    transition: all .25s ease;
}

.product-add-btn:hover {
    background: #b7791f;
    color: #fff;
}

#load-more-wrap {
    text-align: center;
}

.shop-empty-state {
    background: #fff;
    border: 1px dashed rgba(0,0,0,.12);
    border-radius: 20px;
    padding: 48px 24px;
}

@media (max-width: 991px) {
    .shop-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        max-width: 88vw;
        height: 100vh;
        overflow-y: auto;
        z-index: 9999;
        border-radius: 0 20px 20px 0;
        transition: left .3s ease;
    }

    .shop-sidebar.sidebar-open {
        left: 0;
    }
}
