/* === Sarah Kolis Embroidery Customization Styling === */ .product-form .infiniteoptions-wrapper { background-color: #f5ede8; /* soft neutral background */ border: 1px solid #e0f1ff; /* pale blue border accent */ border-radius: 16px; padding: 20px; margin-top: 20px; box-shadow: 0 2px 8px rgba(60, 63, 80, 0.05); } .product-form .infiniteoptions-label { font-family: 'Playfair Display', serif; /* elegant font */ font-size: 16px; font-weight: 600; color: #3c3f50; /* slate gray text */ margin-bottom: 6px; } .product-form input[type="text"], .product-form select { font-family: 'Lato', sans-serif; font-size: 15px; color: #3c3f50; background-color: #ffffff; border: 1px solid #bbd3aa; /* soft green accent */ border-radius: 8px; padding: 10px 12px; width: 100%; transition: all 0.2s ease; } .product-form input[type="text"]:focus, .product-form select:focus { border-color: #93b6ce; /* soft blue highlight on focus */ box-shadow: 0 0 6px rgba(147, 182, 206, 0.3); outline: none; } .product-form .infiniteoptions-wrapper legend { font-size: 18px; font-weight: 700; color: #3c3f50; margin-bottom: 10px; } .product-form .infiniteoptions-wrapper small { display: block; font-size: 13px; color: #93b6ce; margin-top: 4px; }