@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{font-family:Manrope,Arial,sans-serif;color:#20221e;background:#fcfafe;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #7d4197;outline-offset:4px}button{border:0}header{background:#582672;color:white;padding:25px max(6%,calc((100vw - 1240px)/2));display:flex;align-items:center;gap:25px}.brand{font-size:30px;font-weight:800;letter-spacing:-1.6px;color:#ffe596;text-decoration:none}.brand span{font-size:14px;vertical-align:top;letter-spacing:0}.demo{font-size:12px;color:#eedff4;border:1px solid #a078b2;border-radius:5px;padding:5px 8px;letter-spacing:1px}.branch{margin-left:auto;color:white;background:#6d3a86;display:flex;align-items:center;gap:16px;text-align:left;padding:10px 16px;border-radius:12px}.branch small{display:block;font-size:12px;color:#e5cfea;margin-bottom:3px}.branch b{font-size:14px;font-weight:600}main{max-width:1240px;margin:auto;padding:42px 0 20px}.intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.6px}h1{font-size:40px;letter-spacing:-1.8px;margin:8px 0}h1 span{color:#9760b2}.intro-note{font-size:14px;line-height:1.8;color:#777c70}.modes{display:flex;gap:8px;margin-bottom:22px;background:#efe8f3;padding:5px;border-radius:14px;width:360px}.modes button{display:flex;justify-content:space-between;flex:1;padding:12px 16px;background:transparent;border-radius:10px;font-weight:800}.modes button.active{background:#592471;color:#fff1ba}.feature{height:290px;background:#f1dcff;border-radius:22px;position:relative;overflow:hidden;padding:30px 38px;display:flex;align-items:center}.feature h2{font-size:45px;line-height:1.12;letter-spacing:-2px;margin:16px 0 20px}.feature button{background:#592471;color:white;padding:12px 20px;border-radius:9px;font-size:14px}.feature button span{margin-left:24px}.feature>div:first-child{position:relative;z-index:2}.feature-image{position:absolute;right:0;top:0;width:52%;height:100%;background-size:cover;background-position:center}.feature-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#f1dcff,transparent 35%)}.feature-mark{position:absolute;right:22px;bottom:0;font-size:110px;line-height:1.2;font-weight:800;letter-spacing:-10px;color:#f1dcff}.catalog{padding-top:38px}.catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.catalog h2{font-size:26px;letter-spacing:-.8px}.search{display:flex;align-items:center;background:white;border:1px solid #e8dfee;border-radius:12px;padding:12px 16px;gap:10px;width:350px}.search span{font-size:26px;line-height:1}.search input{border:0;outline:none;width:100%;background:transparent;font-size:14px}.categories{display:flex;gap:8px;overflow-x:auto;padding:4px 0 24px}.categories button{padding:10px 18px;border:1px solid #e5d9ec;border-radius:30px;background:transparent;white-space:nowrap;font-size:14px}.categories .active{background:#592471;color:white;border-color:#592471}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product{min-width:0}.photo{width:100%;aspect-ratio:1.15;display:block;position:relative;overflow:hidden;border-radius:16px;background:#f2edf5;padding:0;text-align:left}.photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo:hover img{transform:scale(1.05)}.tag{position:absolute;top:12px;left:12px;background:#fff;padding:5px 9px;font-size:12px;border-radius:5px;font-weight:700}.product h3{font-size:17px;margin:14px 0 5px;letter-spacing:-.3px}.meta{color:#7c8175;font-size:13px;margin:0 0 13px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font-size:16px;font-weight:800}.add,.quantity button{background:#eee0f6;width:40px;height:38px;border-radius:10px;font-size:24px}.quantity{display:flex;align-items:center;gap:12px}.quantity span{min-width:15px;text-align:center;font-weight:700}.data-note{color:#7c8175;font-size:12px;line-height:1.7;margin-top:36px}footer{max-width:1240px;margin:25px auto 100px;padding:25px 0;border-top:1px solid #e4d8eb;display:flex;align-items:center;gap:30px;font-size:14px;color:#737969}footer b{color:#22281a;font-size:20px}footer button{margin-left:auto;background:none}.cart-bar{position:fixed;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;gap:35px;background:#592471;color:white;border:1px solid #89599e;padding:17px 22px;min-width:370px;border-radius:16px;box-shadow:0 8px 30px #0003;font-weight:700}.cart-bar b{padding:3px 9px;background:#f1dcff;color:#592471;border-radius:6px;margin-left:7px}.cart-bar>span:last-child{color:#f1dcff}dialog{border:0;border-radius:22px;padding:30px;width:490px;max-width:calc(100% - 24px);max-height:90dvh;color:#592471;background:#fcfafe}dialog::backdrop{background:#1119;backdrop-filter:blur(3px)}.close{position:absolute;right:12px;top:12px;z-index:2;border-radius:50%;width:36px;height:36px;font-size:27px;background:#fff}.detail-img{width:100%;height:220px;object-fit:cover;border-radius:14px}.detail p{line-height:1.7;color:#72786a}.primary{background:#592471;color:#f1dcff;border-radius:12px;padding:16px;width:100%;font-weight:700;margin-top:18px}.branch-option{display:block;text-align:left;border:1px solid #e5d8ec;border-radius:12px;background:white;padding:18px;margin:12px 0;width:100%}.branch-option.selected{border:2px solid #8b4ca7;background:#f4eaf9}.branch-option small{display:block;color:#7c8175;margin-top:8px}.cart-row{padding:16px 0;border-bottom:1px solid #e4d8eb;display:flex;justify-content:space-between;gap:12px;align-items:center}.cart-row p{margin:6px 0;font-size:13px;color:#7c8175}.cart-row .quantity{gap:7px}.cart-row .quantity button{width:30px;height:30px;font-size:20px}.summary{display:flex;justify-content:space-between;font-weight:800;margin-top:24px}.empty{padding:40px 0;line-height:1.8;color:#737969}.muted{font-size:13px;color:#747b6a;line-height:1.6}#toast{position:fixed;z-index:20;left:50%;top:24px;transform:translateX(-50%);background:#592471;color:#fff;padding:14px 22px;border-radius:12px;max-width:90%;display:none}.no-results{grid-column:1/-1;padding:50px;text-align:center;color:#747b6a}@media(max-width:1350px){main,footer{margin-left:6%;margin-right:6%}}@media(max-width:750px){header{padding:17px 20px;gap:12px;flex-wrap:wrap}.brand{font-size:27px}.demo{margin-left:auto}.branch{width:100%;margin:0;justify-content:flex-start}.branch>span:last-child{margin-left:auto}main{padding-top:24px;margin:0 20px}.intro{margin-bottom:20px}.intro-note{display:none}h1{font-size:29px;letter-spacing:-1px}.eyebrow{font-size:10px;letter-spacing:1.2px}.modes{width:100%;margin-bottom:18px}.feature{height:220px;padding:22px}.feature h2{font-size:34px}.feature .eyebrow{max-width:165px;display:block;line-height:1.6}.feature-image{width:56%;opacity:.85}.feature-mark{font-size:70px;right:14px}.catalog{padding-top:20px}.catalog-heading{display:block}.catalog h2{font-size:24px;margin-bottom:16px}.search{width:100%;margin-bottom:18px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.product h3{font-size:15px}.price{font-size:14px}.meta{font-size:12px}.tag{font-size:10px;top:8px;left:8px}.quantity{gap:8px}.quantity button{width:29px;height:32px}.cart-bar{bottom:14px;min-width:0;width:calc(100% - 32px);gap:12px;padding:16px 18px}footer{margin:20px 20px 100px;gap:15px;flex-wrap:wrap}footer span{font-size:12px}footer button{margin-left:0}dialog{padding:24px 20px}.detail-img{height:200px}}

.brand img{width:102px;height:80px;object-fit:cover;border-radius:8px}.feature{background:#854f9c;color:white}.feature-image{width:48%;background-size:cover}.feature-image:after{background:linear-gradient(90deg,#854f9c,transparent 50%)}.feature button{background:#fff;color:#592471}.feature h2{max-width:500px}.photo{background:white;border:1px solid #ece5f0}.photo img{object-fit:contain}.detail-img{object-fit:contain;background:white;height:280px}.product h3{line-height:1.5;min-height:46px}.branch-item{border:1px solid #e5d8ec;border-radius:14px;padding:15px;margin:12px 0;background:#fff}.branch-item.selected{border:2px solid #8b4ca7;background:#f8f1fc}.branch-item h3{margin:0 0 7px;font-size:17px}.branch-item p{font-size:14px;line-height:1.5;margin:7px 0;color:#69616e}.branch-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:12px}.branch-actions button,.branch-actions a{font-size:14px;background:#f0e3f7;color:#592471;border-radius:8px;padding:9px 12px;text-decoration:none}.branch-actions button{font-weight:700}.branch-distance{color:#7c389c;font-size:14px;font-weight:700}.geo-button{margin:6px 0 0}.geo-button:disabled{opacity:.6;cursor:wait}.branch-search{width:100%;border:1px solid #dfd0e7;border-radius:10px;padding:12px;margin-top:15px;background:#fff}.secondary{display:block;width:100%;padding:14px;border:1px solid #d9c7e3;background:transparent;color:#592471;border-radius:12px;margin-top:10px;font-weight:700}.reset-branch{color:#a03356;border-color:#e8bdca}.map-frame{border:0;width:100%;height:280px;border-radius:12px}.source-link{color:#733c8e}.data-note a{color:#733c8e}.feature .eyebrow{max-width:250px;line-height:1.6}.intro h1 span{color:#854f9c}@media(max-width:750px){header{padding-top:10px}.brand img{width:88px;height:68px}.feature h2{font-size:29px;max-width:220px}.feature-image{width:48%}.feature .eyebrow{max-width:175px}.feature{height:240px}.product h3{font-size:14px}.detail-img{height:260px}}
