:root{--bg-primary:#faf9f6;--bg-secondary:#fdfbf7;--text-primary:#2c2c2c;--text-secondary:#5a5a5a;--accent:#d4af37;--accent-hover:#b8962e;--border-light:#e8e4de;--font-serif:"Hahmlet", serif;--font-sans:"Noto Sans KR", sans-serif;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;font-family:inherit}ul{list-style:none}a{color:inherit;transition:var(--transition);text-decoration:none}#root{flex-direction:column;min-height:100vh;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s forwards fadeIn}._navbar_1dlkt_1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);z-index:1000;background-color:#faf9f6e6;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}._container_1dlkt_29{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}._logo_1dlkt_49{flex-direction:column;align-items:center;line-height:1;display:flex}._logo_1dlkt_49 h1{letter-spacing:.2em;margin:0;font-size:1.8rem}._logo_1dlkt_49 span{letter-spacing:.3em;color:var(--text-secondary);font-size:.7rem}._cartButton_1dlkt_87{padding:10px;font-size:.9rem;font-weight:500;position:relative}._badge_1dlkt_101{background-color:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;display:flex;position:absolute;top:-5px;right:-5px}._hero_usz78_1{text-align:center;background-color:#0000;background-image:linear-gradient(#faf9f666,#faf9f666),url(https://images.unsplash.com/photo-1556228720-195a672e8a03?auto=format&fit=crop&q=80&w=1600);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;height:90vh;padding:0 20px;display:flex}._subtitle_usz78_25{letter-spacing:.3em;color:var(--accent);text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem}._title_usz78_41{margin-bottom:2rem;font-size:3.5rem;line-height:1.3}._description_usz78_53{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;font-weight:300}._cta_usz78_67{background-color:var(--text-primary);color:#fff;letter-spacing:.1em;transition:var(--transition);padding:15px 40px;font-size:.9rem}._cta_usz78_67:hover{background-color:var(--accent)}@media (width<=768px){._title_usz78_41{font-size:2.5rem}}._gallery_1stjp_1{background-color:var(--bg-secondary);padding:100px 20px}._container_1stjp_11{max-width:1200px;margin:0 auto}._heading_1stjp_21{text-align:center;letter-spacing:.1em;color:var(--text-primary);margin-bottom:60px;font-size:2rem}._grid_1stjp_37{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;display:grid}._card_1stjp_49{transition:var(--transition);flex-direction:column;display:flex}._imageWrapper_1stjp_61{aspect-ratio:1/1.2;margin-bottom:20px;position:relative;overflow:hidden}._image_1stjp_61{object-fit:cover;width:100%;height:100%;transition:transform .6s}._card_1stjp_49:hover ._image_1stjp_61{transform:scale(1.05)}._addButton_1stjp_97{color:#fff;letter-spacing:.1em;background-color:#2c2c2ce6;padding:15px;font-size:.8rem;transition:all .4s;position:absolute;bottom:-50px;left:0;right:0}._imageWrapper_1stjp_61:hover ._addButton_1stjp_97{bottom:0}._info_1stjp_131{text-align:center}._category_1stjp_139{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;margin-bottom:5px;font-size:.7rem;display:block}._name_1stjp_157{margin-bottom:10px;font-size:1.2rem}._price_1stjp_167{color:var(--text-secondary);font-size:1rem;font-weight:300}._overlay_lhoep_1{z-index:2000;background-color:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}._sidebar_lhoep_25{background-color:var(--bg-primary);flex-direction:column;width:400px;height:100%;animation:.4s forwards _slideIn_lhoep_1;display:flex;box-shadow:-10px 0 30px #0000001a}@keyframes _slideIn_lhoep_1{0%{transform:translate(100%)}to{transform:translate(0)}}._header_lhoep_55{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:30px;display:flex}._header_lhoep_55 h2{margin:0;font-size:1.5rem}._closeButton_lhoep_81{font-size:2rem;line-height:1}._content_lhoep_91{flex:1;padding:30px;overflow-y:auto}._emptyMessage_lhoep_103{text-align:center;color:var(--text-secondary);margin-top:50px}._itemList_lhoep_115{flex-direction:column;gap:20px;display:flex}._item_lhoep_115{border-bottom:1px solid var(--border-light);align-items:center;gap:15px;padding-bottom:20px;display:flex}._itemImage_lhoep_143{object-fit:cover;width:70px;height:70px}._itemInfo_lhoep_155{flex:1}._itemInfo_lhoep_155 h4{margin-bottom:5px;font-size:1rem}._itemInfo_lhoep_155 p{color:var(--text-secondary);font-size:.9rem}._removeButton_lhoep_183{color:#a0a0a0;font-size:.8rem;text-decoration:underline}._footer_lhoep_195{border-top:1px solid var(--border-light);background-color:var(--bg-secondary);padding:30px}._total_lhoep_207{justify-content:space-between;margin-bottom:20px;font-size:1.2rem;font-weight:500;display:flex}._checkoutButton_lhoep_223{background-color:var(--text-primary);color:#fff;letter-spacing:.1em;width:100%;padding:15px;font-size:1rem}._checkoutButton_lhoep_223:disabled{cursor:not-allowed;background-color:#ccc}@media (width<=450px){._sidebar_lhoep_25{width:100%}}
