body{font-family:Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:Noto Sans,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Noto Sans,sans-serif;font-size:12px;font-weight:200;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#343434}.App{margin:0 auto;max-width:640px;padding:20px;text-align:center}.profile-container{margin-bottom:0;padding-top:0}.profile-image{border-radius:5%;height:150px;margin-bottom:0;object-fit:cover;width:500px}.username{font-size:13px;margin-bottom:30px;margin-top:30px}.business-offer-button{background-color:#343434;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px}.links-container{display:flex;flex-direction:column;margin:5px 0}.link{border-radius:12px;box-shadow:0 2px 8px #0000001a;color:#343434;font-weight:700;padding:10px 20px;transition:transform .2s}.link:hover{transform:scale(1.02)}.smart-store-container{margin-top:5px;padding:0 12px}.smart-store-container h3{color:#04c73c;font-size:14px;margin-bottom:10px}.products{gap:12px}.product{flex:0 0 108px;text-align:left}.product img{border-radius:12px;height:108px;width:108px}.product-name{height:36px;margin-top:6px}.product-price{font-size:12px;margin-top:4px}.product-price .discount{color:#ff5b1a;margin-right:4px}.footer-container{margin-top:24px;padding-bottom:30px}.sns-icons{display:flex;gap:13px;justify-content:center;margin-bottom:20px}.sns-icons img{height:32px;width:32px}.logo-container img{height:20px;width:98px}.coupang-partners-notice{background-color:#343434;color:#fff;left:0;overflow:hidden;padding:0;position:fixed;top:0;width:100%;z-index:1000}.coupang-partners-notice-content{display:inline-flex;white-space:nowrap}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.coupang-partners-notice-content:after{content:attr(data-text);display:inline-block;margin-left:120px}.bubbles{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%}.bubble{animation:rise 25s ease-in infinite;background-color:#bfaae166;border-radius:50%;bottom:-150px;box-shadow:0 0 8px #d6c7ff99,inset 0 0 12px #ffffff80;height:40px;opacity:.7;position:absolute;width:40px}.bubble:first-child{animation-duration:20s;height:20px;left:10%;width:20px}.bubble:nth-child(2){animation-delay:1s;animation-duration:15s;background-color:#ffb6c166;height:25px;left:20%;width:25px}.bubble:nth-child(3){animation-delay:2s;animation-duration:30s;height:50px;left:35%;width:50px}.bubble:nth-child(4){animation-delay:3s;animation-duration:18s;background-color:#dda0dd66;height:30px;left:50%;width:30px}.bubble:nth-child(5){animation-delay:1s;animation-duration:25s;height:15px;left:65%;width:15px}.bubble:nth-child(6){animation-duration:22s;background-color:#ffc0cb66;height:35px;left:80%;width:35px}.bubble:nth-child(7){animation-delay:4s;animation-duration:28s;height:45px;left:90%;width:45px}.bubble:nth-child(8){animation-delay:5s;animation-duration:23s;background-color:#da70d666;height:22px;left:5%;width:22px}.bubble:nth-child(9){animation-delay:2s;animation-duration:26s;height:18px;left:25%;width:18px}.bubble:nth-child(10){animation-delay:6s;animation-duration:21s;background-color:#ffb6c166;height:40px;left:45%;width:40px}.bubble:nth-child(11){animation-duration:24s;height:28px;left:55%;width:28px}.bubble:nth-child(12){animation-delay:3s;animation-duration:29s;background-color:#dda0dd66;height:33px;left:75%;width:33px}.bubble:nth-child(13){animation-delay:5s;animation-duration:19s;height:24px;left:85%;width:24px}.bubble:nth-child(14){animation-duration:23s;background-color:#ffc0cb66;height:38px;left:15%;width:38px}.bubble:nth-child(15){animation-delay:2s;animation-duration:27s;height:26px;left:60%;width:26px}@keyframes rise{0%{bottom:-150px;transform:translateX(0)}50%{transform:translateX(100px)}to{bottom:100%;transform:translateX(-200px)}}.profile-container{margin-bottom:30px;width:100%}.profile-image{display:block;height:auto;max-width:100%;object-fit:contain;width:100%}.link{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:inherit;display:flex;gap:15px;margin:3px 0;padding:5px;text-decoration:none;transition:all .3s ease}.link:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.link-image{background-color:#fff;border-radius:4px;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:40px;object-fit:cover;width:40px}.link-title{flex:1 1;text-align:left}.link[data-id="2"] .link-title,.link[data-id="3"] .link-title{font-weight:100}.smart-store-container{margin-bottom:8px;padding:20px}.smart-store-logo{height:24px;margin-top:20px;width:auto}.products{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;cursor:grab;display:flex;gap:20px;margin-top:20px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;scrollbar-width:none}.products::-webkit-scrollbar{display:none;height:8px}.products::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.products::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.products::-webkit-scrollbar-thumb:hover{background:#555}.products:active{cursor:grabbing}.product{display:flex;flex-direction:column;gap:10px;max-width:250px;min-width:200px;transition:transform .3s ease}.product:hover{transform:scale(1.02)}.product img{border-radius:8px;height:200px;object-fit:cover;width:100%}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis}.product-price{align-items:center;display:flex;font-weight:700;gap:8px;margin:0}.discount{color:#ff4a4a}.section-container{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.section-container:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}
/*# sourceMappingURL=main.9ab46d08.css.map*/