:root{--delivery-pill-height: 36px;--delivery-pill-gap: 8px;--delivery-card-radius: 10px;--delivery-card-img-size: 80px;--delivery-bar-height: 72px;--delivery-bar-safe: env(safe-area-inset-bottom,0px);--delivery-transition: 180ms ease;--delivery-shadow-card: 0 1px 4px rgba(0,0,0,0.06),0 2px 12px rgba(0,0,0,0.04);--delivery-shadow-bar: 0 -2px 16px rgba(0,0,0,0.08);--delivery-shadow-pill: 0 1px 4px rgba(0,0,0,0.08)}.starter-cats{position: sticky;top: 0;z-index: 100;background: var(--color-bg,#fafaf8);border-bottom: 1px solid var(--color-border,#e8e4de);padding: 12px 0;backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px)}.starter-cats__inner{display: flex;gap: var(--delivery-pill-gap);overflow-x: auto;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;scrollbar-width: none;padding: 0 var(--container-pad,20px);padding-bottom: 2px}.starter-cats__inner::-webkit-scrollbar{display: none}.starter-cat{display: inline-flex;align-items: center;gap: 7px;flex-shrink: 0;height: var(--delivery-pill-height);padding: 0 14px;border: 1.5px solid var(--color-border,#e8e4de);border-radius: 999px;background: var(--color-surface,#ffffff);color: var(--color-text-muted,#8a8275);font-family: var(--font-sans,'Inter',sans-serif);font-size: 13px;font-weight: 500;letter-spacing: 0.01em;white-space: nowrap;cursor: pointer;scroll-snap-align: start;transition: background var(--delivery-transition),border-color var(--delivery-transition),color var(--delivery-transition),box-shadow var(--delivery-transition);-webkit-appearance: none;appearance: none;text-decoration: none;user-select: none}.starter-cat:hover{border-color: var(--color-accent,#c8a55c);color: var(--color-accent,#c8a55c);box-shadow: var(--delivery-shadow-pill)}.starter-cat:focus-visible{outline: 2px solid var(--color-accent,#c8a55c);outline-offset: 2px}.starter-cat.is-active,.starter-cat[aria-selected="true"]{background: var(--color-accent,#c8a55c);border-color: var(--color-accent,#c8a55c);color: #ffffff;box-shadow: 0 2px 8px rgba(200,165,92,0.30)}.starter-cat.is-active:hover,.starter-cat[aria-selected="true"]:hover{background: #b8943d;border-color: #b8943d;color: #ffffff}.starter-cat__thumb{width: 22px;height: 22px;border-radius: 50%;object-fit: cover;flex-shrink: 0;filter: grayscale(30%);transition: filter var(--delivery-transition)}.starter-cat.is-active .starter-cat__thumb,.starter-cat[aria-selected="true"] .starter-cat__thumb{filter: grayscale(0%) brightness(1.1)}.starter-products-group{padding: 0 var(--container-pad,20px);margin-top: 36px}.starter-products-group:first-of-type{margin-top: 24px}.starter-products-group + .starter-products-group{margin-top: 40px}.starter-products-group__heading{font-family: var(--font-serif,'Playfair Display',Georgia,serif);font-size: clamp(18px,2.5vw,22px);font-weight: 600;color: var(--color-heading,#1a1714);letter-spacing: -0.01em;margin: 0 0 4px 0}.starter-products-group__sub{font-family: var(--font-sans,'Inter',sans-serif);font-size: 13px;color: var(--color-text-muted,#8a8275);margin: 0 0 16px 0}.starter-products-group__list{display: flex;flex-direction: column;gap: 1px}.starter-product-card{display: flex;align-items: center;gap: 14px;padding: 14px 0;border-bottom: 1px solid var(--color-border-light,#f0ece6);background: transparent;cursor: pointer;transition: background var(--delivery-transition);position: relative;text-align: left;width: 100%;border: none;border-bottom: 1px solid var(--color-border-light,#f0ece6);-webkit-appearance: none;appearance: none}.starter-product-card:last-child{border-bottom: none}.starter-product-card:hover{background: var(--color-surface-hover,#f7f4ef);margin: 0 -12px;padding-left: 12px;padding-right: 12px;border-radius: var(--delivery-card-radius);border-bottom-color: transparent}.starter-product-card:active{background: var(--color-surface-active,#f0ece6)}.starter-product-card__info{flex: 1;min-width: 0;display: flex;flex-direction: column;gap: 4px}.starter-product-card__name{font-family: var(--font-sans,'Inter',sans-serif);font-size: 15px;font-weight: 600;color: var(--color-text,#2a2520);line-height: 1.35;margin: 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden}.starter-product-card__description{font-family: var(--font-sans,'Inter',sans-serif);font-size: 13px;line-height: 1.5;color: var(--color-text-muted,#8a8275);margin: 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden}.starter-product-card__footer{display: flex;align-items: center;gap: 10px;margin-top: 6px}.starter-product-card__price{font-family: var(--font-sans,'Inter',sans-serif);font-size: 15px;font-weight: 700;color: var(--color-accent,#c8a55c);letter-spacing: -0.01em}.starter-product-card__image-wrap{flex-shrink: 0;width: var(--delivery-card-img-size);height: var(--delivery-card-img-size);border-radius: 8px;overflow: hidden;position: relative;background: var(--color-surface,#f5f2ed)}.starter-product-card__image{width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 300ms ease}.starter-product-card:hover .starter-product-card__image{transform: scale(1.04)}.starter-product-card__image-wrap--empty{display: flex;align-items: center;justify-content: center;background: var(--color-surface,#f0ece6);color: var(--color-border,#d4cdc4)}.starter-product-card__image-wrap--empty::after{content: '';display: block;width: 32px;height: 32px;border-radius: 50%;background: currentColor;opacity: 0.3}.starter-product-card__add{display: inline-flex;align-items: center;justify-content: center;height: 28px;min-width: 28px;padding: 0 10px;background: var(--color-accent,#c8a55c);color: #ffffff;border: none;border-radius: 999px;font-family: var(--font-sans,'Inter',sans-serif);font-size: 13px;font-weight: 600;cursor: pointer;transition: background var(--delivery-transition),transform var(--delivery-transition),box-shadow var(--delivery-transition);-webkit-appearance: none;appearance: none;white-space: nowrap;position: relative;z-index: 1}.starter-product-card__add:hover{background: #b8943d;box-shadow: 0 2px 8px rgba(200,165,92,0.35)}.starter-product-card__add:active{transform: scale(0.94);box-shadow: none}.starter-product-card__add:focus-visible{outline: 2px solid var(--color-accent,#c8a55c);outline-offset: 2px}.starter-product-card__add--in-cart{background: var(--color-text,#2a2520);padding: 0 8px;gap: 6px}.starter-product-card__add--in-cart:hover{background: #1a1714}.starter-product-card__add-qty{display: inline-flex;align-items: center;justify-content: center;min-width: 16px;height: 16px;background: rgba(255,255,255,0.25);border-radius: 999px;font-size: 11px;font-weight: 700;padding: 0 3px}.starter-fpf-badge{display: inline-flex;align-items: center;gap: 4px;height: 18px;padding: 0 7px;background: rgba(200,165,92,0.10);border: 1px solid rgba(200,165,92,0.30);border-radius: 999px;font-family: var(--font-sans,'Inter',sans-serif);font-size: 10px;font-weight: 600;color: var(--color-accent,#c8a55c);letter-spacing: 0.03em;text-transform: uppercase;white-space: nowrap}.starter-product-card--unavailable{opacity: 0.5;pointer-events: none}.starter-product-card--unavailable .starter-product-card__image{filter: grayscale(100%)}.starter-product-card--unavailable .starter-product-card__name::after{content: ' — Agotado';font-weight: 400;color: var(--color-text-muted,#8a8275)}.starter-bottom-bar{position: fixed;bottom: 0;left: 0;right: 0;z-index: 200;padding: 12px 16px;padding-bottom: calc(12px + var(--delivery-bar-safe));background: transparent;pointer-events: none;transform: translateY(calc(100% + 20px));transition: transform 300ms cubic-bezier(0.22,1,0.36,1)}.starter-bottom-bar.is-visible{transform: translateY(0);pointer-events: auto}.starter-bottom-bar__panel{background: rgba(250,250,248,0.95);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);border-top: 1px solid var(--color-border,#e8e4de);border-radius: 16px 16px 0 0;box-shadow: var(--delivery-shadow-bar);padding: 10px 0 0;overflow: hidden}.starter-bottom-bar__progress-wrap{padding: 0 16px 10px;display: flex;flex-direction: column;gap: 5px}.starter-bottom-bar__progress-track{height: 3px;background: var(--color-border-light,#ebe7e1);border-radius: 999px;overflow: hidden}.starter-bottom-bar__progress-fill{height: 100%;background: var(--color-accent,#c8a55c);border-radius: 999px;transition: width 400ms cubic-bezier(0.22,1,0.36,1);min-width: 4px}.starter-bottom-bar__progress-fill--complete{background: #4caf7d}.starter-bottom-bar__min-notice{font-family: var(--font-sans,'Inter',sans-serif);font-size: 11px;color: var(--color-text-muted,#8a8275);text-align: center}.starter-bottom-bar__min-notice strong{color: var(--color-text,#2a2520);font-weight: 600}.starter-bottom-bar__cta{display: flex;align-items: center;justify-content: space-between;width: 100%;min-height: 52px;padding: 10px 16px;background: var(--color-text,#1a1714);color: #ffffff;border: none;border-radius: 0;cursor: pointer;font-family: var(--font-sans,'Inter',sans-serif);transition: background var(--delivery-transition),opacity var(--delivery-transition);-webkit-appearance: none;appearance: none;text-decoration: none}.starter-bottom-bar__cta:hover{background: #2d2825}.starter-bottom-bar__cta:active{background: #0f0d0b}.starter-bottom-bar__cta:focus-visible{outline: 2px solid var(--color-accent,#c8a55c);outline-offset: -2px}.starter-bottom-bar__cta:disabled,.starter-bottom-bar__cta.is-disabled{opacity: 0.45;cursor: not-allowed;pointer-events: none}.starter-bottom-bar__count{display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;background: rgba(255,255,255,0.15);border-radius: 6px;font-size: 13px;font-weight: 700;line-height: 1;flex-shrink: 0}.starter-bottom-bar__label{font-size: 14px;font-weight: 600;letter-spacing: 0.01em;text-align: center;flex: 1}.starter-bottom-bar__total{font-size: 14px;font-weight: 700;color: var(--color-accent,#c8a55c);flex-shrink: 0}.starter-section-anchor{scroll-margin-top: calc(var(--delivery-pill-height) + 28px + 16px)}.starter-shop-empty{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 64px 20px;text-align: center;gap: 12px;color: var(--color-text-muted,#8a8275)}.starter-shop-empty__title{font-family: var(--font-serif,'Playfair Display',Georgia,serif);font-size: 22px;font-weight: 600;color: var(--color-heading,#1a1714);margin: 0}.starter-shop-empty__body{font-family: var(--font-sans,'Inter',sans-serif);font-size: 14px;line-height: 1.6;margin: 0;max-width: 280px}@keyframes starter-shimmer{0%{background-position: -400px 0}100%{background-position: 400px 0}}.starter-skeleton{background: linear-gradient( 90deg,var(--color-border-light,#ebe7e1) 25%,var(--color-surface,#f5f2ed) 50%,var(--color-border-light,#ebe7e1) 75% );background-size: 800px 100%;animation: starter-shimmer 1.4s infinite linear;border-radius: 4px}.starter-product-card--skeleton{pointer-events: none}.starter-product-card--skeleton .starter-product-card__name{height: 14px;width: 70%;border-radius: 4px;color: transparent}.starter-product-card--skeleton .starter-product-card__description{height: 12px;width: 90%;border-radius: 4px;color: transparent;margin-top: 4px}.starter-product-card--skeleton .starter-product-card__price{height: 14px;width: 40px;border-radius: 4px;color: transparent}.starter-product-card--skeleton .starter-product-card__image-wrap{background: var(--color-border-light,#ebe7e1);animation: starter-shimmer 1.4s infinite linear;background-size: 800px 100%}@media (max-width: 360px){:root{--delivery-card-img-size: 68px}.starter-product-card__name{font-size: 14px}.starter-product-card__description{font-size: 12px}.starter-cat{font-size: 12px;padding: 0 11px}}@media (min-width: 600px){:root{--delivery-card-img-size: 88px}.starter-products-group__list{gap: 0}.starter-bottom-bar{max-width: 480px;left: 50%;transform: translateX(-50%) translateY(calc(100% + 20px));right: auto}.starter-bottom-bar.is-visible{transform: translateX(-50%) translateY(0)}.starter-bottom-bar__cta{border-radius: 0 0 8px 8px}}@media (min-width: 900px){.starter-cats{top: var(--header-height,64px)}.starter-cats__inner{padding: 0 var(--container-pad-lg,40px);justify-content: flex-start}.starter-products-group{padding: 0 var(--container-pad-lg,40px);max-width: 720px}.starter-product-card:hover{margin: 0 -16px;padding-left: 16px;padding-right: 16px}:root{--delivery-card-img-size: 90px}}@media (prefers-color-scheme: dark){:root{--color-bg: #14120f;--color-surface: #1e1b16;--color-surface-hover: #252118;--color-surface-active: #2c2820;--color-border: #2e2a24;--color-border-light: #242018;--color-text: #ede8df;--color-text-muted: #7a7268;--color-heading: #f0ebe2}.starter-cats{background: rgba(20,18,15,0.92);border-bottom-color: var(--color-border,#2e2a24)}.starter-cat{background: var(--color-surface,#1e1b16);border-color: var(--color-border,#2e2a24);color: var(--color-text-muted,#7a7268)}.starter-bottom-bar__panel{background: rgba(20,18,15,0.96);border-top-color: var(--color-border,#2e2a24)}.starter-bottom-bar__progress-track{background: var(--color-border,#2e2a24)}.starter-bottom-bar__cta{background: #0a0907}.starter-bottom-bar__cta:hover{background: #100e0b}.starter-fpf-badge{background: rgba(200,165,92,0.08);border-color: rgba(200,165,92,0.20)}}@media (prefers-reduced-motion: reduce){.starter-bottom-bar,.starter-product-card,.starter-cat,.starter-product-card__add,.starter-product-card__image,.starter-bottom-bar__progress-fill{transition: none}.starter-skeleton,.starter-product-card--skeleton .starter-product-card__image-wrap{animation: none}}@media print{.starter-cats,.starter-bottom-bar,.starter-product-card__add{display: none !important}}