.back-home-button-wrapper{text-align:left;margin-top:2rem;margin-bottom:2rem;padding-left:1.5rem}.back-home-button{background-color:#a11c33;color:white;padding:10px 25px;border:none;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:10px}.back-home-button i{font-size:1rem}.back-home-button:hover{background-color:#880f2a}.product-widget-page-container{padding:2rem;max-width:1200px;margin:auto;border-radius:20px;min-height:80vh;font-family:Open Sans,sans-serif;background:linear-gradient(180deg,#f9f9f9,#e9e9e9);animation:fadeIn .6s ease-in-out;box-shadow:0 8px 24px rgba(0,0,0,.1);border:1px solid #ddd}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-widget-header h2{text-align:center;font-size:2rem;margin-bottom:1.5rem;color:#333}.step-content label{font-weight:600;font-size:1.2rem;display:block;margin-bottom:1rem;text-align:center;color:#444}.brand-options,.model-options,.product-type-options{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.brand-option,.model-option,.product-type-option{background:#fff;padding:1rem;border-radius:1rem;text-align:center;width:120px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.brand-option:hover,.model-option:hover,.product-type-option:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,.15)}.brand-option span,.model-option span,.product-type-option span{display:block;margin-top:.5rem;font-size:1rem;font-weight:500;color:#333}.product-list{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;animation:fadeIn .7s ease-in-out}.product-card{background:#ffffff;border-radius:1.5rem;box-shadow:0 6px 16px rgba(0,0,0,.08);padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;animation:zoomIn .5s ease}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.product-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.product-card-left{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.product-icon{flex-shrink:0}.product-icon-image{border-radius:50%;border:2px solid #ccc;padding:.3rem;background:#f7f7f7}.product-details{flex-grow:1}.product-title{font-size:1.1rem;font-weight:700;color:#222;margin-bottom:.3rem}.product-brand{font-size:.95rem;color:#666;margin-bottom:.2rem}.product-car-info{font-size:.85rem;color:#999}.product-price{text-align:right;font-size:1.1rem;font-weight:700;color:#a11c33}.loading-text,.no-results{text-align:center;font-size:1.1rem;padding:1.5rem;color:#666}@media (max-width:768px){.product-widget-page-container{padding:1rem}.brand-option,.model-option,.product-type-option{width:100px;padding:.8rem}.product-list{grid-template-columns:1fr}.product-card{padding:1rem}.product-title{font-size:1rem}.product-brand,.product-car-info,.product-price{font-size:.9rem}.product-price{text-align:left;margin-top:.5rem}}.filter-section{transition:all .3s ease;border:1px solid #dee2e6}.filter-toggle-btn{background:#f8f9fa;border:1px solid #dee2e6;padding:8px 16px;border-radius:4px;cursor:pointer;transition:all .2s ease}.filter-toggle-btn:hover{background:#e9ecef}.price-range-container{background:white;padding:12px;border-radius:4px;border:1px solid #dee2e6}@media (max-width:768px){.product-list{grid-template-columns:1fr}.filter-section .row{flex-direction:column}.filter-section .col-md-4{width:100%;margin-bottom:15px}}