.front-shop{min-height:100%;background:#fff}
.front-shop__header{position:sticky;top:52px;z-index:30;padding:14px 16px 12px;border-bottom:1px solid #ececec;background:#fff}
.front-shop__title-row{display:flex;align-items:center;gap:9px}
.front-shop__back{display:flex;margin-left:-2px;color:#1a1a1a;text-decoration:none}
.front-shop__back .material-symbols-outlined{font-size:24px}
.front-shop__title-row h1{margin:0;font-size:21px;font-weight:800;letter-spacing:-.4px}
.front-shop__header>p{margin:2px 0 0;color:#767676;font-size:13px}
.front-shop__filters{display:flex;gap:7px;margin-top:12px}
.front-shop__filter{flex:0 0 auto;padding:6px 12px;border-radius:20px;background:#f2f2f2;color:#3a3a3a;font-size:12.5px;font-weight:700;text-decoration:none}
.front-shop__filter--active{background:#e6007e;color:#fff}
.front-shop__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:16px}
.front-shop-card{min-width:0;color:#1a1a1a;text-decoration:none}
.front-shop-card__image-wrap{position:relative;overflow:hidden;aspect-ratio:1/1;border-radius:14px;box-shadow:0 3px 10px rgb(0 0 0/10%)}
.front-shop-card__image{display:block;width:100%;height:100%;object-fit:cover}
.front-shop-card__discount,.front-shop-card__type{position:absolute;top:8px;font-weight:800}
.front-shop-card__discount{right:8px;padding:4px 7px;border-radius:8px;background:#e6007e;color:#fff;font-size:11px}
.front-shop-card__type{left:8px;padding:3px 7px;border-radius:7px;background:#f2f2f2;color:#3a3a3a;font-size:10px}
.front-shop-card__type--tour{background:#eaf2ff;color:#1d5fcc}
.front-shop-card__type--ticket{background:#f2f2f2;color:#3a3a3a}
.front-shop-card__type--local-pass{background:#fce4f1;color:#e6007e}
.front-shop-card__type--package{background:#fcf1e2;color:#b97400}
.front-shop-card h2{margin:8px 0 0;font-size:14px;font-weight:700;line-height:1.25}
.front-shop-card__price{margin:4px 0 0;color:#e6007e;font-size:14px;font-weight:800}
.front-shop__empty{grid-column:1/-1;padding:40px 20px;color:#9a9a9a;text-align:center}
.front-shop__empty .material-symbols-outlined{color:#d8d8d8;font-size:34px}
.front-shop__empty p{margin:8px 0 0;font-size:13.5px;font-weight:600}
