<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-card{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:8px;overflow:hidden;width:100%;margin:0 auto}.product-title{font-size:1rem;font-weight:600;color:#595959;padding:.4rem 1rem;background:#f8f8f8}@media screen and (min-width: 768px){.product-title{font-size:1rem;padding:.5rem 1.2rem}}.product-card-image{width:100%;height:100%;display:block;object-fit:cover;max-height:300px}.product-card-banner{display:flex;justify-content:space-between;align-items:center;padding-inline:1rem;padding-bottom:.5rem;background-color:#f8f8f8}.product-location{font-size:.9rem;color:#5448c8;font-weight:600}.shop-button,.go-button{display:block;padding:5px 15px;font-size:.9rem;color:#fff;background-color:#5448c8;border:none;border-radius:35px;transition:background-color .3s ease;cursor:pointer}.shop-button:hover,.go-button:hover{background-color:#3e33aa}.out-of-stock{display:block;padding:5px 15px;font-size:.9rem;color:#fff;background-color:#f44336;border:none;border-radius:35px;transition:background-color .3s ease;cursor:pointer}.out-of-stock:hover{background-color:#ea1c0d}@media(min-width: 768px){.product-card{max-width:400px}.product-card-banner{padding-inline:1.2rem;padding-bottom:.5rem}.product-location{font-size:16px}}.empty-page{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;margin-top:5rem}.empty-img{width:100px;height:100px}.empty-title{font-size:1.5rem;color:#3b328c}.empty-message{font-size:1rem;color:#595959}.btn{display:inline-block;padding:10px 20px;font-size:16px;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:5px;text-transform:uppercase}.form-btn{border:none;outline:none;padding:7px 15px;display:inline-block;cursor:pointer;font-size:1rem;border-radius:5px;white-space:nowrap}.form-btn[primary]{background-color:#5448c8;color:#fff}.form-btn[ghost]{background-color:rgba(0,0,0,0);color:#5448c8;border:1px solid #5448c8;font-weight:600;transition:all .3s ease}.form-btn[ghost]:hover{background-color:#5448c8;color:#fff}.form-btn[disabled]{background-color:#e0e0e0;color:#000;cursor:not-allowed}.search-container{width:100%;padding:1rem;padding-bottom:5rem}@media screen and (min-width: 768px){.search-container{max-width:1200px;margin:auto}}.search-input-container .search-form{width:100%;display:flex;align-items:center;justify-content:center;margin-block:1rem;flex-direction:row;gap:.5rem;max-width:800px;margin:auto}.search-input-container .search-form .search-input{width:80%;padding:.5rem;border:1px solid #877fd9;border-radius:5px;outline:none;font-size:1rem;font-weight:500;color:#5448c8}.search-input-container .search-form .btn-submit{width:20%;padding:.5rem;background-color:#5448c8;color:#fff;max-width:70px;border:1px solid #5448c8}#search-form{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-block:1rem;flex-direction:row;gap:.5rem;max-width:800px;margin:auto}@media screen and (min-width: 768px){#search-container{max-width:1000px;margin:0 auto;margin-top:1rem}}#search-input,#q{width:100%;padding:.5rem 3rem .5rem 1rem;border:1px solid #ccc;border-radius:.3rem;font-size:1rem;outline:none}#search-input:not(:placeholder-shown)~.clear-button{display:block}#q:not(:placeholder-shown)~.clear-button{display:block}#search-button{display:flex;justify-content:center;align-items:center;text-align:center;padding:.5rem 1rem;border-radius:.3rem;background-color:#5448c8;color:#fff;font-size:1rem;cursor:pointer;transition:.2s ease-in}#search-button:hover{background-color:#444}.search-icon,.clear-icon{display:block;width:27px;height:27px}.clear-button{position:absolute;right:5rem;top:50%;transform:translateY(-50%);border:none;background-color:rgba(0,0,0,0);color:#888;font-size:1.2rem;cursor:pointer;padding:0;display:none}.clear-button:hover{color:#444}.target-types{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.5rem;flex-wrap:nowrap;width:100%;margin-block:1rem}.target-pill{padding:.3rem .8rem;border:1px solid #5448c8;border-radius:.9rem;font-size:.8rem;color:#5448c8;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;text-align:center;width:100%;padding:.5rem 1rem;font-weight:600;text-transform:uppercase}.target-pill.active,.target-pill:hover{background-color:#5448c8;color:#fff}@media screen and (min-width: 768px){.target-pill{border-radius:5px}}@media screen and (min-width: 768px){.target-types{max-width:500px;margin-inline:auto}}.products-grid{display:grid;grid-template-columns:1fr;gap:.5rem;width:100%}@media screen and (min-width: 768px){.products-grid{grid-template-columns:repeat(4, 1fr);margin:0 auto}}.filter-container{display:flex;align-items:center;justify-content:flex-start}.dropdown-button{background-color:#5448c8;border:none;cursor:pointer;transition:background-color .3s ease}.dropdown-button:hover{background-color:#3e33aa}.dropdown-content{height:0px;overflow:hidden;margin-top:10px;transition:height .3s ease}.dropdown-option{display:block;text-decoration:none;text-align:center;cursor:pointer;border:none;border-radius:5px;transition:all .3s ease}.dropdown-option:hover{background-color:#5448c8;color:#fff}.dropdown-button{padding:.5rem 1rem;border-radius:5px;color:#fff;font-size:.9rem;width:100%;outline:none}@media screen and (min-width: 768px){.dropdown-button{width:auto}}.dropdown-content{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem;color:#5448c8}@media screen and (min-width: 768px){.dropdown-content{flex-direction:row;align-content:center}}.dropdown-option{padding-inline:1rem;text-decoration:underline}.stores-grid{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;gap:.5rem;width:100%}@media screen and (min-width: 768px){.stores-grid{grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr;margin:0 auto}}.store-card{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;border:2px solid #ddd;border-radius:5px;width:100%;padding-inline:1.5rem;padding-block:1rem}.pictures-others{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.store-picture{width:50px;height:50px;border-radius:50%}.img-placeholder{width:50px;height:50px}.storeName-name{display:flex;flex-direction:column;gap:.1rem;font-size:.9rem}.store-name{font-weight:bold}.store-username{font-size:.8rem;color:#888}.store-other-data{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:auto}.creation-date{font-size:.8rem;color:#000;font-weight:600}@media screen and (min-width: 768px){.creation-date{font-size:.9rem}}.finished-deals{font-size:.8rem;background-color:#5448c8;color:#fff;padding:.2rem .9rem;border-radius:15px}@media screen and (min-width: 768px){.finished-deals{font-size:.9rem}}.index-container{width:100%;display:flex;align-items:center;justify-content:space-between;margin-block:1rem}.pagination-buttons{border:none;outline:none;padding:.4rem .9rem;background-color:#5448c8;color:#fff;text-decoration:none;border-radius:5px}.pagination-buttons[disabled]{background-color:#ccc;opacity:.5;cursor:not-allowed}.search-cta{display:flex;align-items:center;justify-content:center;margin-top:6rem;flex-direction:column;text-align:center;gap:1rem}.search-cta-image{width:60px;height:60px;animation:bounce-rotate 3s 3;animation-delay:2s}.search-cta-title{font-size:1.5rem;font-weight:600;color:#5448c8}.search-cta-description{font-size:1rem;font-weight:400;color:#3b328c;font-style:italic}@keyframes bounce-rotate{0%{transform:rotate(0deg)}10%{transform:rotate(10deg)}30%{transform:rotate(-40deg)}50%{transform:rotate(30deg)}70%{transform:rotate(-10deg)}100%{transform:rotate(0deg)}}
</pre></body></html>