{
  "meta": {
    "version": "1.0.1",
    "updatedAt": "2025-08-12T00:00:00Z",
    "scope": "search",
    "description": "Price Search UI renk teması",
    "modeDefault": "light"
  },
  "palette": {
    "brandPrimary": "#4f46e5",
    "brandSecondary": "#4338ca",
    "accent": "#6366f1",

    "gray50": "#eeeff1",
    "gray100": "#f3f4f6",
    "gray200": "#e5e7eb",
    "gray300": "#d1d5db",
    "gray325": "#E0C6AF",
    "gray330": "#323232",
    "gray400": "#9ca3af",
    "gray500": "#6b7280",
    "gray600": "#4b5563",
    "gray650": "#646464",
    "gray700": "#374151",
    "gray800": "#1f2937",
    "gray900": "#111827",

    "slate50": "#f1f5f9",
    "slate900": "#0f172a",

    "green": "#C28F60",
    "green50": "#F5EEE6",
    "green700": "#0a7a0a",
    "green220": "#E9D8C8",
    
    "yellow": "#ffff00",
    "yellow50": "#FFFFFF",
    
    "bronze": "#C28F60",

    "success": "#059669",
    "successDark": "#047857",
    "successDarker": "#065f46",
    "warning": "#d97706",
    "danger": "#D91410",
    "info": "#0066cc",

    "white": "#ffffff",
    "black": "#000000",
    "transparent": "transparent",

    "greenRgb": "rgb(0, 136, 0)",
    "dangerRgb": "rgb(217, 20, 16)",
    "green50Rgb": "rgb(245, 238, 230)",
    "gray700Rgb": "rgb(55, 65, 81)",
    "gray325Rgb": "rgb(224, 198, 175)",

    "borderInactive": "#C5CBD3",
    "borderInactiveRgb": "rgb(197, 203, 211)",

    "dangerRgba": "rgba(217, 20, 16, 1.0)",
    "dangerRgbaAlt": "rgba(217, 20, 16, 1.0)"
  },
  "semantic": {
    "textPrimary": "@palette.gray900",
    "textSecondary": "@palette.gray700",
    "textMuted": "@palette.gray500",

    "bgDefault": "@palette.white",
    "bgElevated": "@palette.white",
    "bgMuted": "@palette.gray50",

    "borderDefault": "@palette.gray200",
    "borderMuted": "@palette.gray200",
    "borderFocus": "@palette.gray300",
    "borderDanger": "@palette.danger",
    "borderSuccess": "@palette.success",

    "primary": "@palette.brandPrimary",
    "secondary": "@palette.brandSecondary",
    "accent": "@palette.accent",
    "success": "@palette.success",
    "warning": "@palette.warning",
    "danger": "@palette.danger",
    "info": "@palette.info",

    "link": "@palette.brandPrimary",
    "iconDefault": "@palette.gray400",
    "iconMuted": "@palette.gray300",
    "emphasis": "@palette.gray900"
  },
  "components": {
    "page": {
      "bg": "@palette.white"
    },
    "DividerGlobal": {
      "width": "100%",
      "heightPx": 1,
      "color": "#C5CBD3",
      "color2": "#E0C6AF",
      "marginTopPx": 0,
      "marginTopPx2": 20,
      "marginBottomPx": 20,
      "marginBottomPx2": 20,
      "cutLabelTextColor": "#8B5F36",
      "cutLabelFontWeight": 700,
      "statusTokenTitleOffsetYPx": -2,
      "betweenTitleOffsetYPx": -2,
      "betweenTitleColorDefault": "@palette.gray500",
      "betweenTitleColorActive": "#8B5F36",
      "betweenTitleFontWeightDefault": 700,
      "betweenTitleFontWeightActive": 700,
      "topCenterTitleFontSizePx": 15,
      "topCenterTitleOffsetYPx": 0
    },

    "generalGalleryDividerBox": {
      "comment": "Box under general gallery divider. Colors must be literal (no token refs) and follow search box states via JS.",
      "minHeightPx": 0,
      "radiusPx": 12,
      "fontSizePx": 12,
      "lineHeightPx": 14,
      "padding": {
        "topPx": 26,
        "rightPx": 28,
        "bottomPx": 19,
        "leftPx": 33
      },
      "colors": {
        "bgDefault": "#646464",
        "bgActive": "#EFE3D7",
        "borderInactive": "#737373",
        "borderActive": "#E0C6AF",
        "colorInactive": "#FFFFFF",
        "colorActive": "#8B5F36"
      }
    },
    "branding": {
      "stars": {
        "sizePx": 20,
        "sizeMobilePx": 16,
        "gapPx": 4,
        "color": "#ffff00",
        "position": "left",
        "borderColor": "#1a1a1a",
        "borderWidthPx": 0.8
      }
    },
    "form": {
      "container": {
        "bg": "@semantic.bgMuted",
        "border": "@components.input.common.border.default",
        "shadow": "rgba(0, 0, 0, 0.05)",
        "padding": {
          "ptPx": 7,
          "pbPx": 0,
          "ptPxMd": 9,
          "pbPxMd": 3,
          "leftPx": 11,
          "rightPx": 13,
          "leftPxMd": 19,
          "rightPxMd": 21
        }
      },
      "input": {
        "focusRing": "rgba(0, 136, 0, 0.25)"
      }
    },

    "label": {
      "text": "@semantic.textSecondary",
      "marginBottomPx": 9
    },
    "note": {
      "text": "@palette.gray500",
      "textWeight": "700",
      "fontSizePx": 9,
      "marginTopPx": 10,
      "marginBottomPx": 0
    },

    "input": {
      "common": {
        "text": "@semantic.textPrimary",
        "placeholder": "@semantic.textMuted",
        "bg": "@palette.white",
        "fontSizePx": 13,
        "minHeightPx": 56,
        "border": {
          "default": "#E0C6AF",
          "focus": "@semantic.borderFocus",
          "invalid": "@semantic.borderDanger",
          "disabled": "@semantic.borderMuted"
        },
        "icon": "@semantic.iconDefault",
        "label": {
          "fontSizePx": 13,
          "leftPx": 16,
          "borderRadiusPx": 2,
          "zIndex": 10
        }
      },
      "date": {
        "text": "@input.common.text",
        "placeholder": "@input.common.placeholder",
        "bg": "@input.common.bg",
        "border": {
          "default": "@input.common.border.default",
          "focus": "@input.common.border.focus",
          "invalid": "@input.common.border.invalid",
          "disabled": "@input.common.border.disabled"
        },
        "icon": "@input.common.icon"
      },
      "number": {
        "text": "@input.common.text",
        "bg": "@input.common.bg",
        "border": {
          "default": "@input.common.border.default",
          "focus": "@input.common.border.focus",
          "disabled": "@input.common.border.disabled"
        },
        "spinner": {
          "icon": {
            "default": "@semantic.iconDefault",
            "hover": "@semantic.textSecondary",
            "disabled": "@semantic.iconMuted"
          }
        }
      }
    },

    "icon": {
      "calendar": {
        "default": "@semantic.iconDefault",
        "disabled": "@semantic.iconMuted"
      },
      "small": {
        "sizePx": 11
      },
      "default": {
        "sizePx": 13
      },
      "medium": {
        "sizePx": 18
      }
    },
    "text": {
      "xsmall": {
        "fontSizePx": 11,
        "lineHeightPx": 14
      },
      "small": {
        "fontSizePx": 12,
        "lineHeightPx": 13
      },
      "body": {
        "fontSizePx": 13,
        "lineHeightPx": 14
      },
      "medium": {
        "fontSizePx": 14,
        "lineHeightPx": 16
      },
      "large": {
        "fontSizePx": 16,
        "lineHeightPx": 20
      }
    },
    "spacing": {
      "xxs": 2,
      "xs": 6,
      "sm": 8,
      "md": 12,
      "lg": 18,
      "xl": 24
    },
    "zIndex": {
      "base": 1,
      "label": 10,
      "overlay": 30,
      "overlayHigh": 60,
      "overlayVeryHigh": 1000,
      "calendarBackdrop": 9998,
      "calendarWrapper": 9999,
      "errorMessage": 2147483000,
      "errorMessageMax": 2147483646
    },

    "tooltip": {
      "bg": "#000000",
      "text": "@palette.white",
      "border": "#000000",
      "fontSizePx": 14,
      "fontSizePxMd": 15,
      "lineHeightPx": 18,
      "lineHeightPxMd": 19
    },

    "button": {
      "primary": {
        "bg": {
          "default": "@palette.black",
          "hover": "@palette.black",
          "active": "@palette.black",
          "disabled": "@palette.black"
        },
        "text": {
          "default": "@palette.white",
          "disabled": "@palette.white"
        },
        "textWeight": {
          "default": "700",
          "disabled": "400"
        },
        "size": {
          "heightPx": 73,
          "heightPxMd": 91
        },
        "offset": {
          "topPx": -3,
          "translateYPx": -5
        }
      },
      "secondary": {
        "bg": {
          "default": "@semantic.primary",
          "hover": "#C28F60",
          "active": "@semantic.secondary",
          "disabled": "@semantic.primary"
        },
        "text": {
          "default": "@palette.white",
          "disabled": "@palette.white"
        }
      },
      "danger": {
        "bg": {
          "default": "@semantic.danger",
          "hover": "#b50f38",
          "active": "@semantic.danger",
          "disabled": "@semantic.danger"
        },
        "text": {
          "default": "@palette.white",
          "disabled": "@palette.white"
        }
      }
    },

    "calendar": {
      "container": {
        "border": "@components.input.common.border.default",
        "shadow": "@components.dropdown.common.panel.shadow"
      },
      "wrapper": {
        "boxShadow": "rgba(0, 0, 0, 0.15)"
      },
      "header": { "text": "@semantic.textSecondary" },
      "nav": { "icon": "@semantic.iconDefault" },
      "grid": { "bg": "#FFFBEB", "border": "@input.common.border.default" },

      "day": {
        "default": { "text": "@semantic.textPrimary", "bg": "#FFFBEB", "border": "@palette.transparent" },
        "hover":   { "text": "@semantic.textPrimary", "bg": "@semantic.bgMuted", "border": "@semantic.borderFocus" },
        "today":   { "text": "@palette.white", "bg": "@semantic.success", "border": "@palette.successDark" },
        "todayHover": { "text": "@palette.white", "bg": "@palette.successDark", "border": "@palette.successDarker" },
        "selected":{ "text": "@palette.yellow", "textWeight": "700", "bg": "@palette.black", "border": "@components.input.common.border.default" },
        "inRange": { "text": "@palette.white", "bg": "rgba(100,100,100,1.0)", "border": "@palette.transparent", "textWeight": "normal" },
        "rangeStart": { "text": "@palette.yellow", "textWeight": "700", "bg": "@palette.black", "border": "@components.input.common.border.default" },
        "rangeEnd":   { "text": "@palette.yellow", "textWeight": "700", "bg": "@palette.black", "border": "@components.input.common.border.default" },
        "disabled": {
          "text": "@palette.gray300",
          "bg": "@components.calendar.grid.bg",
          "border": "@palette.transparent",
          "opacity": 0.45
        }
      },

      "footer": {
        "bg": "#FFFBEB",
        "border": "@input.common.border.default",
        "status": {
          "info": "@semantic.info",
          "success": "@semantic.success",
          "warning": "@semantic.warning",
          "error": "@semantic.danger"
        },
        "button": {
          "clear": {
            "bg": { "default": "@button.danger.bg.default", "hover": "@button.danger.bg.hover", "active": "@button.danger.bg.active", "disabled": "@button.danger.bg.disabled" },
            "text": { "default": "@button.danger.text.default", "disabled": "@button.danger.text.disabled" }
          },
          "done": {
            "bg": { "default": "@palette.black", "hover": "#C28F60", "active": "@button.secondary.bg.active", "disabled": "@button.secondary.bg.disabled" },
            "text": { "default": "@button.secondary.text.default", "disabled": "@button.secondary.text.disabled" }
          }
        }
      }
    },

    "summary": {
      "text": {
        "info": "@semantic.info",
        "success": "@semantic.success",
        "warning": "@semantic.warning",
        "error": "@semantic.danger"
      },
      "paddingBottomPx": 7,
      "marginBottomPx": 7
    },
    "segmented": {
      "lang": {
        "default": { "bg": "@semantic.bgMuted", "text": "@semantic.textSecondary", "border": "@components.input.common.border.default", "textWeight": "normal" },
        "hover":   { "bg": "#C28F60", "text": "@palette.white", "border": "@palette.black", "textWeight": "700" },
        "active":  { "bg": "@palette.black", "text": "@palette.yellow", "border": "@palette.black", "textWeight": "700" },
        "focus":   { "ring": "@palette.accent" }
      },
      "currency": {
        "default": { "bg": "@semantic.bgMuted", "text": "@semantic.textSecondary", "border": "@components.input.common.border.default", "textWeight": "normal" },
        "unselectedActive": { "bg": "#EFE3D7" },
        "hover":   { "bg": "#C28F60", "text": "@palette.white", "border": "@palette.black", "textWeight": "700" },
        "active":  { "bg": "@palette.black", "text": "@palette.white", "border": "@palette.black", "borderWidth": 1, "textWeight": "700" },
        "activeMode": { "bg": "#C28F60", "border": "#C28F60" },
        "focus":   { "ring": "@palette.accent" }
      }
    },
    "dropdown": {
      "common": {
        "widthPx": 88,
        "panel": {
          "shadow": "0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)",
          "ringWidth": 1,
          "ringColor": "rgba(0,0,0,0.05)"
        }
      },
      "lang": {
        "trigger": {
          "bg": { "default": "@palette.black" },
          "text": { "default": "@palette.white" },
          "textWeight": "700",
          "border": { "default": "@palette.black" },
          "focus": { "ring": "@palette.black" }
        },
        "panel": { "bg": "@components.calendar.grid.bg", "border": "@input.common.border.default" },
        "option": {
          "selected": { "check": "@palette.black" }
        }
      },
      "currency": {
        "trigger": {
          "bg": { "default": "@palette.black" },
          "text": { "default": "@palette.white" },
          "textWeight": "700",
          "border": { "default": "@palette.black" },
          "focus": { "ring": "@palette.black" }
        },
        "panel": { "bg": "@components.calendar.grid.bg", "border": "@input.common.border.default" },
        "option": {
          "text": { "default": "@semantic.textSecondary", "hover": "@palette.white" },
          "bg": { "hover": "@palette.black" },
          "selected": { "check": "@palette.black" }
        }
      }
    },
    "loadingOverlay": {
      "bg": "rgba(0,0,0,0.14)",
      "zIndex": 30,
      "spinner": {
        "type": "svgRing",
        "sizePx": 34,
        "strokeWidthPx": 4,
        "color": "@palette.black",
        "trackColor": "@palette.gray500",
        "trackColorWhite": "rgba(255,255,255,0.3)",
        "colorGreen": "@palette.green",
        "speedMs": 800,
        "centerFill": "@palette.yellow",
        "lineCap": "round",
        "shineOpacity": 0.2,
        "shineWidthDeg": 90,
        "shineGradientStart": "rgba(255,255,255,0.2)",
        "shineGradientEnd": "rgba(255,255,255,0)"
      },
      "global": {
        "bg": "rgba(0,0,0,0.50)",
        "spinnerSizeMultiplier": 2
      },
      "image": {
        "bg": "rgba(0,0,0,0.06)",
        "spinnerSizePx": 34,
        "spinnerStrokeWidthPx": 4,
        "spinnerSpeedMs": 800,
        "centerCircleSizePx": 22
      },
      "panel": {
        "bg": "rgba(0,0,0,0.14)",
        "fadeOutDurationMs": 120
      }
    },
    "results": {
      "section": {
        "margin": { "topPx": 20 }
      },
      "card": {
        "bg": "#F0F0F0",
        "bgHover": "#EFE3D7",
        "bgSelected": "#EFE3D7",
        "border": "@components.form.container.border",
        "borderDefault": "#D7D7D7",
        "borderHover": "@components.form.container.border",
        "borderSelected": "@components.form.container.border",
        "radiusPx": 12,
        "padding": { "ptPx": 0, "pbPx": 0, "leftPx": 0, "rightPx": 0 },
        "rowSpacing": {
          "header": {
            "roomCountTopPx": 5,
            "bedsTopPx": 5,
            "paxTopPx": 5,
            "conceptTopPx": 6
          },
          "details": {
            "balconyTopPx": 1,
            "tvTopPx": 5,
            "bathroomTopPx": 5,
            "propertiesTopPx": 5,
            "viewTopPx": 5
          }
        },
        "gapPx": 17,
        "margin": { "bottomPx": 21 },
        "shadow": "0 1px 2px 0 rgba(0,0,0,0.05)",
        "offset": { "topByIndex": { "1": 15, "2": 15 } },
        "layout": { "display": "flex" },
        "image": {
          "widthPx": 170,
          "heightPx": 89,
          "radiusPx": 10,
          "border": { "widthPx": 1, "color": "@palette.gray400" }
        },
        "title": { "fontSizePx": 16, "textWeight": "600", "text": "@semantic.textPrimary" },
        "description": { "fontSizePx": 14, "text": "@semantic.textSecondary" },
        "meta": { "fontSizePx": 14, "text": "@semantic.textSecondary" },
        "price": { "fontSizePx": 15, "textWeight": "700", "text": "@semantic.textPrimary" }
      ,
        "table": {
          "rightCell": {
            "paddingTopPx": 19,
            "paddingRightPx": 19,
            "paddingBottomPx": 16
          }
        },
        "priceButtons": {
          "gapPx": 9
        }
      }
    },
    "resultsBottomBanner": {
      "container": {
        "bg": "#EFE3D7",
        "text": "#8B5F36"
      },
      "cta": {
        "bgDefault": "@palette.danger",
        "bgHover": "@palette.green",
        "text": "@palette.white"
      }
    },
    "vanillaCalendar": {
      "today": {
        "bg": "@palette.black",
        "text": "@palette.white"
      },
      "selected": {
        "bg": "@palette.green",
        "text": "@palette.white"
      },
      "rangeMiddle": {
        "bg": "@palette.green50",
        "text": "@palette.slate900"
      },
      "monthYear": {
        "hover": {
          "bg": "@palette.black",
          "text": "@palette.white"
        },
        "selected": {
          "bg": "@palette.green",
          "text": "@palette.white"
        }
      },
      "statusText": {
        "error": "@palette.danger"
      },
      "dayHover": {
        "bg": "@palette.slate50",
        "text": "@palette.slate900"
      }
    },
    "priceButtons": {
      "default": {
        "bg": "@palette.gray650",
        "border": "@palette.gray330"
      },
      "hover": {
        "bg": "@palette.green"
      },
      "selected": {
        "bg": "@palette.green",
        "border": "@palette.black"
      },
      "textShadow": "@palette.white",
      "label": {
        "lineHeightPx": 10
      }
    },
    "greenTheme": {
      "form": {
        "bg": "@palette.green50"
      },
      "input": {
        "bg": "@palette.yellow50"
      },
      "status": {
        "bg": "#EFE3D7",
        "text": "#8B5F36",
        "shadow": "rgba(0, 0, 0, 0.05)"
      },
      "title": {
        "text": "@palette.green"
      },
      "card": {
        "titleSelected": "@palette.green"
      }
    },
    "errorMessage": {
      "boxShadow": "rgba(0, 0, 0, 0.12)",
      "widthPx": 350,
      "heightPx": 50,
      "topPx": 20,
      "borderRadiusPx": 8,
      "paddingLeftPx": 10,
      "paddingRightPx": 10,
      "fontSizePx": 13,
      "zIndex": 2147483000
    },
    "statusBox": {
      "minHeightPx": 40,
      "padding": {
        "topPx": 9,
        "bottomPx": 10,
        "leftPx": 10,
        "rightPx": 10
      }
    },
    "banner": {
      "heightPx": 40,
      "lineHeightPx": 40,
      "paddingLeftPx": 15
    },
    "sidePanel": {
      "scrollbar": {
        "track": "@palette.green220",
        "thumb": "@palette.green",
        "thumbHover": "@palette.green700",
        "heightPx": 300
      },
      "rightRows": {
        "evenBg": "#EFE3D7"
      },
      "border": "@palette.gray325"
    },
    "reservationSection": {
      "validation": {
        "genderErrorMarginTopPx": 13
      },
      "_fallbackValues": {
        "comment": "Fallback değerleri burada - değiştirilmesi gerekirse buradan",
        "grid": {
          "columns": "8fr 4fr",
          "alignItems": "start",
          "itemAlignSelf": "start",
          "gapPx": 22,
          "width": "100%"
        },
        "divider": {
          "width": "100%",
          "heightPx": 1,
          "color": "@palette.gray325",
          "marginTopPx": 19,
          "marginBottomPx": 0
        },
        "containerLeft": {
          "paddingPx": 18,
          "borderRadiusPx": 10,
          "acceptanceRow": {
            "paddingTopPx": 12,
            "paddingRightPx": 0,
            "paddingBottomPx": 13,
            "paddingLeftPx": 0,
            "gapPx": 10,
            "fontSizePx": 13,
            "lineHeightPx": 16,
            "textColor": "#0F172A",
            "fontWeight": 400,
            "checkboxSizePx": 16
          },
          "saveRow": {
            "heightPx": 73,
            "backgroundColor": "#F5EEE6",
            "borderWidthPx": 1,
            "borderStyle": "solid",
            "borderColor": "#E0C6AF",
            "borderRadiusPx": 10,
            "gridTemplateColumns": "8fr 4fr",
            "leftPaddingPx": 10,
            "leftPaddingLeftPx": 16,
            "leftPaddingTopPx": 9,
            "disclaimer": {
              "fontSizePx": 12,
              "lineHeightPx": 16,
              "textColor": "#D91410"
            },
            "button": {
              "backgroundColor": "#C28F60",
              "hoverBackgroundColor": "#000000",
              "textColor": "#ffffff",
              "fontSizePx": 14,
              "lineHeightPx": 16,
              "fontWeight": 700,
              "borderRadiusPx": 10,
              "borderTopLeftRadiusPx": 0,
              "borderBottomLeftRadiusPx": 0,
              "borderTopRightRadiusPx": 10,
              "borderBottomRightRadiusPx": 10
            }
          }
        },
        "containerRight": {
          "innerPaddingTopPx": 12,
          "innerPaddingRightPx": 15,
          "innerPaddingBottomPx": 14,
          "innerPaddingLeftPx": 15,
          "innerBorderRadiusPx": 10,
          "innerBackgroundColor": "#F5EEE6",
          "innerBorderColor": "#E0C6AF",
          "extraMinHeightPx": 0
        },
        "inputs": {
          "backgroundColor": "@palette.white",
          "fontSizePx": 13,
          "minHeightPx": 56,
          "fontWeight": 400,
          "outline": "none",
          "position": "relative",
          "cursor": "text",
          "marginPx": 0,
          "paddingPx": 0
        },
        "table": {
          "fontSizePx": 13,
          "borderColor": "#E0C6AF",
          "rows": {
            "header": { "paddingTopPx": 0, "paddingBottomPx": 10 },
            "discount": { "paddingTopPx": 8, "paddingBottomPx": 10 },
            "total": { "paddingTopPx": 9, "paddingBottomPx": 0 }
          },
          "alignLeft": "left",
          "alignRight": "right",
          "fontWeightNormal": 400,
          "fontWeightBold": 700
        },
        "floatingLabel": {
          "fontSizePx": 13,
          "leftPx": 16,
          "borderRadiusPx": 2,
          "offsetTopNormal": "calc(50% - 0.5px)",
          "offsetTopFloat": "-1px",
          "leftFloat": "50%",
          "fontWeightNormal": 400,
          "fontWeightFloat": 400,
          "transformNormal": "translateY(-50%)",
          "transformFloat": "translate(-50%, -50%)",
          "backgroundColor": "transparent",
          "whiteSpace": "nowrap",
          "overflow": "hidden",
          "textOverflow": "ellipsis",
          "maxWidth": "calc(100% - 32px)",
          "pointerEvents": "none",
          "opacityHidden": 0,
          "opacityVisible": 1
        },
        "radio": {
          "sizePx": 16
        }
      },
      "grid": {
        "columns": "8fr 4fr",
        "alignItems": "start",
        "itemAlignSelf": "start",
        "gapPx": 22,
        "width": "100%"
      },
      "divider": {
        "width": "100%",
        "heightPx": 1,
        "color": "@palette.gray325",
        "marginTopPx": 19,
        "marginBottomPx": 0
      },
      "containerLeft": {
        "paddingPx": 18,
        "borderRadiusPx": 10,
        "acceptanceRow": {
          "paddingTopPx": 12,
          "paddingRightPx": 0,
          "paddingBottomPx": 13,
          "paddingLeftPx": 0,
          "gapPx": 10,
          "fontSizePx": 13,
          "lineHeightPx": 16,
          "textColor": "#0F172A",
          "fontWeight": 400,
          "checkboxSizePx": 16
        },
        "saveRow": {
          "heightPx": 73,
          "backgroundColor": "#F5EEE6",
          "borderWidthPx": 1,
          "borderStyle": "solid",
          "borderColor": "#E0C6AF",
          "borderRadiusPx": 10,
          "gridTemplateColumns": "8fr 4fr",
          "leftPaddingPx": 10,
          "leftPaddingLeftPx": 16,
          "leftPaddingTopPx": 9,
          "disclaimer": {
            "fontSizePx": 12,
            "lineHeightPx": 16,
            "textColor": "#D91410"
          },
          "button": {
            "backgroundColor": "#C28F60",
            "hoverBackgroundColor": "#000000",
            "textColor": "#ffffff",
            "fontSizePx": 14,
            "lineHeightPx": 16,
            "fontWeight": 700,
            "borderRadiusPx": 10,
            "borderTopLeftRadiusPx": 0,
            "borderBottomLeftRadiusPx": 0,
            "borderTopRightRadiusPx": 10,
            "borderBottomRightRadiusPx": 10
          }
        }
      },
      "containerRight": {
        "innerPaddingTopPx": 12,
        "innerPaddingRightPx": 15,
        "innerPaddingBottomPx": 14,
        "innerPaddingLeftPx": 15,
        "innerBorderRadiusPx": 10,
        "innerBackgroundColor": "#F5EEE6",
        "innerBorderColor": "#E0C6AF",
        "extraMinHeightPx": 0,
        "topRow": {
          "display": "grid",
          "width": "100%",
          "minHeightPx": 10,
          "gridTemplateColumns": "1fr 1fr",
          "gapPx": 22,
          "marginBottomPx": 20,
          "colWidth": "100%",
          "colPaddingPx": 10,
          "colPaddingTopPx": 7,
          "colBackgroundColor": "#F5EEE6",
          "colBorderWidthPx": 1,
          "colBorderStyle": "solid",
          "colBorderColor": "#E0C6AF",
          "colBorderRadiusPx": 10,
          "dateTable": {
            "dayFontSizePx": 40,
            "dayColor": "#C28F60",
            "dayFontWeight": "800",
            "dayLineHeightPx": 34,
            "rightTitleFontSizePx": 14,
            "rightTitleLineHeightPx": 13,
            "rightSubFontSizePx": 13,
            "rightSubLineHeightPx": 12,
            "rightRowPaddingLeftPx": 7,
            "rightSubPaddingTopPx": 5,
            "rightTitlePaddingTopPx": 3
          }
        },
        "belowTopRow": {
          "display": "block",
          "width": "100%",
          "minHeightPx": 10,
          "paddingPx": 10,
          "marginBottomPx": 20,
          "backgroundColor": "#F5EEE6",
          "borderWidthPx": 1,
          "borderStyle": "solid",
          "borderColor": "#E0C6AF",
          "borderRadiusPx": 10,
          "textColor": "#C28F60",
          "iconColor": "#C28F60",
          "iconCellPaddingRightPx": 12,
          "iconCellWidthPx": 40,
          "iconScaleMultiplier": 1.2,
          "iconShiftLeftPx": 4,
          "titleFontSizePx": 13,
          "titleLineHeightPx": 14,
          "titleFontWeight": "700",
          "guestsFontSizePx": 13,
          "guestsLineHeightPx": 14,
          "guestsFontWeight": "400",
          "guestsNumberFontWeight": "700"
        }
      },
      "inputs": {
        "backgroundColor": "@palette.white",
        "fontSizePx": 13,
        "minHeightPx": 56,
        "fontWeight": 400,
        "outline": "none",
        "position": "relative",
        "cursor": "text",
        "marginPx": 0,
        "paddingPx": 0
      },
      "table": {
        "fontSizePx": 13,
        "borderColor": "#E0C6AF",
        "rows": {
          "header": { "paddingTopPx": 0, "paddingBottomPx": 10 },
          "discount": { "paddingTopPx": 8, "paddingBottomPx": 10 },
          "total": { "paddingTopPx": 9, "paddingBottomPx": 0 }
        },
        "alignLeft": "left",
        "alignRight": "right",
        "fontWeightNormal": 400,
        "fontWeightBold": 700
      },
      "floatingLabel": {
        "fontSizePx": 13,
        "leftPx": 16,
        "borderRadiusPx": 2,
        "offsetTopNormal": "calc(50% - 0.5px)",
        "offsetTopFloat": "-1px",
        "leftFloat": "50%",
        "fontWeightNormal": 400,
        "fontWeightFloat": 400,
        "transformNormal": "translateY(-50%)",
        "transformFloat": "translate(-50%, -50%)",
        "backgroundColor": "transparent",
        "whiteSpace": "nowrap",
        "overflow": "hidden",
        "textOverflow": "ellipsis",
        "maxWidth": "calc(100% - 32px)",
        "pointerEvents": "none",
        "opacityHidden": 0,
        "opacityVisible": 1
      },
      "radio": {
        "sizePx": 16
      }
    }
  },
  "states": {
    "focusRing": "@palette.accent",
    "selectionHighlight": "@semantic.primary",
    "disabledOverlay": "@palette.transparent"
  },
  "modes": {
    "light": {},
    "dark": {}
  }
}


