.ph-row-flex.grid .row-item .ph-item-box {
    padding: 0;
    padding-bottom: 1em;
}

.ph-item-content.grid .ph-stars-box ,
.ph-category-action-icons.grid,
.ph-product-header.grid,
.ph-item-action-box.grid {
    padding-left: 1em;
    padding-right: 1em;
}

.container-banner .phModParticlesImageContent {
    background-position: center;
}

[data-bs-theme="dark"]{
    .container-banner .phModParticlesItemContent {
        color: #000;
    }
}

.container-banner .phModParticlesItemContent {
    margin-top: 1em;
    padding-top: 2em;
}
.container-banner .phModParticlesItem {
    padding-bottom: 5em;
}

.container-bottom-c {
    background: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
}

[data-bs-theme="dark"]{
    .container-bottom-c {
        background: #000;
    }
    .ph-product-module-box .ph-category-price-box .ph-price-brutto {
        color: #000;

    }
}

.ph-product-module-box .ph-price-txt {
    display: none;
}

.ph-price-brutto,
.ph-product-module-box .ph-category-price-box .ph-price-brutto {
    float: none;
    padding: 0 0.25em 0 0.25em;
    background: #ffd24b;
    color: #000;
   /* border-radius: 92% 8% 90% 10% / 22% 86% 14% 78%;*/
}

.ph-product-module-box .ph-category-price-box .ph-price-brutto {
    margin-top: 0.25em;
    padding-left: 0.75em;
}
.ph-item-price-panel .ph-price-brutto {
    color: #000;
}

/* Print Screen */
/*
header {
    padding-left: 1.5em;
    padding-top: 1em;
    padding-right: 1.5em;
    background: #fff;
}
[data-bs-theme="dark"]{
    header {
        background: #000;
    }
}
*/
