.catalog-mode-btn-wrapper{margin:10px 0;width:100%;display:block}.catalog-mode-btn-wrapper .btn{width:100%;display:block;text-align:center}button.catalog-mode-inquiry-btn.btn.btn-color-primary{width:100%;cursor:pointer;display:block;background-color:var(--wd-primary-color,var(--wp--preset--color--primary,#0073aa));color:var(--wd-primary-color-text,#fff)}button.catalog-mode-inquiry-btn.btn.btn-color-primary:hover{background-color:var(--btn-accented-bgcolor-hover,var(--wd-primary-color-hover,#005a87));color:var(--wd-primary-color-text,#fff)}button.catalog-mode-inquiry-btn-loop.btn,button.catalog-mode-inquiry-btn-single.btn{width:100%}.catalog-mode-modal{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.6)}.catalog-mode-modal.is-active{display:flex;align-items:center;justify-content:center}.catalog-mode-modal-content{background-color:#fff;padding:30px;border-radius:8px;max-width:500px;width:90%;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.15);animation:catalogModeSlideIn .3s ease-out}@keyframes catalogModeSlideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.catalog-mode-modal-close{position:absolute;right:15px;top:15px;font-size:28px;font-weight:700;color:#999;cursor:pointer;line-height:1;transition:color .2s}.catalog-mode-modal-close:focus,.catalog-mode-modal-close:hover{color:#333}.catalog-mode-modal-content h2{margin-top:0;margin-bottom:10px;font-size:24px;color:#333}.catalog-mode-product-info{margin-bottom:20px}.catalog-mode-product-details{display:flex;align-items:center;gap:15px;margin-bottom:15px}.catalog-mode-product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #eee;flex-shrink:0}.catalog-mode-product-text{flex:1}.catalog-mode-product-name{font-weight:600;color:#333;margin:0;font-size:16px;line-height:1.4}.catalog-mode-cart-products{display:none;list-style:none;padding:15px;margin:0 0 15px;background-color:#f9f9f9;border-radius:4px}.catalog-mode-cart-products.is-visible{display:block}.catalog-mode-cart-products li{padding:8px 0;border-bottom:1px solid #eee;font-size:14px;color:#555}.catalog-mode-cart-products li:last-child{border-bottom:none}.catalog-mode-cart-products .product-quantity{font-weight:600;color:var(--wp--preset--color--primary,var(--theme-color-primary,#0073aa))}.catalog-mode-form-group{margin-bottom:20px}.catalog-mode-form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333;font-size:14px}.catalog-mode-form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s;box-sizing:border-box}.catalog-mode-form-group input:focus,.catalog-mode-form-group textarea:focus{outline:none;border-color:var(--wp--preset--color--primary,var(--theme-color-primary,#0073aa))}.catalog-mode-form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit;transition:border-color .2s;box-sizing:border-box;resize:vertical}.catalog-mode-field-help{margin:5px 0 0;font-size:12px;color:#666}.catalog-mode-form-actions{margin-top:25px}.catalog-mode-form-actions .wd-button-wrapper{width:100%;margin:0}button.catalog-mode-submit-btn.btn.btn-color-primary[type=submit]{width:100%;cursor:pointer;display:block;background-color:var(--wd-primary-color,var(--wp--preset--color--primary,#0073aa));color:var(--wd-primary-color-text,#fff)}button.catalog-mode-submit-btn.btn.btn-color-primary[type=submit]:hover{background-color:var(--btn-accented-bgcolor-hover,var(--wd-primary-color-hover,#005a87));color:var(--wd-primary-color-text,#fff)}button.catalog-mode-submit-btn.btn[type=submit]:disabled{opacity:.6;cursor:not-allowed}button.catalog-mode-submit-btn.catalog-mode-button-override.btn.btn-color-primary[type=submit],button.catalog-mode-submit-btn.catalog-mode-button-override.btn.btn-color-primary[type=submit]:active,button.catalog-mode-submit-btn.catalog-mode-button-override.btn.btn-color-primary[type=submit]:focus,button.catalog-mode-submit-btn.catalog-mode-button-override.btn.btn-color-primary[type=submit]:hover{width:100%!important;cursor:pointer!important;display:block!important;background-color:var(--wd-primary-color,var(--wp--preset--color--primary,#0073aa))!important;color:var(--wd-primary-color-text,#fff)!important;border:none!important;padding:14px 32px!important;font-size:16px!important;font-weight:600!important;border-radius:4px!important;line-height:normal!important;text-transform:none!important;letter-spacing:normal!important;box-shadow:none!important;transition:background-color .3s ease!important}button.catalog-mode-submit-btn.catalog-mode-button-override.btn.btn-color-primary[type=submit]:hover{background-color:var(--btn-accented-bgcolor-hover,var(--wd-primary-color-hover,#005a87))!important}button.catalog-mode-submit-btn.catalog-mode-button-override.btn[type=submit]:disabled{opacity:.6!important;cursor:not-allowed!important;background-color:#95a5a6!important}.catalog-mode-message{margin-top:15px;padding:12px;border-radius:4px;font-size:14px;display:none}.catalog-mode-message.is-visible{display:block}.catalog-mode-message.is-success{background-color:var(--wp--preset--color--success-bg,#d4edda);color:var(--wp--preset--color--success-text,#155724);border:1px solid var(--wp--preset--color--success-border,#c3e6cb)}.catalog-mode-message.is-error{background-color:var(--wp--preset--color--error-bg,#f8d7da);color:var(--wp--preset--color--error-text,#721c24);border:1px solid var(--wp--preset--color--error-border,#f5c6cb)}@media (max-width:768px){.catalog-mode-modal-content{padding:20px;margin:20px}.catalog-mode-modal-content h2{font-size:20px}}