.store-page{background:#fff;color:var(--color-heading)}.store-breadcrumb{min-height:68px;display:flex;align-items:center;gap:10px;color:var(--color-body);font-size:13px}.store-breadcrumb a,.store-page section>header>span{color:var(--light-primary);font-weight:700}.store-hero{padding:28px 0 76px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:center}.store-hero__copy>span,.store-visit article>span,.store-remote>div>span,.store-reviews header>span,.store-faq header>span{color:var(--light-primary);font-size:13px;font-weight:700}.store-hero h1{margin:13px 0 19px;font-size:clamp(38px,4.8vw,62px);line-height:1.06;letter-spacing:-1.5px}.store-hero p{margin:0;color:var(--color-body);font-size:16px;line-height:1.75}.store-hero address,.store-visit address{margin:24px 0;display:grid;gap:5px;font-style:normal}.store-hero address span,.store-visit address span{color:var(--color-body)}.store-hero__actions{display:flex;gap:10px}.store-hero__actions a,.store-visit article>a,.store-remote a{min-height:52px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;background:var(--light-primary);color:#fff;font-weight:700}.store-hero__actions a+ a{border:1px solid #d9d2e4;background:#fff;color:#554a64}.store-hero figure{margin:0;aspect-ratio:1.34;overflow:hidden;border-radius:16px;background:#f3f0f7}.store-hero figure img{width:100%;height:100%;object-fit:cover}.store-facts{padding:24px 0;background:#f6f3fa}.store-facts>.container{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.store-facts article{min-height:80px;padding:16px 19px;display:flex;align-items:center;gap:13px;border:1px solid #e3deea;border-radius:10px;background:#fff}.store-facts article>i{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#efeafa;color:var(--light-primary)}.store-facts article div{display:grid;gap:3px}.store-facts span{color:var(--color-body);font-size:12px}.store-facts strong,.store-facts a{color:var(--color-heading);font-weight:700}.store-categories{padding-block:82px}.store-categories>header,.store-reviews header,.store-faq>header{max-width:760px;margin-bottom:32px}.store-categories h2,.store-reviews h2,.store-faq h2,.store-visit h2,.store-remote h2{margin:8px 0 10px;font-size:clamp(29px,3.4vw,43px);line-height:1.2}.store-categories header p{margin:0;color:var(--color-body)}.store-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-categories__grid a{min-height:110px;padding:13px;display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center;border:1px solid #e1dce8;border-radius:12px;background:#fff;transition:.2s}.store-categories__grid a:hover{border-color:#c6b8df;box-shadow:0 12px 28px rgba(57,45,75,.08);transform:translateY(-2px)}.store-categories__grid img{width:76px;height:76px;border-radius:50%;object-fit:cover}.store-categories__grid span{color:var(--color-heading);font-weight:700}.store-categories__grid i{color:var(--light-primary)}.store-visit{padding:76px 0;background:#f6f4f8}.store-visit__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:38px;align-items:center}.store-map{min-height:480px;overflow:hidden;border-radius:15px;background:#eee}.store-map iframe{width:100%;height:100%;min-height:480px;display:block;border:0}.store-visit article p,.store-remote p{color:var(--color-body);line-height:1.75}.store-remote{padding-block:85px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.store-remote>img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:15px}.store-reviews{padding:78px 0;background:#f8f6fb}.store-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.store-reviews article{min-height:230px;padding:25px;display:flex;flex-direction:column;border:1px solid #e2dce9;border-radius:12px;background:#fff}.store-reviews article>i{color:var(--light-primary);font-size:20px}.store-reviews article>p{flex:1;color:var(--color-body);line-height:1.7}.store-reviews article footer{display:grid;gap:3px;padding-top:15px;border-top:1px solid #eee}.store-reviews article footer a{overflow:hidden;color:var(--light-primary);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.store-faq{padding-block:84px}.store-faq>div{max-width:900px}.store-faq details{border-top:1px solid #e3dee8}.store-faq details:last-child{border-bottom:1px solid #e3dee8}.store-faq summary{min-height:64px;padding:15px 3px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--color-heading);font-weight:700;cursor:pointer;list-style:none}.store-faq summary::-webkit-details-marker{display:none}.store-faq summary i{color:var(--light-primary);transition:transform .2s}.store-faq details[open] summary i{transform:rotate(45deg)}.store-faq details p{margin:0;padding:0 36px 22px 3px;color:var(--color-body);line-height:1.75}
@media(max-width:980px){.store-hero{gap:30px}.store-categories__grid{grid-template-columns:repeat(2,1fr)}.store-visit__grid{grid-template-columns:1fr}.store-remote{gap:30px}.store-reviews__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.store-breadcrumb{min-height:58px}.store-hero{padding:10px 0 52px;display:flex;flex-direction:column-reverse;gap:27px}.store-hero figure{width:100%;border-radius:11px}.store-hero h1{font-size:36px}.store-hero__actions{display:grid;grid-template-columns:1fr 1fr}.store-hero__actions a{min-height:54px;padding-inline:10px}.store-facts>.container{grid-template-columns:1fr;gap:8px}.store-facts article{min-height:68px}.store-categories{padding-block:58px}.store-categories__grid{grid-template-columns:1fr;gap:9px}.store-categories__grid a{min-height:90px;grid-template-columns:62px 1fr auto}.store-categories__grid img{width:62px;height:62px}.store-visit{padding-block:55px}.store-map,.store-map iframe{min-height:350px}.store-remote{padding-block:58px;grid-template-columns:1fr}.store-remote>img{aspect-ratio:1.2}.store-reviews{padding-block:56px}.store-reviews__grid{grid-template-columns:1fr}.store-reviews article{min-height:0}.store-faq{padding-block:58px}.store-faq summary{min-height:62px}}
@media(max-width:430px){.store-hero{width:calc(100% - 24px)}.store-hero h1{font-size:32px}.store-hero p{font-size:14px}.store-hero__actions{grid-template-columns:1fr}.store-categories,.store-visit__grid,.store-remote,.store-reviews>.container,.store-faq{width:calc(100% - 24px)}.store-map,.store-map iframe{min-height:310px}.store-categories h2,.store-reviews h2,.store-faq h2,.store-visit h2,.store-remote h2{font-size:28px}.store-facts>.container{width:calc(100% - 24px)}}
@media(prefers-reduced-motion:reduce){.store-categories__grid a,.store-faq summary i{transition:none}}
.store-reviews article>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6}
