.card-badge[data-v-0a500830]{display:inline-flex;align-items:center;padding:6px 12px;font-family:var(--st-font-sans);font-weight:var(--st-w-bold);font-size:15px;line-height:1;letter-spacing:var(--st-track-normal);color:var(--st-badge-fg-light);background:var(--st-badge-bg-dark);white-space:nowrap;border-radius:var(--st-card-radius)}.card-badge__text[data-v-0a500830]{display:inline-block}@media (max-width: 767px){.card-badge[data-v-0a500830]{padding:7px 14px;font-size:18px}}.card-carousel[data-v-cdba4361]{position:relative;width:100%}.card-carousel__viewport[data-v-cdba4361]{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:var(--st-forest-200);touch-action:pan-y;cursor:grab}.card-carousel__viewport[data-v-cdba4361]:active{cursor:grabbing}.card-carousel__track[data-v-cdba4361]{display:flex;width:100%;height:100%;will-change:transform}.card-carousel__slide[data-v-cdba4361]{flex:0 0 100%;width:100%;height:100%;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-color:var(--st-forest-200)}.card-carousel__dots[data-v-cdba4361]{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:flex;gap:6px;margin:0;padding:6px 10px;list-style:none;background:#ffffffc7;border-radius:var(--st-radius-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-carousel__dots li[data-v-cdba4361]{display:inline-flex}.card-carousel__dot[data-v-cdba4361]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;width:6px;height:6px;border-radius:50%;background:#1f2d264d;cursor:pointer;transition:background var(--st-dur-fast) var(--st-ease)}.card-carousel__dot.is-active[data-v-cdba4361]{background:var(--st-forest-900)}.card-carousel__dot[data-v-cdba4361]:focus-visible{outline:2px solid var(--st-forest-900);outline-offset:2px}.price-tag[data-v-b106d04e]{margin:0;display:grid;grid-template-columns:auto 1fr;column-gap:8px;row-gap:4px;align-items:center;justify-items:start;font-family:var(--st-font-sans);color:var(--st-forest-900)}.price-tag__discount[data-v-b106d04e]{grid-column:1;grid-row:1;display:inline-block;padding:4px 8px;font-weight:var(--st-w-bold);font-size:13px;line-height:1;color:var(--st-discount-fg);background:var(--st-discount-bg);border-radius:var(--st-card-radius)}.price-tag__original[data-v-b106d04e]{grid-column:2;grid-row:1;font-size:var(--st-price-original-size);font-weight:var(--st-w-bold);color:var(--st-price-strike);text-decoration:line-through;text-decoration-thickness:1.5px;letter-spacing:var(--st-track-normal)}.price-tag__current[data-v-b106d04e]{grid-column:2;grid-row:2;font-size:var(--st-price-current-size);font-weight:var(--st-w-bold);color:var(--st-forest-900);letter-spacing:var(--st-track-tight);line-height:1}.price-tag:has(>.price-tag__current:only-child) .price-tag__current[data-v-b106d04e]{grid-column:1 / -1;grid-row:1}.product-card[data-v-cc41b56d]{display:block;background:var(--st-cream-100);border-radius:var(--st-card-radius)}.product-card__link[data-v-cc41b56d]{display:flex;flex-direction:column;gap:16px;color:inherit;text-decoration:none;transition:transform var(--st-dur) var(--st-ease-out),box-shadow var(--st-dur) var(--st-ease-out)}.product-card__link[data-v-cc41b56d]:hover{transform:translateY(-2px);box-shadow:var(--st-card-shadow-hover)}.product-card__link[data-v-cc41b56d]:focus-visible{outline:2px solid var(--st-forest-900);outline-offset:4px}.product-card__media[data-v-cc41b56d]{position:relative;width:100%}.product-card__badge[data-v-cc41b56d]{position:absolute;top:0;left:0;z-index:2}.product-card__bookmark[data-v-cc41b56d]{position:absolute;top:12px;right:12px;z-index:2;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.product-card__bookmark svg[data-v-cc41b56d]{width:100%;height:100%;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.product-card__body[data-v-cc41b56d]{display:flex;flex-direction:column;gap:14px;padding:0 4px}.product-card__title[data-v-cc41b56d]{margin:0;font-family:var(--st-font-sans);font-weight:var(--st-w-bold);font-size:var(--st-text-base);line-height:1.45;color:var(--st-forest-900);letter-spacing:var(--st-track-tight);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:calc(var(--st-text-base) * 1.45 * 2)}.product-card__meta[data-v-cc41b56d]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.product-card__meta-row[data-v-cc41b56d]{display:flex;align-items:center;gap:8px;font-family:var(--st-font-sans);font-size:var(--st-text-sm);font-weight:var(--st-w-regular);color:var(--st-forest-600);line-height:1.4}.product-card__meta-icon[data-v-cc41b56d]{width:14px;height:14px;flex-shrink:0;color:var(--st-forest-400)}.product-card__price[data-v-cc41b56d]{margin-top:2px}@media (max-width: 767px){.product-card__title[data-v-cc41b56d]{font-size:var(--st-text-lg);min-height:calc(var(--st-text-lg) * 1.45 * 2)}.product-card__meta-row[data-v-cc41b56d]{font-size:var(--st-text-base)}.product-card__meta-icon[data-v-cc41b56d]{width:16px;height:16px}.product-card__bookmark[data-v-cc41b56d]{width:28px;height:28px;top:14px;right:14px}}
