/* 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: 'Sacramento', sans-serif;
      background-color: var(--bg);
      color: #fff;
    }

p {
	font-family: "Sacramento", cursive;
  font-size: 28px;
  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: 28px;
    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(--bg);
      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
}

.woocommerce .product .woocommerce-loop-product__title {
    color: #8f8f8f;
    font-size: 24px;
}

/* ===== Buttons allgemein (z.B. Anmelden) ===== */
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    font-size: 16px !important;   
    font-weight: 600 !important;  
}

/* ===== Preis im Warenkorb oben rechts ===== */
.site-tools .woostify-header-total-price {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* ===== Produktpreise im Shop-Grid ===== */
.woocommerce .product .product-loop-meta .price .woocommerce-Price-amount {
    font-size: 18px !important;   
    font-weight: 700 !important;  
    color: #2b2b2b !important;   
}

/* ===== "In den Warenkorb"-Button unter Produkten ===== */
.product-loop-meta .button {
    font-size: 15px !important;   
    padding: 10px 18px !important; 
    white-space: nowrap !important; 
}

.product-loop-meta .button {
    font-size: 0 !important;        
    position: relative;
    padding: 10px 18px;
    height: 50px;
}

/* Container-Link vom Account-Block */
.wp-block-woocommerce-customer-account a {
  display: inline-flex;            
  align-items: center;
  gap: 8px;                        
  text-decoration: none;           
}

/* Das Label "Anmelden" direkt */
.wp-block-woocommerce-customer-account .label {
  font-size: 18px !important;      
  font-weight: 600 !important;
  line-height: 1.3;
}

/* Das Account-Icon etwas größer ziehen (optional) */
.wc-block-customer-account__account-icon {
  width: 24px !important;
  height: 24px !important;
}

/* Warenkorb-Badge Hintergrundfarbe */
.site-tools .shop-cart-count,
.cart-sidebar-head .shop-cart-count {
    background-color: #787d71 !important; /* dein gewünschtes Grau-Grün */
    color: #000000 !important;               
}

/* Preisangaben im Mini-Cart */
.mini-cart-product-price .woocommerce-Price-amount {
    font-size: 16px !important;   
    font-weight: 600 !important; 
    color: #2b2b2b !important;   
}

.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1346af !important; 
}

.woocommerce-billing-fields__title,
.woocommerce-shipping-fields__title,
.woocommerce-additional-fields__title,
.woocommerce-column__title {
    color: #2b2b2b !important;   /* dunkles Grau/Schwarz für Lesbarkeit */
    font-size: 20px;             /* optional: etwas größer */
    font-weight: 600;            /* klarer hervorgehoben */
}

/* ===== Checkout-Überschriften & Texte auf dunkel setzen ===== */
.wc-block-checkout .has-white-color,
.wp-block-woocommerce-checkout .has-white-color {
  color: #2b2b2b !important; /* überschreibt den weißen Utility-Style */
}

/* Titel in den Woo Blocks (z.B. "Kontaktinformation", "Rechnungsadresse") */
.wc-block-checkout h2,
.wc-block-checkout h3,
.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-components-panel__title,
.woocommerce-billing-fields__title,
.woocommerce-shipping-fields__title,
.woocommerce-column__title {
  color: #2b2b2b !important;
}

/* Formularlabels & Hilfetexte */
.wc-block-checkout label,
.wc-block-components-text,
.wc-block-components-radio-control__label,
.wc-block-components-checkbox__label {
  color: #2b2b2b !important;
  font-size: 18px;
}
