/* 
Theme Name: Boropot
Theme URI: https://boropot.com
Description: Motyw Sklepu i pracowni ceramicznej Boropot
Author: Michał Dobry
Author URI: https://webidemic.pl
Template: hello-elementor
Version: 3.1.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */
/* Dodaje podniesienie przycisku do góry o 5px */
.webibutton:hover {
    transform: translateX(0) translateY(-5px) !important;
}
/* Ukrycie "Powered by" dla 360 JavaScript Viewer */
a[href*="360-javascriptviewer.com"] {
    display: none !important;
}

/* Celowanie w konkretne SVG */
a[href*="360-javascriptviewer.com"] svg,
svg[viewBox="0 0 30 30"] path[fill="#c40005"],
a[title="Buy 360 Javascript Viewer license"] {
    display: none !important;
}

/* Ukrycie kontenera */
.jsv-powered-by,
.jsv-footer,
div:has(> a[href*="360-javascriptviewer.com"]) {
    display: none !important;
}
/* Fix: WooCommerce nie zachowuje formatowania z edytora + Elementor resetuje marginesy nagłówków */

/* Zachowanie nowych linii z edytora produktu */
.obslugahwoo {
    white-space: pre-line;
}

/* Rozmiary nagłówków w niestandardowych kontenerach */
.obslugahwoo h2 {
    font-weight: 500;
    font-size: 1.6em;
}
.obslugahwoo h3 {
    font-weight: 500;
    font-size: 1.5em;
}
.obslugahwoo h4 {
    font-weight: 500;
    font-size: 1.3em;
}

/* Nadpisanie resetów marginesów z Elementora */
.obslugahwoo h2,
.obslugahwoo h3,
.obslugahwoo h4,
.obslugahwoo h5,
.obslugahwoo h6 {
    margin-block-start: 0rem !important;
    margin-block-end: 0.0rem !important;
    line-height: 1 !important;
}
/* Pozycja na urządzeniach mobilnych */
@media screen and (max-width: 768px) {
    #fkcart-floating-toggler {
        bottom: 20px !important;
        right: 10px !important;
    }
	    /* Padding dla panelu w modalu FKCart */
    #fkcart-modal .fkcart-panel:not(.fkwcs_fkcart_gpay_wrapper) {
        margin-bottom: 20px;
    }
}
/* Podnoszenie przycisku po najechaniu */
.borobutton:hover {
    transform: translateY(-5px);
}