.type-product:has( .alu-cuts-configurator) .advanced-order .h1, .type-product:has( .alu-cuts-configurator) .advanced-order .h2{
    display: none !important;
}
.type-product .p-code {
    margin-bottom: 19px;
}
.type-product .p-detail-inner-header .p-code {
    display: block !important;
}
.type-product .p-short-description p {
    font-size: 16px;
}

.type-product .detail-parameters .delivery-time-label,
.type-product .delivery-time,
.type-product .shipping-options {
    font-size: 16px;
    line-height: 20px;
}

.type-product .p-info-wrapper .price-final {
    font-size: 40px;
    line-height: 1;
}

.type-product .p-info-wrapper .pr-list-unit {
    font-size: 20px !important;
}

.type-product .p-info-wrapper .price-additional {
    font-size: 16px;
}

.type-product .price-measure {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.wt-product-contact-button {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin: 20px 0px;
    gap: 15px;
}

.wt-product-contact-button.has-row {
    flex-direction: row;
}

.wt-product-contact-button.has-border {
    border: none;
}

.wt-product-contact-button.has-bg {
    background-color: #dedfdf;
}
.wt-product-contact-button__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wt-product-contact-button__icon.contact-form-ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.wt-product-contact-button__icon.bubble-1::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff6b6b;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.wt-product-contact-button__text-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
     border-left: 1px solid #333;
    padding-left: 20px;
}

.wt-product-contact-button__title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.wt-product-contact-button__text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.wt-product-contact-button__phone,
.wt-product-contact-button__email {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.wt-product-contact-button__phone a,
.wt-product-contact-button__email a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s ease;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.wt-product-contact-button__phone a:hover,
.wt-product-contact-button__email a:hover {
    color: #0052a3;
    text-decoration: underline;
}

.wt-product-contact-button__phone a.project-phone:before {
    content: "\e92d";
    speak: none;
    display: inline-block;
    font-family: shoptet;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.wt-product-contact-button__phone a:not(.project-phone) {
    padding-left: 5px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.wt-product-contact-button__email a.project-email:before {
    content: "\e924";
    speak: none;
    display: inline-block;
    font-family: shoptet;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: absolute;
    left: 0;
}