/* Get Look - 主题兼容性样式 */
/* 完全使用WooCommerce和主题的原生样式 */

/* 仅保留弹窗本身的基础样式 */
.get-look-popup {
    background: rgba(0, 0, 0, 0.5) !important;
}

.get-look-popup-content {
    background: #fff !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
}