/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

</style>
/* 移动端优化 */
@media (max-width: 768px) {
    .acemox-contact {
        padding: 20px !important;
        margin: 15px !important;
    }
    
    .social-links {
        gap: 12px !important;
    }
    
    .social-links a {
        padding: 10px 20px !important;
        font-size: 14px;
    }
}
</style>

.single_add_to_cart_button {
    display: none;
}
/* 弹出窗口样式 */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 500px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}