/*
Theme Name: Saliver Child
Theme URI: http://demo.bravisthemes.com/saliver
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description: Saliver is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.1
Requires PHP: 7.4
Tested up to: 6.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: saliver
Text Domain: saliver-child
Copyright (c) 2025 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
*/

.woocommerce-message .button,
.woocommerce-message .button.wc-forward {
    background-color: #000000 !important; /* Czarne tło */
    color: #ffffff !important;            /* Biały tekst (był niewidoczny) */
    opacity: 1 !important;
    border: none !important;
    font-weight: 600;
}

/* Stan po najechaniu myszką (Hover) */
.woocommerce-message .button:hover,
.woocommerce-message .button.wc-forward:hover {
    background-color: #fca000 !important; /* Twój pomarańczowy kolor (zmień jeśli kod jest inny) */
    color: #ffffff !important;            /* Biały tekst */
}

/* ==========================================================================
   5. UKRYWANIE ELEMENTÓW PRODUKTU
   ========================================================================== */

/* Ukrywa całą sekcję ilości (input oraz przyciski +/-) */
.woocommerce-product-details__short-description + .cart .quantity,
.product .quantity,
.woocommerce-cart .quantity,
.quantity.buttons_added {
    display: none !important;
}

/* Ukrywa wishlistę (wszystkie popularne wtyczki) */
.tinv-wraper, 
.yith-wcwl-add-to-wishlist,
.wishlist_button {
    display: none !important;
}

/* Rozciąga przycisk "Dodaj do koszyka" skoro jest sam */
.single_add_to_cart_button {
    width: 100% !important;
    margin-left: 0 !important;
}