/*
Theme Name: Adena
Theme URI: http://wpbingosite.com/wordpress/adena/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: adena is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: adena*/

/* ==========================================================================
   OH!CALCUTTA WEBSITE HEADER & E-COMMERCE CLEANUP (Decoupled Mode)
   ========================================================================== */

/* 1. Remove Topbar demo placeholder ("content topbar 1 / 3") */
#bwp-topbar,
.topbar-v1 {
    display: none !important;
}

/* 2. Hide Cart icons, drop-downs & popup (Desktop & Mobile) */
.adena-topcart,
.adena-topcart-desktop,
.adena-topcart-mobile,
.top-cart,
.icons-cart,
.cart-popup,
.remove-cart-shadow,
.header-cart,
.site-header-cart,
a[href*="/cart/"],
a[href*="/checkout/"] {
    display: none !important;
}

/* 3. Hide Wishlist and Account Login from Desktop Header */
.header-icon .wishlist-box,
.header-icon .login-header,
.header-icon .form-login-register {
    display: none !important;
}

/* 4. Hide Mobile Fixed Bar Shop Button, Account & Wishlist */
.header-mobile-fixed .shop-page,
.header-mobile-fixed .wishlist-box,
.header-mobile-fixed .my-account,
.header-mobile-fixed {
    display: none !important;
}

/* 5. Navigation Typography & Spacing */
#main-navigation .menu > li > a {
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    color: #2b2623 !important;
}
#main-navigation .menu > li > a:hover {
    color: #bfa074 !important;
}

/* 6. Any residual Shop links in menu */
.menu-item a[href*="/shop/"] {
    display: none !important;
}

/* 7. Official Oh!Calcutta Logo (Desktop & Mobile - Prominent & Generous Sizing) */
.wpbingoLogo a {
    display: inline-flex !important;
    align-items: center !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
}
.bwp-header .wpbingoLogo img,
.header-desktop .wpbingoLogo img {
    display: block !important;
    max-width: 295px !important;
    width: 295px !important;
    height: auto !important;
    object-fit: contain !important;
    position: relative !important;
    top: 0 !important;
    transition: transform 0.2s ease;
}
.header-mobile .wpbingoLogo img {
    display: block !important;
    max-width: 215px !important;
    width: 215px !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
}
