<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{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}.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}.telegram-setting{text-align:center;background-color:#2a2a2a;color:#fff;padding:.5rem;font-size:.8rem;cursor:pointer}@media screen and (min-width: 758px){.telegram-setting{font-size:1rem;max-width:1000px;margin:0 auto;border-radius:.2rem;margin-top:1rem}}.telegram-setting-text{color:#fff;font-weight:300;font-style:normal}.telegram-setting-cta{text-align:center;background-color:#2a2a2a;color:#fff;font-size:.8rem;cursor:pointer}@media screen and (min-width: 758px){.telegram-setting-cta{font-size:1rem;max-width:1000px;margin:0 auto;border-radius:.2rem;margin-top:1rem}}@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}.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:#e0e0e0}.empty-message{font-size:1rem;color:#7a7a7a;font-weight:500}.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}}body{height:100vh;background-color:#121212}.store-container{padding:1rem;padding-bottom:5rem}@media screen and (min-width: 768px){.store-container{padding:1rem 1.5rem;max-width:1100px;margin:0 auto}}.store-card{border:1px solid #2a2a2a;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:1rem;background-color:#2a2a2a}@media screen and (min-width: 768px){.store-card{padding:1rem 1.5rem}}.banner-top{display:flex;align-items:center;justify-content:space-between;padding:.5rem}.profile-photo{position:relative;display:flex;align-items:center;justify-content:center;margin-top:.5rem;width:120px;height:120px}.profile-photo .profile-picture{overflow:hidden;border:2px solid #ccc;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:50%}.profile-photo .img-placeholder{width:100%;height:100%}.store-identity{margin-bottom:.5rem}.store-identity-name{color:#f0f0f0;font-weight:500;font-size:1.2rem}.store-identity-storename{color:#bcbcbc;font-size:.9rem;text-transform:lowercase;font-weight:400}@media screen and (min-width: 768px){.store-identity-name{font-size:1.5rem}.store-identity-storename{font-size:1.1rem}}.store-identity-interactions{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.follow-btn,.unfollow-btn{padding:7px 15px;border:none;cursor:pointer;font-size:.7rem;color:#fff;border-radius:20px;font-weight:500}.follow-btn:hover,.unfollow-btn:hover{opacity:.8}.button-text{color:#f0f0f0}.follow-btn{background-color:#f0f0f0;color:#2a2a2a}.unfollow-btn{background-color:#6c757d}@media screen and (min-width: 768px){.follow-btn,.unfollow-btn{font-size:.8rem}}.store-locations{display:flex;align-items:center;justify-content:flex-start;text-align:center;gap:.3rem}.store-locations .location-icon{width:15px;height:15px}.store-locations .location-text{font-weight:500;color:#f0f0f0}.store-description{margin-bottom:.5rem;color:#a2a2a2;font-size:1rem;font-style:normal}.follows-sales{display:flex;justify-content:space-between;align-items:center;text-align:center;padding:.5rem;gap:.4rem}.follows-sales .follows{opacity:0}.follows-sales .sales{color:#f0f0f0}.products-section-header{display:flex;justify-content:space-between;align-items:center;margin-block:1rem}.products-section-header .products-section-title{font-size:1.5rem;font-weight:600;color:#f0f0f0}.products-section-header .product-creation{display:flex;align-items:center;gap:.5rem;justify-content:center;padding:.3rem .7rem;background-color:#f0f0f0;color:#2a2a2a;border-radius:5px}.products-section-header .product-creation .product-creation-ico{width:15px;height:15px}.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width: 768px){.products-grid{grid-template-columns:repeat(3, 1fr);gap:1rem}}.button-container{display:flex;justify-content:space-around;align-items:center}.button-link{display:inline-flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;margin:0 10px}.button-icon{width:25px;height:auto;margin-bottom:5px}.button-text{font-size:14px;text-align:center}
</pre></body></html>