.fragile-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 18px 0 0;
    padding: 18px 22px;
    background: var(--color-tertiary);
    border: none;
    border-radius: 20px;
}

.fragile-icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #c9006b;
}

.fragile-icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.fragile-text {
    font-size: 15px;
    line-height: 1.55;
    color: #000;
}

.fragile-text strong {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #c9006b;
}
.benefitBanner.position--benefitProduct.product-usp-moved {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
    align-items: start;
    margin-top: 18px;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__item {
    width: 100%;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__picture {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__content {
    flex: 1;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__title {
    display: block;
    font-size: 15px;
    line-height: 1.2;
}

.benefitBanner.position--benefitProduct.product-usp-moved .benefitBanner__data {
    font-size: 13px;
    line-height: 1.35;
}

#product-detail-form .social-buttons-wrapper {
    margin-top: 24px;
}

#product-detail-form .link-icons {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#product-detail-form .link-icons .link-icon.print {
    display: none !important;
}

.custom-contact-banner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 720px;
    min-height: 120px;
    padding: 22px 30px;
    background: var(--color-tertiary);
    color: #000;
    box-sizing: border-box;
}

.custom-contact-banner__photo {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    margin-right: 35px;
    border-radius: 50%;
    background-image: url("https://www.joydecor.sk/user/documents/files/VL_sigFoto.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-contact-banner__content {
    display: block;
}

.custom-contact-banner__title {
    margin-bottom: 8px;
    color: #d4006f;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.custom-contact-banner__text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

.custom-contact-banner__link {
    color: #d4006f;
    text-decoration: underline;
    font-weight: 400;
}

.custom-contact-banner__link:hover {
    color: #a80058;
}

#product-detail-form .link-icons .link-icon.watchdog {
    display: inline-flex;
    margin-top: 0;
}

/* Mobil */
@media (max-width: 767px) {
    .custom-contact-banner {
        max-width: 100%;
        padding: 18px;
        min-height: auto;
    }

    .custom-contact-banner__photo {
        flex: 0 0 76px;
        width: 76px;
        height: 76px;
        margin-right: 18px;
    }

    .custom-contact-banner__title {
        font-size: 16px;
    }

    .custom-contact-banner__text {
        font-size: 14px;
    }
}