
/* 1. Sticky Header and Logo Size Adjustment */

.logo img, .header.content .logo img {
    width: 80px !important; /* Control the width here */
    height: auto !important;
}

/* 2. Minicart Cleanup (Hide View Cart) */
.action.viewcart, .view-cart-button, .block-minicart .actions .secondary {
    display: none !important;
}

.block-minicart .actions .action.checkout {
    background: #ffcc00 !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 5px;
    width: 100% !important;
    padding: 15px !important;
}

/* Clean Account Menu - Keeping ONLY My Account & Orders */
.cdz-dropdown .account-menu-items li:not(.my-account):not(.orders) {
    display: none !important;
}