<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal}@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-Italic.ttf") format("truetype");font-weight:italic;font-style:normal}@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-Regular.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-Medium.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"Poppins";src:url("/public/fonts/Poppins/Poppins-Bold.ttf") format("truetype");font-weight:700;font-style:normal}*{font-family:"Poppins",sans-serif}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding-inline:2rem;padding-block:1rem;width:100%;background-color:#2a2a2a;z-index:1}.navbar-logo{width:145px;height:35px;cursor:pointer}.navbar-links{display:none;gap:16px;list-style:none;margin:0;padding:0}.navbar-link{color:#f0f0f0;text-decoration:none;transition:all .3s ease-in-out;padding-inline:.5rem;border-radius:.3rem;padding-block:.4rem;text-transform:uppercase;font-size:.8rem;font-weight:500}.navbar-link.active,.navbar-link:hover{background-color:#f0f0f0;color:#2a2a2a}.other-actions{display:flex;align-items:center;justify-content:center;height:100%;gap:1rem}.other-actions a{display:flex;align-items:center;justify-content:center}.navbar-icon{width:24px;height:24px;cursor:pointer}@media screen and (min-width: 768px){.navbar-links{display:flex}}.navbar-mobile-container{position:fixed;bottom:0;left:0;width:100%;padding:1rem;background-color:#2a2a2a;display:flex;justify-content:center;z-index:1}@media screen and (min-width: 768px){.navbar-mobile-container{display:none}}.nav-list{display:flex;flex-direction:row;justify-content:space-between;width:100%;text-align:center;gap:1rem;list-style:none;padding:0;margin:0}.nav-item{display:flex;flex-direction:column;align-items:center}.nav-link{display:flex;flex-direction:column;align-items:center;color:#fff;text-decoration:none;position:relative;text-transform:uppercase;font-weight:500;font-style:normal}.nav-link.active::before{position:absolute;top:-8px;left:50%;transform:translateX(-50%);content:"";display:block;width:1.7rem;height:.3rem;border-radius:3px;background-color:#fff}.nav-icon{width:20px;height:20px;margin-bottom:.25rem}.nav-text{font-size:.6rem}.no-content{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;margin-top:5rem}.no-content-image{width:45px;height:45px}.no-content-title{font-size:1.5rem;color:#f0f0f0;font-size:1.2rem;margin-top:.8rem;margin-bottom:.5rem}.no-content-description{color:#b1b1b1;font-weight:300}@media screen and (min-width: 768px){.no-content-title{font-size:1.5rem}.no-content-description{font-size:1rem}}.product-card{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;width:100%;margin:0 auto}.product-title{font-size:1rem;font-weight:600;color:#f0f0f0;padding:.4rem 1rem;background:#2a2a2a}@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:#2a2a2a}.product-location{font-size:.9rem;color:#5448c8;font-weight:600}.product-price,.product-location{color:#bdbdbd}.shop-button,.go-button{display:block;padding:5px 15px;font-size:.9rem;color:#fff;background-color:#f0f0f0;border:none;border-radius:35px;transition:background-color .3s ease;cursor:pointer;color:#2a2a2a}.shop-button:hover,.go-button:hover{background-color:#d7d7d7}.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}}*{margin:0;padding:0;box-sizing:border-box}button{padding:0;border:none;background:none;font:inherit;color:inherit;cursor:pointer}ol,ul{list-style:none;padding:0;margin:0}li{list-style:none}input,textarea{padding:0;border:none;background:none;font:inherit;color:inherit}a{text-decoration:none;color:inherit}body{background-color:#121212}.search-container{width:100%;padding:1rem;padding-bottom:5rem}@media screen and (min-width: 768px){.search-container{max-width:1200px;margin:auto}}.page-title{font-size:1.1rem;font-weight:600;color:#f0f0f0;margin-block:1rem;text-align:center}@media screen and (min-width: 768px){.page-title{font-size:1.7rem}}.search-input-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-block:1rem;flex-direction:row;max-width:800px;margin:auto;margin-top:1rem}@media screen and (min-width: 768px){.search-input-container{margin-top:1rem}}.search-input{width:100%;padding:.5rem 3rem .5rem 1rem;border-radius:.7rem 0 0 .7rem;font-size:1rem;outline:none;background-color:#2a2a2a;color:#f0f0f0}.search-input: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:0 .7rem .7rem 0;background-color:#2a2a2a;font-size:1rem;cursor:pointer;transition:.2s ease-in}.search-button:hover{background-color:#444}.search-icon,.clear-icon{display:block;width:25px;height:25px}.clear-button{position:absolute;right:4.5rem;top:50%;transform:translateY(-50%);border:none;font-size:1.2rem;cursor:pointer;padding:0;display:none}.clear-button:hover{color:#444}.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-dk-container{display:none;background-color:#2a2a2a;padding:.5rem 1rem;justify-content:space-between;align-items:center;margin-top:1rem;font-size:.8rem;margin-bottom:1rem;border-radius:5px;text-transform:uppercase;font-weight:600}.filter-mb-container{display:flex;flex-direction:column;margin-top:1rem}@media screen and (min-width: 768px){.filter-mb-container{display:none}}.filter-pill{background-color:#f0f0f0;color:#121212;padding:.4rem .7rem;border-radius:5px}.filter-toggle{background-color:#f0f0f0;color:#121212;padding:.4rem;width:100%;border-radius:5px;text-align:center;cursor:pointer;font-weight:600}.filter-mb-list{transition:all .3s ease;height:0;overflow:hidden;display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.filter-link{color:#f0f0f0;padding:.4rem .7rem;transition:all .3s ease;text-align:center;text-transform:uppercase;font-weight:600;font-size:.8rem}.filter-link:hover{border-radius:5px;background-color:#f0f0f0;color:#121212}@media screen and (min-width: 768px){.filter-dk-container{display:flex}}.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;background-color:#2a2a2a;gap:.5rem;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%;object-fit:cover}.img-placeholder{width:50px;height:50px}.storeName-name{display:flex;flex-direction:column;gap:.1rem;font-size:.9rem}.store-name{font-weight:bold;color:#f0f0f0}.store-username{font-size:.8rem;color:#ccc}.store-other-data{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:auto}.creation-date{font-size:.8rem;color:#ccc;font-weight:600}@media screen and (min-width: 768px){.creation-date{font-size:.9rem}}.finished-deals{font-size:.8rem;background-color:#f0f0f0;color:#2a2a2a;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;color:#f0f0f0}.pagination-buttons{border:none;outline:none;padding:.4rem .9rem;background-color:#f0f0f0;color:#2a2a2a;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.1rem;font-weight:600;color:#f0f0f0}.search-cta-description{font-size:.9rem;font-weight:400;color:#888}@media screen and (min-width: 768px){.search-cta-title{font-size:1.5rem}.search-cta-description{font-size:1.1rem}}@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>