/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 3.4.5.1701660445
Updated: 2023-12-04 04:27:25


*/
/* Usunięcie przycisku "Dodaj do koszyka" w WooCommerce*/
 
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart, 
.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce-page ul.products li.product .button.add_to_cart_button.ajax_add_to_cart, 
.woocommerce-page ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

.single_add_to_cart_button {
    display: none !important;
}
/* Efekt najechania na div produktu */
div.product-inner.clr {
    overflow: hidden; /* Zapobiega wyjściu cienia poza div */
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Animacja przejścia */
    margin: 5px; /* Dodaje margines wokół produktu */
    cursor: pointer; /* Kursor w kształcie ręki sugerujący, że div jest klikalny */
}

div.product-inner.clr:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Delikatny cień przy najechaniu */
    transform: translateY(-5px); /* Lekkie podniesienie produktu */
}

/* Ukrycie napisu "Quick View" przy najechaniu na obraz */
div.product-inner.clr:hover .woo-entry-image-swap.woo-entry-image:hover .owp-quick-view {
    display: none;
}

/* Styl dla ceny przy najechaniu */
div.product-inner.clr:hover .price {
    color: #000; /* Kolor czcionki ceny */
}


/* Ukryj oryginalny tekst */
.owp-quick-view::after {
    display: none !important;
}

/* Dodaj nowy tekst */
.owp-quick-view:hover::after {
    content: 'Przeczytaj więcej' !important;
    display: block !important;
    text-align: center;
    /* Tutaj dodaj pozostałe style, które chcesz zastosować, takie jak kolor, tło itp. */
}

/* Zmień zachowanie linku */
.owp-quick-view {
    pointer-events: none; /* Sprawia, że element nie reaguje na zdarzenia myszy */
}

.owp-quick-view a {
    pointer-events: auto; /* Przywraca normalne zachowanie dla linków */
}

.owp-quick-view::after {
    content: 'więcej o produkcie' !important;
}



li.product-category {
    display: none;
}





