.elementor-8775 .elementor-element.elementor-element-434c733{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:10px;--padding-left:50px;--padding-right:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8775 .elementor-element.elementor-element-b3eb7ba .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:var( --e-global-color-2db0fc4 );}.elementor-8775 .elementor-element.elementor-element-1c363bf .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:500;color:var( --e-global-color-secondary );}.elementor-8775 .elementor-element.elementor-element-a039a30 > .elementor-widget-container{margin:-34px 0px 0px 0px;}#elementor-popup-modal-8775 .dialog-widget-content{animation-duration:1.2s;background-color:#EEEEEE;border-radius:28px 28px 28px 28px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8775 .dialog-message{width:600px;height:auto;}#elementor-popup-modal-8775{justify-content:center;align-items:center;}#elementor-popup-modal-8775 .dialog-close-button{display:flex;font-size:25px;}@media(max-width:767px){.elementor-8775 .elementor-element.elementor-element-434c733{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//* 修复免费样品弹窗居中+防止偏移 */
.elementor-popup {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.elementor-popup-modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto !important;
    max-width: 90% !important;
    width: 600px !important;
}
/* 限制表单宽度，不撑破弹窗 */
.wpcf7-form {
    max-width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
}
/* Contact Form 极简清爽 - 含下拉框 + 爱马仕橙按钮 */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0;
}

/* 输入框/文本域/下拉框 统一全局 */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100% !important;
    padding: 10px 20px !important;
    margin: 5px 0 5px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-family: inherit !important;
    background: #fafafa !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    /* 修复下拉框默认箭头不协调 */
    appearance: none !important;

}
/* 单独放大 Write message 文本域 */
.wpcf7-form textarea {
    width: 100% !important;
    min-height: 327px !important; /* 大幅增加高度，适配你的布局 */
    padding: 18px 20px !important;
    margin: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    background: #fafafa !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    resize: vertical !important; /* 保留用户手动调整大小的功能 */
    /* 移除下拉箭头，只保留右下角调整柄 */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}
/* 聚焦高亮（输入框+下拉框都生效） */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    outline: none !important;
    border-color: #f39c12 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(235, 130, 0, 0.15) !important;
}

/* 标签文字 */
.wpcf7-form label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 5px !important;
    display: block !important;
}

/* 提交按钮：爱马仕橙色 */
.wpcf7-form input[type="submit"] {
    padding: 14px 30px !important;
    background: #e67e22 !important; /* 爱马仕橙主色 */
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    min-width: 150px !important;
}
.wpcf7-form input[type="submit"]:hover {
    background: #d35400 !important; /* 加深橙hover */
    transform: translateY(-2px) !important;
}
.wpcf7-form input[type="submit"]:active {
    transform: translateY(0) !important;
}

/* 错误提示 */
.wpcf7-form .wpcf7-not-valid {
    border-color: #ef4444 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #ef4444 !important;
    font-size: 12px !important;
    margin-top: -8px !important;
    margin-bottom: 10px !important;
}

/* 提交结果提示 */
.wpcf7-form .wpcf7-response-output {
    margin: 20px 0 !important;
    padding: 12px 15px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
}
.wpcf7-form .wpcf7-mail-sent-ok {
    border-color: #10b981 !important;
    color: #10b981 !important;
    background: rgba(16, 185, 129, 0.1) !important;
}
.wpcf7-form .wpcf7-mail-sent-ng {
    border-color: #ef4444 !important;
    color: #ef4444 !important;
    background: rgba(239, 68, 68, 0.1) !important;
}

/* 手机端适配 */
@media (max-width: 768px) {
    .wpcf7-form input[type="submit"] {
        width: 100% !important;
    }
}/* End custom CSS */