/*
Theme Name: JALORA Edelsteine
Theme URI: https://jalora.ch/
Author: Codex
Author URI: https://openai.com/
Description: Responsive WooCommerce theme for JALORA gemstone jewelry.
Version: 1.3.26
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: jalora
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-logo, custom-menu, featured-images, responsive-layout
*/

:root {
  --jalora-ink: #3c2924;
  --jalora-muted: #725f55;
  --jalora-soft: #f7f1ea;
  --jalora-sand: #e8dccf;
  --jalora-cream: #fffaf5;
  --jalora-clay: #a98772;
  --jalora-gold: #b99a67;
  --jalora-green: #8ea88f;
  --jalora-rose: #d8aaa1;
  --jalora-border: rgba(60, 41, 36, 0.16);
  --jalora-shadow: 0 24px 55px rgba(60, 41, 36, 0.12);
  --jalora-serif: "Cormorant Garamond", "Times New Roman", serif;
  --jalora-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--jalora-cream);
  color: var(--jalora-ink);
  font-family: var(--jalora-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.site-wrap {
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 28px;
  width: 100%;
}

.top-bar {
  background: #e7d8c6;
  color: #573f36;
  font-size: 13px;
  padding: 8px 0;
}

.top-bar__inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.utility-menu,
.main-menu,
.mobile-utility-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.utility-menu a,
.main-menu a,
.mobile-utility-menu a {
  text-decoration: none;
  white-space: nowrap;
}

.mobile-utility-navigation {
  display: none;
}

.site-header {
  background: rgba(255, 250, 245, 0.94);
  border-bottom: 1px solid var(--jalora-border);
  position: sticky;
  top: 0;
  z-index: 50;
}

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

.header-main {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 96px;
}

.site-branding {
  justify-self: start;
  text-align: left;
}

.custom-logo,
.jalora-logo {
  width: min(220px, 45vw);
}

.site-title {
  font-family: var(--jalora-serif);
  font-size: 34px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.main-navigation {
  display: flex;
  font-size: 14px;
  justify-content: center;
  justify-self: center;
  width: 100%;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.icon-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--jalora-ink);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 40px;
}

.icon-link svg {
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.7;
  width: 20px;
}

.cart-count {
  align-items: center;
  background: var(--jalora-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-overlay[hidden] {
  display: none;
}

.search-overlay {
  inset: 0;
  position: fixed;
  z-index: 120;
}

.search-overlay__backdrop {
  background: rgba(60, 41, 36, 0.28);
  inset: 0;
  position: absolute;
}

.search-overlay__panel {
  background: var(--jalora-cream);
  border-bottom: 1px solid var(--jalora-border);
  box-shadow: 0 24px 70px rgba(60, 41, 36, 0.16);
  left: 50%;
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(32px, 5vw, 58px);
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: min(980px, calc(100vw - 36px));
}

.search-overlay-open {
  overflow: hidden;
}

.search-overlay__close {
  align-items: center;
  background: transparent;
  border: 1px solid var(--jalora-border);
  color: var(--jalora-ink);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 42px;
}

.search-overlay__close svg {
  height: 20px;
  width: 20px;
}

.search-overlay h2 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.95;
  margin: 0 56px 28px 0;
}

.search-overlay__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 18px;
}

.search-overlay__input {
  background: #fff;
  border: 1px solid var(--jalora-border);
  color: var(--jalora-ink);
  font: inherit;
  font-size: 18px;
  min-height: 58px;
  padding: 0 18px;
  width: 100%;
}

.search-overlay__submit {
  background: var(--jalora-soft);
  border: 1px solid var(--jalora-border);
  border-left: 0;
  color: var(--jalora-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 58px;
  padding: 0 24px;
}

.search-overlay__popular {
  align-items: center;
  color: var(--jalora-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.search-overlay__popular span {
  font-size: 14px;
  margin-right: 4px;
}

.search-overlay__popular button {
  background: #fff;
  border: 1px solid var(--jalora-border);
  color: var(--jalora-ink);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  min-height: 36px;
  padding: 6px 13px;
}

.search-overlay__status {
  color: var(--jalora-muted);
  font-size: 14px;
  min-height: 20px;
}

.search-overlay__results {
  display: grid;
  gap: 28px;
  margin-top: 14px;
}

.search-result-group {
  border-top: 1px solid var(--jalora-border);
  padding-top: 24px;
}

.search-result-group h3,
.search-overlay__empty h3 {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.search-result-group > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.search-result {
  align-items: center;
  background: #fffaf5;
  border: 1px solid rgba(60, 41, 36, 0.08);
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 96px;
  padding: 10px;
  text-decoration: none;
}

.search-result img {
  aspect-ratio: 1 / 1;
  background: var(--jalora-soft);
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.search-result strong,
.search-result span span {
  display: block;
}

.search-result strong {
  color: var(--jalora-ink);
  line-height: 1.3;
}

.search-result span span {
  color: var(--jalora-muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 5px;
}

.search-overlay__empty {
  border-top: 1px solid var(--jalora-border);
  color: var(--jalora-muted);
  padding-top: 24px;
}

.search-page .search-form {
  margin: 28px auto 0;
  max-width: 560px;
}

.search-page__empty {
  grid-column: 1 / -1;
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}

.search-page__empty h2 {
  font-size: clamp(36px, 4vw, 54px);
  margin-bottom: 14px;
}

.search-page__empty p {
  color: var(--jalora-muted);
  margin: 0 auto 24px;
  max-width: 520px;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--jalora-ink);
  display: none;
  height: 48px;
  justify-content: center;
  padding: 10px;
  width: 48px;
}

.menu-toggle svg {
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  width: 24px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(76, 55, 44, 0.68), rgba(76, 55, 44, 0.08) 58%),
    var(--hero-image),
    linear-gradient(135deg, #b59678, #e8dccf 56%, #f7f1ea);
  background-position: center;
  background-size: cover;
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background:
    radial-gradient(ellipse at 72% 35%, rgba(255, 255, 255, 0.36) 0 8%, transparent 9%),
    linear-gradient(128deg, transparent 0 56%, rgba(81, 53, 40, 0.2) 57% 58%, transparent 59%),
    linear-gradient(98deg, transparent 0 64%, rgba(81, 53, 40, 0.16) 65% 66%, transparent 67%),
    linear-gradient(76deg, transparent 0 70%, rgba(81, 53, 40, 0.14) 71% 72%, transparent 73%);
  content: "";
  inset: 0;
  opacity: 0.75;
  position: absolute;
}

.hero__inner {
  align-items: center;
  display: grid;
  min-height: 590px;
  position: relative;
  z-index: 1;
}

.hero__content {
  color: #fffaf5;
  max-width: 720px;
  padding: 82px 0;
}

.eyebrow {
  color: var(--jalora-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 250, 245, 0.82);
}

h1,
h2,
h3,
h4 {
  font-family: var(--jalora-serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(46px, 6vw, 82px);
  margin: 0 0 26px;
}

.hero h1 {
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.08;
  max-width: 720px;
}

h2 {
  font-size: clamp(34px, 4vw, 52px);
  margin: 0 0 22px;
}

h3 {
  font-size: 30px;
  margin: 0 0 10px;
}

.hero p {
  font-size: 18px;
  margin: 0 0 32px;
  max-width: 430px;
}

.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  align-items: center;
  background: #fffaf5;
  border: 1px solid transparent;
  color: var(--jalora-ink);
  cursor: pointer;
  display: inline-flex;
  font-weight: 600;
  gap: 9px;
  min-height: 48px;
  padding: 13px 22px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--jalora-ink);
  color: #fffaf5;
  transform: translateY(-1px);
}

.button--ghost {
  background: transparent;
  border-color: currentColor;
}

.section {
  padding: 82px 0;
}

.section--soft {
  background: var(--jalora-soft);
}

.section--split {
  background: linear-gradient(90deg, var(--jalora-soft) 0 50%, #d8cabd 50% 100%);
  padding: 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split__content {
  padding: 92px 9vw 92px 0;
}

.split__media {
  background: #d8cabd;
  min-height: 370px;
  overflow: hidden;
}

.split__media img {
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  width: 100%;
}

.story-split {
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.story-section .split__content {
  max-width: 520px;
  padding: 56px 0;
}

.category-grid,
.journal-grid,
.product-grid {
  display: grid;
  gap: 26px;
}

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

.product-grid,
.woocommerce ul.products {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.journal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card,
.journal-card,
.woocommerce ul.products li.product {
  min-width: 0;
}

.journal-card {
  background: #fffaf5;
}

.journal-card > a {
  display: block;
  text-decoration: none;
}

.category-card img,
.journal-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.image-tile {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 35% 38%, rgba(255, 255, 255, 0.48), transparent 20%),
    linear-gradient(135deg, var(--tile-a, #b9c9b5), var(--tile-b, #eadbd3));
  overflow: hidden;
  position: relative;
}

.image-tile::before,
.image-tile::after {
  border: 1px solid rgba(255, 250, 245, 0.62);
  border-radius: 999px;
  content: "";
  height: 42%;
  left: 25%;
  position: absolute;
  top: 30%;
  transform: rotate(-16deg);
  width: 52%;
}

.image-tile::after {
  border-color: rgba(185, 154, 103, 0.7);
  height: 36%;
  left: 31%;
  top: 34%;
  width: 43%;
}

.category-card {
  text-align: center;
}

.category-card h3,
.journal-card h3 {
  font-size: 27px;
  margin-top: 18px;
}

.journal-card h2 {
  font-size: clamp(30px, 3vw, 44px);
  margin: 18px 0 14px;
}

.journal-card p {
  color: var(--jalora-muted);
  margin: 0 0 16px;
}

.journal-archive__header h1 {
  margin-bottom: 16px;
}

.journal-archive__header p:not(.eyebrow) {
  color: var(--jalora-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 660px;
}

.journal-archive__content {
  display: grid;
  gap: 64px;
}

.journal-feature-list {
  display: grid;
  gap: 34px;
}

.journal-feature {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 74px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
}

.journal-feature__image {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.journal-feature__image img,
.journal-feature__image .image-tile {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.journal-feature__content {
  max-width: 520px;
}

.journal-feature h2 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
  margin: 0 0 20px;
}

.journal-feature h2 a {
  color: inherit;
  text-decoration: none;
}

.journal-feature p:not(.eyebrow) {
  color: var(--jalora-muted);
  line-height: 1.75;
  margin: 0 0 20px;
}

.journal-feature + .journal-card {
  margin-top: 18px;
}

.journal-archive__note {
  border-top: 1px solid var(--jalora-border);
  display: grid;
  gap: 18px clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 1fr);
  padding-top: 48px;
}

.journal-archive__note .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.journal-archive__note h2 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1;
  margin: 0;
  max-width: 390px;
}

.journal-archive__note p:not(.eyebrow) {
  color: var(--jalora-muted);
  line-height: 1.75;
  margin: 0;
  max-width: 660px;
}

.text-link {
  color: var(--jalora-ink);
  font-weight: 600;
  text-decoration: none;
}

.text-link::after {
  content: "  ->";
}

.section-heading {
  margin: 0 auto 36px;
  max-width: 720px;
  text-align: center;
}

.materials-page .page-header {
  padding: 0;
}

.materials-hero {
  background: linear-gradient(90deg, var(--jalora-soft) 0 50%, #d8cabd 50% 100%);
  border-bottom: 1px solid var(--jalora-border);
}

.materials-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 520px;
}

.materials-hero__content {
  align-self: center;
  max-width: 560px;
  padding: 88px 64px 88px 0;
}

.materials-hero__content p:not(.eyebrow) {
  color: var(--jalora-muted);
  font-size: 18px;
  margin: 0 0 28px;
}

.materials-hero__image {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.materials-hero__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.materials-intro,
.materials-split,
.materials-cta__grid {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.materials-copy {
  color: var(--jalora-muted);
  font-size: 18px;
}

.materials-copy p {
  margin: 0 0 18px;
}

.material-feature-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.material-feature {
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
}

.material-feature img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.material-feature div {
  padding: 28px;
}

.material-feature h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.material-feature p {
  color: var(--jalora-muted);
  margin: 0;
}

.materials-split {
  align-items: center;
}

.materials-split__media img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
}

.materials-split__content {
  max-width: 560px;
}

.materials-list {
  color: var(--jalora-muted);
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.materials-faq {
  max-width: 880px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
  padding: 20px 24px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  color: var(--jalora-muted);
  margin: 14px 0 0;
}

.materials-cta {
  background: #fffaf5;
}

.materials-link-grid {
  align-self: center;
  display: grid;
  gap: 14px;
  justify-items: start;
}

.payment-method-grid {
  display: grid;
  gap: 18px;
}

.payment-page .materials-hero__content h1 {
  font-size: clamp(38px, 4.2vw, 56px);
  max-width: 460px;
}

.payment-page .materials-hero__content {
  max-width: 500px;
  padding-right: 72px;
}

.payment-card {
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
  padding: 28px;
}

.payment-card h3 {
  font-family: var(--jalora-serif);
  font-size: 32px;
  line-height: 1.08;
  margin: 0 0 14px;
}

.payment-card p,
.payment-split p {
  color: var(--jalora-muted);
}

.payment-card p {
  margin: 0;
}

.shipping-page .materials-hero__content h1 {
  font-size: clamp(42px, 4.6vw, 64px);
  max-width: 500px;
}

.shipping-table-wrap {
  border: 1px solid var(--jalora-border);
  margin: 24px 0 16px;
  overflow-x: auto;
}

.shipping-table {
  border-collapse: collapse;
  min-width: 520px;
  width: 100%;
}

.shipping-table th,
.shipping-table td {
  border-bottom: 1px solid var(--jalora-border);
  padding: 16px 18px;
  text-align: left;
}

.shipping-table th {
  color: var(--jalora-ink);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shipping-table tr:last-child td {
  border-bottom: 0;
}

.shipping-note {
  color: var(--jalora-muted);
  font-size: 14px;
  line-height: 1.7;
}

.shipping-country-list {
  color: var(--jalora-muted);
  columns: 2;
  margin: 22px 0;
  padding-left: 20px;
}

.shipping-country-list li {
  break-inside: avoid;
  margin-bottom: 8px;
}

.return-steps {
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
}

.return-step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.return-step-number {
  color: var(--jalora-muted);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}

.returns-page .materials-hero__content h1 {
  font-size: clamp(52px, 5vw, 76px);
}

.contact-header p:not(.eyebrow) {
  color: var(--jalora-muted);
  font-size: 18px;
  margin: 18px auto 0;
  max-width: 700px;
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.contact-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.contact-panel {
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
  padding: 38px;
}

.contact-panel h2 {
  font-size: 42px;
  margin-bottom: 24px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form__row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form p {
  margin: 0;
}

.contact-form label:not(.contact-check) {
  color: var(--jalora-muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid var(--jalora-border);
  border-radius: 0;
  color: var(--jalora-ink);
  font: inherit;
  min-height: 52px;
  padding: 0 16px;
  width: 100%;
}

.contact-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--jalora-muted) 50%),
    linear-gradient(135deg, var(--jalora-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 42px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 14px 16px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #b99d88;
  outline: 1px solid #b99d88;
  outline-offset: -1px;
}

.contact-check {
  align-items: flex-start;
  color: var(--jalora-muted);
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.contact-check input {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid var(--jalora-border);
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  min-height: 0;
  position: relative;
  width: 18px;
}

.contact-check input:checked {
  background: var(--jalora-ink);
  border-color: var(--jalora-ink);
}

.contact-check input:checked::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 9px;
  left: 6px;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  width: 4px;
}

.contact-honey {
  display: none;
}

.contact-message {
  border: 1px solid var(--jalora-border);
  margin-bottom: 20px;
  padding: 14px 16px;
}

.contact-message--success {
  background: #f2f7ef;
}

.contact-message--error {
  background: #fbefed;
}

.about-page {
  background: #fffaf5;
}

.about-hero {
  background: var(--jalora-soft);
}

.about-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 6vw, 88px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.about-hero__image {
  margin: 0;
}

.about-hero__image img {
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  width: 100%;
}

.about-hero__content {
  max-width: 560px;
}

.about-hero__content p:not(.eyebrow),
.about-copy,
.about-values p,
.about-split__content p {
  color: var(--jalora-muted);
}

.about-hero__content p:not(.eyebrow),
.about-copy {
  font-size: 18px;
}

.about-intro,
.about-split {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.about-copy p {
  margin: 0 0 18px;
}

.about-values {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-values article {
  border-top: 1px solid var(--jalora-border);
  padding-top: 26px;
}

.about-values h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.about-values p {
  margin: 0;
}

.about-split {
  align-items: center;
}

.about-split__content {
  max-width: 560px;
}

.about-split__media img {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
}

.about-cta {
  background: #fffaf5;
}

.about-cta__inner {
  max-width: 780px;
  text-align: center;
}

.about-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  justify-content: center;
  margin-top: 26px;
}

.product-card {
  text-align: center;
}

.product-card__image,
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  background: #f6eee6;
  object-fit: cover;
  width: 100%;
}

.product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--jalora-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin: 15px 0 2px;
}

.price,
.woocommerce-Price-amount {
  color: var(--jalora-ink);
  font-weight: 700;
}

.trust-band {
  background: #fff;
  border-block: 1px solid var(--jalora-border);
}

.trust-band__grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.trust-item p {
  color: var(--jalora-muted);
  margin: 0;
}

.newsletter {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-self: end;
  max-width: 660px;
  width: 100%;
}

.newsletter-form > div,
.newsletter-form .mailpoet,
.newsletter-form .mailpoet_form_shortcode {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.newsletter-form form,
.newsletter-form .mailpoet_form {
  align-items: stretch;
  display: grid !important;
  gap: 0;
  grid-template-columns: minmax(190px, 1fr) minmax(240px, 1.25fr) 128px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.newsletter-form .mailpoet_form > .mailpoet_message:only-child,
.newsletter-form .mailpoet_form > .mailpoet_validate_success:only-child,
.newsletter-form .mailpoet_form > .mailpoet_form_successfully_send:only-child {
  grid-column: 1 / -1;
}

.newsletter-form .newsletter-fallback-form {
  grid-template-columns: minmax(0, 1fr) 70px;
}

.newsletter-form p,
.newsletter-form .mailpoet_paragraph,
.newsletter-form .mailpoet_form_paragraph,
.newsletter-form .mailpoet_submit {
  margin: 0;
}

.newsletter-form .mailpoet_paragraph,
.newsletter-form .mailpoet_form_paragraph {
  min-width: 0;
  width: 100% !important;
}

.newsletter-form .mailpoet_paragraph:has(input[type="text"]),
.newsletter-form .mailpoet_paragraph:has(input[type="email"]),
.newsletter-form .mailpoet_paragraph:has(.mailpoet_text),
.newsletter-form .mailpoet_paragraph:has(.mailpoet_email),
.newsletter-form .mailpoet_form_paragraph:has(input[type="text"]),
.newsletter-form .mailpoet_form_paragraph:has(input[type="email"]),
.newsletter-form .mailpoet_form_paragraph:has(.mailpoet_text),
.newsletter-form .mailpoet_form_paragraph:has(.mailpoet_email) {
  display: block !important;
  visibility: visible !important;
}

.newsletter-form label,
.newsletter-form .mailpoet_form_loading {
  display: none;
}

.newsletter-form input,
.newsletter-form .mailpoet_text,
.newsletter-form .mailpoet_email {
  background: #fff;
  border: 1px solid var(--jalora-border);
  border-radius: 0;
  box-shadow: none;
  color: var(--jalora-ink);
  font: inherit;
  height: 58px;
  min-height: 58px;
  padding: 0 20px;
  max-width: none !important;
  width: 100% !important;
}

.newsletter-form input:focus,
.newsletter-form .mailpoet_text:focus,
.newsletter-form .mailpoet_email:focus {
  border-color: #b99d88;
  outline: 1px solid #b99d88;
  outline-offset: -1px;
}

.newsletter-form button,
.newsletter-form input[type="submit"],
.newsletter-form .mailpoet_submit {
  background: var(--jalora-sand);
  border: 1px solid var(--jalora-border);
  border-radius: 0;
  box-shadow: none;
  color: var(--jalora-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  height: 58px;
  line-height: 1;
  min-height: 58px;
  min-width: 128px;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap;
  width: 128px;
}

.newsletter-form button:hover,
.newsletter-form input[type="submit"]:hover,
.newsletter-form .mailpoet_submit:hover {
  background: #d9c7b5;
}

.newsletter-form .mailpoet_message,
.newsletter-form .mailpoet_validate_success,
.newsletter-form .mailpoet_validate_error,
.newsletter-form .mailpoet_form_successfully_send,
.newsletter-form .mailpoet_form_message,
.newsletter-form .mailpoet_form_errors,
.newsletter-form .mailpoet_form_error,
.newsletter-form .mailpoet_errors,
.newsletter-form .mailpoet_error {
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
  box-sizing: border-box;
  clear: both;
  color: var(--jalora-ink);
  display: block;
  float: none !important;
  font-size: 15px;
  grid-column: 1 / -1;
  height: auto !important;
  inset: auto !important;
  line-height: 1.65;
  margin: 16px 0 0 !important;
  max-width: none !important;
  padding: 18px 20px;
  position: static !important;
  text-align: left;
  transform: none !important;
  width: 100% !important;
}

.newsletter-form .mailpoet_message p,
.newsletter-form .mailpoet_validate_success p,
.newsletter-form .mailpoet_validate_error p,
.newsletter-form .mailpoet_form_successfully_send p,
.newsletter-form .mailpoet_form_message p,
.newsletter-form .mailpoet_form_errors p,
.newsletter-form .mailpoet_form_error p,
.newsletter-form .mailpoet_errors p,
.newsletter-form .mailpoet_error p {
  color: inherit;
  margin: 0;
  max-width: 520px;
}

.newsletter-form .mailpoet_validate_success,
.newsletter-form .mailpoet_form_successfully_send {
  background: #f7f2eb;
}

.newsletter-form .mailpoet_validate_error {
  background: #fbefed;
}

.newsletter-form .mailpoet_message[style*="display: none"],
.newsletter-form .mailpoet_validate_success[style*="display: none"],
.newsletter-form .mailpoet_validate_error[style*="display: none"],
.newsletter-form .mailpoet_form_successfully_send[style*="display: none"],
.newsletter-form .mailpoet_form_message[style*="display: none"],
.newsletter-form .mailpoet_form_errors[style*="display: none"],
.newsletter-form .mailpoet_form_error[style*="display: none"],
.newsletter-form .mailpoet_errors[style*="display: none"],
.newsletter-form .mailpoet_error[style*="display: none"] {
  display: none !important;
}

.newsletter-form .mailpoet_message[hidden],
.newsletter-form .mailpoet_validate_success[hidden],
.newsletter-form .mailpoet_validate_error[hidden],
.newsletter-form .mailpoet_form_successfully_send[hidden],
.newsletter-form .mailpoet_form_message[hidden],
.newsletter-form .mailpoet_form_errors[hidden],
.newsletter-form .mailpoet_form_error[hidden],
.newsletter-form .mailpoet_errors[hidden],
.newsletter-form .mailpoet_error[hidden] {
  display: none !important;
}

.newsletter-form :not(input):not(textarea):not(select):not(button).is-empty {
  border: 0 !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.newsletter-form input.is-empty,
.newsletter-form textarea.is-empty,
.newsletter-form select.is-empty,
.newsletter-form button.is-empty {
  display: block !important;
  height: 58px !important;
  min-height: 58px !important;
}

.newsletter-form .mailpoet_message:empty,
.newsletter-form .mailpoet_validate_success:empty,
.newsletter-form .mailpoet_validate_error:empty,
.newsletter-form .mailpoet_form_successfully_send:empty,
.newsletter-form .mailpoet_form_message:empty,
.newsletter-form .mailpoet_form_errors:empty,
.newsletter-form .mailpoet_form_error:empty,
.newsletter-form .mailpoet_errors:empty,
.newsletter-form .mailpoet_error:empty {
  border: 0 !important;
  display: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.newsletter-note {
  box-sizing: border-box;
  color: var(--jalora-muted);
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin: 18px 0 0 !important;
  max-width: 100%;
  position: relative;
  text-align: left;
  width: 100%;
}

.site-footer {
  background: #f2e8dd;
  border-top: 1px solid var(--jalora-border);
  padding: 58px 0 36px;
}

.footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.footer-logo {
  width: 170px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: var(--jalora-muted);
  text-decoration: none;
}

.footer-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.footer-bottom {
  color: var(--jalora-muted);
  font-size: 13px;
  margin-top: 44px;
}

.content-area {
  padding: 72px 0;
}

.page-header {
  background: var(--jalora-soft);
  padding: 76px 0 54px;
  text-align: center;
}

.page-header h1 {
  color: var(--jalora-ink);
  margin-bottom: 12px;
}

.woocommerce-products-header .container,
.shop-archive > .container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1220px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  width: 100% !important;
}

.page-header p,
.term-description {
  color: var(--jalora-muted);
  margin: 0 auto;
  max-width: 760px;
}

.shop-category-hero {
  background: var(--jalora-soft);
  border-bottom: 1px solid var(--jalora-border);
}

.shop-category-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 82px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  min-height: 430px;
}

.shop-category-hero__content {
  max-width: 570px;
  padding: 72px 0;
}

.shop-category-hero .page-title {
  font-size: clamp(54px, 6vw, 86px);
  line-height: 0.95;
  margin: 0 0 22px;
}

.shop-category-hero__lead {
  color: var(--jalora-ink);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 16px;
}

.shop-category-hero__content p:not(.eyebrow):not(.shop-category-hero__lead) {
  color: var(--jalora-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.shop-category-hero__image {
  height: 100%;
  margin: 0;
  min-height: 430px;
  overflow: hidden;
}

.shop-category-hero__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.entry-content {
  margin: 0 auto;
  max-width: 880px;
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--jalora-muted);
  font-size: 13px;
  margin: 0 0 28px;
}

.shop-archive {
  padding-top: 46px;
}

.shop-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--jalora-border);
  border-top: 1px solid var(--jalora-border);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 34px;
  padding: 18px 0;
}

.woocommerce-result-count {
  color: var(--jalora-muted);
  float: none;
  font-size: 14px;
  margin: 0;
}

.woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text {
  background: #fff;
  border: 1px solid var(--jalora-border);
  min-height: 48px;
  padding: 10px 14px;
  width: 100%;
}

.woocommerce-ordering select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--jalora-muted) 50%),
    linear-gradient(135deg, var(--jalora-muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 13px) 20px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  color: var(--jalora-ink);
  min-width: 240px;
  padding-right: 40px;
}

.woocommerce ul.products {
  clear: both;
  display: grid !important;
  gap: 42px 34px !important;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
  margin: 0 auto !important;
  max-width: 100%;
  padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: transparent;
  float: none !important;
  margin: 0 !important;
  max-width: 310px;
  text-align: center;
  width: auto !important;
}

.woocommerce ul.products li.product a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 1px solid rgba(60, 41, 36, 0.08);
  display: block;
  margin: 0 0 18px;
  object-fit: cover;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

.woocommerce ul.products li.product:hover a img {
  opacity: 0.92;
  transform: translateY(-2px);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--jalora-ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 290px;
  padding: 0;
}

.woocommerce ul.products li.product .price {
  color: var(--jalora-ink);
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 18px;
}

.woocommerce ul.products li.product .button {
  background: transparent;
  border-color: var(--jalora-border);
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  width: 100%;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--jalora-ink);
  border-color: var(--jalora-ink);
}

.shop-category-note {
  border-top: 1px solid var(--jalora-border);
  display: grid;
  gap: 18px 70px;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  margin-top: 74px;
  padding: 48px 0 8px;
}

.shop-category-note .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.shop-category-note h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  margin: 0;
}

.shop-category-note p:not(.eyebrow) {
  color: var(--jalora-muted);
  line-height: 1.75;
  margin: 0;
  max-width: 660px;
}

@media (min-width: 981px) {
  .shop-archive {
    padding-top: 32px;
  }
}

.woocommerce div.product {
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none;
  width: auto;
}

.woocommerce div.product .product_title {
  font-size: clamp(38px, 5vw, 64px);
}

.woocommerce div.product p.price {
  font-size: 24px;
}

.woocommerce .quantity .qty {
  border: 1px solid var(--jalora-border);
  min-height: 48px;
  padding: 8px;
  width: 78px;
}

.woocommerce-tabs,
.related.products,
.upsells.products {
  grid-column: 1 / -1;
}

.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--jalora-border);
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 52px 0 24px;
  padding: 0;
}

.woocommerce-tabs ul.tabs a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
}

.woocommerce table.shop_table {
  border: 1px solid var(--jalora-border);
  border-collapse: collapse;
  width: 100%;
}

.woocommerce-cart-form .shop_table {
  table-layout: fixed;
}

.woocommerce-cart-form .product-remove {
  width: 38px;
}

.woocommerce-cart-form .product-thumbnail {
  width: 72px;
}

.woocommerce-cart-form .product-price {
  width: 130px;
}

.woocommerce-cart-form .product-quantity {
  width: 112px;
}

.woocommerce-cart-form .product-subtotal {
  width: 150px;
}

.woocommerce-cart-form .product-remove,
.woocommerce-cart-form .product-thumbnail {
  text-align: center;
}

.woocommerce-cart-form .product-thumbnail img {
  aspect-ratio: 1;
  display: block;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.woocommerce-cart-form .product-name a {
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.woocommerce-cart-form .remove {
  align-items: center;
  color: #b80000;
  display: inline-flex;
  font-size: 22px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 28px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid var(--jalora-border);
  padding: 16px;
  text-align: left;
}

.woocommerce-cart-form .actions {
  background: #fffaf5;
  display: table-cell;
  padding: 18px !important;
  width: 100%;
}

.cart-actions-layout {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
}

.woocommerce-cart-form .coupon {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(280px, 420px) auto minmax(0, 1fr);
  width: 100%;
}

.woocommerce-cart-form .coupon .input-text {
  background: #fff;
  border: 1px solid var(--jalora-border);
  color: var(--jalora-ink);
  min-height: 48px;
  padding: 0 14px;
  width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon #coupon_code,
.woocommerce-page table.cart td.actions .coupon #coupon_code {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 280px;
  width: 100% !important;
}

.woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"],
.woocommerce-page table.cart td.actions .coupon button[name="apply_coupon"] {
  float: none !important;
  white-space: nowrap;
  width: auto;
}

.woocommerce-cart-form .coupon .button,
.cart-actions-layout > .button {
  min-height: 48px;
  padding: 0 18px;
}

.cart-actions-layout > .button {
  justify-self: end;
  min-width: 220px;
}

.woocommerce-cart-form .coupon .woocommerce-error,
.woocommerce-cart-form .coupon .woocommerce-info,
.woocommerce-cart-form .coupon .woocommerce-message {
  grid-column: 1 / -1;
  margin: 0;
}

.cart-collaterals,
.woocommerce-checkout-review-order {
  background: var(--jalora-soft);
  padding: 28px;
}

.woocommerce-cart .cart-collaterals {
  margin-left: auto;
  margin-top: 24px;
  max-width: 720px;
  padding: 34px;
  width: min(100%, 720px);
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce-cart .cart-collaterals h2 {
  font-size: clamp(34px, 3.6vw, 48px);
  margin-bottom: 24px;
  text-align: left;
}

.woocommerce-cart .cart-collaterals table.shop_table {
  background: #fffaf5;
}

.woocommerce-cart .cart-collaterals table.shop_table th {
  width: 34%;
}

.woocommerce-cart .cart-collaterals table.shop_table th,
.woocommerce-cart .cart-collaterals table.shop_table td {
  vertical-align: top;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
  margin: 0 0 12px;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
  margin: 8px 0 0;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  display: inline-flex;
  margin-top: 8px;
}

@media (max-width: 782px) {
  .woocommerce-cart-form .shop_table {
    table-layout: auto;
  }

  .woocommerce-cart-form .shop_table thead {
    display: none;
  }

  .woocommerce-cart-form .shop_table tbody,
  .woocommerce-cart-form .shop_table tr,
  .woocommerce-cart-form .shop_table td {
    display: block;
    width: 100% !important;
  }

  .woocommerce-cart-form .shop_table tr.cart_item {
    border: 1px solid var(--jalora-border);
    margin-bottom: 18px;
  }

  .woocommerce-cart-form .shop_table tr.cart_item td {
    align-items: start;
    border-bottom: 1px solid var(--jalora-border);
    display: grid;
    gap: 16px;
    grid-template-columns: 120px minmax(0, 1fr);
    padding: 16px;
    text-align: right;
  }

  .woocommerce-cart-form .shop_table tr.cart_item td::before {
    color: var(--jalora-ink);
    content: attr(data-title) ":";
    font-weight: 700;
    text-align: left;
  }

  .woocommerce-cart-form .shop_table tr.cart_item td.product-remove {
    display: flex;
    justify-content: flex-end;
    padding: 12px 16px;
  }

  .woocommerce-cart-form .shop_table tr.cart_item td.product-remove::before,
  .woocommerce-cart-form .shop_table tr.cart_item td.product-thumbnail::before {
    content: none;
  }

  .woocommerce-cart-form .shop_table tr.cart_item td.product-thumbnail {
    display: none;
  }

  .woocommerce-cart-form .product-name a {
    display: block;
    overflow-wrap: break-word;
  }

  .woocommerce-cart-form .quantity {
    justify-self: end;
  }

  .woocommerce-cart-form .quantity input {
    max-width: 82px;
  }

  .woocommerce-cart-form .actions {
    display: block;
    padding: 18px !important;
  }

  .cart-actions-layout,
  .woocommerce-cart-form .coupon {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .woocommerce-cart-form .coupon .input-text,
  .woocommerce-cart-form .coupon .button,
  .cart-actions-layout > .button {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .woocommerce-cart table.cart td.actions .coupon #coupon_code,
  .woocommerce-page table.cart td.actions .coupon #coupon_code,
  .woocommerce-cart table.cart td.actions .coupon button[name="apply_coupon"],
  .woocommerce-page table.cart td.actions .coupon button[name="apply_coupon"] {
    min-width: 0;
    width: 100% !important;
  }
}

.woocommerce-checkout .col2-set {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
}

.jalora-checkout-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
}

.jalora-checkout-main .col2-set {
  gap: 22px;
  grid-template-columns: 1fr;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout #order_review_heading {
  font-size: clamp(30px, 3vw, 42px);
  margin-bottom: 18px;
}

.woocommerce-checkout form .form-row {
  margin: 0 0 14px;
  padding: 0;
}

.woocommerce-checkout form .form-row label {
  color: var(--jalora-muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 8px);
}

.woocommerce-checkout .form-row-first {
  margin-right: 16px;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 10px;
}

.jalora-checkout-coupon {
  margin-top: 18px;
}

.jalora-checkout-coupon__toggle {
  background: #fffaf5;
  border-left-color: var(--jalora-gold);
  justify-content: space-between;
  margin: 0;
  padding: 16px 18px;
}

.jalora-checkout-coupon .jalora-show-coupon {
  background: transparent;
  border: 0;
  color: var(--jalora-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-underline-offset: 3px;
}

.jalora-checkout-coupon .jalora-show-coupon:hover,
.jalora-checkout-coupon .jalora-show-coupon:focus {
  text-decoration: underline;
}

.jalora-checkout-coupon__panel {
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
  border-top: 0;
  margin: 0;
  padding: 18px;
}

.jalora-checkout-coupon__panel[hidden] {
  display: none;
}

.jalora-checkout-coupon__panel label {
  color: var(--jalora-muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
}

.jalora-checkout-coupon__row {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) auto;
}

.jalora-checkout-coupon__message {
  margin-top: 12px;
}

.jalora-checkout-coupon__message:empty {
  display: none;
}

.jalora-checkout-coupon__message .woocommerce-message,
.jalora-checkout-coupon__message .woocommerce-info,
.jalora-checkout-coupon__message .woocommerce-error {
  margin: 0;
}

.jalora-checkout-summary {
  position: sticky;
  top: 24px;
}

.jalora-checkout-summary #order_review_heading {
  text-align: left;
}

.jalora-checkout-summary .woocommerce-checkout-review-order {
  padding: 24px;
}

.jalora-checkout-summary table.shop_table th,
.jalora-checkout-summary table.shop_table td {
  padding: 14px;
}

.jalora-checkout-summary .woocommerce-checkout-payment {
  margin-top: 20px;
}

.jalora-checkout-summary .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jalora-checkout-summary .wc_payment_method {
  border-top: 1px solid var(--jalora-border);
  padding: 14px 0;
}

.jalora-checkout-summary .payment_box {
  color: var(--jalora-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
}

.jalora-checkout-summary .place-order {
  margin: 18px 0 0;
  padding: 0;
}

.jalora-checkout-summary #place_order {
  justify-content: center;
  min-height: 52px;
  width: 100%;
}

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  grid-column: 1 / -1;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  align-items: center;
  background: #fffaf5;
  border: 1px solid var(--jalora-border);
  border-left: 4px solid #8fa35d;
  box-shadow: none;
  color: var(--jalora-ink);
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0 0 24px;
  padding: 18px 20px;
}

.woocommerce-message::before {
  align-items: center;
  background: #8fa35d;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 13px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.woocommerce-info::before {
  color: var(--jalora-gold);
  content: "Hinweis";
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.woocommerce-error {
  border-left-color: #a94f4f;
  display: block;
}

.woocommerce-error::before {
  content: none;
}

.pagination,
.woocommerce-pagination ul {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin: 46px 0 0;
  padding: 0;
}

.page-numbers {
  align-items: center;
  border: 1px solid var(--jalora-border);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  padding: 0 10px;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--jalora-ink);
  color: #fff;
}

@media (max-width: 980px) {
  .top-bar__inner {
    justify-content: center;
    text-align: center;
  }

  .utility-menu {
    display: none;
  }

  .header-main {
    grid-template-columns: 1fr;
    min-height: 78px;
    position: relative;
  }

  .site-branding {
    grid-column: 1;
    justify-self: center;
    text-align: center;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-navigation {
    left: 0;
    justify-content: flex-start;
    justify-self: start;
    order: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
  }

  .header-actions {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-navigation .main-menu {
    background: var(--jalora-cream);
    display: none;
    left: 0;
    padding: 20px 28px 18px;
    position: absolute;
    right: auto;
    top: 100%;
    width: 100vw;
    z-index: 80;
  }

  .main-navigation.is-open .main-menu {
    display: grid;
  }

  .mobile-utility-navigation {
    background: var(--jalora-cream);
    border-bottom: 1px solid var(--jalora-border);
    border-top: 1px solid var(--jalora-border);
    display: none;
    left: 0;
    padding: 18px 28px 24px;
    position: absolute;
    right: auto;
    top: calc(100% + var(--mobile-main-menu-height, 0px));
    width: 100vw;
    z-index: 80;
  }

  .main-navigation.is-open .mobile-utility-navigation {
    display: block;
  }

  .mobile-utility-menu {
    align-items: stretch;
    display: grid;
    gap: 14px;
  }

  .main-menu a,
  .mobile-utility-menu a {
    white-space: normal;
  }

  .header-actions .icon-link:not(.cart-link):not(.search-toggle) {
    display: none;
  }

  .category-grid,
  .journal-grid,
  .product-grid,
  .woocommerce ul.products,
  .trust-band__grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .journal-feature,
  .journal-archive__note,
  .shop-category-hero__grid,
  .shop-category-note,
  .newsletter,
  .materials-hero__grid,
  .materials-intro,
  .material-feature-grid,
  .materials-split,
  .materials-cta__grid,
  .return-steps,
  .return-step-grid,
  .contact-grid,
  .contact-form__row,
  .about-hero__grid,
  .about-intro,
  .about-values,
  .about-split,
  .woocommerce div.product,
  .jalora-checkout-layout,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  .jalora-checkout-summary {
    position: static;
  }

  .section--split {
    background: var(--jalora-soft);
  }

  .materials-hero {
    background: var(--jalora-soft);
  }

  .shop-category-hero__grid {
    gap: 0;
    min-height: 0;
  }

  .shop-category-hero__content {
    max-width: 720px;
    padding: 58px 0 40px;
  }

  .shop-category-hero__image {
    min-height: 320px;
  }

  .about-hero__grid,
  .about-split {
    gap: 36px;
  }

  .about-hero__content,
  .about-split__content {
    max-width: 680px;
  }

  .materials-hero__content {
    max-width: 680px;
    padding: 72px 0 42px;
  }

  .materials-hero__image {
    min-height: 360px;
  }

  .split__content {
    padding: 72px 0;
  }

  .shop-toolbar {
    align-items: stretch;
    display: grid;
  }

  .woocommerce-ordering select {
    min-width: 0;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-items: stretch;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    max-width: none;
  }

  .shop-category-note {
    margin-top: 56px;
    padding-top: 38px;
  }

  .journal-feature__content {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .hero,
  .hero__inner {
    min-height: 520px;
  }

  .hero__content {
    padding: 58px 0;
  }

  .hero h1 {
    font-size: clamp(40px, 12vw, 56px);
    max-width: 100%;
  }

  .section,
  .content-area {
    padding: 56px 0;
  }

  .materials-hero__content {
    padding: 56px 0 34px;
  }

  .materials-hero__image {
    min-height: 300px;
  }

  .materials-hero__content p:not(.eyebrow),
  .materials-copy,
  .about-hero__content p:not(.eyebrow),
  .about-copy {
    font-size: 16px;
  }

  .material-feature div,
  .faq-list details {
    padding: 20px;
  }

  .material-feature h2 {
    font-size: 30px;
  }

  .about-values h2 {
    font-size: 30px;
  }

  .category-grid,
  .journal-grid,
  .product-grid,
  .woocommerce ul.products,
  .trust-band__grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-form form,
  .newsletter-form .mailpoet_form {
    grid-template-columns: 1fr !important;
  }

  .newsletter-form {
    justify-self: stretch;
    max-width: none;
  }

  .newsletter-form input,
  .newsletter-form .mailpoet_text,
  .newsletter-form .mailpoet_email,
  .newsletter-form button,
  .newsletter-form input[type="submit"],
  .newsletter-form .mailpoet_submit {
    height: 54px;
    min-height: 54px;
    width: 100%;
  }

  .woocommerce table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 12px 10px;
  }

  .cart-actions-layout,
  .woocommerce-cart-form .coupon {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .woocommerce-cart-form .coupon .input-text,
  .woocommerce-cart-form .coupon .button,
  .cart-actions-layout > .button {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals {
    max-width: none;
    padding: 24px 18px;
    width: 100%;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .jalora-checkout-coupon__toggle {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .jalora-checkout-coupon__row {
    grid-template-columns: 1fr;
  }

  .page-header {
    padding: 48px 0 36px;
  }

  .woocommerce-products-header .container,
  .shop-archive > .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .woocommerce-products-header .page-title {
    font-size: clamp(42px, 14vw, 58px);
  }

  .shop-category-hero .page-title {
    font-size: clamp(44px, 14vw, 62px);
  }

  .shop-category-hero__content {
    padding: 46px 0 32px;
  }

  .shop-category-hero__image {
    min-height: 260px;
  }

  .shop-category-note h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .search-overlay__panel {
    max-height: calc(100vh - 24px);
    padding: 28px 20px;
    top: 12px;
    width: calc(100vw - 24px);
  }

  .search-overlay h2 {
    font-size: clamp(38px, 12vw, 54px);
    margin-right: 48px;
  }

  .search-overlay__form {
    grid-template-columns: 1fr;
  }

  .search-overlay__submit {
    border-left: 1px solid var(--jalora-border);
    border-top: 0;
  }

  .search-result-group > div {
    grid-template-columns: 1fr;
  }

  .journal-feature h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .journal-archive__content {
    gap: 48px;
  }

  .journal-archive__note {
    padding-top: 36px;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .admin-bar .site-header {
    top: 0;
  }
}
