/* Layout */
.container { max-width: 1000%; margin: 0 auto; }

/* Header */


/* Buttons */
.woocommerce button.button {
    background-color: #787d71;
    border-radius: 6px;
}

:root {
  --accent: #f5e8e6;
  --bg: #FFFFFF;
  --e-global-color-woostify_color_1: #ffffff;
  --e-global-color-woostify_color_2: #8f8f8f;
  --e-global-color-woostify_color_3: #2b2b2b;
  --e-global-color-woostify_color_6: #ffffff;
  --e-global-color-woostify_color_4: #fd0;
  --e-global-color-woostify_color_5: #fd0;
  --wp--preset--color--woostify-primary: #ffffff;
  --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4 / 3;
    --wp--preset--aspect-ratio--3-4: 3 / 4;
    --wp--preset--aspect-ratio--3-2: 3 / 2;
    --wp--preset--aspect-ratio--2-3: 2 / 3;
    --wp--preset--aspect-ratio--16-9: 16 / 9;
    --wp--preset--aspect-ratio--9-16: 9 / 16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--woostify-primary: #1346af;
    --wp--preset--color--woostify-heading: #2b2b2b;
    --wp--preset--color--woostify-text: #8f8f8f;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--woostify-heading-6: 18px;
    --wp--preset--font-size--woostify-heading-5: 26px;
    --wp--preset--font-size--woostify-heading-4: 28px;
    --wp--preset--font-size--woostify-heading-3: 30px;
    --wp--preset--font-size--woostify-heading-2: 36px;
    --wp--preset--font-size--woostify-heading-1: 48px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}




* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Peaches';
  src: url('assets/fonts/Peaches.woff2') format('woff2'),
  url('assets/fonts/Peaches.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sacramento';
  src: url('assets/fonts/Sacramento-Regular.woff2') format('woff2'),
  url('assets/fonts/Sacramento-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
      margin: 0;
      font-family: 'Arial', 'Helvetica', sans-serif;
      background-color: var(--bg);
      color: #fff;
    }

p {
	font-family: 'Arial', 'Helvetica', cursive;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

header {
  text-align: center;
  padding: 0px 20px;
}

.logo {
      font-family: 'Peaches', cursive;
      font-size: 70px;
      color: white;
    }

    nav ul {
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: center;
      gap: 25px;
      margin-top: 20px;
    }

    nav a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 36px;
    padding: 12px 20px; 
    border-radius: 8px;
    display: inline-block; 
    transition: background 0.2s ease;
    }

    nav a:hover {
    background-color: #f5e8e6;
    }


    nav a::after {
      content: '';
      display: block;
      margin: auto;
      margin-top: 5px;
      height: 4px;
      width: 20px;
      background-color: var(--accent);
    }

    .hero {
      text-align: center;
      padding: 60px 20px;
    }

    .hero h1 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .hero p {
      font-style: italic;
      color: #eee;
    }

    .hero button {
      margin-top: 30px;
      background: white;
      color: var(--bg);
      border: none;
      padding: 12px 24px;
      border-radius: 30px;
      font-weight: bold;
      cursor: pointer;
    }

    .welcome {
      background: white;
      color: #333;
      padding: 60px;
      text-align: center;
    }

    .welcome h2 {
      font-family: 'Sacramento', cursive;
      font-size: 48px;
      color: var(--e-global-color-woostify_color_3);
      margin-bottom: 20px;
    }

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  background: white;
  text-align: center;
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-note {
  font-size: 12px;
  font-weight: bold;
  color: red;
  margin-bottom: 5px;
}

.product-title {
  font-weight: bold;
      margin: 10px 0 5px;
}

.price {
  color: #e76c82;
}

.price del {
  color: gray;
  margin-left: 10px;
}

.tear-divider {
  background: url('assets/images/tear-divider.png') center bottom no-repeat;
  background-size: cover;
  height: 116px; 
  width: 100%;
  margin: 0;
  padding: 0;
}

.gradient-stroke {
  font-family: 'Peaches', cursive;
  font-size: 40px;
  background: linear-gradient(to bottom, #e7c6c2, #787d71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #787d71;
  text-shadow:
    -1px -1px 0 #787d71,
     1px -1px 0 #787d71,
    -1px  1px 0 #787d71,
     1px  1px 0 #787d71;
}

.top-wrapper {
  background: url('assets/images/hero-background.png') center top no-repeat;
  background-size: 100% 729px; 
  height: 720px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sacramento';
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  color: #2b2b2b
}

.menu-item {
  font-family: 'Sacramento', cursive;
}

.haende {
  position: absolute;
  top: 250px;
  left: calc(47%);
  transform: scale(0.2) rotate(28deg);
  transform-origin: top left;
  pointer-events: none; 
}

.eule {
  position: absolute;
  top: 50px;
  left: calc(50% + 150px);
  transform: scale(0.18);
  transform-origin: top left;
  pointer-events: none; 
}

.fuesse {
  position: absolute;
  top: 50px;
  left: calc(50% - 510px);
  transform: scale(0.12);
  transform-origin: top left;
  pointer-events: none; 
}

.fuesse2 {
  position: absolute;
  top: 250px;
  left: calc(50% - 590px);
  transform: scale(0.12) rotate(-15deg);
  transform-origin: top left;
  pointer-events: none; 
}

.fuesse3 {
  position: absolute;
  top: 600px;
  left: calc(50% - 550px);
  transform: scale(0.12) rotate(-85deg);
  transform-origin: top left;
  pointer-events: none; 
}

.fuesse4 {
  position: absolute;
  top: 750px;
  left: calc(50% - 350px);
  transform: scale(0.12) rotate(-105deg);
  transform-origin: top left;
  pointer-events: none; 
}