@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  unicode-range: U+0100-02FF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20CF;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02FF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20CF;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122;
}

:root {
  --nortic-bg: #f9f8f6;
  --nortic-surface: #ffffff;
  --nortic-surface-soft: #eef1ec;
  --nortic-text: #1a1a1a;
  --nortic-muted: #5c5a55;
  --nortic-forest: #3a4f3d;
  --nortic-forest-dark: #2b3c2d;
  --nortic-copper: #b87333;
  --nortic-copper-dark: #925b28;
  --nortic-sand: #d4b895;
  --nortic-border: rgba(26, 26, 26, 0.13);
  --nortic-border-light: rgba(255, 255, 255, 0.22);
  --nortic-page: 1280px;
  --nortic-text-width: 760px;
  --nortic-radius: 4px;
  --nortic-header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.nortic-store {
  margin: 0;
  background: var(--nortic-bg);
  color: var(--nortic-text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nortic-store.menu-open {
  overflow: hidden;
}

body.nortic-store img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.nortic-store a {
  color: inherit;
  text-decoration: none;
}

body.nortic-store p,
body.nortic-store ul,
body.nortic-store ol {
  margin-top: 0;
}

body.nortic-store h1,
body.nortic-store h2,
body.nortic-store h3,
body.nortic-store h4,
body.nortic-store h5,
body.nortic-store h6 {
  margin: 0 0 0.45em;
  color: var(--nortic-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

body.nortic-store h1 {
  font-size: 64px;
}

body.nortic-store h2 {
  font-size: 48px;
}

body.nortic-store h3 {
  font-size: 30px;
}

body.nortic-store button,
body.nortic-store input,
body.nortic-store select,
body.nortic-store textarea {
  font: inherit;
  letter-spacing: 0;
}

body.nortic-store button,
body.nortic-store [type="button"],
body.nortic-store [type="submit"] {
  cursor: pointer;
}

body.nortic-store :focus-visible {
  outline: 3px solid rgba(184, 115, 51, 0.5);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nortic-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  padding: 12px 16px;
  background: var(--nortic-surface);
  color: var(--nortic-text);
  transform: translateY(-160%);
}

.nortic-skip-link:focus {
  transform: translateY(0);
}

.nortic-shell {
  width: min(calc(100% - 64px), var(--nortic-page));
  margin-inline: auto;
}

.nortic-prose-shell {
  max-width: var(--nortic-text-width);
}

.nortic-eyebrow {
  margin: 0 0 12px;
  color: var(--nortic-copper-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.nortic-anchor {
  position: relative;
  top: -140px;
}

.nortic-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.nortic-icon--arrow-right { mask-image: url("../icons/arrow-right.svg"); -webkit-mask-image: url("../icons/arrow-right.svg"); }
.nortic-icon--chevron-down { mask-image: url("../icons/chevron-down.svg"); -webkit-mask-image: url("../icons/chevron-down.svg"); }
.nortic-icon--globe-2 { mask-image: url("../icons/globe-2.svg"); -webkit-mask-image: url("../icons/globe-2.svg"); }
.nortic-icon--log-out { mask-image: url("../icons/log-out.svg"); -webkit-mask-image: url("../icons/log-out.svg"); }
.nortic-icon--map-pin { mask-image: url("../icons/map-pin.svg"); -webkit-mask-image: url("../icons/map-pin.svg"); }
.nortic-icon--menu { mask-image: url("../icons/menu.svg"); -webkit-mask-image: url("../icons/menu.svg"); }
.nortic-icon--package-check { mask-image: url("../icons/package-check.svg"); -webkit-mask-image: url("../icons/package-check.svg"); }
.nortic-icon--receipt-text { mask-image: url("../icons/receipt-text.svg"); -webkit-mask-image: url("../icons/receipt-text.svg"); }
.nortic-icon--rotate-ccw { mask-image: url("../icons/rotate-ccw.svg"); -webkit-mask-image: url("../icons/rotate-ccw.svg"); }
.nortic-icon--search { mask-image: url("../icons/search.svg"); -webkit-mask-image: url("../icons/search.svg"); }
.nortic-icon--settings-2 { mask-image: url("../icons/settings-2.svg"); -webkit-mask-image: url("../icons/settings-2.svg"); }
.nortic-icon--shield-check { mask-image: url("../icons/shield-check.svg"); -webkit-mask-image: url("../icons/shield-check.svg"); }
.nortic-icon--shopping-bag { mask-image: url("../icons/shopping-bag.svg"); -webkit-mask-image: url("../icons/shopping-bag.svg"); }
.nortic-icon--truck { mask-image: url("../icons/truck.svg"); -webkit-mask-image: url("../icons/truck.svg"); }
.nortic-icon--user-round { mask-image: url("../icons/user-round.svg"); -webkit-mask-image: url("../icons/user-round.svg"); }
.nortic-icon--x { mask-image: url("../icons/x.svg"); -webkit-mask-image: url("../icons/x.svg"); }

body.nortic-store .nortic-button,
body.nortic-store .button,
body.nortic-store button.button,
body.nortic-store input.button,
body.nortic-store .wp-element-button,
body.nortic-store .wc-block-components-button:not(.is-link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  gap: 10px;
  border: 1px solid var(--nortic-forest);
  border-radius: var(--nortic-radius);
  background: var(--nortic-forest);
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.nortic-store .nortic-button:hover,
body.nortic-store .button:hover,
body.nortic-store button.button:hover,
body.nortic-store input.button:hover,
body.nortic-store .wp-element-button:hover,
body.nortic-store .wc-block-components-button:not(.is-link):hover {
  border-color: var(--nortic-forest-dark);
  background: var(--nortic-forest-dark);
  color: #ffffff;
  transform: translateY(-1px);
}

body.nortic-store .nortic-button--secondary,
body.nortic-store .button.alt-secondary {
  border-color: rgba(26, 26, 26, 0.42);
  background: transparent;
  color: var(--nortic-text);
}

body.nortic-store .nortic-button--secondary:hover,
body.nortic-store .button.alt-secondary:hover {
  border-color: var(--nortic-text);
  background: var(--nortic-text);
  color: #ffffff;
}

.nortic-text-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding-block: 6px;
  border-bottom: 1px solid var(--nortic-copper);
  color: var(--nortic-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.nortic-text-link .nortic-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  transition: transform 160ms ease;
}

.nortic-text-link:hover .nortic-icon {
  transform: translateX(3px);
}

/* Header */
.nortic-topbar {
  min-height: 38px;
  background: var(--nortic-forest);
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.nortic-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nortic-topbar p {
  margin: 0;
}

.nortic-topbar__facts {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nortic-topbar__facts span,
.nortic-topbar__facts a {
  position: relative;
  white-space: nowrap;
}

.nortic-topbar__facts span + span::before,
.nortic-topbar__facts span + a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--nortic-sand);
  transform: translateY(-50%);
}

.nortic-topbar__facts a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nortic-header {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid var(--nortic-border);
  background: rgba(249, 248, 246, 0.96);
  backdrop-filter: blur(14px);
}

.admin-bar .nortic-header {
  top: 32px;
}

.nortic-header__inner {
  min-height: var(--nortic-header-height);
  display: grid;
  grid-template-columns: minmax(215px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.nortic-brand-wrap,
.nortic-brand-wrap .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.nortic-brand-wrap .custom-logo {
  width: auto;
  max-width: 230px;
  max-height: 58px;
}

.nortic-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--nortic-text);
  line-height: 1;
}

.nortic-brand__main {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 31px;
  font-weight: 600;
}

.nortic-brand__sub {
  margin-top: 4px;
  color: var(--nortic-copper-dark);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.nortic-nav {
  justify-self: center;
}

.nortic-nav__list,
.nortic-nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nortic-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.nortic-nav .menu-item {
  position: relative;
}

.nortic-nav .menu-item > a {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: var(--nortic-text);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.nortic-nav .current-menu-item > a,
.nortic-nav .current-menu-ancestor > a,
.nortic-nav .menu-item > a:hover {
  color: var(--nortic-copper-dark);
}

.nortic-nav .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -18px;
  z-index: 10;
  min-width: 210px;
  padding: 10px 18px;
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nortic-nav .menu-item:hover > .sub-menu,
.nortic-nav .menu-item:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nortic-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.nortic-language {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nortic-language--mobile {
  display: none;
}

.nortic-language__toggle,
.nortic-language__current {
  min-width: 58px;
  height: 42px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: var(--nortic-radius);
  background: transparent;
  color: var(--nortic-text);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.nortic-language__toggle:hover,
.nortic-language.is-open .nortic-language__toggle {
  border-color: var(--nortic-border);
  background: var(--nortic-surface);
  color: var(--nortic-copper-dark);
}

.nortic-language__toggle .nortic-icon--globe-2,
.nortic-language__current .nortic-icon--globe-2 {
  width: 17px;
  height: 17px;
}

.nortic-language__toggle .nortic-icon--chevron-down {
  width: 13px;
  height: 13px;
  transition: transform 160ms ease;
}

.nortic-language.is-open .nortic-language__toggle .nortic-icon--chevron-down {
  transform: rotate(180deg);
}

.nortic-language__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  min-width: 190px;
  padding: 7px;
  border: 1px solid var(--nortic-border);
  border-radius: var(--nortic-radius);
  background: var(--nortic-surface);
  box-shadow: 0 18px 40px rgba(26, 26, 26, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: none;
}

.nortic-language.is-open .nortic-language__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nortic-language__menu[aria-hidden="false"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
  pointer-events: auto;
}

.nortic-language__menu[aria-hidden="true"] {
  pointer-events: none;
}

.nortic-language__menu a {
  min-height: 40px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 3px;
  color: var(--nortic-text);
  font-size: 12px;
  font-weight: 600;
}

.nortic-language__menu a:hover,
.nortic-language__menu a.is-current {
  background: var(--nortic-surface-soft);
  color: var(--nortic-copper-dark);
}

.nortic-language__menu abbr {
  color: var(--nortic-muted);
  font-size: 10px;
  text-decoration: none;
}

.nortic-icon-button {
  position: relative;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--nortic-text);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.nortic-icon-button:hover {
  border-color: var(--nortic-border);
  background: var(--nortic-surface);
  color: var(--nortic-copper-dark);
}

.nortic-cart-count {
  position: absolute;
  top: 1px;
  right: 0;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--nortic-bg);
  border-radius: 9px;
  background: var(--nortic-copper);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.nortic-cart-count.is-empty {
  display: none;
}

.nortic-menu-toggle {
  display: none;
}

.nortic-menu-toggle__close {
  display: none;
}

.nortic-menu-toggle[aria-expanded="true"] .nortic-menu-toggle__open {
  display: none;
}

.nortic-menu-toggle[aria-expanded="true"] .nortic-menu-toggle__close {
  display: inline-block;
}

.nortic-search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 18px 0;
  border-top: 1px solid var(--nortic-border);
  border-bottom: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nortic-search-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nortic-product-search {
  max-width: 760px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--nortic-text);
}

.nortic-product-search input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--nortic-text);
  outline: 0;
}

.nortic-product-search button {
  min-height: 36px;
  padding: 7px 14px;
  border: 0;
  background: transparent;
  color: var(--nortic-copper-dark);
  font-weight: 700;
}

/* Store landing page */
.nortic-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #e7e0d4;
}

.nortic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(249, 248, 246, 0.94) 0%, rgba(249, 248, 246, 0.78) 38%, rgba(249, 248, 246, 0.18) 70%, rgba(249, 248, 246, 0.04) 100%);
  pointer-events: none;
}

body.nortic-store .nortic-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.nortic-hero__content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 104px;
  pointer-events: none;
}

.nortic-hero__content::before {
  content: "";
  position: absolute;
  top: 78px;
  left: -24px;
  width: 3px;
  height: 190px;
  background: var(--nortic-copper);
}

.nortic-hero__content > * {
  max-width: 590px;
  pointer-events: auto;
}

.nortic-hero h1 {
  margin-bottom: 16px;
  font-size: 76px;
}

.nortic-hero__lead {
  max-width: 570px;
  margin-bottom: 28px;
  color: #33332f;
  font-size: 18px;
  line-height: 1.65;
}

.nortic-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.nortic-section {
  padding: 96px 0;
}

.nortic-section-heading {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.nortic-section-heading h2 {
  margin-bottom: 0;
}

.nortic-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nortic-category-card {
  min-height: 260px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--nortic-border);
  border-radius: var(--nortic-radius);
  background: var(--nortic-surface);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.nortic-category-card:nth-child(2) {
  background: #f0ebe4;
}

.nortic-category-card:nth-child(3) {
  background: #edf1ea;
}

.nortic-category-card:nth-child(4) {
  background: #f5ede4;
}

.nortic-category-card:hover {
  border-color: var(--nortic-copper);
  transform: translateY(-3px);
}

.nortic-category-card__number {
  color: var(--nortic-copper-dark);
  font-size: 12px;
  font-weight: 700;
}

.nortic-category-card h3 {
  margin: 32px 0 12px;
  font-size: 34px;
}

.nortic-category-card p {
  margin-bottom: 26px;
  color: var(--nortic-muted);
  font-size: 13px;
  line-height: 1.6;
}

.nortic-category-card__action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

.nortic-category-card__action .nortic-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.nortic-featured-products {
  border-top: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
}

.nortic-empty-state {
  padding: 52px;
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface-soft);
  text-align: center;
}

.nortic-empty-state h3,
.nortic-empty-state h2 {
  margin-bottom: 12px;
}

.nortic-empty-state p {
  max-width: 620px;
  margin: 0 auto 24px;
  color: var(--nortic-muted);
}

.nortic-story {
  padding: 0 0 104px;
  background: var(--nortic-surface);
}

.nortic-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: stretch;
  border-top: 1px solid var(--nortic-border);
  border-bottom: 1px solid var(--nortic-border);
}

.nortic-story__media {
  min-height: 610px;
  overflow: hidden;
}

body.nortic-store .nortic-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(2.7);
  transform-origin: center;
}

.nortic-story__content {
  padding: 74px 64px;
  background: #eef1ec;
}

.nortic-story__content > p:not(.nortic-eyebrow) {
  color: var(--nortic-muted);
  font-size: 15px;
}

.nortic-steps {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.nortic-steps li {
  padding: 19px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid var(--nortic-border);
}

.nortic-steps li > span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nortic-copper);
  border-radius: 50%;
  color: var(--nortic-copper-dark);
  font-size: 12px;
  font-weight: 700;
}

.nortic-steps strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.nortic-steps p {
  margin: 0;
  color: var(--nortic-muted);
  font-size: 12px;
}

/* Generic pages */
.nortic-page-main,
.nortic-commerce-main {
  min-height: 55vh;
  padding: 72px 0 104px;
}

.nortic-page-header {
  margin-bottom: 46px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--nortic-border);
}

.nortic-page-header h1 {
  max-width: 900px;
  margin-bottom: 0;
}

.nortic-entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.nortic-entry-content > *:first-child {
  margin-top: 0;
}

.nortic-entry-content a:not(.button):not(.wp-element-button):not(.nortic-button) {
  color: var(--nortic-copper-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nortic-entry-content blockquote {
  margin: 32px 0;
  padding: 12px 0 12px 24px;
  border-left: 3px solid var(--nortic-copper);
  color: var(--nortic-muted);
}

.nortic-featured-image {
  margin-bottom: 42px;
}

.nortic-post-list {
  border-top: 1px solid var(--nortic-border);
}

.nortic-post-item {
  padding: 34px 0;
  border-bottom: 1px solid var(--nortic-border);
}

.nortic-post-item__date {
  margin-bottom: 8px;
  color: var(--nortic-copper-dark);
  font-size: 12px;
}

.nortic-post-item h2 {
  font-size: 36px;
}

.nortic-not-found {
  max-width: 760px;
  padding-top: 38px;
  text-align: center;
}

.nortic-not-found p:not(.nortic-eyebrow) {
  margin-bottom: 28px;
  color: var(--nortic-muted);
}

/* WooCommerce catalog */
.nortic-commerce-shell {
  position: relative;
}

body.nortic-store .woocommerce-breadcrumb {
  margin: 0 0 28px;
  color: var(--nortic-muted);
  font-size: 12px;
}

body.nortic-store .woocommerce-breadcrumb a {
  color: var(--nortic-text);
}

.nortic-catalog-intro {
  min-height: 265px;
  margin-bottom: 42px;
  padding: 48px 52px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid var(--nortic-border);
  border-bottom: 1px solid var(--nortic-border);
  background-color: var(--nortic-surface-soft);
  background-image: url("../images/paper-texture.png");
  background-size: 520px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.nortic-catalog-intro h1 {
  margin-bottom: 8px;
}

.nortic-catalog-intro__description {
  max-width: 700px;
  color: var(--nortic-muted);
  font-size: 14px;
}

.nortic-catalog-intro__description p {
  margin-bottom: 0;
}

body.nortic-store.woocommerce .woocommerce-result-count,
body.nortic-store.woocommerce-page .woocommerce-result-count {
  margin: 0;
  color: var(--nortic-muted);
  font-size: 12px;
  line-height: 44px;
}

body.nortic-store.woocommerce .woocommerce-ordering,
body.nortic-store.woocommerce-page .woocommerce-ordering {
  margin: 0 0 28px;
}

body.nortic-store.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 8px 40px 8px 13px;
  border: 1px solid var(--nortic-border);
  border-radius: var(--nortic-radius);
  background-color: var(--nortic-surface);
  color: var(--nortic-text);
  font-size: 12px;
}

body.nortic-store ul.products,
body.nortic-store.woocommerce ul.products,
body.nortic-store.woocommerce-page ul.products {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 50px 22px;
  clear: both;
}

body.nortic-store ul.products::before,
body.nortic-store ul.products::after {
  display: none;
}

body.nortic-store ul.products li.product,
body.nortic-store.woocommerce ul.products li.product,
body.nortic-store.woocommerce-page ul.products li.product {
  position: relative;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0 0 18px;
  float: none;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--nortic-border);
  text-align: left;
}

body.nortic-store ul.products li.product > a.woocommerce-LoopProduct-link {
  display: block;
  min-width: 0;
}

body.nortic-store ul.products li.product a img,
body.nortic-store.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 18px;
  box-sizing: border-box;
  padding: clamp(12px, 5%, 22px);
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(26, 26, 26, 0.06);
  border-radius: 0;
  background: linear-gradient(145deg, #fbfaf7 0%, #eef0ed 100%);
  transition: transform 220ms ease, opacity 220ms ease, border-color 220ms ease;
}

body.nortic-store ul.products li.product:hover a img {
  opacity: 0.96;
  transform: scale(1.015);
}

body.nortic-store ul.products li.product .onsale,
body.nortic-store span.onsale {
  top: 12px;
  right: 12px;
  left: auto;
  min-width: auto;
  min-height: 28px;
  margin: 0;
  padding: 5px 9px;
  border-radius: 2px;
  background: var(--nortic-copper);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
}

.nortic-product-category {
  display: block;
  margin-bottom: 7px;
  color: var(--nortic-copper-dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

body.nortic-store ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  margin: 0;
  padding: 0;
  color: var(--nortic-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
}

body.nortic-store ul.products li.product .star-rating {
  margin: 10px 0 0;
  color: var(--nortic-copper);
  font-size: 12px;
}

body.nortic-store ul.products li.product .price {
  min-height: 32px;
  margin: 12px 0 0;
  color: var(--nortic-text);
  font-size: 17px;
  font-weight: 700;
}

body.nortic-store ul.products li.product .price del {
  margin-right: 6px;
  color: var(--nortic-muted);
  font-size: 12px;
  opacity: 0.75;
}

body.nortic-store ul.products li.product .price ins {
  color: var(--nortic-copper-dark);
  text-decoration: none;
}

.nortic-stock {
  margin: 7px 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nortic-muted);
  font-size: 10px;
  font-weight: 600;
}

.nortic-stock > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #537a58;
}

.nortic-stock.is-unavailable > span {
  background: #a84d42;
}

body.nortic-store ul.products li.product .button {
  width: 100%;
  min-height: 44px;
  margin: auto 0 0;
  padding: 10px 15px;
  font-size: 12px;
}

body.nortic-store ul.products li.product .added_to_cart {
  margin-top: 8px;
  color: var(--nortic-copper-dark);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.nortic-store.woocommerce button.button.alt,
body.nortic-store.woocommerce input.button.alt,
body.nortic-store.woocommerce a.button.alt,
body.nortic-store .woocommerce button.button.alt,
body.nortic-store .woocommerce input.button.alt,
body.nortic-store .woocommerce a.button.alt {
  border-color: var(--nortic-forest);
  background: var(--nortic-forest);
  color: #ffffff;
}

body.nortic-store.woocommerce button.button.alt:hover,
body.nortic-store.woocommerce input.button.alt:hover,
body.nortic-store.woocommerce a.button.alt:hover,
body.nortic-store .woocommerce button.button.alt:hover,
body.nortic-store .woocommerce input.button.alt:hover,
body.nortic-store .woocommerce a.button.alt:hover {
  border-color: var(--nortic-forest-dark);
  background: var(--nortic-forest-dark);
  color: #ffffff;
}

body.nortic-store nav.woocommerce-pagination {
  margin-top: 60px;
}

body.nortic-store nav.woocommerce-pagination ul {
  margin: 0;
  border: 0;
  display: inline-flex;
  gap: 5px;
}

body.nortic-store nav.woocommerce-pagination ul li {
  border: 0;
}

body.nortic-store nav.woocommerce-pagination ul li a,
body.nortic-store nav.woocommerce-pagination ul li span {
  min-width: 40px;
  min-height: 40px;
  padding: 9px;
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
  color: var(--nortic-text);
}

body.nortic-store nav.woocommerce-pagination ul li span.current,
body.nortic-store nav.woocommerce-pagination ul li a:hover {
  border-color: var(--nortic-forest);
  background: var(--nortic-forest);
  color: #ffffff;
}

/* Single product */
body.nortic-store.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: 68px;
}

body.nortic-store.single-product div.product::before,
body.nortic-store.single-product div.product::after {
  display: none;
}

body.nortic-store.single-product div.product .woocommerce-product-gallery,
body.nortic-store.single-product div.product .summary {
  width: 100%;
  margin: 0;
  float: none;
}

body.nortic-store.single-product .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.nortic-store.single-product .woocommerce-product-gallery__image a {
  display: block;
  background: linear-gradient(145deg, #fbfaf7 0%, #eef0ed 100%);
}

body.nortic-store.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  width: 100%;
  aspect-ratio: 4 / 5;
  box-sizing: border-box;
  padding: clamp(20px, 6vw, 54px);
  object-fit: contain;
  object-position: center;
}

body.nortic-store.single-product .flex-control-thumbs {
  margin-top: 12px !important;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.nortic-store.single-product .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

body.nortic-store.single-product .summary {
  padding-top: 14px;
}

body.nortic-store.single-product .product_title {
  margin-bottom: 18px;
  font-size: 54px;
}

body.nortic-store.single-product .summary .price {
  margin: 0 0 24px;
  color: var(--nortic-copper-dark);
  font-size: 27px;
  font-weight: 700;
}

body.nortic-store.single-product .summary .price del {
  color: var(--nortic-muted);
  font-size: 16px;
}

body.nortic-store.single-product .summary .woocommerce-product-details__short-description {
  margin-bottom: 26px;
  color: var(--nortic-muted);
  font-size: 15px;
}

.nortic-product-description-lead {
  max-width: 780px;
  margin: 0 0 28px;
  padding: 22px 24px;
  border-left: 3px solid var(--nortic-copper);
  background: var(--nortic-surface-soft);
  color: var(--nortic-text);
  font-size: 16px;
  line-height: 1.75;
}

.nortic-product-description-lead--pending_unavailable {
  border-left-color: #9d6c3d;
  color: var(--nortic-muted);
}

.nortic-product-description-guidance {
  max-width: 780px;
  margin: -10px 0 28px;
  color: var(--nortic-muted);
  font-size: 15px;
  line-height: 1.7;
}

.nortic-product-specifications {
  max-width: 720px;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nortic-border);
  list-style: none;
}

.nortic-product-specifications li {
  padding: 11px 0;
  border-bottom: 1px solid var(--nortic-border);
  color: var(--nortic-muted);
}

.nortic-product-specifications strong {
  color: var(--nortic-text);
}

body.nortic-store.single-product form.cart {
  margin: 0 0 28px;
  padding: 24px 0;
  display: flex;
  align-items: stretch;
  gap: 10px;
  border-top: 1px solid var(--nortic-border);
  border-bottom: 1px solid var(--nortic-border);
}

body.nortic-store .quantity {
  min-height: 50px;
  display: inline-grid;
  grid-template-columns: 38px 52px 38px;
  align-items: stretch;
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
}

body.nortic-store .quantity .qty {
  width: 52px;
  min-width: 0;
  padding: 4px;
  border: 0;
  border-right: 1px solid var(--nortic-border);
  border-left: 1px solid var(--nortic-border);
  background: transparent;
  color: var(--nortic-text);
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

body.nortic-store .quantity .qty::-webkit-outer-spin-button,
body.nortic-store .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.nortic-quantity-button {
  width: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nortic-text);
  font-size: 21px;
  line-height: 1;
}

.nortic-quantity-button:hover {
  background: var(--nortic-surface-soft);
}

body.nortic-store.single-product form.cart .single_add_to_cart_button {
  min-width: 210px;
  flex: 1 1 auto;
}

body.nortic-store.single-product .stock {
  color: #416746;
  font-size: 12px;
  font-weight: 700;
}

body.nortic-store.single-product .stock.out-of-stock {
  color: #9d443b;
}

.nortic-product-facts {
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid var(--nortic-border);
  list-style: none;
}

.nortic-product-facts li {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--nortic-border);
}

.nortic-product-facts .nortic-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--nortic-copper-dark);
}

.nortic-product-facts strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.nortic-product-facts span span {
  display: block;
  color: var(--nortic-muted);
  font-size: 10px;
}

body.nortic-store.single-product .product_meta {
  color: var(--nortic-muted);
  font-size: 11px;
}

body.nortic-store.single-product .product_meta > span {
  display: block;
  margin-bottom: 5px;
}

body.nortic-store.single-product .woocommerce-tabs,
body.nortic-store.single-product .related,
body.nortic-store.single-product .upsells {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 34px;
}

body.nortic-store.single-product .woocommerce-tabs ul.tabs {
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--nortic-border);
}

body.nortic-store.single-product .woocommerce-tabs ul.tabs::before,
body.nortic-store.single-product .woocommerce-tabs ul.tabs li::before,
body.nortic-store.single-product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.nortic-store.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.nortic-store.single-product .woocommerce-tabs ul.tabs li a {
  padding: 14px 0;
  color: var(--nortic-muted);
  font-size: 12px;
  font-weight: 700;
}

body.nortic-store.single-product .woocommerce-tabs ul.tabs li.active a {
  margin-bottom: -1px;
  border-bottom: 2px solid var(--nortic-copper);
  color: var(--nortic-text);
}

body.nortic-store.single-product .woocommerce-Tabs-panel {
  max-width: 850px;
  color: var(--nortic-muted);
}

body.nortic-store.single-product .woocommerce-Tabs-panel h2,
body.nortic-store.single-product .related > h2,
body.nortic-store.single-product .upsells > h2 {
  margin-bottom: 28px;
  font-size: 40px;
}

/* Forms, notices, tables */
body.nortic-store .woocommerce-message,
body.nortic-store .woocommerce-info,
body.nortic-store .woocommerce-error,
body.nortic-store .wc-block-components-notice-banner {
  margin: 0 0 28px;
  padding: 18px 20px 18px 24px;
  border: 1px solid var(--nortic-border);
  border-left: 3px solid var(--nortic-copper);
  border-radius: 0;
  background: var(--nortic-surface);
  color: var(--nortic-text);
  font-size: 12px;
  line-height: 1.55;
}

body.nortic-store .woocommerce-error {
  border-left-color: #a84d42;
}

body.nortic-store .woocommerce-message::before,
body.nortic-store .woocommerce-info::before,
body.nortic-store .woocommerce-error::before {
  display: none;
}

body.nortic-store .woocommerce-message .button {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 10px;
}

body.nortic-store label,
body.nortic-store .wc-block-components-text-input label,
body.nortic-store .wc-block-components-combobox .wc-block-components-combobox-control label {
  color: var(--nortic-text);
  font-size: 12px;
  font-weight: 600;
}

body.nortic-store input[type="text"],
body.nortic-store input[type="email"],
body.nortic-store input[type="tel"],
body.nortic-store input[type="password"],
body.nortic-store input[type="number"],
body.nortic-store input[type="search"],
body.nortic-store select,
body.nortic-store textarea,
body.nortic-store .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--nortic-border);
  border-radius: var(--nortic-radius);
  background: var(--nortic-surface);
  color: var(--nortic-text);
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.nortic-store textarea {
  min-height: 130px;
  resize: vertical;
}

body.nortic-store input:focus,
body.nortic-store select:focus,
body.nortic-store textarea:focus,
body.nortic-store .select2-container--focus .select2-selection--single {
  border-color: var(--nortic-copper);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.12);
}

body.nortic-store .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 24px;
}

body.nortic-store .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

body.nortic-store table.shop_table,
body.nortic-store table.woocommerce-table {
  border: 1px solid var(--nortic-border);
  border-collapse: collapse;
  border-radius: 0;
  background: var(--nortic-surface);
}

body.nortic-store table.shop_table th,
body.nortic-store table.shop_table td,
body.nortic-store table.woocommerce-table th,
body.nortic-store table.woocommerce-table td {
  padding: 18px;
  border: 1px solid var(--nortic-border);
  vertical-align: middle;
}

body.nortic-store table.shop_table th,
body.nortic-store table.woocommerce-table th {
  font-size: 11px;
  font-weight: 700;
  text-align: left;
}

/* Cart, checkout, order, and account */
.nortic-cart-empty,
.nortic-catalog-empty {
  min-height: 330px;
  padding: 64px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid var(--nortic-border);
  border-bottom: 1px solid var(--nortic-border);
  background: var(--nortic-surface-soft);
  text-align: center;
}

.nortic-catalog-empty {
  margin-top: 34px;
}

.nortic-cart-empty > .nortic-icon,
.nortic-catalog-empty > .nortic-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  color: var(--nortic-copper-dark);
}

body.nortic-store .nortic-cart-empty h2,
body.nortic-store .nortic-catalog-empty h2 {
  margin: 0 0 12px;
  font-size: 42px;
}

.nortic-cart-empty p,
.nortic-catalog-empty p {
  max-width: 560px;
  margin: 0;
  color: var(--nortic-muted);
  font-size: 13px;
  line-height: 1.7;
}

.nortic-cart-empty .nortic-button,
.nortic-catalog-empty .nortic-button {
  margin-top: 28px;
}

body.nortic-store .woocommerce-cart-form {
  width: calc(66% - 26px);
  float: left;
}

body.nortic-store .cart-collaterals {
  width: 34%;
  padding-left: 28px;
  float: right;
}

body.nortic-store .cart-collaterals .cart_totals {
  width: 100%;
  padding: 28px;
  float: none;
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface-soft);
}

body.nortic-store .cart-collaterals .cart_totals h2 {
  font-size: 34px;
}

body.nortic-store .woocommerce-cart-form table.cart img {
  width: 78px;
  aspect-ratio: 1;
  object-fit: cover;
}

body.nortic-store .woocommerce-cart-form table.cart td.actions .coupon {
  display: flex;
  gap: 8px;
}

body.nortic-store .woocommerce-cart-form table.cart td.actions .coupon .input-text {
  width: 180px;
  min-height: 44px;
}

body.nortic-store .woocommerce-cart-form table.cart td.actions .button {
  min-height: 44px;
}

body.nortic-store .checkout_coupon,
body.nortic-store .woocommerce-form-login {
  max-width: 720px;
  margin: 0 0 32px !important;
  padding: 26px !important;
  border: 1px solid var(--nortic-border) !important;
  border-radius: 0 !important;
  background: var(--nortic-surface);
}

body.nortic-store form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 48px;
}

body.nortic-store form.checkout #customer_details,
body.nortic-store form.checkout #order_review_heading,
body.nortic-store form.checkout #order_review {
  width: 100%;
  float: none;
}

body.nortic-store form.checkout #customer_details {
  grid-row: 1 / span 2;
}

body.nortic-store form.checkout #order_review_heading {
  grid-column: 2;
  margin: 0;
}

body.nortic-store form.checkout #order_review {
  grid-column: 2;
  padding: 26px;
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface-soft);
}

body.nortic-store form.checkout h3,
body.nortic-store .woocommerce-billing-fields > h3,
body.nortic-store .woocommerce-additional-fields > h3 {
  margin: 0 0 24px;
  font-size: 34px;
}

body.nortic-store #payment {
  border-radius: 0;
  background: transparent;
}

body.nortic-store #payment ul.payment_methods {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--nortic-border);
}

body.nortic-store #payment div.payment_box {
  background: var(--nortic-surface);
  color: var(--nortic-muted);
  font-size: 11px;
}

body.nortic-store #payment div.payment_box::before {
  border-bottom-color: var(--nortic-surface);
}

body.nortic-store #payment div.form-row {
  padding: 20px 0 0;
}

body.nortic-store #payment #place_order {
  width: 100%;
}

body.nortic-store .wc-block-cart,
body.nortic-store .wc-block-checkout {
  margin: 0;
}

body.nortic-store .wc-block-components-sidebar-layout {
  align-items: flex-start;
  gap: 48px;
}

body.nortic-store .wc-block-components-main,
body.nortic-store .wc-block-components-sidebar {
  padding: 0;
}

body.nortic-store .wc-block-components-sidebar {
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface-soft);
}

body.nortic-store .wc-block-components-sidebar > * {
  padding-inline: 24px;
}

body.nortic-store .wc-block-components-order-summary {
  padding: 0;
}

body.nortic-store .wc-block-components-order-summary-item,
body.nortic-store .wc-block-cart-items .wc-block-cart-items__row {
  border-bottom: 1px solid var(--nortic-border);
}

body.nortic-store .wc-block-components-product-name {
  color: var(--nortic-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

body.nortic-store .wc-block-components-product-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #eef0ed;
}

body.nortic-store .wc-block-components-totals-wrapper,
body.nortic-store .wc-block-components-panel,
body.nortic-store .wc-block-components-checkout-step {
  border-color: var(--nortic-border);
}

body.nortic-store .wc-block-components-checkout-step__heading {
  margin-bottom: 20px;
}

body.nortic-store .wc-block-components-checkout-step__title,
body.nortic-store .wc-block-components-title {
  color: var(--nortic-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
}

body.nortic-store .wc-block-components-totals-coupon-link,
body.nortic-store .wc-block-components-button.is-link {
  color: var(--nortic-copper-dark);
  font-weight: 700;
}

body.nortic-store .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  width: 100%;
}

body.nortic-store .wc-block-components-radio-control-accordion-option,
body.nortic-store .wc-block-components-radio-control__option {
  background: var(--nortic-surface);
}

body.nortic-store .woocommerce-order-overview {
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
}

body.nortic-store .woocommerce-order-overview li {
  margin: 0;
  padding: 18px;
  border-right: 1px solid var(--nortic-border);
  font-size: 10px;
}

body.nortic-store .woocommerce-order-overview li:last-child {
  border-right: 0;
}

body.nortic-store .woocommerce-order-overview strong {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}

body.nortic-store .woocommerce-customer-details address {
  padding: 22px;
  border: 1px solid var(--nortic-border);
  border-radius: 0;
  background: var(--nortic-surface);
  line-height: 1.8;
}

body.nortic-store.nortic-account-authenticated .nortic-entry-content > .woocommerce {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

body.nortic-store.woocommerce-account:not(.nortic-account-authenticated) .nortic-entry-content > .woocommerce {
  max-width: 680px;
  margin-inline: auto;
}

body.nortic-store.woocommerce-account:not(.nortic-account-authenticated) .woocommerce-form-login {
  margin-inline: auto !important;
}

body.nortic-store.nortic-account-authenticated .nortic-entry-content > .woocommerce::before,
body.nortic-store.nortic-account-authenticated .nortic-entry-content > .woocommerce::after {
  display: none;
}

body.nortic-store .woocommerce-MyAccount-navigation {
  position: sticky;
  top: calc(var(--nortic-header-height) + 28px);
  width: 100%;
  float: none;
  overflow: hidden;
  border: 1px solid var(--nortic-border);
  border-radius: var(--nortic-radius);
  background: var(--nortic-surface);
}

body.admin-bar.nortic-store .woocommerce-MyAccount-navigation {
  top: calc(var(--nortic-header-height) + 60px);
}

.nortic-account-nav__header {
  padding: 22px 20px 20px;
  border-bottom: 1px solid var(--nortic-border);
}

.nortic-account-nav__header span,
.nortic-account-nav__header strong {
  display: block;
}

.nortic-account-nav__header span {
  margin-bottom: 4px;
  color: var(--nortic-copper-dark);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.nortic-account-nav__header strong {
  color: var(--nortic-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
}

body.nortic-store .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 7px;
  list-style: none;
}

body.nortic-store .woocommerce-MyAccount-navigation li {
  margin: 0;
  border: 0;
}

body.nortic-store .woocommerce-MyAccount-navigation li a {
  min-height: 50px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 11px;
  border-left: 2px solid transparent;
  border-radius: 3px;
  color: var(--nortic-muted);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.nortic-store .woocommerce-MyAccount-navigation li a:hover,
body.nortic-store .woocommerce-MyAccount-navigation li.is-active a {
  border-left-color: var(--nortic-copper);
  background: var(--nortic-surface-soft);
  color: var(--nortic-text);
}

body.nortic-store .woocommerce-MyAccount-navigation li a > .nortic-icon:first-child {
  width: 19px;
  height: 19px;
  color: var(--nortic-copper-dark);
}

.nortic-account-nav__arrow {
  width: 13px;
  height: 13px;
  justify-self: end;
  color: var(--nortic-muted);
  transform: rotate(-90deg);
}

body.nortic-store .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid var(--nortic-border);
}

body.nortic-store .woocommerce-MyAccount-navigation-link--customer-logout a {
  grid-template-columns: 20px minmax(0, 1fr);
}

body.nortic-store .woocommerce-MyAccount-content {
  width: 100%;
  min-width: 0;
  float: none;
}

body.nortic-store .woocommerce-MyAccount-content > h2,
body.nortic-store .woocommerce-MyAccount-content > form > h2,
body.nortic-store .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  font-size: 34px;
}

.nortic-account-overview__intro {
  max-width: 760px;
  padding: 4px 0 34px;
  border-bottom: 1px solid var(--nortic-border);
}

body.nortic-store .nortic-account-overview__intro h2 {
  margin-bottom: 13px;
  font-size: 44px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nortic-account-overview__intro > p:last-child {
  max-width: 650px;
  margin: 0;
  color: var(--nortic-muted);
  font-size: 14px;
}

.nortic-account-actions {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nortic-account-action {
  min-height: 138px;
  padding: 20px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 14px;
  align-items: start;
  gap: 13px;
  border: 1px solid var(--nortic-border);
  border-radius: var(--nortic-radius);
  background: var(--nortic-surface);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.nortic-account-action:hover {
  border-color: rgba(146, 91, 40, 0.45);
  background: #fcfbf9;
  transform: translateY(-2px);
}

.nortic-account-action > .nortic-icon:first-child {
  width: 23px;
  height: 23px;
  color: var(--nortic-copper-dark);
}

.nortic-account-action span {
  min-width: 0;
}

.nortic-account-action strong,
.nortic-account-action small {
  display: block;
}

.nortic-account-action strong {
  margin-bottom: 8px;
  color: var(--nortic-text);
  font-size: 13px;
}

.nortic-account-action small {
  color: var(--nortic-muted);
  font-size: 10px;
  line-height: 1.6;
}

.nortic-account-action__arrow {
  width: 13px;
  height: 13px;
  margin-top: 4px;
  color: var(--nortic-muted);
  transform: rotate(-90deg);
}

/* Footer */
.nortic-service-strip {
  border-top: 1px solid var(--nortic-border);
  background: var(--nortic-surface);
}

.nortic-service-strip__grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nortic-service-item {
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--nortic-border);
}

.nortic-service-item:first-child {
  border-left: 1px solid var(--nortic-border);
}

.nortic-service-item .nortic-icon {
  width: 28px;
  height: 28px;
  color: var(--nortic-copper-dark);
}

.nortic-service-item strong,
.nortic-service-item span {
  display: block;
}

.nortic-service-item strong {
  margin-bottom: 5px;
  font-size: 13px;
}

.nortic-service-item span {
  color: var(--nortic-muted);
  font-size: 11px;
  line-height: 1.55;
}

.nortic-footer {
  background: var(--nortic-forest-dark);
  color: rgba(255, 255, 255, 0.82);
}

.nortic-footer__main {
  padding: 56px 0 48px;
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(150px, 0.75fr) minmax(180px, 0.9fr) minmax(230px, 1.1fr);
  gap: 42px;
}

.nortic-footer__main--compact {
  grid-template-columns: minmax(300px, 1.4fr) minmax(180px, 0.7fr) minmax(280px, 1fr);
}

.nortic-brand--footer {
  color: #ffffff;
}

.nortic-brand--footer .nortic-brand__main {
  color: #ffffff;
  font-size: 38px;
}

.nortic-brand--footer .nortic-brand__sub {
  color: var(--nortic-sand);
}

.nortic-footer__brand p {
  max-width: 340px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.7;
}

body.nortic-store .nortic-footer h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-transform: uppercase;
}

.nortic-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nortic-footer__links li + li {
  margin-top: 9px;
}

.nortic-footer__links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.nortic-footer__links a:hover {
  color: #ffffff;
}

.nortic-footer__payment p {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.7;
}

.nortic-footer__bottom {
  min-height: 66px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--nortic-border-light);
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
}

.nortic-footer__bottom p {
  margin: 0;
}

/* Responsive */
@media (max-width: 1120px) {
  .nortic-header__inner {
    gap: 20px;
  }

  .nortic-nav__list {
    gap: 17px;
  }

  .nortic-nav .menu-item > a {
    font-size: 12px;
  }

  .nortic-category-grid,
  body.nortic-store ul.products,
  body.nortic-store.woocommerce ul.products,
  body.nortic-store.woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nortic-category-card:last-child {
    grid-column: span 3;
    min-height: 210px;
  }

  .nortic-story__content {
    padding: 56px 42px;
  }
}

@media (max-width: 960px) {
  :root {
    --nortic-header-height: 74px;
  }

  .admin-bar .nortic-header {
    top: 32px;
  }

  .nortic-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
  }

  .nortic-brand-wrap {
    order: 1;
  }

  .nortic-header-tools {
    order: 2;
  }

  .nortic-menu-toggle {
    order: 3;
    display: inline-flex;
  }

  .nortic-language--desktop {
    display: none;
  }

  .nortic-language--mobile {
    margin-top: 16px;
    display: flex;
    border-top: 1px solid var(--nortic-border);
  }

  .nortic-language--mobile .nortic-language__toggle,
  .nortic-language--mobile .nortic-language__current {
    width: 100%;
    min-height: 48px;
    padding: 0;
    justify-content: flex-start;
    border: 0;
  }

  .nortic-language--mobile .nortic-language__menu {
    top: calc(100% + 2px);
    right: auto;
    left: 0;
    width: min(280px, 100%);
  }

  .nortic-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    order: 4;
    width: 100%;
    max-height: calc(100vh - 112px);
    padding: 14px 32px 28px;
    overflow-y: auto;
    border-top: 1px solid var(--nortic-border);
    border-bottom: 1px solid var(--nortic-border);
    background: var(--nortic-bg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .nortic-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nortic-nav__list {
    display: block;
  }

  .nortic-nav .menu-item > a {
    min-height: 48px;
    border-bottom: 1px solid var(--nortic-border);
    font-size: 14px;
  }

  .nortic-nav .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0 18px;
    border: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  body.nortic-store.nortic-account-authenticated .nortic-entry-content > .woocommerce {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.nortic-store .woocommerce-MyAccount-navigation {
    position: static;
    margin-bottom: 0;
  }

  body.nortic-store .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
  }

  body.nortic-store .woocommerce-MyAccount-navigation-link--customer-logout {
    grid-column: 1 / -1;
  }

  .nortic-hero,
  .nortic-hero__content {
    min-height: 570px;
  }

  .nortic-hero__image {
    object-position: 44% center;
  }

  .nortic-hero__content {
    padding-top: 74px;
  }

  .nortic-hero__content::before {
    top: 54px;
  }

  .nortic-hero h1 {
    font-size: 62px;
  }

  .nortic-story__grid {
    grid-template-columns: 1fr;
  }

  .nortic-story__media {
    min-height: 470px;
  }

  body.nortic-store.single-product div.product {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.nortic-store.single-product .summary {
    max-width: 680px;
  }

  body.nortic-store .woocommerce-cart-form,
  body.nortic-store .cart-collaterals,
  body.nortic-store .woocommerce-MyAccount-navigation,
  body.nortic-store .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  body.nortic-store .cart-collaterals {
    margin-top: 32px;
  }

  body.nortic-store form.checkout {
    grid-template-columns: 1fr;
  }

  body.nortic-store form.checkout #customer_details,
  body.nortic-store form.checkout #order_review_heading,
  body.nortic-store form.checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  body.nortic-store .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }

  body.nortic-store .wc-block-components-sidebar-layout {
    gap: 32px;
  }

  body.nortic-store .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.nortic-store .woocommerce-order-overview li {
    border-bottom: 1px solid var(--nortic-border);
  }

  .nortic-service-strip__grid {
    grid-template-columns: 1fr;
  }

  .nortic-service-item,
  .nortic-service-item:first-child {
    border-right: 1px solid var(--nortic-border);
    border-bottom: 1px solid var(--nortic-border);
    border-left: 1px solid var(--nortic-border);
  }

  .nortic-footer__main {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .nortic-footer__payment {
    grid-column: 1 / -1;
  }
}

@media (max-width: 782px) {
  .admin-bar .nortic-header {
    top: 46px;
  }
}

@media (max-width: 720px) {
  body.nortic-store h1 {
    font-size: 48px;
  }

  body.nortic-store h2 {
    font-size: 38px;
  }

  .nortic-cart-empty,
  .nortic-catalog-empty {
    min-height: 280px;
    padding: 48px 22px;
  }

  body.nortic-store .nortic-cart-empty h2,
  body.nortic-store .nortic-catalog-empty h2 {
    font-size: 34px;
  }

  .nortic-shell {
    width: min(calc(100% - 40px), var(--nortic-page));
  }

  .nortic-account-actions {
    grid-template-columns: 1fr;
  }

  .nortic-account-action {
    min-height: 112px;
  }

  .nortic-topbar__inner {
    justify-content: center;
  }

  .nortic-topbar p,
  .nortic-topbar__facts span:first-child,
  .nortic-topbar__facts a {
    display: none;
  }

  .nortic-topbar__facts span + span::before {
    display: none;
  }

  .nortic-brand__main {
    font-size: 27px;
  }

  .nortic-brand__sub {
    font-size: 8px;
  }

  .nortic-icon-button {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .nortic-search-panel__inner {
    width: min(calc(100% - 32px), var(--nortic-page));
  }

  .nortic-product-search {
    grid-template-columns: 20px minmax(0, 1fr) auto;
  }

  .nortic-product-search button {
    padding-inline: 6px;
  }

  .nortic-hero,
  .nortic-hero__content {
    min-height: 560px;
  }

  .nortic-hero__image {
    object-position: 40% center;
  }

  .nortic-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(249, 248, 246, 0.9) 0%, rgba(249, 248, 246, 0.68) 72%, rgba(249, 248, 246, 0.38) 100%);
    pointer-events: none;
  }

  .nortic-hero__content {
    padding-top: 60px;
  }

  .nortic-hero__content::before {
    display: none;
  }

  .nortic-hero h1 {
    max-width: 400px;
    font-size: 52px;
  }

  .nortic-hero__lead {
    max-width: 440px;
    font-size: 16px;
  }

  .nortic-hero__actions {
    width: 100%;
  }

  .nortic-hero__actions .nortic-button {
    flex: 1 1 210px;
  }

  .nortic-section {
    padding: 72px 0;
  }

  .nortic-section-heading {
    margin-bottom: 30px;
    align-items: flex-start;
  }

  .nortic-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nortic-category-card,
  .nortic-category-card:last-child {
    grid-column: auto;
    min-height: 235px;
    padding: 22px;
  }

  .nortic-category-card h3 {
    margin-top: 22px;
    font-size: 29px;
  }

  .nortic-story {
    padding-bottom: 72px;
  }

  .nortic-story__media {
    min-height: 360px;
  }

  .nortic-story__content {
    padding: 46px 28px;
  }

  .nortic-page-main,
  .nortic-commerce-main {
    padding: 52px 0 76px;
  }

  .nortic-page-header {
    margin-bottom: 34px;
  }

  .nortic-catalog-intro {
    min-height: 230px;
    padding: 34px 30px;
    align-items: flex-start;
    flex-direction: column;
    background-size: 360px auto;
  }

  body.nortic-store ul.products,
  body.nortic-store.woocommerce ul.products,
  body.nortic-store.woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 14px;
  }

  body.nortic-store ul.products li.product .woocommerce-loop-product__title {
    min-height: 43px;
    font-size: 21px;
  }

  body.nortic-store ul.products li.product .price {
    font-size: 15px;
  }

  body.nortic-store.single-product .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
    padding: 22px;
  }

  body.nortic-store.single-product .product_title {
    font-size: 45px;
  }

  body.nortic-store.single-product form.cart {
    flex-wrap: wrap;
  }

  body.nortic-store.single-product form.cart .single_add_to_cart_button {
    min-width: 0;
  }

  body.nortic-store.single-product .woocommerce-tabs ul.tabs {
    gap: 18px;
    overflow-x: auto;
  }

  body.nortic-store table.shop_table_responsive tr td,
  body.nortic-store.woocommerce-page table.shop_table_responsive tr td {
    padding: 14px;
    border-bottom: 1px solid var(--nortic-border);
  }

  body.nortic-store .woocommerce-cart-form table.cart td.actions .coupon {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }

  body.nortic-store .woocommerce-cart-form table.cart td.actions .coupon .input-text {
    width: 100%;
  }

  body.nortic-store .woocommerce-order-overview {
    display: block;
  }

  body.nortic-store .woocommerce-order-overview li {
    width: 100%;
    border-right: 0;
  }

  .nortic-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 28px;
  }

  .nortic-footer__brand,
  .nortic-footer__payment {
    grid-column: 1 / -1;
  }

  .nortic-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .nortic-shell {
    width: min(calc(100% - 28px), var(--nortic-page));
  }

  .nortic-brand__main {
    font-size: 24px;
  }

  .nortic-brand__sub {
    font-size: 7px;
  }

  body.nortic-store .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  body.nortic-store .woocommerce-MyAccount-navigation-link--customer-logout {
    grid-column: auto;
  }

  body.nortic-store .nortic-account-overview__intro h2 {
    font-size: 36px;
  }

  .nortic-nav {
    padding-inline: 18px;
  }

  .nortic-hero h1 {
    font-size: 46px;
  }

  .nortic-hero__lead {
    font-size: 14px;
  }

  .nortic-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nortic-section-heading {
    display: block;
  }

  .nortic-section-heading .nortic-text-link {
    margin-top: 18px;
  }

  .nortic-category-grid {
    grid-template-columns: 1fr;
  }

  .nortic-category-card,
  .nortic-category-card:last-child {
    min-height: 210px;
  }

  .nortic-empty-state {
    padding: 36px 22px;
  }

  body.nortic-store ul.products li.product .button {
    min-height: 42px;
    padding-inline: 8px;
    font-size: 11px;
  }

  body.nortic-store.single-product form.cart .single_add_to_cart_button {
    width: 100%;
    flex-basis: 100%;
  }

  body.nortic-store .cart-collaterals .cart_totals,
  body.nortic-store form.checkout #order_review,
  body.nortic-store .wc-block-components-sidebar > * {
    padding-inline: 18px;
  }

  .nortic-footer__main {
    grid-template-columns: 1fr;
  }

  .nortic-footer__brand,
  .nortic-footer__payment {
    grid-column: auto;
  }
}

.nortic-category-grid--operator {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nortic-category-grid--operator .nortic-category-card:last-child {
  grid-column: auto;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
