@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-family: "Inter", sans-serif;--bg-color: #ffffff;--text-color: #1a1a1a;--text-secondary: #666666;--accent-color: #e63946;--border-color: #eeeeee}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}._navbar_yf8u0_1{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;background-color:transparent;width:100%;position:absolute;top:0;left:0;z-index:100}._logo_yf8u0_14{font-size:1.5rem;font-weight:600;color:#1a1a1a}._navLinks_yf8u0_20{display:flex;gap:2.5rem}._navLinks_yf8u0_20 li a{font-size:1rem;color:#888;font-weight:400;transition:color .3s ease}._navLinks_yf8u0_20 li a:hover,._navLinks_yf8u0_20 li a._active_yf8u0_33{color:#1a1a1a}._icons_yf8u0_37{display:flex;gap:1.5rem}._iconBtn_yf8u0_42{color:#1a1a1a;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;position:relative;text-decoration:none}._iconBtn_yf8u0_42:hover{opacity:.7}._badge_yf8u0_56{position:absolute;top:-8px;right:-8px;background-color:#000;color:#fff;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._navLinks_yf8u0_20{display:none}}._hero_edm89_1{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 5% 2rem;overflow:hidden;background-color:#fff}._bottomLeftLeaves_edm89_12{position:absolute;bottom:0;left:0;width:400px;opacity:.8;pointer-events:none;z-index:1}._topRightLeaves_edm89_22{position:absolute;top:0;right:0;width:300px;opacity:.8;pointer-events:none;z-index:1}._container_edm89_32{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:4rem;align-items:center;width:100%;max-width:1400px;position:relative;z-index:2}._leftContent_edm89_43{display:flex;flex-direction:column;gap:1.5rem}._title_edm89_49{font-size:4rem;font-weight:700;line-height:1.1;color:#1a1a1a}._price_edm89_56{font-size:2rem;font-weight:500;color:#1a1a1a}._description_edm89_62{font-size:1rem;color:#666;max-width:300px;line-height:1.6}._actions_edm89_69{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}._addToCart_edm89_76{background-color:#000;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:500;transition:transform .3s ease}._addToCart_edm89_76:hover{transform:translateY(-2px)}._heartBtn_edm89_90{display:flex;align-items:center;justify-content:center;color:#1a1a1a}._centerSection_edm89_97{display:flex;flex-direction:column;align-items:center;gap:2rem}._imageWrapper_edm89_104{width:100%;max-width:500px;position:relative}._mainImage_edm89_110{width:100%;height:auto;border-radius:200px 200px 0 0;object-fit:cover}._scrollIndicator_edm89_118{margin-top:auto;color:#888;display:flex;justify-content:center;animation:_bounce_edm89_1 2s infinite}@keyframes _bounce_edm89_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._rightContent_edm89_145{display:flex;flex-direction:column;gap:4rem}._navigation_edm89_151{display:flex;gap:1rem}._navBtn_edm89_156{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#888;transition:color .3s ease}._navBtn_edm89_156:hover{color:#1a1a1a}._details_edm89_171{display:flex;flex-direction:column}._accordionItem_edm89_176{border-bottom:1px solid #eee;padding:1.5rem 0}._accordionHeader_edm89_181{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:500;color:#1a1a1a}._accordionContent_edm89_191{margin-top:1rem;font-size:.95rem;color:#666;line-height:1.6}._swirl_edm89_198{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;pointer-events:none;z-index:5}@media(max-width:1200px){._title_edm89_49{font-size:3rem}._container_edm89_32{gap:2rem}}@media(max-width:992px){._container_edm89_32{grid-template-columns:1fr;text-align:center}._leftContent_edm89_43,._rightContent_edm89_145{align-items:center;max-width:100%}._description_edm89_62{max-width:100%}._title_edm89_49{font-size:2.5rem}._bottomLeftLeaves_edm89_12,._topRightLeaves_edm89_22{width:200px}}._shop_1c5tc_1{padding:100px 5% 4rem;max-width:1400px;margin:0 auto}._header_1c5tc_7{text-align:center;margin-bottom:4rem}._header_1c5tc_7 h1{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}._header_1c5tc_7 p{font-size:1.1rem;color:#666}._productGrid_1c5tc_24{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}._productCard_1c5tc_30{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:box-shadow .3s ease}._productCard_1c5tc_30:hover{box-shadow:0 20px 40px #0000001a}._imageLink_1c5tc_42{display:block;text-decoration:none}._imageWrapper_1c5tc_47{position:relative;aspect-ratio:1;overflow:hidden;background:#f9f9f9}._imageWrapper_1c5tc_47 img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}._overlay_1c5tc_61{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}._overlay_1c5tc_61 span{color:#fff;padding:.8rem 1.5rem;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:30px;font-size:.9rem;font-weight:500}._productCard_1c5tc_30:hover ._imageWrapper_1c5tc_47 img{transform:scale(1.05)}._productCard_1c5tc_30:hover ._overlay_1c5tc_61{opacity:1}._info_1c5tc_93{padding:1.5rem}._top_1c5tc_97{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._top_1c5tc_97 h3{font-size:1.2rem;font-weight:600;color:#1a1a1a}._price_1c5tc_110{font-size:1.1rem;font-weight:500;color:#1a1a1a}._desc_1c5tc_116{font-size:.95rem;color:#777;margin-bottom:1.5rem;line-height:1.4}._actions_1c5tc_123{display:flex;justify-content:space-between;align-items:center}._addBtn_1c5tc_129{background:#000;color:#fff;padding:.8rem 1.5rem;border-radius:10px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:background .3s ease}._addBtn_1c5tc_129:hover{background:#333}._heartBtn_1c5tc_146{display:flex;align-items:center;justify-content:center;padding:.5rem}@media(max-width:600px){._productGrid_1c5tc_24{grid-template-columns:1fr}}._page_d3gq7_1{padding:120px 5% 4rem;max-width:1400px;margin:0 auto}._backBtn_d3gq7_7{display:flex;align-items:center;gap:.5rem;color:#888;text-decoration:none;margin-bottom:3rem;font-weight:500;transition:color .3s ease}._backBtn_d3gq7_7:hover{color:#000}._container_d3gq7_22{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}._left_d3gq7_29{position:relative}._imageWrapper_d3gq7_33{position:relative;border-radius:200px 200px 20px 20px;overflow:hidden;background:#f5f5f5;aspect-ratio:.8}._imageWrapper_d3gq7_33 img{width:100%;height:100%;object-fit:cover}._right_d3gq7_47{display:flex;flex-direction:column;gap:1.5rem}._title_d3gq7_53{font-size:3.5rem;font-weight:700;line-height:1.1;color:#1a1a1a}._price_d3gq7_60{font-size:2rem;font-weight:500;color:#1a1a1a}._shortDesc_d3gq7_66{font-size:1.1rem;color:#666;line-height:1.6}._actions_d3gq7_72{display:flex;align-items:center;gap:2rem;margin:1rem 0}._addBtn_d3gq7_79{background:#000;color:#fff;padding:1.2rem 3rem;border-radius:40px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}._addBtn_d3gq7_79:hover{transform:translateY(-3px)}._heartBtn_d3gq7_96{display:flex;align-items:center;justify-content:center}._details_d3gq7_102{margin-top:2rem;border-top:1px solid #eee}._accordionItem_d3gq7_107{border-bottom:1px solid #eee;padding:1.5rem 0}._accordionHeader_d3gq7_112{display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:#1a1a1a}._accordionContent_d3gq7_122{margin-top:1rem;color:#666;line-height:1.6}._error_d3gq7_128{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:992px){._container_d3gq7_22{grid-template-columns:1fr;gap:3rem}._title_d3gq7_53{font-size:2.5rem}}._cartPage_sn0yr_1{padding:100px 5% 4rem;max-width:1200px;margin:0 auto}._pageTitle_sn0yr_7{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1a1a1a}._container_sn0yr_14{display:grid;grid-template-columns:1fr 350px;gap:4rem}._cartList_sn0yr_20{display:flex;flex-direction:column;gap:1.5rem}._cartItem_sn0yr_26{display:flex;align-items:center;background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 20px #00000008}._itemImage_sn0yr_35{width:80px;height:80px;border-radius:10px;object-fit:cover;margin-right:1.5rem}._itemInfo_sn0yr_43{flex:1}._itemInfo_sn0yr_43 h3{font-size:1.2rem;font-weight:600;margin-bottom:.3rem}._itemPrice_sn0yr_53{color:#888;font-weight:500}._quantity_sn0yr_58{display:flex;align-items:center;gap:1rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:30px;margin:0 2rem}._quantity_sn0yr_58 button{display:flex;align-items:center;justify-content:center;color:#1a1a1a}._totalItemPrice_sn0yr_75{font-weight:700;font-size:1.1rem;width:100px;text-align:right}._removeBtn_sn0yr_82{margin-left:2rem;color:#ccc;transition:color .3s ease}._removeBtn_sn0yr_82:hover{color:#e63946}._summary_sn0yr_92{background:#f9f9f9;padding:2rem;border-radius:20px;height:fit-content}._summary_sn0yr_92 h3{font-size:1.5rem;margin-bottom:2rem}._summaryRow_sn0yr_104{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}._totalRow_sn0yr_111{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ddd;font-size:1.3rem;font-weight:700;color:#1a1a1a}._checkoutBtn_sn0yr_122{width:100%;background:#000;color:#fff;padding:1.2rem;border-radius:15px;margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.1rem;font-weight:600}._emptyCart_sn0yr_137{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}._emptyIcon_sn0yr_147{margin-bottom:2rem;color:#ddd}._emptyCart_sn0yr_137 h2{font-size:2rem;margin-bottom:1rem}._emptyCart_sn0yr_137 p{color:#777;margin-bottom:2rem}._shopBtn_sn0yr_162{background:#000;color:#fff;padding:1rem 2.5rem;border-radius:30px;font-weight:600;text-decoration:none}@media(max-width:992px){._container_sn0yr_14{grid-template-columns:1fr}}@media(max-width:600px){._cartItem_sn0yr_26{flex-direction:column;text-align:center;gap:1rem}._itemImage_sn0yr_35{margin-right:0}._quantity_sn0yr_58{margin:0}._totalItemPrice_sn0yr_75{text-align:center;width:auto}._removeBtn_sn0yr_82{margin-left:0}}._page_1tf68_1{padding:120px 5% 4rem;max-width:1400px;margin:0 auto}._title_1tf68_7{font-size:2.5rem;font-weight:700;margin-bottom:3rem}._grid_1tf68_13{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}._card_1tf68_19{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #00000008;padding:1rem}._image_1tf68_27{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;margin-bottom:1rem}._info_1tf68_35{margin-bottom:1.5rem}._info_1tf68_35 h3{font-size:1.2rem;font-weight:600;margin-bottom:.3rem}._info_1tf68_35 p{color:#888;font-weight:500}._actions_1tf68_50{display:flex;gap:1rem}._addBtn_1tf68_55{flex:1;background:#000;color:#fff;padding:.8rem;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;font-weight:600}._removeBtn_1tf68_69{width:45px;height:45px;border:1px solid #eee;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ccc;transition:all .3s ease}._removeBtn_1tf68_69:hover{color:#e63946;border-color:#e63946}._empty_1tf68_86{height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}._empty_1tf68_86 h2{margin:1.5rem 0 .5rem}._empty_1tf68_86 p{color:#888;margin-bottom:2rem}._shopBtn_1tf68_104{background:#000;color:#fff;padding:1rem 2.5rem;border-radius:30px;text-decoration:none;font-weight:600}._page_j4lv0_1{padding:120px 5% 4rem;max-width:1200px;margin:0 auto}._hero_j4lv0_7{text-align:center;margin-bottom:5rem}._hero_j4lv0_7 h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}._hero_j4lv0_7 p{font-size:1.2rem;color:#666}._content_j4lv0_23{display:grid;grid-template-columns:1fr 1fr;gap:4rem}._content_j4lv0_23 h2{font-size:1.8rem;margin-bottom:1.5rem}._content_j4lv0_23 p{font-size:1.1rem;color:#666;line-height:1.8}._container_j4lv0_40{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem}._info_j4lv0_46{display:flex;flex-direction:column;gap:3rem}._infoItem_j4lv0_52{display:flex;gap:1.5rem;color:#1a1a1a}._infoItem_j4lv0_52 h3{font-size:1.1rem;margin-bottom:.5rem}._infoItem_j4lv0_52 p{color:#666;line-height:1.5}._form_j4lv0_68{display:flex;flex-direction:column;gap:1.5rem;background:#f9f9f9;padding:3rem;border-radius:20px}._inputGroup_j4lv0_77{display:flex;flex-direction:column;gap:.5rem}._inputGroup_j4lv0_77 label{font-size:.9rem;font-weight:600;color:#1a1a1a}._inputGroup_j4lv0_77 input,._inputGroup_j4lv0_77 textarea{padding:1rem;border:1px solid #eee;border-radius:10px;font-family:inherit;font-size:1rem}._inputGroup_j4lv0_77 textarea{height:150px;resize:none}._submitBtn_j4lv0_103{background:#000;color:#fff;padding:1.2rem;border-radius:10px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:1rem;transition:background .3s ease}._submitBtn_j4lv0_103:hover{background:#333}@media(max-width:992px){._content_j4lv0_23,._container_j4lv0_40{grid-template-columns:1fr;gap:3rem}._hero_j4lv0_7 h1{font-size:2.5rem}}.app{min-height:100vh;width:100%}
