.contact-box {
    background: linear-gradient(90deg, #02C1A6 0%, #00CD7C 100%);
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-box-content p {
    color: white !important;
    text-align: start;
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.4;
}

.phone-info.dark {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-info.dark a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
}

.phone-info.dark a:hover {
    text-decoration: underline;
}

.contact-box-content {
    flex: 1;
}

.contact-heading {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: white !important;
    text-align: start;
}

.contact-box .product-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1em;
}

.contact-box .product-features li {
    color: white !important;
    background-color: transparent !important;
    margin: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
}

.contact-box .product-features li:before {

    position: absolute;
    left: 0;
    top: 0;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.contact-box-phone {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-icon {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.phone-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-box-phone a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.contact-box-phone a:hover {
    text-decoration: underline;
}

.operating-hours {
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    color: white;
}

@media (max-width: 1199px) {
    .contact-box .product-features {
        flex-direction: column;
        text-align: start;
    }
}

@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 2em 0;
    }

    .contact-box-phone {
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .contact-heading {
        font-size: 20px;
    }

    .contact-box-phone a {
        font-size: 20px;
    }
}

/*contact box*/
.product-desc-heading,
.popis-nadpis {
    font-size: 30px;
    color: #000000;
}

.tab-content ul li::before,
.basic-description ul li::before {
    content: "";
    top: unset !important;
}

.description-boxes {
    display: flex;
    width: 100%;
    gap: 1.5rem;
}

@media (max-width: 991px) {
    .description-boxes {
        flex-direction: column;
    }
}

.description-box {
    flex: 1;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.description-box img {
    border-radius: 20px;
}

/*product desc list*/
.product-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.product-features li {
    padding: 0.5em;
    background: #F7F7F7;
    border-radius: 6px;
    margin: 0;
    padding-left: 2.5em !important;
}

.product-features li::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-image: url("https://www.fogano.cz/user/documents/upload/obrazky/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: unset;
    margin-left: 0.5em;
}

.contact-box-content .product-features li::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-image: url("https://www.fogano.cz/user/documents/upload/obrazky/check-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    top: unset;
    margin-left: 0.5em;
}

@media (max-width: 480px) {
    .product-features li {
        padding: 0.4em;
    }

    .product-features li::before {
        width: 10px;
        height: 10px;
        flex: 0 0 10px;
    }
}

/*product desc list koniec*/
.basic-description {
    padding-right: 0;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper .shp-tabs-holder ul#p-detail-tabs li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .multiple-columns-body .position--benefitProduct .benefitBanner__item {
        flex: 0 0 calc(25% - 1.5rem);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .multiple-columns-body .benefitBanner__item {
        flex: 0 0 calc(50% - 1em) !important;
        width: 50%;
    }
}

.contact-specialist-container .specialist-details-section .specialist-contact a {
    color: #000000 !important;
}

.contact-specialist-container {
    border-radius: 20px !important;
}

.p-to-cart-block .add-to-cart-button {
    margin-left: 0.5em;
}

.p-to-cart-block {
    flex-wrap: nowrap;
    margin-bottom: 2em;
    border-radius: 20px;
}

.p-final-price-wrapper .price-standard,
.p-final-price-wrapper .price-save {
    color: #F41818;
}

.p-image-wrapper .p-thumbnails a {
    border: none;
}

a.p-thumbnail.p-main-image.next-photos {
    border: 1px solid #b0b0b0;
    border-radius: 25px;
    text-decoration: none;
}

.p-thumbnails a img {
    border-radius: 20px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-image-wrapper .p-image a img {
    border-radius: 20px;
}

label.advanced-parameter {
    width: calc((100% / 3) - 8px);
    max-width: 140px;
    height: 120px;
}