/*
Theme Name: Norterra Editable Store
Theme URI: https://goldengold.store/
Author: Norterra Pouches
Description: A WooCommerce block theme built for Shopify-style section editing through the WordPress Site Editor.
Version: 1.1.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: norterra-block
Tags: block-patterns, full-site-editing, e-commerce, custom-colors, custom-logo, editor-style, wide-blocks
*/

:root {
  --norterra-purple: #471ddd;
  --norterra-black: #121212;
  --norterra-text: #171717;
  --norterra-border: #e5e5e5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
a { text-underline-offset: 0.18em; }

.norterra-site-header,
.norterra-site-footer {
  position: relative;
  z-index: 20;
}

.norterra-main-header {
  border-bottom: 1px solid var(--norterra-border);
}

.norterra-main-header__inner {
  min-height: 82px;
}

.norterra-main-header .wp-block-navigation__responsive-container-open,
.norterra-main-header .wp-block-navigation__responsive-container-close {
  padding: 8px;
}

.norterra-site-main {
  min-height: 45vh;
}

.norterra-site-footer {
  border-top: 1px solid var(--norterra-border);
}

@media (max-width: 781px) {
  .norterra-main-header__inner {
    min-height: 66px;
  }

  .norterra-main-header__inner > .wp-block-group {
    gap: 12px !important;
  }
}

/* Section 1: Announcement bars. */
.norterra-announcement-bars {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  overflow-wrap: anywhere;
}

.norterra-announcement-bar {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.norterra-announcement-bar p {
  width: 100%;
}

@media (max-width: 782px) {
  .norterra-announcement-bar {
    min-height: 0 !important;
    padding: 9px 12px !important;
  }

  .norterra-announcement-bar p {
    font-size: 13px !important;
    line-height: 1.28 !important;
  }
}


/* WooCommerce single-product template wrapper. */
.norterra-product-template { width: 100%; max-width: none !important; margin: 0 !important; }
.norterra-product-template > main { width: 100%; max-width: none; margin: 0; }
