/*
Theme Name: Labootik Theme
Template: woostify
Author: Labootik
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.4.6.1770725986
Updated: 2026-02-10 13:19:46

*/

.custom-unit-price {
    font-size: 0.85em; /* Nieco mniejsza od głównej ceny */
    color: #777;      /* Szary kolor */
    font-weight: normal;
    margin-top: 4px;
    display: block;
}

/* Stylizacja dla strony produktu */
.single-product .custom-unit-price {
    font-size: 1rem;
    margin-bottom: 15px;
}

/* --- Fix dla strony produktu (Single Product) --- */
.single-product .product {
    position: relative !important;
}

.single-product .custom-new-badge {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important; /* Przesunięcie od lewej krawędzi kontenera */
    background-color: #d4a373 !important;
    color: #fff !important;
    padding: 6px 15px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    z-index: 999 !important;
    border-radius: 0px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

/* --- Fix dla listy produktów (Sklep/Kategorie) --- */
.woostify-product-inner {
    position: relative !important;
}

.woostify-product-inner .custom-new-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    background-color: #d4a373 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    z-index: 99 !important;
}

/* Jeśli etykieta na karcie produktu (jak na screenie) jest za bardzo w lewo, 
zwiększ wartość 'left' poniżej, np. na 15% lub konkretne px */
@media (min-width: 768px) {
    .single-product .custom-new-badge {
        left: 40px !important; /* Dostosuj to, aby idealnie trafiło na zdjęcie */
    }
}