.order-sample-form{max-width:700px;margin:30px auto;padding:25px;border:1px solid #ddd;border-radius:10px;background:#fafafa;box-shadow:0 2px 8px rgb(0 0 0 / .05);font-family:Arial,sans-serif}.order-sample-form h4{margin-top:25px;font-size:18px;color:#333;border-bottom:1px solid #ddd;padding-bottom:5px}.order-sample-form label{display:block;margin-bottom:5px;font-weight:600;color:#333}.order-sample-form input[type="text"],.order-sample-form input[type="email"],.order-sample-form input[type="url"],.order-sample-form select,.order-sample-form textarea{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:6px;font-size:14px;box-sizing:border-box}.order-sample-form textarea{min-height:80px;resize:vertical}.order-sample-form .product-checkboxes{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-height:300px;overflow-y:scroll}.order-sample-form .product-checkboxes label{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:10px;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:all 0.2s;text-align:center}.order-sample-form .product-checkboxes label:hover{background:#f9f9f9;box-shadow:0 1px 4px rgb(0 0 0 / .1)}.order-sample-form .product-checkboxes img{width:100%;height:auto;object-fit:cover;margin-bottom:8px;border-radius:6px}.order-sample-form .product_label_title{text-transform:uppercase}.order-sample-form .label_checked{background-color:#fff}.order-sample-form button[type="submit"]{background:#0073aa;color:#fff;padding:12px 25px;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background 0.3s}.order-sample-form button[type="submit"]:hover{background:#005177}.order-sample-response{margin-top:15px;font-weight:600;color:green}@media (max-width:768px){.order-sample-form{padding:20px}.order-sample-form .product-checkboxes label{flex-direction:column;align-items:flex-start}.order-sample-form .product-checkboxes img{margin-bottom:5px}}.order-sample-form .btn-loader{margin-left:8px;font-size:14px}.order-sample-form .button-loading .btn-text{opacity:.5}