.product-card{background:#fff;border-radius:2rem;border:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease;box-shadow:0 4px 6px -1px #0000000d}.product-header-img{height:200px;display:flex;align-items:center;justify-content:center;font-size:4rem}.product-body{padding:2.5rem;flex:1;display:flex;flex-direction:column}body{background-color:var(--primary)!important;color:#fff!important}.product-category{font-size:1.15rem;font-weight:400;margin-bottom:.5rem;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;transition:grid-template-columns .5s cubic-bezier(.2,.8,.2,1)}#productsLayout.with-form .product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}#productsLayout{max-width:900px;margin:0 auto;display:flex;gap:0;align-items:flex-start;transition:max-width .5s cubic-bezier(.2,.8,.2,1),gap .5s cubic-bezier(.2,.8,.2,1)}#productsLayout.with-form{max-width:1100px;gap:2.5rem}#productsTitle{text-align:center;margin-bottom:2rem;font-weight:700;font-size:1.85rem;color:#fff}#productsLeft{flex:1;min-width:0}#productsRight{width:0;opacity:0;visibility:hidden;overflow:hidden;transition:width .5s cubic-bezier(.2,.8,.2,1),opacity .2s ease,visibility .2s ease;padding-top:6.5rem}#productsLayout.with-form #productsRight{width:calc(50% - 2rem);opacity:1;visibility:visible;transition:width .5s cubic-bezier(.2,.8,.2,1),opacity .4s ease .3s,visibility 0s .3s}#productsTitle{text-align:center;margin-bottom:3.5rem;font-weight:700;font-size:2.25rem;color:#fff}#productsLayout.with-form #productsTitle{text-align:left}.product-btn{background-color:#e2e8f0;border-radius:10px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--primary)}.product-btn .icon{font-size:2.5rem;line-height:1;display:flex;align-items:center;justify-content:center}.product-btn .title{font-size:1rem;font-weight:700;margin:0;line-height:1.2}.quote-form-card{background:#e2e8f0;width:100%;min-width:380px;padding:2rem 1.75rem 1.75rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;align-items:center;position:sticky;top:100px}.quote-form-group{width:100%;display:flex;flex-direction:column;gap:.15rem;margin-bottom:.6rem}.quote-form-group label{color:#203967;font-weight:700;font-size:.95rem}.quote-select{width:100%;padding:.5rem .85rem;border:1px solid #203967;border-radius:.75rem;font-size:.95rem;font-weight:600;color:#203967;background-color:transparent;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fba85c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2em;outline:none}
