/* Product page visual adjustments only. */
body#product .product-col-images .product-badges .product-badge.product-badge--new,
body#product .product-col-images .product-badges .product-flag.new {
    top: -42px !important;
    left: 18px !important;
}

body#product .product-col-info .product-name {
    font-size: 2.15rem !important;
    line-height: 1.12 !important;
    margin-bottom: 1.05rem !important;
}

body#product .product-prices .current-price-value {
    font-size: 1.7rem !important;
    line-height: 1 !important;
}

body#product .product-prices .tax-label {
    font-size: 0.65rem !important;
}

body#product .product-col-info .product-breadcrumb-container {
    margin-top: 0 !important;
    margin-bottom: 1.8rem !important;
}

body#product .product-col-info .product-description-short {
    margin-bottom: 2rem !important;
}

body#product .product-col-info .product-badges-capsule {
    margin-top: 1.35rem !important;
    margin-bottom: 1.9rem !important;
}

body#product .product-col-info .product-prices {
    margin-top: 0 !important;
}

body#product .product-col-info .blockreassurance_product {
    position: relative !important;
}

body#product .product-col-info .blockreassurance_product::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    display: block !important;
    width: min(480px, calc(100% - 96px)) !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(
        90deg,
        #f3d672 0%,
        #b57f11 24.0385%,
        #f5d775 48.0769%,
        #fff3a6 53.3654%,
        #fce98f 56.25%,
        #b57f11 79.3269%,
        #f1da77 100%
    ) !important;
    pointer-events: none !important;
}

body#product .product-slider-section {
    position: relative !important;
    overflow: visible !important;
}

body#product .product-slider-section::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: min(620px, calc(100% - 160px)) !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(
        90deg,
        #f3d672 0%,
        #b57f11 24.0385%,
        #f5d775 48.0769%,
        #fff3a6 53.3654%,
        #fce98f 56.25%,
        #b57f11 79.3269%,
        #f1da77 100%
    ) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

body#product .product-slider-section > h2 {
    position: relative !important;
    z-index: 2 !important;
}

@media (min-width: 992px) {
    body#product .product-col-info .product-manufacturer {
        right: -72px !important;
    }
}

@media (max-width: 767px) {
    body#product .product-col-images .product-badges .product-badge.product-badge--new,
    body#product .product-col-images .product-badges .product-flag.new {
        top: -28px !important;
        left: 8px !important;
    }

    body#product .product-col-info .product-name {
        font-size: 1.75rem !important;
        margin-bottom: 0.85rem !important;
    }

    body#product .product-prices .current-price-value {
        font-size: 1.55rem !important;
    }

    body#product .product-col-info .product-breadcrumb-container {
        margin-bottom: 1.25rem !important;
    }

    body#product .product-col-info .product-description-short {
        margin-bottom: 1.45rem !important;
    }

    body#product .product-col-info .product-badges-capsule {
        margin-top: 1rem !important;
        margin-bottom: 1.45rem !important;
    }

    body#product .product-col-info .blockreassurance_product::after {
        width: calc(100% - 88px) !important;
    }

    body#product .product-slider-section::before {
        width: calc(100% - 96px) !important;
    }
}
