/*
Theme Name: Avada Child
Description: Child theme for Avada.
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Template: Avada
Version: 1.0.8
Text Domain: avada-child
*/

.fusion-fullwidth .fusion-button.product-contact-btn {
    background: #1a80b6;
    margin-top: 25px;
    transition: background-color .3s ease 0s;
    width: 100%;
}

.fusion-fullwidth .fusion-button.product-contact-btn .fusion-button-text {
    color: white;
}

.fusion-fullwidth .fusion-button.product-contact-btn:hover,
.fusion-fullwidth .fusion-button.product-contact-btn:focus {
    background: #000;
}

.underline-head {
    border-bottom: 2px solid #1a80b6;
}

.corken-market-icons {
    justify-content: flex-end !important;
}

.underline-head .fusion-column-wrapper {
    margin-inline: 0;
}

.archive.tax-product_cat .underline-head h1 {
    padding-bottom: 15px !important;
}

.archive.tax-product_cat h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

.corken-related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .corken-related-posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}
