.ShopDetailPage-module__1_hBKq__page{padding:32px 0}.ShopDetailPage-module__1_hBKq__wrap{width:100%;max-width:100%;position:relative;overflow:hidden}.ShopDetailPage-module__1_hBKq__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.ShopDetailPage-module__1_hBKq__headerMain{gap:10px;max-width:860px;display:grid}.ShopDetailPage-module__1_hBKq__title{margin:0;font-size:32px;font-weight:900}.ShopDetailPage-module__1_hBKq__subtitle{color:var(--muted);max-width:820px;margin:0;line-height:1.55}.ShopDetailPage-module__1_hBKq__backLink{color:var(--brand);white-space:nowrap;margin-top:6px;font-weight:900;text-decoration:none}.ShopDetailPage-module__1_hBKq__backLink:hover{text-decoration:underline}.ShopDetailPage-module__1_hBKq__quickActions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.ShopDetailPage-module__1_hBKq__primaryBtn{padding:10px 16px;font-weight:800}.ShopDetailPage-module__1_hBKq__secondaryBtn{border-radius:var(--radius);color:var(--brand);border:1px solid var(--border);background:var(--bg);padding:10px 14px;font-weight:800;text-decoration:none;display:inline-block}.ShopDetailPage-module__1_hBKq__secondaryBtn:hover{background:var(--brand-soft)}.ShopDetailPage-module__1_hBKq__grid{align-items:stretch;gap:14px;display:grid}.ShopDetailPage-module__1_hBKq__gridWithPhotos{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"photos map hours";align-items:stretch;gap:14px;display:grid}.ShopDetailPage-module__1_hBKq__gridNoPhotos{grid-template-columns:repeat(2,minmax(0,1fr))}.ShopDetailPage-module__1_hBKq__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);gap:10px;min-width:0;padding:12px;display:grid;overflow:hidden}.ShopDetailPage-module__1_hBKq__cardTitle{margin:0;font-size:16px;font-weight:900}.ShopDetailPage-module__1_hBKq__cardText{color:var(--muted);line-height:1.5}.ShopDetailPage-module__1_hBKq__cardLink{color:var(--brand);width:fit-content;font-weight:900;text-decoration:none}.ShopDetailPage-module__1_hBKq__cardLink:hover{text-decoration:underline}.ShopDetailPage-module__1_hBKq__mutedNote{color:var(--muted);font-size:14px;line-height:1.45}.ShopDetailPage-module__1_hBKq__photosGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ShopDetailPage-module__1_hBKq__photoCard{aspect-ratio:4/3;border-radius:var(--radius);border:1px solid var(--border);background:var(--card);width:100%;padding:0;position:relative;overflow:hidden}.ShopDetailPage-module__1_hBKq__photo{object-fit:cover}.ShopDetailPage-module__1_hBKq__mapWrap{border-radius:var(--radius);border:1px solid var(--border);width:100%;overflow:hidden}.ShopDetailPage-module__1_hBKq__map{border:0;width:100%;height:260px}.ShopDetailPage-module__1_hBKq__hours{gap:8px;margin:0;display:grid}.ShopDetailPage-module__1_hBKq__hoursRow{grid-template-columns:90px 1fr;align-items:baseline;gap:12px;display:grid}.ShopDetailPage-module__1_hBKq__hoursLabel{color:var(--muted);font-weight:800}.ShopDetailPage-module__1_hBKq__hoursValue{margin:0;font-weight:900}.ShopDetailPage-module__1_hBKq__divider{background:var(--border);height:1px;margin:6px 0}.ShopDetailPage-module__1_hBKq__notFoundTitle{margin:0;font-size:28px;font-weight:900}.ShopDetailPage-module__1_hBKq__notFoundText{color:var(--muted);margin-top:8px}.ShopDetailPage-module__1_hBKq__link{color:var(--brand);font-weight:900;text-decoration:none}.ShopDetailPage-module__1_hBKq__link:hover{text-decoration:underline}@media (max-width:1024px){.ShopDetailPage-module__1_hBKq__gridWithPhotos{grid-template-columns:repeat(2,minmax(0,1fr))}.ShopDetailPage-module__1_hBKq__map{height:240px}}@media (max-width:768px){.ShopDetailPage-module__1_hBKq__page{padding:20px}.ShopDetailPage-module__1_hBKq__header{flex-direction:column;align-items:flex-start}.ShopDetailPage-module__1_hBKq__backLink{margin-top:0}.ShopDetailPage-module__1_hBKq__gridWithPhotos,.ShopDetailPage-module__1_hBKq__gridNoPhotos,.ShopDetailPage-module__1_hBKq__photosGrid{grid-template-columns:1fr}.ShopDetailPage-module__1_hBKq__map{height:220px}}.ShopDetailPage-module__1_hBKq__fullBleed{background:var(--bg);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:24px 0}.ShopDetailPage-module__1_hBKq__carouselInner{max-width:1400px;margin:0 auto;padding:0 16px}.ShopDetailPage-module__1_hBKq__photoContainer{width:100%;max-width:820px;min-height:520px;margin:0 auto}.ShopDetailPage-module__1_hBKq__carouselCard{padding:12px;overflow:hidden}@media (max-width:1024px){.ShopDetailPage-module__1_hBKq__gridWithPhotos{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"photos photos""hours map"}}@media (max-width:768px){.ShopDetailPage-module__1_hBKq__backLink{display:none}.ShopDetailPage-module__1_hBKq__quickActions{justify-content:center;gap:16px;width:100%}}@media (max-width:480px){.ShopDetailPage-module__1_hBKq__quickActions{flex-direction:column;gap:12px}.ShopDetailPage-module__1_hBKq__primaryBtn,.ShopDetailPage-module__1_hBKq__secondaryBtn{text-align:center;width:100%}}@media (max-width:768px){.ShopDetailPage-module__1_hBKq__gridWithPhotos{grid-template-columns:1fr;grid-template-areas:"photos""hours""map"}.ShopDetailPage-module__1_hBKq__carouselCard{grid-area:photos}.ShopDetailPage-module__1_hBKq__hoursCard{grid-area:hours}.ShopDetailPage-module__1_hBKq__mapCard{grid-area:map}}
.ShopPhotoCarousel-module__5LAb3a__wrap{border-radius:16px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ShopPhotoCarousel-module__5LAb3a__slider{flex:1;width:100%;display:flex;overflow:hidden}.ShopPhotoCarousel-module__5LAb3a__slide{box-sizing:border-box;flex:0 0 100%;min-width:100%;padding:0}.ShopPhotoCarousel-module__5LAb3a__imageWrap{background:var(--card);border-radius:16px;width:100%;height:100%;min-height:360px;position:relative;overflow:hidden}.ShopPhotoCarousel-module__5LAb3a__image{object-fit:cover}.ShopPhotoCarousel-module__5LAb3a__arrow{border:1px solid var(--border);background:var(--bg);width:40px;height:40px;color:var(--text);cursor:pointer;z-index:2;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 24px #1118271f}.ShopPhotoCarousel-module__5LAb3a__arrow:hover{background:var(--brand-soft)}.ShopPhotoCarousel-module__5LAb3a__arrow:disabled{opacity:.45;cursor:not-allowed}.ShopPhotoCarousel-module__5LAb3a__arrowLeft{left:10px}.ShopPhotoCarousel-module__5LAb3a__arrowRight{right:10px}.ShopPhotoCarousel-module__5LAb3a__dots{justify-content:center;gap:8px;margin-top:10px;display:flex}.ShopPhotoCarousel-module__5LAb3a__dot{cursor:pointer;background:#6b728059;border:0;border-radius:999px;width:8px;height:8px}.ShopPhotoCarousel-module__5LAb3a__dotActive{background:var(--brand)}@media (max-width:768px){.ShopPhotoCarousel-module__5LAb3a__imageWrap{min-height:320px}}@media (max-width:420px){.ShopPhotoCarousel-module__5LAb3a__imageWrap{min-height:280px}}.ShopPhotoCarousel-module__5LAb3a__header{margin-bottom:8px}.ShopPhotoCarousel-module__5LAb3a__title{margin:0;font-size:16px;font-weight:900}
.ShopMapPreview-module__Z0hmIq__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);flex-direction:column;gap:10px;min-width:0;height:100%;padding:12px;display:flex;overflow:hidden}.ShopMapPreview-module__Z0hmIq__cardTitle{margin:0;font-size:16px;font-weight:900}.ShopMapPreview-module__Z0hmIq__cardText{color:var(--muted);line-height:1.5}.ShopMapPreview-module__Z0hmIq__address{gap:4px;display:grid}.ShopMapPreview-module__Z0hmIq__mapWrap{border:1px solid var(--border);background:var(--bg);border-radius:14px;flex:1;width:100%;min-height:260px;display:flex;overflow:hidden}.ShopMapPreview-module__Z0hmIq__map{border:0;width:100%;height:100%;display:block}.ShopMapPreview-module__Z0hmIq__cardLink{color:var(--brand);width:fit-content;font-weight:900;text-decoration:none}.ShopMapPreview-module__Z0hmIq__cardLink:hover{text-decoration:underline}.ShopMapPreview-module__Z0hmIq__mutedNote{color:var(--muted);font-size:14px;line-height:1.45}@media (max-width:1024px){.ShopMapPreview-module__Z0hmIq__mapWrap{min-height:240px}}@media (max-width:768px){.ShopMapPreview-module__Z0hmIq__mapWrap{min-height:220px}}
.HolidayNotice-module__-A3NZG__notice{background:#ffc70024;border:1px solid #ffc70059;border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.HolidayNotice-module__-A3NZG__icon{margin-top:1px;line-height:1}.HolidayNotice-module__-A3NZG__text{color:var(--text);font-size:14px;font-weight:700;line-height:1.35}
.ShopHoursContact-module__3pFdgG__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);flex-direction:column;gap:12px;height:100%;padding:12px;display:flex}.ShopHoursContact-module__3pFdgG__cardTitle{margin:0;font-size:16px;font-weight:900}.ShopHoursContact-module__3pFdgG__hours{gap:10px;margin:0;display:grid}.ShopHoursContact-module__3pFdgG__hoursRow{grid-template-columns:110px 1fr;align-items:baseline;column-gap:18px;display:grid}.ShopHoursContact-module__3pFdgG__hoursLabel{color:var(--muted);font-weight:800}.ShopHoursContact-module__3pFdgG__hoursValue{margin:0;font-weight:900}.ShopHoursContact-module__3pFdgG__divider{background:var(--border);height:1px;margin:6px 0}.ShopHoursContact-module__3pFdgG__cardLink{color:var(--brand);width:fit-content;font-weight:900;text-decoration:none}.ShopHoursContact-module__3pFdgG__cardLink:hover{text-decoration:underline}.ShopHoursContact-module__3pFdgG__mutedNote{color:var(--muted);font-size:14px;line-height:1.45}
