.ss-ranker-product-list{max-width:1200px;margin:20px auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}#ss-ranker-sort-form{display:flex;align-items:center;margin-bottom:20px}select#sort-dropdown{height:50px;width:30%;margin-left:20px}.ss-ranker-product-list>#sort-dropdown{margin-left:10px;padding:8px;font-size:16px;border:1px solid #ddd;border-radius:4px}.ss-ranker-product-list>.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;list-style:none;padding:0;margin:0}.ss-ranker-product-list>.product{background:#fff;border:1px solid #ddd;border-radius:8px;text-align:center;padding:15px;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform 0.3s}.ss-ranker-product-list>.product:hover{transform:translateY(-5px)}.ss-ranker-product-list>.product img{max-width:100%;border-radius:8px}.ss-ranker-product-list>.woocommerce-loop-product__title{font-size:18px;margin:15px 0 10px}.ss-ranker-product-list>.price{font-size:16px;color:#333}.ss-ranker-product-list>.price del{color:#999;margin-right:8px}.ss-ranker-product-list>.onsale{display:inline-block;background-color:#ff6f61;color:#fff;font-size:12px;padding:5px 10px;border-radius:4px;margin-bottom:10px}.ss-ranker-product-list>.button{display:inline-block;background-color:#0071a1;color:#fff;padding:10px 15px;text-decoration:none;border-radius:4px;font-size:14px;transition:background-color 0.3s}.ss-ranker-product-list>.button:hover{background-color:#005f87}.ss-ranker-product-list>.outofstock .button{background-color:#ccc;pointer-events:none}