/* ==========================================================================
   WTD Frontend Styles - Button & General
   ========================================================================== */

.wtd-customizer-trigger {
    margin: 16px 0;
}

.wtd-open-designer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 15px 30px;
    background: linear-gradient(135deg, #FF6B9D, #FF9AAE);
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wtd-open-designer::before {
    content: "\1F3A8";
    font-size: 18px;
}

.wtd-open-designer:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 25px rgba(255, 107, 157, 0.45);
}

.wtd-open-designer:active {
    transform: scale(0.98);
}

/* Hide default add to cart when customizer is active */
.wtd-customizer-trigger + .single_add_to_cart_button {
    display: none;
}
