/* Cser Kiadó 2.5.6 — editorial reading room */

:root {
  --brand-teal: #14777a;
  --brand-teal-hover: #0c575a;
  --brand-teal-dark: #0c575a;
  --brand-teal-light: #d7e5dc;
  --brand-teal-subtle: #e6dfd2;
  --brand-dark: #192321;
  --text-main: #192321;
  --text-muted: rgba(25, 35, 33, 0.66);
  --text-light: rgba(25, 35, 33, 0.45);
  --bg-main: #ffffff;
  --bg-subtle: #ffffff;
  --bg-card: #ffffff;
  --bg-header: #ffffff;
  --bg-footer: #192321;
  --border-color: rgba(25, 35, 33, 0.16);
  --border-focus: #14777a;
  --shadow-sm: none;
  --shadow-md: 0 12px 28px rgba(25, 35, 33, 0.08);
  --shadow-lg: 0 18px 42px rgba(25, 35, 33, 0.12);
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --font-title: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Space Mono", "Courier New", monospace;
}

body {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: var(--font-body);
}

.site-header {
  background: var(--bg-header);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: none;
  box-shadow: none;
}

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

.header-container {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) 260px;
  max-width: 1440px;
  align-items: center;
  padding: 10px 40px;
  gap: clamp(20px, 2.4vw, 38px);
}

.brand-logo {
  min-width: max-content;
}

.brand-logo > a,
.brand-logo .custom-logo-link {
  display: flex;
  align-items: center;
}

.brand-logo img,
.brand-logo .custom-logo {
  width: auto !important;
  height: 150px !important;
  max-height: 150px !important;
  object-fit: contain;
}

.editorial-mono {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.editorial-header-search {
  width: 100%;
  max-width: none;
}

.editorial-header-search .search-input-group {
  padding: 7px 12px;
  border: 0;
  background: rgba(25, 35, 33, 0.055);
}

.editorial-header-search .search-input-group:focus-within {
  border-color: var(--brand-teal);
  box-shadow: none;
}

.editorial-header-search .search-input {
  min-height: 24px;
  padding: 0 0 0 5px;
  font-size: 0.78rem;
}

.editorial-header-search .search-icon-svg {
  width: 16px;
  height: 16px;
}

.header-actions {
  justify-content: flex-end;
  gap: 4px;
}

.header-utilities {
  position: relative;
  z-index: 130;
  display: grid;
  width: 260px;
  gap: 8px;
}

.header-actions .icon-btn {
  min-height: 40px;
  padding: 8px 10px;
  border: 0;
  background: transparent;
  color: var(--text-main);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-actions .icon-btn:hover {
  border-color: transparent;
  background: var(--brand-teal-light);
  color: var(--brand-teal-hover);
}

.header-actions .icon-btn svg {
  width: 18px;
  height: 18px;
}

.header-actions .cart-btn-primary {
  background: transparent !important;
  color: var(--text-main) !important;
}

.header-actions .cart-pill {
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 50%;
  background: #bd6e5e;
  color: #f1ede4;
  font-size: 0.58rem;
}

.main-nav {
  min-width: 0;
  border: 0;
  border-bottom: 0;
  background: var(--bg-main);
}

.nav-container {
  display: flex;
  width: 100%;
  max-width: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

.nav-container .primary-menu {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: clamp(11px, 1.35vw, 24px);
}

.primary-menu a {
  padding: 12px 0;
  border-bottom: 0;
  color: rgba(25, 35, 33, 0.66);
  font-size: clamp(0.57rem, 0.67vw, 0.7rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .nav-cta {
  border-bottom-color: transparent;
  color: var(--brand-teal);
}

.primary-menu > li {
  position: relative;
}

.primary-menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.submenu-indicator,
.primary-menu .menu-item-has-children > a::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.submenu-indicator {
  display: inline-block;
}

.primary-menu .menu-item-has-children > a::after {
  display: inline-block;
}

.primary-menu .menu-item-product-category > a::after {
  display: none;
}

.submenu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--text-main);
}

.submenu-toggle span {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.16s ease;
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: -16px;
  display: grid;
  min-width: 230px;
  gap: 0;
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  border: 1px solid var(--border-color);
  background: #ffffff;
  box-shadow: 0 18px 30px rgba(25, 35, 33, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  visibility: hidden;
  z-index: 120;
}

.primary-menu .sub-menu .sub-menu {
  top: -11px;
  left: calc(100% + 16px);
}

.primary-menu .sub-menu li {
  position: relative;
}

.primary-menu .sub-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(25, 35, 33, 0.1);
  font-size: 0.66rem;
}

.primary-menu .sub-menu li:last-child > a {
  border-bottom: 0;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu,
.primary-menu li.is-open > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.primary-menu li.is-focus-suppressed:focus-within > .sub-menu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  visibility: hidden;
}

.header-container.is-nav-stacked {
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px 28px;
  padding-bottom: 0;
}

.header-container.is-nav-stacked .header-utilities {
  justify-self: end;
}

.header-container.is-nav-stacked .main-nav {
  grid-column: 1 / -1;
  grid-row: 2;
  width: calc(100% + 80px);
  margin-left: -40px;
  border-top: 1px solid rgba(25, 35, 33, 0.1);
}

.header-container.is-nav-stacked .nav-container {
  justify-content: flex-start;
  padding: 0 40px;
}

.header-container.is-nav-stacked .nav-container .primary-menu {
  justify-content: flex-start;
  gap: 24px;
}

.header-container.is-nav-stacked .primary-menu a {
  font-size: 0.66rem;
}

.search-results-dropdown {
  border: 1px solid var(--border-color);
  border-radius: 0;
  background: #ffffff;
}

.cser-editorial-home {
  overflow: hidden;
}

.cser-header-badges {
  border-bottom: 1px solid var(--border-color);
  background: #fff;
}

.cser-header-badges__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 40px;
}

.cser-header-badge {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 86px;
  padding: 16px 22px;
  color: var(--brand-dark);
  text-decoration: none;
}

.cser-header-badge--link {
  transition: background-color 160ms ease, color 160ms ease;
}

.cser-header-badge--link:hover {
  background: #f7f4ee;
  color: var(--brand-teal);
}

.cser-header-badge--link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--brand-teal);
  outline-offset: -3px;
}

.cser-header-badge__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--brand-teal);
}

.cser-header-badge__icon svg {
  width: 32px;
  height: 32px;
}

.cser-header-badge__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cser-header-badge__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.cser-header-badge__copy strong {
  color: inherit;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cser-header-badge__copy > span {
  overflow: hidden;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.35;
  text-overflow: ellipsis;
}

@media (min-width: 1001px) {
  .cser-badge-hide-desktop {
    display: none;
  }
}

@media (min-width: 621px) and (max-width: 1000px) {
  .cser-badge-hide-tablet {
    display: none;
  }

  .cser-header-badges__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 24px;
  }

  .cser-header-badge {
    border-bottom: 1px solid var(--border-color);
  }
}

@media (max-width: 620px) {
  .cser-badge-hide-mobile {
    display: none;
  }

  .cser-header-badges__inner {
    display: flex;
    padding: 0;
  }

  .cser-header-badge {
    flex: 1 1 0;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 6px;
    min-height: 70px;
    padding: 12px 8px;
    text-align: center;
  }

  .cser-header-badge__icon {
    width: 34px;
    height: 34px;
  }

  .cser-header-badge__icon svg {
    width: 27px;
    height: 27px;
  }

  .cser-header-badge__icon img {
    width: 32px;
    height: 32px;
  }

  .cser-header-badge__copy {
    justify-items: center;
  }

  .cser-header-badge__copy strong {
    font-size: 0.68rem;
  }

  .cser-header-badge__copy > span {
    font-size: 0.64rem;
  }
}

.cser-smart-slider-section {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 32px 40px;
}

.cser-smart-slider-section .n2-section-smartslider {
  width: 100%;
}

.cser-slider-admin-notice {
  padding: 20px 24px;
  border: 1px solid var(--border-color);
  background: #f7f4ee;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.cser-slider-admin-notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--brand-dark);
}

.cser-home-shelves {
  border-top: 1px solid var(--border-color);
}

.cser-category-shelf {
  padding-top: 68px;
  padding-bottom: 82px;
}

.cser-category-shelf + .cser-category-shelf {
  border-top: 1px solid var(--border-color);
}

.cser-shelf-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.cser-shelf-heading h2 {
  margin: 0;
  color: var(--brand-dark);
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.cser-shelf-more {
  flex: 0 0 auto;
  color: var(--brand-teal);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cser-shelf-more:hover {
  color: var(--brand-teal-hover);
}

.cser-shelf-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--border-color);
}

.cser-shelf-empty {
  padding: 24px 0;
  color: var(--text-muted);
}

.editorial-hero-section {
  padding: 32px 40px;
}

.editorial-hero {
  position: relative;
  width: min(100%, 1170px);
  aspect-ratio: 1170 / 320;
  margin: 0 auto;
  overflow: hidden;
  background: var(--brand-teal);
  color: #f1ede4;
}

.editorial-slide {
  position: relative;
  z-index: 1;
  display: none;
  height: 100%;
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 24px 64px 28px;
}

.editorial-slide.is-active {
  display: flex;
  animation: editorial-rise 0.5s ease both;
}

@keyframes editorial-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.editorial-slide-art {
  position: relative;
  display: flex;
  width: 190px;
  height: 100%;
  flex: 0 0 190px;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.editorial-slide-art::before {
  position: absolute;
  z-index: -2;
  left: -35px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(241, 237, 228, 0.46);
  border-radius: 50%;
  content: "";
}

.editorial-slide-art::after {
  position: absolute;
  z-index: -1;
  top: 24px;
  right: -20px;
  width: 96px;
  height: 110px;
  background: #c69b4e;
  content: "";
  transform: rotate(18deg);
}

.editorial-hero-cover {
  display: flex;
  width: 138px;
  height: 230px;
  align-items: center;
  justify-content: center;
  background: #e6dfd2;
  box-shadow: 12px 14px 0 rgba(12, 87, 90, 0.45);
  transition: transform 0.2s ease;
}

.editorial-hero-cover:hover {
  transform: translate(-2px, -3px);
}

.editorial-hero-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-slide-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.editorial-slide-copy .editorial-mono {
  margin-bottom: 8px;
  color: rgba(241, 237, 228, 0.72);
}

.editorial-slide-copy h1 {
  margin: 0;
  color: #f1ede4;
  font-family: var(--font-body);
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.editorial-slide-description {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(241, 237, 228, 0.76);
  font-size: 0.83rem;
  line-height: 1.65;
}

.editorial-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: #f1ede4;
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.editorial-text-link:hover {
  color: #c69b4e;
}

.editorial-carousel-controls {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.editorial-carousel-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.editorial-carousel-dots button {
  width: 8px;
  height: 6px;
  border-radius: 99px;
  background: rgba(241, 237, 228, 0.44);
  transition: width 0.2s ease, background-color 0.2s ease;
}

.editorial-carousel-dots button.is-active {
  width: 30px;
  background: #f1ede4;
}

.editorial-carousel-arrow,
.editorial-carousel-pause {
  width: 24px;
  height: 24px;
  color: #f1ede4;
  font-size: 0.78rem;
  line-height: 1;
}

.editorial-carousel-pause:disabled {
  opacity: 0.48;
}

.editorial-empty-hero {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
}

.editorial-empty-hero h1 {
  margin: 10px 0 22px;
  color: #f1ede4;
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.editorial-solid-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #f1ede4;
  color: var(--brand-teal);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.editorial-shelf-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 92px 40px 112px;
  border-top: 1px solid var(--border-color);
}

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

.editorial-section-heading h2 {
  margin-top: 14px;
  color: var(--brand-dark);
  font-family: var(--font-title);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.editorial-section-heading h2 em {
  font-weight: 500;
}

.editorial-section-heading > p {
  max-width: 300px;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.7;
}

.editorial-teal {
  color: var(--brand-teal);
}

.editorial-catalog-tools {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(190px, 270px);
  align-items: center;
  gap: 24px;
  margin-bottom: 38px;
  padding: 15px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.editorial-filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-family: var(--font-mono);
  font-size: 0.63rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.editorial-category-links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.editorial-category-links a {
  flex: 0 0 auto;
  color: var(--text-muted);
  font-size: 0.72rem;
}

.editorial-category-links a:hover,
.editorial-category-links a.is-active {
  color: var(--brand-teal);
}

.editorial-shelf-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(25, 35, 33, 0.4);
}

.editorial-shelf-search input[type="search"] {
  min-height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 0.78rem;
}

.editorial-shelf-search input[type="search"]:focus {
  box-shadow: none;
}

.editorial-product-grid,
.cser-shop-shell ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 54px 28px !important;
}

.product-card.editorial-product-card,
ul.products li.product.editorial-product-card {
  position: relative;
  display: flex;
  width: auto !important;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  margin: 0 !important;
  padding: 0;
  float: none !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-card.editorial-product-card:hover,
ul.products li.product.editorial-product-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.product-card.editorial-product-card .editorial-product-thumb,
ul.products li.product.editorial-product-card .editorial-product-thumb {
  height: 430px;
  padding: 24px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}

.cser-product-category-archive .editorial-product-thumb {
  padding-right: 0;
  padding-left: 0;
  background: transparent;
}

.product-card.editorial-product-card .editorial-product-thumb .product-image-link,
ul.products li.product.editorial-product-card .editorial-product-thumb .product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  box-shadow: none !important;
}

.product-card.editorial-product-card .editorial-product-thumb img,
ul.products li.product.editorial-product-card .editorial-product-thumb img {
  width: auto !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 382px;
  object-fit: contain;
  box-shadow: none !important;
  filter: none !important;
  transition: transform 0.22s ease;
}

.product-card.editorial-product-card:hover .editorial-product-thumb img,
ul.products li.product.editorial-product-card:hover .editorial-product-thumb img {
  box-shadow: none !important;
  filter: none !important;
  transform: translate(-2px, -3px);
}

.editorial-product-thumb .quick-preview-btn {
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
  width: auto;
  padding: 0;
  background: transparent;
  color: var(--brand-dark);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  opacity: 0;
  text-transform: uppercase;
  transform: none;
}

.editorial-product-card:hover .quick-preview-btn {
  opacity: 1;
  transform: none;
}

.editorial-product-author {
  margin: 18px 0 0;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: none;
}

.editorial-product-title,
ul.products li.product .editorial-product-title {
  margin: 8px 0 0 !important;
  min-height: 0;
  font-family: var(--font-body) !important;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
}

.editorial-product-card .product-footer {
  position: relative;
  margin-top: auto;
  padding-top: 14px;
  border-top: 0;
}

.editorial-product-card .price-box {
  color: var(--brand-dark);
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.35;
  letter-spacing: 0;
}

.editorial-product-card .product-footer .button {
  min-height: 0;
  padding: 2px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--brand-teal) !important;
  background: transparent !important;
  color: var(--brand-teal) !important;
  font-family: var(--font-mono);
  font-size: 0.58rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.editorial-product-card .product-footer .button:hover {
  background: transparent !important;
  color: var(--brand-teal-hover) !important;
}

.badge-tag.discount,
.onsale {
  border-radius: 0 !important;
  background: #bd6e5e !important;
  color: #f1ede4 !important;
  font-family: var(--font-mono);
  font-size: 0.58rem !important;
  letter-spacing: 0.1em;
}

.cser-shop-shell,
.cser-product-page,
.cser-content-shell {
  width: min(100% - 80px, 1360px);
  padding-top: 64px;
}

.shop-header {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.cser-product-category-archive {
  padding-top: 42px;
}

.cser-product-category-archive .shop-header {
  padding-bottom: 20px;
  border-bottom: 0;
}

.shop-header h1,
.page-title-box h1 {
  font-family: var(--font-title);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

.cser-product-category-archive .shop-header h1 {
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.shop-intro {
  max-width: 340px;
  font-size: 0.85rem;
  line-height: 1.7;
}

.shop-intro > :first-child,
.cser-editable-region > :first-child {
  margin-top: 0;
}

.shop-intro > :last-child,
.cser-editable-region > :last-child {
  margin-bottom: 0;
}

.cser-home-editable-content {
  padding-top: 72px;
  padding-bottom: 24px;
}

.cser-home-editable-content .entry-content,
.cser-editable-region {
  max-width: 920px;
}

.cser-search-intro,
.cser-category-intro {
  color: var(--text-muted);
  line-height: 1.75;
}

.cser-search-results .cser-search-intro {
  margin: -10px 0 36px;
}

.cser-product-editorial-content {
  width: 100%;
  max-width: none;
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border-color);
}

.cser-starter-section {
  padding: clamp(28px, 5vw, 56px);
  background: #f2f8f8;
}

.cser-starter-notice {
  margin-bottom: 32px;
  padding: 20px 24px;
  border-left: 3px solid #c69b4e;
  background: #fff8e8;
}

.cser-starter-notice h3 {
  margin-top: 0;
}

.category-pills,
.archive-category-pills {
  gap: 10px;
}

.pill-btn {
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pill-btn:hover,
.pill-btn.active {
  border-bottom-color: var(--brand-teal);
  background: transparent;
  color: var(--brand-teal);
}

.cser-loop-controls {
  margin: 24px 0 38px;
  padding: 12px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cser-product-category-archive .cser-loop-controls {
  margin-top: 0;
  border-top: 0;
}

.cser-product-layout {
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 68px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cser-product-gallery .woocommerce-product-gallery__image {
  padding: 0;
  background: transparent;
}

.cser-product-summary {
  padding-top: 16px;
}

.cser-product-summary .product_title {
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.cser-price-row .price {
  color: var(--brand-dark) !important;
  font-family: var(--font-body);
  font-size: 1.25rem !important;
  font-weight: 700;
}

.cser-purchase-panel {
  background: #fbf7f1;
  box-shadow: 0 8px 24px rgba(25, 35, 33, 0.06);
}

.cser-discount-badge {
  background: #b4472f;
}

.cser-product-description-content {
  max-width: 640px;
  font-size: 0.95rem;
  line-height: 1.72;
}

.cser-product-summary form.cart,
.cser-product-summary .product_meta,
.cser-additional-information table {
  border-color: var(--border-color);
}

.cser-book-preview {
  border: 0;
  border-left: 3px solid #c69b4e;
  background: #e6dfd2;
}

.cser-book-preview h2,
.cser-additional-information > h2,
.cser-product-after-summary > section > h2,
.related.products > h2 {
  font-family: var(--font-title);
  font-weight: 500;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.wp-element-button,
.button,
button[type="submit"],
input[type="submit"] {
  border-radius: 0 !important;
  font-family: var(--font-mono);
  font-size: 0.65rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
select,
textarea,
.select2-container .select2-selection--single {
  border-radius: 0;
  background: rgba(230, 223, 210, 0.38);
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout-payment,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-checkout #payment {
  border-radius: 0;
  background: #e6dfd2;
}

/* Logged-out account page — focused sign-in card instead of dashboard grid. */
body.woocommerce-account:not(.logged-in) .cser-content-shell {
  width: min(100% - 80px, 760px);
  padding-top: 48px;
}

body.woocommerce-account:not(.logged-in) .page-title-box {
  margin-bottom: 34px;
  padding-bottom: 20px;
}

body.woocommerce-account:not(.logged-in) .page-title-box h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
}

body.woocommerce-account:not(.logged-in) .cser-page-entry > .entry-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
  width: 100%;
  padding: 34px 36px 36px;
  border: 1px solid var(--border-color);
  background: rgba(230, 223, 210, 0.24);
}

body.woocommerce-account:not(.logged-in) .woocommerce .u-column1 > h2,
body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 > h2,
body.woocommerce-account:not(.logged-in) .woocommerce > h2 {
  margin-bottom: 26px;
  color: var(--brand-dark);
  font-family: var(--font-body);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-register {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-account:not(.logged-in) form .form-row {
  margin-bottom: 18px;
}

body.woocommerce-account:not(.logged-in) form .form-row label {
  display: block;
  margin-bottom: 7px;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
}

body.woocommerce-account:not(.logged-in) form input.input-text {
  width: 100%;
  min-height: 48px;
  border-color: rgba(25, 35, 33, 0.24);
  background: #fff;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 2px 0 16px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--brand-teal);
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit {
  min-height: 46px;
  margin: 0;
  padding-inline: 28px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--border-color);
  font-size: 0.8rem;
}

body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a {
  color: var(--brand-teal);
  font-weight: 600;
}

/* Cart and checkout — preserve native WooCommerce markup and behavior. */
body.woocommerce-cart .cser-content-shell,
body.woocommerce-checkout .cser-content-shell {
  width: min(100% - 80px, 1240px);
  padding-top: 48px;
}

body.woocommerce-cart .page-title-box,
body.woocommerce-checkout .page-title-box {
  margin-bottom: 38px;
  padding-bottom: 20px;
}

body.woocommerce-cart .page-title-box h1,
body.woocommerce-checkout .page-title-box h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
}

body.woocommerce-cart .cser-page-entry > .entry-content,
body.woocommerce-checkout .cser-page-entry > .entry-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 980px) {
  body.woocommerce-cart .cser-page-entry > .entry-content > .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(338px, 1fr);
    gap: 0 38px;
    align-items: start;
  }

  body.woocommerce-cart .cser-page-entry > .entry-content > .woocommerce > * {
    grid-column: 1 / -1;
  }

  body.woocommerce-cart .cser-page-entry > .entry-content > .woocommerce > .woocommerce-cart-form {
    grid-column: 1;
    min-width: 0;
  }

  body.woocommerce-cart .cser-page-entry > .entry-content > .woocommerce > .cart-collaterals {
    position: sticky;
    top: 24px;
    grid-column: 2;
    width: 100%;
    margin-top: 0;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
  }
}

body.woocommerce-cart .woocommerce-cart-form {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

body.woocommerce-cart table.shop_table {
  font-family: var(--font-body);
}

body.woocommerce-cart table.shop_table th {
  padding: 14px 16px;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

body.woocommerce-cart table.shop_table td {
  padding: 22px 16px;
  border-color: var(--border-color);
  vertical-align: middle;
}

body.woocommerce-cart table.cart .product-thumbnail {
  width: 104px;
}

body.woocommerce-cart table.cart .product-thumbnail img {
  width: 72px;
  height: 104px;
  border-radius: 0;
  object-fit: contain;
}

body.woocommerce-cart table.cart td.product-name a {
  color: var(--brand-dark);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

body.woocommerce-cart table.cart td.product-name .variation {
  margin-top: 7px;
  color: var(--text-muted);
  font-size: 0.76rem;
}

body.woocommerce-cart table.cart td.product-price,
body.woocommerce-cart table.cart td.product-subtotal {
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

body.woocommerce-cart table.cart td.product-subtotal {
  color: var(--brand-teal);
}

body.woocommerce-cart table.cart .product-remove {
  width: 44px;
}

body.woocommerce-cart table.cart .product-remove a {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--text-muted) !important;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

body.woocommerce-cart table.cart .product-remove a:hover {
  border-color: #bd6e5e;
  background: transparent;
  color: #9c4f43 !important;
}

body.woocommerce-cart .quantity .qty {
  width: 70px;
  min-height: 42px;
  padding: 8px;
  background: #fff;
  text-align: center;
}

body.woocommerce-cart table.cart td.actions {
  padding: 20px 0 0;
}

body.woocommerce-cart table.cart td.actions .coupon {
  align-items: stretch;
  gap: 10px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 220px;
  min-height: 44px;
  background: #fff;
}

body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
  margin: 10px 0 20px;
  background: transparent !important;
  color: var(--brand-teal) !important;
}

body.woocommerce-cart table.cart td.actions button[name="update_cart"]:hover {
  background: var(--brand-teal) !important;
  color: #fff !important;
}

body.woocommerce-cart .cart-collaterals {
  margin-top: 40px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: min(100%, 460px) !important;
  padding: 30px;
  border: 0;
  background: #e6dfd2;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3 {
  margin-bottom: 22px;
  color: var(--brand-dark);
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
  padding: 18px 0;
  border-color: rgba(25, 35, 33, 0.16);
  font-size: 0.88rem;
  line-height: 1.5;
  vertical-align: top;
}

body.woocommerce-cart .cart_totals table th {
  width: 132px;
  padding-right: 24px;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-cart .cart_totals table td {
  color: var(--brand-dark);
}

body.woocommerce-cart .cart_totals ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

body.woocommerce-cart .cart_totals ul#shipping_method li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 0 14px;
  padding: 0;
  line-height: 1.4;
}

body.woocommerce-cart .cart_totals ul#shipping_method li:last-child {
  margin-bottom: 0;
}

body.woocommerce-cart .cart_totals ul#shipping_method input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--brand-teal);
}

body.woocommerce-cart .cart_totals ul#shipping_method label {
  display: block;
  margin: 0;
  color: var(--brand-dark);
  line-height: 1.4;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  margin: 16px 0 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

body.woocommerce-cart .cart_totals .shipping-calculator-button {
  display: inline-block;
  margin-top: 10px;
  color: var(--brand-teal);
  font-size: 0.76rem;
  font-weight: 600;
}

body.woocommerce-cart .cart_totals .includes_tax {
  display: none;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 24px;
}

.cser-pickup-required {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 3px solid #9c4f43;
  background: rgba(255, 255, 255, 0.62);
  color: #7d3f36;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button.is-pickup-blocked {
  cursor: not-allowed;
  opacity: 0.68;
}

body.woocommerce-cart .vp-woo-pont-review-order #vp-woo-pont-show-map:focus-visible {
  outline: 2px solid var(--brand-teal);
  outline-offset: 4px;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-height: 50px;
}

body.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 0 56px;
  align-items: start;
}

body.woocommerce-checkout .col2-set {
  grid-column: 1;
  grid-row: 1;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-checkout .col2-set .col-2 {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid var(--border-color);
}

body.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  z-index: 1;
  margin: 0;
  padding: 27px 30px 23px;
  border: 1px solid rgba(25, 35, 33, 0.12);
  border-bottom: 0;
  background: #e6dfd2;
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 83px 30px 30px;
  border: 1px solid rgba(25, 35, 33, 0.12);
  background: #f3efe8;
}

body.woocommerce-checkout .form-row {
  margin-bottom: 18px;
}

body.woocommerce-checkout .form-row label {
  margin-bottom: 7px;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 600;
}

body.woocommerce-checkout .form-row .required {
  color: #9c4f43;
  text-decoration: none;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection--single {
  min-height: 48px;
  border-color: rgba(25, 35, 33, 0.24);
  background: #fff;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
}

body.woocommerce-checkout .select2-container .select2-selection__arrow {
  top: 10px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 16px 0;
  border-color: rgba(25, 35, 33, 0.16);
  vertical-align: top;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  padding-right: 18px;
  color: var(--brand-dark);
  font-weight: 500;
  line-height: 1.4;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  width: 126px;
  padding-right: 18px;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none !important;
  text-align: left;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.4;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method input {
  margin: 3px 0 0;
  accent-color: var(--brand-teal);
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method label {
  display: block;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: normal;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  padding-top: 20px;
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 700;
}

body.woocommerce-checkout #payment {
  margin-top: 24px;
  padding-top: 4px;
  border: 0;
  border-top: 1px solid rgba(25, 35, 33, 0.18);
  background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
  margin: 0;
  padding: 22px 0 18px;
  list-style: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0 0 14px;
  padding: 0;
  color: var(--brand-dark);
  font-size: 0.88rem;
}

body.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout #payment ul.payment_methods input[type="radio"] {
  margin-right: 8px;
  accent-color: var(--brand-teal);
}

body.woocommerce-checkout #payment ul.payment_methods label {
  font-weight: 600;
}

body.woocommerce-checkout #payment div.payment_box {
  margin: 12px 0 0;
  padding: 18px;
  border-left: 2px solid var(--brand-teal);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-muted);
}

body.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

body.woocommerce-checkout #payment .place-order {
  padding: 24px 0 0;
  border-top: 1px solid rgba(25, 35, 33, 0.16);
  line-height: 1.55;
}

body.woocommerce-checkout #payment #place_order {
  min-height: 52px;
  margin-top: 20px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle {
  margin-bottom: 18px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  position: relative;
  margin: 0;
  padding: 16px 20px 16px 24px !important;
  border: 1px solid rgba(25, 35, 33, 0.12);
  border-left: 3px solid var(--brand-teal);
  background: rgba(230, 223, 210, 0.34);
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
  color: var(--brand-teal);
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon:hover {
  text-decoration: underline;
}

body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout form.login {
  margin: 0 0 28px;
  padding: 20px;
  border: 1px solid var(--border-color);
  background: #f3efe8;
}

body.woocommerce-checkout form.checkout_coupon .form-row {
  margin-bottom: 0;
}

body.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: calc(100% - 152px);
  padding-right: 10px;
}

body.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 152px;
}

body.woocommerce-checkout form.checkout_coupon .input-text,
body.woocommerce-checkout form.checkout_coupon button {
  width: 100%;
  min-height: 46px;
}

body.woocommerce-cart .cart-empty,
body.woocommerce-cart .woocommerce-info.cart-empty {
  padding: 28px 30px !important;
  border: 1px solid var(--border-color);
  border-left: 3px solid var(--brand-teal);
  background: rgba(230, 223, 210, 0.28);
}

body.woocommerce-cart .return-to-shop {
  margin-top: 24px;
}

/* Order received — keep WooCommerce and gateway output intact. */
body.woocommerce-order-received .cser-content-shell {
  width: min(100% - 80px, 1040px);
  padding-top: 48px;
}

body.woocommerce-order-received .page-title-box {
  margin-bottom: 38px;
  padding-bottom: 20px;
}

body.woocommerce-order-received .page-title-box h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1;
}

body.woocommerce-order-received .cser-page-entry > .entry-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-order-received .woocommerce-order {
  display: flow-root;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  margin: 0 0 28px;
  padding: 28px 30px 28px 76px;
  border: 1px solid rgba(12, 87, 90, 0.24);
  border-left: 3px solid var(--brand-teal);
  background: rgba(230, 223, 210, 0.38);
  color: var(--brand-dark);
  font-family: var(--font-title);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 500;
  line-height: 1.25;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  position: absolute;
  top: 29px;
  left: 28px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-teal);
  color: #fff;
  content: "\2713";
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
}

body.woocommerce-order-received ul.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 42px;
  padding: 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  list-style: none;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
  min-width: 0;
  margin: 0;
  padding: 18px 16px;
  border-right: 1px solid var(--border-color);
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

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

body.woocommerce-order-received ul.woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: var(--brand-dark);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  margin: 0 0 42px;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
  color: var(--brand-dark);
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}

body.woocommerce-order-received .woocommerce-order-details table.order_details {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

body.woocommerce-order-received .woocommerce-order-details table.order_details th,
body.woocommerce-order-received .woocommerce-order-details table.order_details td {
  padding: 16px 12px;
  border-color: var(--border-color);
}

body.woocommerce-order-received .woocommerce-order-details table.order_details thead th {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

body.woocommerce-order-received .woocommerce-order-details .product-name a {
  color: var(--brand-dark);
  font-weight: 600;
}

body.woocommerce-order-received .woocommerce-order-details .product-name a:hover {
  color: var(--brand-teal);
}

body.woocommerce-order-received .woocommerce-order-details .product-total,
body.woocommerce-order-received .woocommerce-order-details tfoot td {
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child th,
body.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child td {
  color: var(--brand-dark);
  font-size: 1rem;
  font-weight: 700;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  float: none;
  width: 100%;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  min-height: 100%;
  padding: 24px;
  border: 0;
  border-left: 2px solid var(--brand-teal);
  border-radius: 0;
  background: #e6dfd2;
  color: var(--text-main);
  font-style: normal;
  line-height: 1.75;
}

body.woocommerce-order-received .woocommerce-customer-details address p {
  margin-top: 10px;
}

body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received),
body.woocommerce-order-received .woocommerce-order > .woocommerce-info,
body.woocommerce-order-received .woocommerce-order > .woocommerce-message {
  max-width: 100%;
  line-height: 1.7;
}

body.woocommerce-order-received .woocommerce-order > p:not(.woocommerce-thankyou-order-received) {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 2px solid #c69b4e;
  background: rgba(230, 223, 210, 0.38);
}

@media (max-width: 900px) {
  body.woocommerce-checkout form.checkout {
    display: block;
  }

  body.woocommerce-checkout #order_review_heading {
    margin-top: 42px;
  }

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

  body.woocommerce-order-received ul.woocommerce-order-overview li {
    border-bottom: 1px solid var(--border-color);
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(2n) {
    border-right: 0;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  body.woocommerce-account:not(.logged-in) .cser-content-shell {
    width: min(100% - 32px, 760px);
    padding-top: 28px;
  }

  body.woocommerce-account:not(.logged-in) .page-title-box {
    margin-bottom: 26px;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce .u-column1,
  body.woocommerce-account:not(.logged-in) .woocommerce .u-column2 {
    padding: 26px 22px 28px;
  }

  body.woocommerce-cart .cser-content-shell,
  body.woocommerce-checkout .cser-content-shell,
  body.woocommerce-order-received .cser-content-shell {
    width: min(100% - 32px, 1240px);
    padding-top: 28px;
  }

  body.woocommerce-cart .page-title-box,
  body.woocommerce-checkout .page-title-box,
  body.woocommerce-order-received .page-title-box {
    margin-bottom: 26px;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    padding: 0;
    overflow: visible;
  }

  body.woocommerce-cart table.shop_table_responsive thead {
    display: none;
  }

  body.woocommerce-cart table.shop_table_responsive,
  body.woocommerce-cart table.shop_table_responsive tbody,
  body.woocommerce-cart table.shop_table_responsive tr,
  body.woocommerce-cart table.shop_table_responsive td {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid var(--border-color);
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 7px 0;
    border: 0;
    text-align: right !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td::before {
    content: attr(data-title);
    flex: 0 0 auto;
    color: var(--text-muted);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-remove {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 2;
    width: 32px;
    min-height: 32px;
    padding: 0;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-remove::before,
  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-thumbnail::before,
  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name::before {
    display: none;
  }

  body.woocommerce-cart table.cart .product-thumbnail {
    display: block;
    padding-right: 46px !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.cart .product-thumbnail img {
    width: 64px;
    height: 92px;
  }

  body.woocommerce-cart table.cart td.product-name {
    padding-right: 46px !important;
    text-align: left !important;
  }

  body.woocommerce-cart table.cart td.actions {
    padding: 20px 0 0;
  }

  body.woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.cart td.actions .coupon button,
  body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
    width: 100%;
  }

  body.woocommerce-cart table.cart td.actions button[name="update_cart"] {
    margin: 10px 0 20px;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 24px 20px;
  }

  body.woocommerce-cart .cart_totals table th {
    width: 106px;
    padding-right: 16px;
  }

  body.woocommerce-checkout #order_review_heading {
    position: relative;
    padding: 24px 20px 20px;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order {
    min-width: 0;
    padding: 0 20px 24px;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table ul#shipping_method label {
    overflow-wrap: anywhere;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    width: 38%;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    width: 62%;
  }

  body.woocommerce-checkout form.checkout_coupon .form-row {
    width: 100%;
  }

  body.woocommerce-checkout form.checkout_coupon .form-row-first {
    margin-bottom: 10px;
    padding-right: 0;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    padding: 22px 20px 22px 60px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    top: 23px;
    left: 18px;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview {
    display: block;
    margin-bottom: 32px;
  }

  body.woocommerce-order-received ul.woocommerce-order-overview li {
    padding: 14px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--border-color);
  }

  body.woocommerce-order-received .woocommerce-order-details {
    overflow-x: auto;
  }

  body.woocommerce-order-received .woocommerce-order-details table.order_details {
    min-width: 520px;
  }

  body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-received .woocommerce-customer-details address {
    padding: 20px;
  }
}

.site-footer {
  border-top: 0;
  background: var(--brand-dark);
  color: #f1ede4;
}

.site-footer h2,
.footer-about,
.footer-links a,
.footer-contact,
.footer-contact a,
.footer-hours {
  color: #f1ede4;
}

.footer-links a {
  opacity: 0.68;
}

.footer-links a:hover {
  color: #c69b4e;
  opacity: 1;
}

.partner-badge {
  border-color: rgba(241, 237, 228, 0.2);
  background: transparent;
  color: rgba(241, 237, 228, 0.66);
}

.footer-bottom {
  border-top-color: rgba(241, 237, 228, 0.15);
  color: rgba(241, 237, 228, 0.55);
}

@media (max-width: 1000px) {
  .header-container {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 8px 28px;
    padding-bottom: 0;
  }

  .header-utilities {
    justify-self: end;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: calc(100% + 80px);
    margin-left: -40px;
    border-top: 1px solid rgba(25, 35, 33, 0.1);
  }

  .nav-container {
    padding: 0 40px;
  }

  .nav-container .primary-menu {
    justify-content: flex-start;
    gap: 24px;
  }

  .primary-menu a {
    font-size: 0.66rem;
  }
}

@media (max-width: 1100px) {
  .editorial-header-search {
    flex-basis: 190px;
  }

  .editorial-product-grid,
  .cser-shop-shell ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .editorial-category-links {
    display: none;
  }

  .editorial-catalog-tools {
    grid-template-columns: auto minmax(190px, 1fr);
  }

  .editorial-shelf-search {
    justify-self: end;
    width: min(100%, 270px);
  }
}

@media (max-width: 900px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .header-container {
    grid-template-columns: max-content minmax(0, 1fr);
    padding: 15px 20px;
    padding-bottom: 0;
  }

  .brand-logo img,
  .brand-logo .custom-logo {
    height: 84px !important;
    max-height: 84px !important;
  }

  .editorial-header-search {
    display: none;
  }

  .header-utilities {
    width: auto;
  }

  .header-actions .icon-btn span:not(.cart-pill) {
    display: none;
  }

  .nav-container {
    padding: 0 20px;
  }

  .main-nav {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .primary-menu {
    gap: 20px;
  }

  .submenu-toggle {
    position: absolute;
    top: 3px;
    right: -3px;
    display: inline-flex;
    width: 24px;
    height: 32px;
    align-items: center;
    justify-content: center;
  }

  .primary-menu .menu-item-has-children > a {
    padding-right: 24px;
  }

  .primary-menu .menu-item-product-category > a .submenu-indicator {
    display: none;
  }

  .primary-menu .menu-item-has-children.is-open > .submenu-toggle span {
    transform: rotate(225deg) translateY(-2px);
  }

  .editorial-hero-section {
    padding: 22px 20px;
  }

  .cser-smart-slider-section {
    padding: 22px 20px;
  }

  .editorial-slide {
    padding: 20px 38px;
  }

  .editorial-slide-art {
    width: 148px;
    flex-basis: 148px;
  }

  .editorial-hero-cover {
    width: 110px;
    height: 184px;
  }

  .editorial-slide-description {
    display: none;
  }

  .editorial-shelf-section {
    padding: 72px 20px 90px;
  }

  .editorial-product-grid,
  .cser-shop-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 44px 20px !important;
  }

  .cser-shop-shell,
  .cser-product-page,
  .cser-content-shell {
    width: min(100% - 40px, 1360px);
  }

  .cser-product-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .brand-logo img,
  .brand-logo .custom-logo {
    height: 58px !important;
    max-height: 58px !important;
  }

  .main-nav {
    display: none;
  }

  .nav-container {
    width: max-content;
    min-width: 100%;
  }

  .editorial-hero {
    min-height: 260px;
    aspect-ratio: auto;
  }

  .editorial-slide {
    gap: 18px;
    padding: 20px 20px 46px;
  }

  .editorial-slide-art {
    width: 104px;
    flex-basis: 104px;
  }

  .editorial-slide-art::before {
    left: -30px;
    width: 125px;
    height: 125px;
  }

  .editorial-slide-art::after {
    top: 44px;
    right: -10px;
    width: 60px;
    height: 76px;
  }

  .editorial-hero-cover {
    width: 82px;
    height: 136px;
    box-shadow: 8px 10px 0 rgba(12, 87, 90, 0.45);
  }

  .editorial-slide-copy h1 {
    font-size: clamp(1.25rem, 7vw, 2rem);
  }

  .editorial-slide-copy .editorial-mono {
    font-size: 0.48rem;
  }

  .editorial-text-link {
    margin-top: 14px;
    font-size: 0.52rem;
  }

  .editorial-carousel-controls {
    right: 12px;
    bottom: 10px;
  }

  .editorial-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 34px;
  }

  .cser-category-shelf {
    padding-top: 52px;
    padding-bottom: 62px;
  }

  .cser-shelf-heading {
    align-items: flex-end;
    margin-bottom: 28px;
  }

  .editorial-section-heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .editorial-catalog-tools {
    grid-template-columns: 1fr;
  }

  .editorial-shelf-search {
    justify-self: stretch;
    width: 100%;
  }

  .editorial-product-thumb {
    height: 305px;
    padding: 18px;
  }

  .editorial-product-thumb img,
  ul.products li.product .editorial-product-thumb img {
    max-height: 265px;
  }

  .editorial-product-title,
  ul.products li.product .editorial-product-title {
    font-size: 1rem !important;
  }

  .editorial-product-card .product-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-intro {
    text-align: left;
  }

  .cser-product-summary .product_title {
    font-size: clamp(1.75rem, 9vw, 2.3rem);
  }
}

@media (max-width: 640px) {
  html {
    margin-top: 0 !important;
  }

  body.admin-bar #wpadminbar {
    display: none !important;
  }

  .site-header {
    top: 0;
    background: #fff;
  }

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

  .header-container {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 88px;
    gap: 8px 12px;
    width: 100%;
    padding: 8px 14px 12px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    grid-row: 1;
    grid-column: 1;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    color: var(--text-main);
    justify-self: start;
  }

  .mobile-menu-toggle__icon,
  .mobile-menu-toggle__icon span {
    display: block;
    width: 24px;
  }

  .mobile-menu-toggle__icon span {
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__icon span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .brand-logo {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
    min-width: 0;
  }

  .brand-logo img,
  .brand-logo .custom-logo {
    width: auto !important;
    height: 50px !important;
    max-height: 50px !important;
  }

  .header-utilities {
    display: contents;
  }

  .header-actions {
    display: flex;
    grid-row: 1;
    grid-column: 3;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }

  .header-actions .icon-btn {
    position: relative;
    display: inline-flex;
    min-width: 40px;
    min-height: 44px;
    padding: 9px;
  }

  .header-actions .icon-btn svg {
    width: 22px;
    height: 22px;
  }

  .header-actions .cart-pill {
    position: absolute;
    top: 2px;
    right: 0;
  }

  .editorial-header-search {
    display: block !important;
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
  }

  .editorial-header-search .search-input-group {
    min-height: 46px;
    padding: 8px 14px;
    border: 1px solid var(--border-color);
    background: #f7f7f4;
  }

  .editorial-header-search .search-input {
    min-width: 0;
    min-height: 28px;
    font-size: 1rem;
  }

  .editorial-header-search .search-icon-svg {
    width: 20px;
    height: 20px;
  }

  .main-nav {
    display: none;
    grid-row: 3;
    grid-column: 1 / -1;
    width: calc(100% + 28px);
    margin: 0 -14px -12px;
    border-top: 1px solid var(--border-color);
    background: #fff;
  }

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

  .main-nav .nav-container {
    padding: 8px 14px 14px;
  }

  .main-nav .primary-menu {
    display: block;
  }

  .main-nav .primary-menu > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    border-bottom: 1px solid var(--border-color);
  }

  .main-nav .primary-menu > li > a {
    min-width: 0;
    padding: 14px 4px;
  }

  .main-nav .submenu-toggle {
    position: static;
    width: 44px;
    height: 44px;
    align-self: center;
  }

  .main-nav .sub-menu {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    padding: 0 0 10px 14px;
    border: 0;
    box-shadow: none;
  }

  .main-nav .menu-item-has-children:not(.is-open) > .sub-menu {
    display: none;
  }

  .main-nav .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  .product-card.editorial-product-card .editorial-product-thumb,
  ul.products li.product.editorial-product-card .editorial-product-thumb {
    height: auto;
    padding: 10px 4px;
  }

  .product-card.editorial-product-card .editorial-product-thumb img,
  ul.products li.product.editorial-product-card .editorial-product-thumb img {
    width: 100% !important;
    height: auto !important;
    max-height: none;
  }

  .editorial-product-author {
    margin-top: 8px;
  }

  .woocommerce-account .woocommerce {
    display: block;
    min-width: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    padding: 8px;
    overflow: visible;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    overflow: visible;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    min-width: 0;
    border: 0 !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation a {
    height: 100%;
    padding: 10px 8px;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    min-width: 0;
    padding: 18px 14px;
    overflow-wrap: anywhere;
  }

  .woocommerce-account .woocommerce-MyAccount-content > * {
    max-width: 100%;
  }

  body.woocommerce-cart .cser-content-shell {
    padding-top: 18px;
  }

  body.woocommerce-cart .page-title-box {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 36px;
    gap: 4px 12px;
    padding: 14px 0;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
    min-height: 30px;
    gap: 10px;
    padding: 3px 0;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    display: flex;
    grid-row: 1 / 3;
    grid-column: 1;
    align-items: flex-start;
    padding: 0 !important;
  }

  body.woocommerce-cart table.cart .product-thumbnail img {
    width: 56px;
    height: 80px;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-name {
    grid-row: 1;
    grid-column: 2;
    align-self: center;
    padding: 0 !important;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-remove {
    position: static;
    display: flex;
    grid-row: 1;
    grid-column: 3;
    align-items: flex-start;
    justify-content: flex-end;
    width: 36px;
    min-height: 32px;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-price {
    grid-row: 2;
    grid-column: 2 / 4;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity,
  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-subtotal {
    grid-column: 1 / -1;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-quantity {
    grid-row: 3;
  }

  body.woocommerce-cart table.shop_table_responsive tr.woocommerce-cart-form__cart-item td.product-subtotal {
    grid-row: 4;
  }

  body.woocommerce-cart .quantity .qty {
    width: 54px;
    min-height: 36px;
    padding: 5px;
  }
}

@media (max-width: 370px) {
  .header-container {
    grid-template-columns: 76px minmax(0, 1fr) 76px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header-actions .icon-btn {
    min-width: 36px;
    padding: 7px;
  }

  .brand-logo img,
  .brand-logo .custom-logo {
    height: 42px !important;
    max-height: 42px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .editorial-slide.is-active {
    animation: none;
  }
}