/* Variables, typography, global resets ONLY. No specific classes. */
@import url('uploads/css2_1.jpg');

:root {
  --bg: #ffffff;
  --bg-soft: #fffaf6;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.9);
  --text: #161413;
  --text-soft: #000000;
  --heading: #241f1b;
  --border: rgba(80, 60, 40, 0.08);
  --accent: #fd7cc1;
  --accent-2: #ffc7e8;
  --accent-warm: #ffffff;
  --shadow: 0 20px 60px rgba(63, 43, 28, 0.08);
  --shadow-soft: 0 12px 30px rgba(63, 43, 28, 0.06);
  --radius-xs: 12px;
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 40px;
  --radius-xl: 56px;
  --container: 1200px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 32px;
  --space-6: 48px;
  --space-7: 72px;
  --space-8: 96px;
  --space-9: 128px;
  --transition: 240ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(243, 223, 210, 0.45), transparent 30%),
    radial-gradient(circle at top right, rgba(184, 212, 227, 0.28), transparent 28%),
    linear-gradient(180deg, #fdf9f5 0%, #fbf7f2 45%, #fffaf6 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--heading);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3.5rem, 6vw, 4.5rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2.5rem, 4.2vw, 3rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
}

p {
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  color: var(--text-soft);
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

section {
  position: relative;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="color"]):not([type="file"]),
textarea,
select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  color: var(--text);
  padding: 16px 18px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="color"]):not([type="file"]):focus,
textarea:focus,
select:focus {
  border-color: rgba(155, 184, 173, 0.7);
  box-shadow: 0 0 0 4px rgba(155, 184, 173, 0.14);
}

::placeholder {
  color: #9b928a;
}


                #el-j08g67 select { background-color: #ffffff !important; color: #000000 !important; }
                #el-j08g67 select option { background-color: #ffffff !important; color: #000000 !important; }
                #el-j08g67 input[type="checkbox"] + label, #el-j08g67 label:has(input[type="checkbox"]) { color: #ffffff !important; }

.ts-btn { background: #fd7cc1; color: #ffffff; border-radius: 8px; font-weight: 700; padding: 12px 24px; font-size: 16px; border-style: none; border-width: 0px; border-color: #ffffff; cursor: pointer; text-decoration: none; display: inline-block; text-align: center; }
/* TURBOSITE-GLOBAL-FIELDS-BEGIN */
.page-block input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="color"]):not(.ts-vis-badge),
.page-block textarea,
.page-block select,
.ts-site-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="range"]):not([type="color"]):not(.ts-vis-badge),
.ts-site-form textarea,
.ts-site-form select {
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 400;
  min-height: 44px;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  outline: none;
  box-sizing: border-box;
  min-width: 0;
}
.page-block input::placeholder,
.page-block textarea::placeholder,
.ts-site-form input::placeholder,
.ts-site-form textarea::placeholder {
  color: #888888;
  opacity: 0.72;
}
/* TURBOSITE-GLOBAL-FIELDS-END */

@layer turbo-export {
:root {
  --ts-export-line: color-mix(in srgb, var(--text, #ffffff) 12%, transparent);
  --ts-export-line-accent: color-mix(in srgb, var(--primary, var(--accent, #9a9a9a)) 20%, transparent);
}
}
:root {
  --ts-export-unified-radius: 8px;
}
a.ts-store-btn.ts-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: var(--ts-export-unified-radius);
}
button.btn-add.ts-btn {
  border-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  width: auto;
  align-self: flex-start;
  border-radius: var(--ts-export-unified-radius);
}
button.btn-order.ts-btn {
  border-style: none;
  width: 100%;
  border-radius: var(--ts-export-unified-radius);
}
