/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* Ürün sayfası WhatsApp bilgi alma butonu */

.bizdemevcut-whatsapp-wrapper {
    width: 100%;
    margin-top: 12px;
    clear: both;
}

.bizdemevcut-whatsapp-button {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #21b738 0%, #139522 100%);
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(19, 149, 34, 0.22);
    transition: all 0.22s ease;
    font-family: inherit;
    box-sizing: border-box;
}

.bizdemevcut-whatsapp-button:hover {
    background: linear-gradient(180deg, #25c943 0%, #118c20 100%);
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(19, 149, 34, 0.28);
}

.bizdemevcut-whatsapp-button:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(19, 149, 34, 0.18);
}

.bizdemevcut-whatsapp-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.bizdemevcut-whatsapp-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.bizdemevcut-whatsapp-text strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.bizdemevcut-whatsapp-text small {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.92;
}

.single-product form.cart .bizdemevcut-whatsapp-wrapper {
    display: block;
}

@media (max-width: 768px) {
    .bizdemevcut-whatsapp-button {
        min-height: 58px;
        padding: 12px 14px;
        border-radius: 7px;
    }

    .bizdemevcut-whatsapp-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .bizdemevcut-whatsapp-text strong {
        font-size: 16px;
    }

    .bizdemevcut-whatsapp-text small {
        font-size: 12px;
    }
}