.hide {
    display: none;
}

.warranty-row{
    display: flex;
    gap:1em;
    width: 100%;
    align-items: center;
}
.warranty-row *:last-child{
    margin-left:auto;
}

.waranty-title{
    font-weight: bold;
    font-size: 1.5em;
}

#main_product_top #detailsProduct:has(#warranty-select-custom:checked) .wk-add-to-cart,
#main_product_top #detailsProduct:has(#warranty-select-custom:checked) #fmmPreOrder{
    display: block !important;
    margin-top:1rem;
}

#main_product_top #detailsProduct:has(#warranty-select-custom:checked) #button_add_to_cart{
    display: none !important;
}

#warrantyBlock .wk-add-extended-warranty-btn.wk-add-to-cart{
    width: fit-content;
    border:0;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    background-color: #79464C;
    color: #FFFFFF;
}

#warrantyBlock .wk-add-extended-warranty-btn.wk-add-to-cart:hover{
    background-color: #161616;
}