/* =========================================
   1. GLOBAL BASE STYLES
   ========================================= */
body {
    background: #030102 !important;
    color: #b16031 !important;
}

/* =========================================
   2. HEADER & NAVIGATION
   ========================================= */
.tp-header-sticky.header-main .main-menu.menu-style-3.menu-style-4 ul li.has-dropdown>a:after,
.tp-header-sticky.header-main .main-menu.menu-style-3>nav>ul>li>a,
.tp-header-sticky.header-sticky .main-menu.menu-style-3.menu-style-4 ul li.has-dropdown>a:after,
.tp-header-sticky.header-sticky .main-menu.menu-style-3>nav>ul>li>a,
.tp-header-sticky.header-main .tp-header-action-item .tp-header-action-btn,
.tp-header-sticky.header-sticky .tp-header-action-item .tp-header-action-btn {
    color: #b16031;
}

/* FIX: Header Badges (Count numbers) */
.tp-header-action-badge {
    background-color: #b16031 !important;
    border-color: #b16031 !important;
    color: #000000 !important; 
}

/* --- ANNOUNCEMENT BAR (UPDATED SPACING) --- */
div.announcement-top-header-container {
    background-color: #000000 !important;
    padding: 15px 5px !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
div.announcement-top-header-container p {
    margin: 0 !important; 
}
.ae-anno-announcement__text {
    color: #4da6ff; 
}

/* =========================================
   3. TYPOGRAPHY & SECTIONS
   ========================================= */
.tp-section-title,
.tp-section-title-pre-4,
.tp-product-category-title,
.tp-feature-title-2,
h1, h2, h3, h4, h5, h6,
p,
.tp-contact-info-content p,
label {
    color: #b16031; 
}

/* Accordion and FAQ */
.accordion-button,
.tp-faq-wrapper .accordion .accordion-header .accordion-button,
.tp-faq-wrapper .accordion .accordion-header .accordion-button:not(.collapsed),
.accordion-item {
    background-color: #000000 !important;
    color: #b16031 !important;
    border-color: #1a1a1a !important;
}

/* =========================================
   4. BUTTONS & FORMS
   ========================================= */
.tp-contact-inner {
    background: #000000 !important;
}
.contact-form .contact-button {
    background-color: #b16031;
    color: #0a0808;
}
.tp-best-slider-arrow-5 button {
    background-color: #1a1a1a !important;
    border: 2px solid #3a3a3a !important;
    color: #b16031 !important;
}
.tp-product-details-add-to-cart-btn {
  --tp-btn-color: #ffffff !important; 
}

/* =========================================
   5. FIX: BUY NOW BUTTON & HOVER
   ========================================= */
.tp-product-details-buy-now-btn,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
    color: #000000 !important;
    font-weight: 700 !important;
    transition: all 0.3s ease;
}
.tp-product-details-buy-now-btn:hover,
.shopify-payment-button__button:hover,
.shopify-payment-button__button--unbranded:hover {
    background-color: #b16031 !important;
    border-color: #b16031 !important;
    color: #000000 !important;
}

/* =========================================
   6. FIX: STICKY CHECKOUT SECTION
   ========================================= */
.tp-product-details-sticky-area,
.tp-product-details-sticky-actions {
    background-color: #000000 !important;
    border-top: 1px solid #1a1a1a !important;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.5) !important;
}
.tp-product-details-sticky-content .tp-product-details-title {
    color: #b16031 !important;
}
.tp-product-details-sticky-content .tp-product-details-price {
    color: #f6ddc2 !important;
}
.tp-product-details-sticky-content input,
.tp-product-details-sticky-content .tp-cart-input {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #333 !important;
}

/* =========================================
   7. PRODUCT DETAILS COLORS
   ========================================= */
.tp-product-price-3, 
.tp-product-price-3.new-price,
.tp-product-details-price, 
.tp-product-details-price.new-price {
    color: #f6ddc2 !important; 
}
.tp-product-details-query-item>span {
    color: #b16031;
}

/* =========================================
   8. MOBILE & SIDE MENUS
   ========================================= */
.offcanvas-area,
.offcanvas__area,
.offcanvas-area.offcanvas,
.tp-offcanvas-menu,
.side-menu,
.tp-mobile-menu-wrapper,
.tp-offcanvas-wrapper,
.tp-offcanvas-area {
    background-color: #210f01 !important;
    background: #210f01 !important;
    color: #f6ddc2 !important;
}

.offcanvas-area a,
.offcanvas__area a,
.tp-offcanvas-menu a,
.side-menu a,
.tp-mobile-menu-wrapper a,
.tp-mobile-menu ul li a {
    color: #f6ddc2 !important;
    border-bottom-color: #3a1e05 !important;
}

.tp-offcanvas-close-btn,
.offcanvas__close-btn, 
.tp-offcanvas-close-btn button {
    color: #b16031 !important;
    background-color: transparent !important;
    border-color: #b16031 !important;
}

.tp-offcanvas-category-toggle {
    background-color: #0a0205 !important;
    color: #f6ddc2 !important;
}
.offcanvas-area .offcanvas-top,
.offcanvas-wrapper {
    box-shadow: none !important;
}
.offcanvas-area a:hover,
.offcanvas__area a:hover {
    background-color: #3a1e05 !important;
    color: #b16031 !important;
}

/* Mobile Bottom Navigation Bar */
.tp-mobile-menu,
.tp-bottom-nav,
.bottom-navigation,
.menu-bar,
.bottom-menu-bar,
.navbar-fixed-bottom,
.tp-footer-nav {
    background-color: #000000 !important;
    color: #b16031 !important;
    border-top: 1px solid #1a1a1a !important;
}
.tp-mobile-menu a,
.tp-bottom-nav a,
.bottom-navigation a,
.menu-bar a,
.bottom-menu-bar a,
.navbar-fixed-bottom a,
.tp-footer-nav a {
    color: #b16031 !important;
    fill: #b16031 !important;
}
.tp-mobile-menu a:hover,
.tp-bottom-nav a:hover,
.bottom-navigation a:hover {
    background-color: #1a1a1a !important;
}

/* =========================================
   9. RESPONSIVE TWEAKS
   ========================================= */
@media (max-width: 400px) {
    .tp-product-category-thumb a {
        height: 80px;
        width: 80px;
    }
    main .tp-product-category-title {
        font-size: 14px;
    }
}

/* =========================================
   10. FIX: CART PAGE & CHECKOUT BOX
   ========================================= */
.product-name a,
.tp-cart-title a,
td.product-name,
.cart-area table tr td.product-name a {
    color: #f6ddc2 !important; 
}
td.product-price,
td.product-price *,
td.product-subtotal,
td.product-subtotal *,
td.tp-cart-total,
td.tp-cart-total *,
.tp-cart-price,
.tp-cart-price *,
.cart-area table tr td.product-price,
.cart-area table tr td.product-price span {
    color: #f6ddc2 !important; 
}
.tp-cart-checkout-wrapper {
    background-color: #210f01 !important; 
    border: 1px solid #333 !important;
    padding: 20px !important;
}
.tp-cart-checkout-wrapper,
.tp-cart-checkout-top,
.tp-cart-checkout-total,
.tp-cart-checkout-shipping,
.tp-cart-checkout-top span,
.tp-cart-checkout-total span,
.tp-cart-checkout-shipping span,
.cart-total-price,
.cart-subtotal,
.order-total,
.cart-total .amount {
    color: #f6ddc2 !important; 
}
.table-bordered td, 
.table-bordered th {
    border: 1px solid #333 !important;
}
.tp-cart-coupon-input-box label {
    color: #b16031 !important;
}

/* =========================================
   11. FIX: FEATURE AREA
   ========================================= */
@media (min-width: 992px) {
    .tp-feature-area .row {
        display: flex !important;
        justify-content: space-between !important; 
        gap: 24px !important; 
    }
    .tp-feature-area .row > div,
    .tp-feature-area .row > .col-xl-3,
    .tp-feature-area .row > .col-lg-3,
    .tp-feature-area .row > .col-md-6 {
        flex: 1 1 0px !important; 
        width: auto !important;
        max-width: none !important; 
    }
}
@media (max-width: 991px) {
    .tp-feature-area .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important; 
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .tp-feature-area .row > div {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.tp-feature-area .tp-feature-item,
.tp-feature-area .tp-feature-item-2,
.tp-feature-area .tp-feature-wrapper,
.tp-feature-area .row > div > div {
    background-color: #210f01 !important;
    background: #210f01 !important;
    border: 1px solid #3a1e05 !important;
    border-radius: 2px !important; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.6) !important;
    padding: 30px 15px !important; 
    margin-bottom: 0 !important;
    text-align: center !important;
    transition: all 0.4s ease !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 140px !important;
}
/* LUXURY LINE ICONS */
.tp-feature-area .row > div > div::before { 
    content: ""; display: block; width: 36px; height: 36px; margin-bottom: 15px;
    background-color: #f6ddc2; 
    -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain;
    mask-repeat: no-repeat; mask-position: center; mask-size: contain;
    transition: all 0.3s ease;
}
.tp-feature-area .row > div:nth-child(1) > div::before { 
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='12' r='6'/%3E%3Ccircle cx='16' cy='12' r='6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='12' r='6'/%3E%3Ccircle cx='16' cy='12' r='6'/%3E%3C/svg%3E");
}
.tp-feature-area .row > div:nth-child(2) > div::before { 
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L14.5 9.5L22 12L14.5 14.5L12 22L9.5 14.5L2 12L9.5 9.5L12 2Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L14.5 9.5L22 12L14.5 14.5L12 22L9.5 14.5L2 12L9.5 9.5L12 2Z'/%3E%3C/svg%3E");
}
.tp-feature-area .row > div:nth-child(3) > div::before { 
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8z'/%3E%3Cpath d='M8 8V6a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12v11a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8z'/%3E%3Cpath d='M8 8V6a4 4 0 0 1 8 0v2'/%3E%3C/svg%3E");
}
.tp-feature-area h3, .tp-feature-area span, .tp-feature-area a, 
.tp-feature-area .tp-feature-title, .tp-feature-area .tp-feature-title-2 {
    color: #f6ddc2 !important; 
    font-family: serif !important; font-size: 18px !important; font-weight: 400 !important;
    text-decoration: none !important; margin-top: 5px !important; letter-spacing: 0.5px !important;
}
.tp-feature-area .row > div > div:hover, .tp-feature-area .tp-feature-item:hover, .tp-feature-area .tp-feature-item-2:hover {
    background-color: #b16031 !important; transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(0,0,0,0.5) !important; border-color: #b16031 !important;
}
.tp-feature-area .row > div > div:hover h3, .tp-feature-area .row > div > div:hover span, .tp-feature-area .row > div > div:hover a {
    color: #000000 !important;
}
.tp-feature-area .row > div > div:hover::before {
    background-color: #000000 !important;
}

/* =========================================
   12. FIX: BANNER SECTION - FULL WIDTH
   ========================================= */
.tp-slider-area,
.tp-slider-full-width,
.tp-slider-active {
    width: 100vw !important; 
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important; 
    margin-right: -50vw !important; 
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important; 
    height: auto !important; 
    min-height: unset !important;
}
.tp-slider-area .container,
.tp-slider-full-width .container,
.tp-slider-active .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.tp-slider-item,
.swiper-slide {
    height: auto !important; 
}
.tp-slider-item img,
.tp-slider-thumb img,
.tp-slider-item picture img {
    width: 100% !important;
    height: auto !important; 
    display: block !important;
    object-fit: contain !important; 
    max-height: none !important;
}

/* =========================================
   13. FIX: FEATURED COLLECTIONS (BIGGER CIRCLES)
   ========================================= */
@media (min-width: 1024px) {
    .tp-product-categories-slider .tp-product-category-thumb,
    .tp-product-categories-slider .tp-product-category-thumb a {
        width: 280px !important;  
        height: 280px !important;
        margin: 0 auto !important; 
        border-radius: 50% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .tp-product-categories-slider .tp-product-category-thumb img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 50% !important;
    }
    .tp-product-category-content {
        margin-top: 25px !important;
    }
    .tp-product-category-title {
        font-size: 24px !important;
    }
}

/* =========================================
   14. HIDE COLLECTION PRODUCT COUNT
   ========================================= */
.tp-product-category-content p,
.tp-product-category-content span:not(.tp-product-category-title),
.tp-product-category-count,
.collection-item .collection-products,
.collection-item .count,
.collection-item span.products,
.featured-collections .product-count {
    display: none !important;
}

/* =========================================
   15. FIX: REMOVE GAP BETWEEN MENU & BANNER
   ========================================= */
header, .tp-header-area, .tp-header-height {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.tp-slider-area {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.tp-page-area, 
.tp-page-area.pt-50 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
main {
    padding-top: 0 !important;
}

/* =========================================
   16. REMOVE FEATURED CATEGORY FROM COLLECTION PAGES
   ========================================= */
/* Hides the 'Featured Category' circles on Collection/Archive pages */
body.template-collection .tp-featured-category,
body.collection .tp-featured-category,
body.archive .tp-featured-category,
body.tax-product_cat .tp-featured-category,
.tp-collection-area .tp-featured-category,
.tp-featured-category.row.g-4 { /* Targets the specific element string provided */
     display: none !important; 
}
/* Ensure it stays visible on Homepage */
body.home .tp-featured-category,
body.template-index .tp-featured-category {
    display: block !important;
}

.tp-product-details-add-to-cart-btn {
    --tp-btn-color: #c76c38 !important;
}

.tp-shop-top-result p {
    color: #f6ddc2;
     
}

.tp-product-details-social span {
    color: #b16031;
     
}