/*
Theme Name: MiMiDog Child
Template: twentytwentythree
Version: 1.0
Text Domain: mimidog-child
*/

:root {
  --bg: #f6f8f5;
  --surface: #ffffff;
  --surface-soft: #eef3ec;
  --text: #1b261f;
  --muted: #4f6358;
  --line: #d8e1db;
  --primary: #23623f;
  --primary-hover: #1a4e31;
  --accent: #db964b;
  --shadow: 0 24px 80px rgba(27, 38, 31, 0.12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
.wp-site-blocks {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 10%, #e8efe7 0%, transparent 36%),
    radial-gradient(circle at 90% 15%, #f5ead9 0%, transparent 32%),
    var(--bg);
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}
.mimidog-single-product-shell {
  padding-top: 24px;
  padding-bottom: 72px;
}

.mimidog-single-product-wrap {
  max-width: 1240px;
}

.mimidog-single-product__breadcrumbs-wrap {
  margin-bottom: 24px;
}

.mimidog-single-product__hero,
.mimidog-single-product__body {
  margin-top: 0;
}

.mimidog-single-product__body {
  margin-top: 28px;
}

.mimidog-single-product__related-wrap {
  margin-top: 32px;
}

.mimidog-single-product__content,
.mimidog-single-product__sidebar {
  min-width: 0;
}

.mimidog-single-product__sidebar {
  display: grid;
  gap: 16px;
  align-self: start;
}

@media (max-width: 781px) {
  .mimidog-single-product-shell {
    padding-top: 16px;
    padding-bottom: 48px;
  }

  .mimidog-single-product__breadcrumbs-wrap {
    margin-bottom: 16px;
  }

  .mimidog-single-product__body {
    margin-top: 20px;
  }

  .mimidog-single-product__related-wrap {
    margin-top: 24px;
  }
}

