.section-local-shop-options{--local-card-radius: var(--media-radius);--local-option-radius: var(--media-radius);--local-card-border: rgba(var(--color-border)/.35);--local-soft-bg: rgba(var(--color-foreground)/.03);--local-soft-bg-2: rgba(var(--color-foreground)/.01);--local-title-accent: rgb(var(--color-foreground))}.section-local-shop-options .local-shop-options__wrap{display:flex;justify-content:center}.section-local-shop-options .local-shop-options__card{width:100%;border-radius:var(--local-card-radius);border:1px solid var(--local-card-border);padding:28px;background:var(--local-card-bg, linear-gradient(135deg, var(--local-soft-bg), var(--local-soft-bg-2)))}.section-local-shop-options .local-shop-options__pin{display:inline-flex;align-items:center;gap:10px;padding:6px 12px;border-radius:999px;font-size:1.1rem;letter-spacing:.06em;font-weight:700;text-transform:uppercase;background:rgba(var(--color-foreground)/.08)}.section-local-shop-options .local-shop-options__ping{width:10px;height:10px;border-radius:999px;background:rgb(var(--color-foreground));position:relative;flex:0 0 auto}.section-local-shop-options .local-shop-options__ping:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:999px;background:rgba(var(--color-foreground)/.18)}.section-local-shop-options .local-shop-options__title{margin:12px 0 8px;font-weight:800;letter-spacing:-.02em;line-height:1.12}.section-local-shop-options .local-shop-options__title-accent{color:var(--local-title-accent)}.section-local-shop-options .local-shop-options__subtitle{margin:0 0 18px;max-width:75ch;opacity:.9}.section-local-shop-options .local-shop-options__splide:not(.is-active) .splide__list.local-shop-options__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--local-grid-gap, 16px)}.section-local-shop-options .local-shop-options__splide:not(.is-active) .splide__slide{width:auto}.section-local-shop-options .local-shop-options__option{position:relative;background:rgb(var(--color-background));border:2px solid var(--option-border, var(--local-card-border));border-radius:var(--local-option-radius);padding:20px;box-shadow:var(--shadow-sm);height:100%}.section-local-shop-options .local-shop-options__splide.is-active .splide__list{align-items:stretch}.section-local-shop-options .local-shop-options__splide.is-active .splide__slide{display:flex}.section-local-shop-options .local-shop-options__splide.is-active .splide__slide>.local-shop-options__option{flex:1 1 auto}.section-local-shop-options .local-shop-options__top-badge{position:absolute;top:-5px;left:16px;padding:4px 10px;border-radius:999px;font-size:var(--top-badge-font-size, 11px);font-weight:800;background:var(--top-badge-bg, rgba(var(--color-foreground)/.08));color:var(--top-badge-color, rgb(var(--color-foreground)));border:2px solid var(--option-border, var(--local-card-border))}.section-local-shop-options .local-shop-options__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:var(--badge-font-size, 11px);font-weight:800;background:var(--badge-bg, rgba(var(--color-foreground)/.06));color:var(--badge-color, rgb(var(--color-foreground)));margin-top:10px}.section-local-shop-options .local-shop-options__header{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:6px}.section-local-shop-options .local-shop-options__option-title{margin:10px 0 6px;display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.01em;font-size:var(--option-title-size, 20px)}.section-local-shop-options .local-shop-options__emoji{width:34px;height:34px;border-radius:999px;background:rgba(var(--color-foreground)/.06);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.section-local-shop-options .local-shop-options__desc{margin:0 0 14px;opacity:.92;font-size:var(--option-text-size, 14px);line-height:1.45}.section-local-shop-options .local-shop-options__meta{border-top:1px solid rgba(var(--color-border)/.35);padding-top:12px;display:grid;gap:8px}.section-local-shop-options .local-shop-options__meta-row{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;font-size:var(--option-text-size, 14px);line-height:1.35}.section-local-shop-options .local-shop-options__meta-ico{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;opacity:.85}.section-local-shop-options .local-shop-options__meta-row.is-check .local-shop-options__meta-ico{opacity:1;color:var(--check-color, rgb(var(--color-foreground)))}.section-local-shop-options .local-shop-options__how{margin-top:16px;padding:14px 16px;border-radius:var(--local-option-radius);border:1px solid rgba(var(--color-border)/.35);background:rgba(var(--color-foreground)/.03);display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:center}.section-local-shop-options .local-shop-options__how-ico{width:40px;height:40px;border-radius:999px;background:rgba(var(--color-foreground)/.08);display:inline-flex;align-items:center;justify-content:center}.section-local-shop-options .local-shop-options__how-text{font-size:var(--option-text-size, 14px);line-height:1.45}.section-local-shop-options .local-shop-options__accent{color:var(--how-accent-color, var(--local-title-accent))}.section-local-shop-options .local-shop-options__how-actions{display:inline-flex;gap:10px}.section-local-shop-options .local-shop-options__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid transparent;font-weight:800;font-size:1.2rem;line-height:1;text-decoration:none;white-space:nowrap}.section-local-shop-options .local-shop-options__btn--primary{background:var(--btn1-bg, rgb(var(--color-foreground)));color:var(--btn1-color, rgb(var(--color-background)))}.section-local-shop-options .local-shop-options__btn--secondary{background:var(--btn2-bg, rgba(var(--color-foreground)/.1));color:var(--btn2-color, rgb(var(--color-foreground)));border-color:rgba(var(--color-border)/.4)}@media screen and (max-width:989px){.section-local-shop-options .local-shop-options__card{padding:18px}.section-local-shop-options .local-shop-options__splide:not(.is-active) .splide__list.local-shop-options__grid{grid-template-columns:repeat(var(--local-mobile-columns, 1),minmax(0,1fr));gap:var(--local-mobile-gap, 16px)}.section-local-shop-options .local-shop-options__how{grid-template-columns:40px 1fr;align-items:start}.section-local-shop-options .local-shop-options__how-actions{grid-column:1 / -1;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.section-local-shop-options .local-shop-options__btn{width:100%}}@media screen and (max-width:520px){.section-local-shop-options .local-shop-options__how-actions{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/85/assets/local-shop-options.css.map */
