:root {
  --ink: #43362e;
  --muted: #73665d;
  --paper: #fbf7f1;
  --surface: #ffffff;
  --soft-blue: #eee4d8;
  --soft-yellow: #d8c8b8;
  --soft-green: #d9dfd4;
  --orange: #a86d78;
  --yellow: #eee4d8;
  --blue: #a86d78;
  --deep-blue: #5f5047;
  --green: #72826d;
  --purple: #8f7080;
  --line: rgba(67, 54, 46, 0.18);
  --shadow: 0 18px 44px rgba(67, 54, 46, 0.14);
  --radius: 12px;
  --radius-xl: 24px;
  --container: min(1180px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

body.mr-encantare {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
.brand-title,
.woocommerce-loop-product__title {
  font-family: Georgia, "Times New Roman", serif;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

a {
  color: inherit;
}

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

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

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  left: 12px;
  top: 12px;
  z-index: 40;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.site-header__inner {
  width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header__top .site-header__inner {
  min-height: 78px;
}

.site-header__nav {
  border-top: 1px solid var(--line);
  background: rgba(251, 247, 241, 0.82);
}

.site-header__inner--nav {
  min-height: 42px;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 144px;
  display: block;
}

.smart-search {
  position: relative;
  flex: 1 1 420px;
  max-width: 560px;
  display: flex;
  align-items: center;
  min-width: 220px;
}

.smart-search input[type="search"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(216, 200, 184, 0.82);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 54px 0 18px;
  color: var(--ink);
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.smart-search input[type="search"]:focus {
  border-color: rgba(21, 151, 211, 0.62);
  box-shadow: 0 0 0 4px rgba(21, 151, 211, 0.12);
}

.smart-search button {
  position: absolute;
  right: 5px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  box-shadow: 0 4px 15px rgba(168, 109, 120, 0.24);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.search-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 60;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 8px;
}

.suggestion-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: var(--radius);
  text-decoration: none;
}

.suggestion-item:hover {
  background: var(--soft-blue);
}

.suggestion-item img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--soft-blue);
}

.suggestion-item strong,
.suggestion-item small {
  display: block;
}

.suggestion-item strong {
  font-size: 0.92rem;
  line-height: 1.25;
}

.suggestion-item small {
  color: var(--deep-blue);
  font-weight: 800;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.account-link,
.cart-link,
.nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 200, 184, 0.72);
  border-radius: 50%;
  background: var(--surface);
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.cart-link {
  position: relative;
  color: var(--deep-blue);
  background: #f6efe7;
}

.cart-link__count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.nav-toggle {
  display: none;
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.main-nav__list,
.footer-nav,
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav__list {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a,
.footer-nav a {
  text-decoration: none;
  font-weight: 800;
}

.main-nav a {
  color: var(--ink);
  font-size: 0.92rem;
}

.main-nav a:hover,
.footer-nav a:hover,
.text-link:hover {
  color: var(--blue);
}

.shipping-note {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.hero {
  background:
    radial-gradient(circle at 84% 16%, rgba(168, 109, 120, 0.12), transparent 28%),
    radial-gradient(circle at 0% 84%, rgba(93, 167, 0, 0.1), transparent 24%),
    #fff;
  border-bottom: 1px solid var(--line);
}

.hero__inner {
  width: var(--container);
  margin: 0 auto;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 46px;
  align-items: center;
  padding: 56px 0 70px;
}

.hero__copy h1 {
  margin: 8px 0 18px;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero__copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.15rem;
}

.eyebrow {
  margin: 0;
  color: var(--deep-blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

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

.hero__actions {
  margin-top: 28px;
}

.hero__trust {
  margin-top: 24px;
}

.hero__trust span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 12px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius);
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 4px 15px rgba(168, 109, 120, 0.24);
}

.button--ghost {
  background: var(--surface);
  color: var(--orange);
  border: 2px solid var(--orange);
  box-shadow: none;
}

.hero__commerce {
  position: relative;
}

.hero__media {
  min-height: 440px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  filter: drop-shadow(0 20px 28px rgba(21, 63, 140, 0.18));
}

.hero__deal {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -28px;
  display: grid;
  gap: 2px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 18px;
  box-shadow: var(--shadow);
}

.hero__deal strong {
  font-size: 1.1rem;
}

.hero__deal span {
  color: var(--muted);
}

.benefit-bar {
  width: var(--container);
  margin: -30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 4;
}

.benefit-bar div,
.category-card,
.metric-card,
.testimonial,
.content-grid article,
.logistics article,
.woocommerce ul.products li.product {
  background: var(--surface);
  border: 1px solid var(--line);
  border-color: rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.benefit-bar div {
  padding: 16px;
}

.benefit-bar strong,
.benefit-bar span,
.category-card span,
.split-band__points strong,
.split-band__points span {
  display: block;
}

.benefit-bar strong {
  font-size: 0.96rem;
}

.benefit-bar span {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 76px 0;
}

.section__heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section__heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section__heading h2,
.split-band h2,
.proof-card h2,
.campaign-band h2,
.content-page h1 {
  margin: 6px 0 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.text-link {
  color: var(--deep-blue);
  font-weight: 900;
  text-decoration: none;
}

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

.category-card {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 4px;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.category-card__image {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: inherit;
  background: var(--soft-blue);
}

.category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.category-card:hover .category-card__image img {
  transform: scale(1.08);
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(95, 80, 71, 0.9), rgba(95, 80, 71, 0.08));
}

.category-card__name {
  position: relative;
  z-index: 1;
  font-size: 1.12rem;
  font-weight: 900;
}

.category-card__count {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

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

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

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 14px;
  float: none !important;
}

.woocommerce ul.products li.product a img {
  border-radius: 18px;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--soft-blue);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.woocommerce ul.products li.product .price {
  color: var(--deep-blue);
  font-weight: 900;
}

.campaign-band {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 138, 24, 0.16), rgba(125, 91, 221, 0.12)),
    #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.campaign-band p {
  color: var(--muted);
}

.campaign-grid {
  display: grid;
  gap: 12px;
}

.campaign-grid a {
  display: grid;
  gap: 2px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  border: 1px solid rgba(23, 33, 53, 0.08);
}

.campaign-grid strong {
  font-size: 1rem;
}

.campaign-grid span {
  color: var(--muted);
}

.proof-section {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr;
  gap: 18px;
}

.proof-card--primary,
.metric-card,
.testimonial {
  padding: 24px;
}

.proof-card--primary {
  background: linear-gradient(135deg, var(--deep-blue), #002f54);
  color: #fff;
  border-radius: var(--radius-xl);
}

.proof-card--primary .eyebrow,
.proof-card--primary p {
  color: rgba(255, 255, 255, 0.76);
}

.metric-card strong {
  display: block;
  color: var(--orange);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.metric-card span,
.testimonial p,
.testimonial cite {
  color: var(--muted);
}

.testimonial {
  grid-column: 2 / 4;
}

.testimonial p {
  margin-top: 0;
  font-size: 1.08rem;
}

.testimonial cite {
  font-style: normal;
  font-weight: 900;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 34px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-band__content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.split-band__points {
  display: grid;
  gap: 14px;
}

.split-band__points div {
  padding: 18px;
  border-left: 4px solid var(--orange);
  background: var(--surface);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(23, 33, 53, 0.06);
}

.split-band__points div:nth-child(2) {
  border-left-color: var(--blue);
}

.split-band__points div:nth-child(3) {
  border-left-color: var(--green);
}

.split-band__points span,
.logistics p,
.content-grid p {
  color: var(--muted);
}

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

.logistics article,
.content-grid article {
  padding: 22px;
}

.logistics h3,
.content-grid h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.content-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--soft-yellow);
  color: var(--ink);
  padding: 5px 10px;
  font-size: 0.76rem;
  font-weight: 900;
}

.shop-main,
.page-main {
  width: var(--container);
  margin: 0 auto;
  padding: 128px 0 96px;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
}

.lab-shop-page .shop-sidebar,
.lab-shop-page .shop-content {
  display: none;
}

.mrencantare-shop-app {
  width: 100%;
  margin: 28px 0 40px;
}

.mre-react-shop-ready.woocommerce-shop .page-title,
.mre-react-shop-ready.tax-product_cat .page-title,
.mre-react-shop-ready.tax-product_tag .page-title,
.mre-react-shop-ready.woocommerce-shop .woocommerce-result-count,
.mre-react-shop-ready.tax-product_cat .woocommerce-result-count,
.mre-react-shop-ready.tax-product_tag .woocommerce-result-count,
.mre-react-shop-ready.woocommerce-shop .woocommerce-ordering,
.mre-react-shop-ready.tax-product_cat .woocommerce-ordering,
.mre-react-shop-ready.tax-product_tag .woocommerce-ordering,
.mre-react-shop-ready.woocommerce-shop ul.products,
.mre-react-shop-ready.tax-product_cat ul.products,
.mre-react-shop-ready.tax-product_tag ul.products,
.mre-react-shop-ready.woocommerce-shop .woocommerce-pagination,
.mre-react-shop-ready.tax-product_cat .woocommerce-pagination,
.mre-react-shop-ready.tax-product_tag .woocommerce-pagination {
  display: none;
}

.mre-shop-shell {
  display: grid;
  width: var(--container);
  margin: 0 auto;
  gap: 18px;
}

.mre-toolbar,
.mre-react-filters,
.mre-filter-card,
.mre-product-card,
.mre-empty {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.mre-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.mre-breadcrumb a {
  color: var(--deep-blue);
  text-decoration: none;
}

.mre-breadcrumb a:hover {
  text-decoration: underline;
}

.mre-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 150px auto auto;
  gap: 8px;
  align-items: center;
  margin: 4px 0 8px;
  padding: 8px 10px;
  position: sticky;
  top: 122px;
  z-index: 10;
  backdrop-filter: blur(20px);
}

.mre-input,
.mre-select {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0 10px;
  font-size: 0.88rem;
}

.mre-input input,
.mre-select select {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  outline: 0;
}

.mre-select {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 4px 10px;
}

.mre-select span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mre-view-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 3px;
}

.mre-view-toggle button {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 28px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.mre-view-toggle button:hover,
.mre-view-toggle button.is-active {
  background: var(--soft-blue);
  color: var(--deep-blue);
}

.mre-view-toggle .material-symbols-outlined {
  font-size: 19px;
}

.mre-shop-content {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.mre-react-filters {
  display: grid;
  gap: 10px;
  padding: 12px;
  position: sticky;
  top: 204px;
}

.mre-filter-card {
  padding: 12px;
  box-shadow: none;
  border-color: rgba(216, 200, 184, 0.52);
}

.mre-filter-card h3 {
  margin: 0 0 10px;
  font-size: 0.92rem;
}

.mre-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mre-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  color: #fff;
  padding: 7px 11px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(168, 109, 120, 0.22);
}

.mre-btn:hover {
  transform: translateY(-1px);
}

.mre-btn--sm {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 0.8rem;
}

.mre-btn--ghost,
.mre-filter-chips .mre-btn {
  background: #fff;
  color: var(--muted);
  border: 1px solid var(--line);
  box-shadow: none;
}

.mre-filter-chips .mre-btn {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 0.8rem;
}

.mre-filter-chips .mre-btn.is-active,
.mre-btn--ghost:hover {
  background: var(--soft-blue);
  border-color: rgba(168, 109, 120, 0.28);
  color: var(--deep-blue);
}

.mre-grid-panel {
  min-width: 0;
}

.mre-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

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

.mre-product-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mre-product-grid--list {
  grid-template-columns: 1fr;
}

.mre-product-grid--list .mre-product-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.mre-product-grid--list .mre-product-card__body {
  padding: 0;
}

.mre-product-card {
  background: var(--surface);
  border-color: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  padding: 12px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mre-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(168, 109, 120, 0.13);
}

.mre-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  border-radius: 18px;
  background: var(--soft-blue);
  overflow: hidden;
}

.mre-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.mre-product-card:hover .mre-product-card__media img {
  transform: scale(1.04);
}

.mre-product-card__media .mre-badge {
  position: absolute;
  top: 12px;
  right: 12px;
}

.mre-product-card__body {
  display: grid;
  gap: 9px;
  padding: 12px 0 0;
}

.mre-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mre-product-card__footer {
  display: grid;
  gap: 8px;
}

.mre-product-card__meta > span:last-child {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
}

.mre-product-card__title {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.mre-product-card__description {
  min-height: 38px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.mre-product-card__attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mre-product-card__attrs span,
.mre-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 0.68rem;
  font-weight: 900;
}

.mre-product-card__attrs span {
  background: var(--paper);
  color: var(--muted);
}

.mre-badge--default,
.mre-badge--blue {
  background: var(--soft-blue);
  color: var(--deep-blue);
}

.mre-badge--orange {
  background: var(--orange);
  color: #fff;
}

.mre-product-card__price {
  display: block;
  color: var(--deep-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  line-height: 1.15;
  white-space: nowrap;
}

.mre-product-card__footer .mre-btn {
  width: 100%;
}

.mre-empty {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 32px;
  text-align: center;
}

.mre-empty .material-symbols-outlined {
  color: var(--blue);
  font-size: 48px;
}

.mre-empty h2 {
  margin: 8px 0 0;
}

.mre-empty p {
  color: var(--muted);
}

.lab-product-page .shop-layout,
.lab-checkout-page .shop-layout,
.lab-account-page .shop-layout {
  display: block;
}

.single-product .site-main,
.single-product .shop-main {
  width: var(--container);
  margin: 0 auto;
  padding: 152px 0 120px;
}

.mre-product-breadcrumb {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 28px 0 2px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.mre-product-breadcrumb a {
  color: var(--deep-blue);
  text-decoration: none;
}

.mre-product-breadcrumb a:hover {
  text-decoration: underline;
}

.lab-shop-page .woocommerce-products-header,
.lab-checkout-page .woocommerce > h2,
.lab-account-page .woocommerce > h2 {
  margin-bottom: 24px;
}

.lab-shop-page .woocommerce-products-header__title,
.woocommerce div.product .product_title,
.woocommerce-checkout h3,
.woocommerce-account h2 {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.lab-shop-page .woocommerce-products-header__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-result-count,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: var(--radius-xl);
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 48px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 14px;
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(168, 109, 120, 0.12);
  outline: none;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.woocommerce div.product {
  display: grid;
  width: var(--container);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: 28px;
  align-items: start;
}

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

.woocommerce div.product div.images {
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.woocommerce div.product div.images img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  background: var(--soft-blue);
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
}

.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1;
  border: 2px solid transparent;
  border-radius: 12px;
  object-fit: cover;
  opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--blue);
}

.woocommerce div.product div.summary {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.woocommerce div.product .product_title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  line-height: 1.12;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--deep-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
}

.mre-product-payment-note {
  display: grid;
  gap: 4px;
  margin-top: -4px;
  padding: 12px;
  border: 1px solid rgba(168, 109, 120, 0.22);
  border-radius: var(--radius);
  background: var(--soft-blue);
}

.mre-product-payment-note strong {
  color: var(--deep-blue);
  font-size: 0.92rem;
}

.mre-product-payment-note span {
  color: var(--muted);
  font-size: 0.8rem;
}

.woocommerce div.product form.cart {
  display: grid;
  gap: 14px;
  margin-top: 0;
  padding: 16px;
  border: 1px solid rgba(216, 200, 184, 0.58);
  border-radius: var(--radius-xl);
  background: var(--paper);
}

.woocommerce .quantity .qty {
  width: 88px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.woocommerce-product-details__short-description {
  color: var(--muted);
  font-size: 0.92rem;
}

.woocommerce div.product form.cart table.variations,
.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tr,
.woocommerce div.product form.cart table.variations th,
.woocommerce div.product form.cart table.variations td {
  width: 100%;
}

.woocommerce div.product form.cart table.variations {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.woocommerce div.product form.cart table.variations tr {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
}

.woocommerce div.product form.cart table.variations label {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.woocommerce div.product form.cart table.variations th.label,
.woocommerce div.product form.cart table.variations td.value {
  display: block;
  padding: 0;
  line-height: 1.2;
  text-align: left;
}

.woocommerce div.product form.cart table.variations select {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 7px 12px;
  font: inherit;
  font-size: 0.9rem;
}

.woocommerce div.product form.cart .reset_variations {
  display: inline-flex;
  margin-top: 7px;
  color: var(--deep-blue);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  display: grid;
  gap: 12px;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: stretch;
}

.woocommerce div.product form.cart .containerCalculator,
.woocommerce div.product form.cart .woocommerce-variation,
.woocommerce div.product form.cart .woocommerce-variation-description,
.woocommerce div.product form.cart .woocommerce-variation-price,
.woocommerce div.product form.cart .woocommerce-variation-availability {
  grid-column: 1 / -1;
}

.woocommerce div.product form.cart .containerCalculator {
  order: 3;
  padding: 12px;
  border: 1px solid rgba(216, 200, 184, 0.58);
  border-radius: var(--radius);
  background: #fff;
}

.woocommerce div.product form.cart .containerCalculator p {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.woocommerce div.product form.cart .containerCalculator .row,
.woocommerce div.product form.cart .containerCalculator .col-75 {
  margin: 0;
  width: 100%;
}

.woocommerce div.product .single_add_to_cart_button,
.woocommerce div.product .button.alt {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  color: #fff;
  padding: 10px 16px;
  font-weight: 900;
  box-shadow: 0 4px 15px rgba(168, 109, 120, 0.22);
}

.woocommerce div.product form.cart .quantity {
  display: flex;
}

.woocommerce div.product form.cart .quantity .qty {
  width: 100%;
  text-align: center;
  font-weight: 900;
}

.mre-product-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mre-product-benefits div {
  display: grid;
  gap: 2px;
  padding: 12px;
  border: 1px solid rgba(216, 200, 184, 0.58);
  border-radius: var(--radius);
  background: rgba(247, 249, 251, 0.8);
}

.mre-product-benefits strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.mre-product-benefits span {
  color: var(--muted);
  font-size: 0.78rem;
}

.product_meta,
#shipping-calc {
  padding: 12px;
  border: 1px solid rgba(216, 200, 184, 0.58);
  border-radius: var(--radius-xl);
  background: rgba(247, 249, 251, 0.8);
}

.product_meta {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
}

.product_meta a,
#shipping-calc a {
  color: var(--deep-blue);
  font-weight: 800;
  text-decoration: none;
}

#shipping-calc p {
  margin: 0 0 10px;
}

#shipping-calc .cep-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

#shipping-calc input,
.containerCalculator input {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 8px 10px;
}

#shipping-calc .button,
#virt-button {
  min-height: 40px;
  border: 0;
  border-radius: var(--radius);
  background: var(--deep-blue);
  color: #fff;
  padding: 8px 12px;
  font-weight: 900;
}

.woocommerce-tabs {
  grid-column: 1 / -1;
  margin-top: 0;
  padding: 22px;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--soft-blue);
  border-color: rgba(168, 109, 120, 0.28);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 9px 12px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
}

.woocommerce div.product .related.products {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.woocommerce div.product .related.products > h2 {
  margin: 0 0 14px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.woocommerce-checkout .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 24px;
  align-items: start;
}

.woocommerce-checkout .shop-main,
.woocommerce-cart .shop-main {
  padding: 144px 0 104px;
}

.woocommerce-checkout form.checkout {
  display: contents;
}

.woocommerce-checkout .col2-set {
  width: auto;
  float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  grid-column: 2;
}

.woocommerce-checkout #order_review_heading {
  margin: 0 0 -12px;
  padding: 18px 20px 0;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-bottom: 0;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  box-shadow: var(--shadow);
  font-size: 1.1rem;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: auto;
  float: none;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  display: grid;
  gap: 12px;
}

.woocommerce-checkout h3,
.woocommerce-cart .cart_totals h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.15;
}

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

.woocommerce-checkout form .form-row label {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select {
  min-height: 42px;
  border-radius: var(--radius);
  font-size: 0.92rem;
}

.woocommerce-checkout-review-order {
  position: sticky;
  top: 150px;
  padding: 18px;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

.woocommerce-checkout-review-order table.shop_table {
  margin: 0 0 14px;
  border: 0;
  box-shadow: none;
}

.woocommerce-checkout-review-order table.shop_table th,
.woocommerce-checkout-review-order table.shop_table td {
  padding: 10px 0;
  border-color: rgba(216, 200, 184, 0.45);
  font-size: 0.9rem;
}

.woocommerce-checkout-review-order .order-total th,
.woocommerce-checkout-review-order .order-total td {
  color: var(--deep-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}

.woocommerce #payment {
  background: var(--paper);
  border-radius: var(--radius-xl);
}

.woocommerce #payment ul.payment_methods {
  border-bottom: 1px solid rgba(216, 200, 184, 0.52);
  padding: 14px;
}

.woocommerce #payment ul.payment_methods li {
  padding: 10px;
  border: 1px solid rgba(216, 200, 184, 0.58);
  border-radius: var(--radius);
  background: #fff;
  font-size: 0.9rem;
}

.woocommerce #payment div.payment_box {
  margin: 10px 0 0;
  border-radius: var(--radius);
  background: var(--soft-blue);
  color: var(--muted);
}

.woocommerce #payment div.form-row {
  padding: 14px;
}

.woocommerce #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart button[name="update_cart"],
.woocommerce form.checkout_coupon button.button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  color: #fff;
  padding: 11px 16px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 4px 15px rgba(168, 109, 120, 0.22);
}

.woocommerce form.checkout_coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 10px;
  align-items: end;
  margin: 0 0 18px;
  padding: 16px;
}

.woocommerce form.checkout_coupon p {
  margin: 0;
}

.woocommerce form.checkout_coupon .form-row {
  width: auto;
  float: none;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  border: 0;
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: var(--shadow);
}

.woocommerce-cart table.cart td.actions .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 12px;
}

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

.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-cart .wp-block-woocommerce-cart {
  width: var(--container);
  margin: 0 auto;
}

.woocommerce-checkout .wp-block-woocommerce-checkout h1,
.woocommerce-cart .wp-block-woocommerce-cart h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.wc-block-checkout__main,
.wc-block-cart__main {
  min-width: 0;
}

.wc-block-components-sidebar-layout {
  gap: 24px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  padding-right: 0;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  margin-left: 0;
}

.wc-block-components-checkout-step,
.wc-block-cart-items,
.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.wc-block-components-totals-wrapper,
.wc-block-components-panel,
.wc-block-components-order-summary,
.wc-block-components-totals-coupon,
.wc-block-components-totals-shipping,
.wc-block-components-payment-methods,
.wc-block-checkout__actions {
  border-radius: var(--radius-xl);
}

.wc-block-components-checkout-step,
.wc-block-cart-items,
.wc-block-components-sidebar,
.wc-block-components-order-summary {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.wc-block-components-checkout-step {
  margin: 0 0 14px;
  padding: 18px;
}

.wc-block-components-checkout-step__title,
.wc-block-components-title,
.wc-block-components-sidebar-layout h2,
.wc-block-cart__totals-title {
  color: var(--ink);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.15;
}

.wc-block-components-checkout-step__description,
.wc-block-components-address-form__address_2-toggle,
.wc-block-components-totals-item__description,
.wc-block-components-checkout-step__content,
.wc-block-components-formatted-money-amount {
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, sans-serif;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-select .wc-block-components-select__select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font-size: 0.92rem;
}

.wc-block-components-text-input,
.wc-block-components-combobox,
.wc-block-components-select,
.wc-block-components-address-form,
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address_2,
.wc-block-components-address-form__city,
.wc-block-components-address-form__state,
.wc-block-components-address-form__postcode,
.wc-block-components-address-form__first_name,
.wc-block-components-address-form__last_name,
.wc-block-components-address-form__phone {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.wc-block-components-text-input label,
.wc-block-components-select .wc-block-components-select__label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.wc-block-components-sidebar {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  position: sticky;
  top: 150px;
}

.wc-block-components-order-summary,
.wc-block-components-totals-wrapper {
  border-color: rgba(216, 200, 184, 0.48);
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: var(--deep-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
}

.wc-block-components-button,
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button {
  min-height: 46px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  color: #fff;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  box-shadow: 0 4px 15px rgba(168, 109, 120, 0.22);
}

.wc-block-components-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.wc-block-components-payment-method-label,
.wc-block-components-radio-control__label,
.wc-block-components-checkbox .wc-block-components-checkbox__label {
  color: var(--ink);
  font-weight: 800;
}

.wc-block-components-notice-banner {
  border: 0;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.checkout-header {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid rgba(216, 200, 184, 0.52);
}

.checkout-header__inner,
.checkout-order-bar__inner,
.checkout-coupon-strip__inner {
  width: min(1020px, calc(100vw - 32px));
  margin: 0 auto;
}

.checkout-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.checkout-brand {
  display: inline-flex;
  align-items: center;
}

.checkout-brand img {
  display: block;
  width: 112px;
  height: auto;
}

.checkout-secure {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--deep-blue);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  text-align: right;
}

.checkout-secure .material-symbols-outlined {
  font-size: 24px;
}

.checkout-secure span {
  display: grid;
  gap: 1px;
}

.checkout-secure strong {
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.checkout-secure small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.checkout-order-bar {
  background: #080808;
  color: #fff;
}

.checkout-order-bar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.checkout-order-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.checkout-order-bar strong {
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.checkout-steps {
  background: #f5f7fb;
  border-bottom: 1px solid rgba(216, 200, 184, 0.58);
}

.checkout-steps__inner {
  position: relative;
  width: min(680px, calc(100vw - 32px));
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
  margin: 0 auto;
  color: var(--muted);
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: center;
}

.checkout-steps__inner::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 18px;
  height: 2px;
  background: rgba(216, 200, 184, 0.82);
}

.checkout-steps__inner a,
.checkout-steps__inner span {
  position: relative;
  display: grid;
  gap: 6px;
  justify-items: center;
  color: inherit;
  text-decoration: none;
}

.checkout-steps__inner a::before,
.checkout-steps__inner span::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(216, 200, 184, 0.95);
  border-radius: 999px;
  background: #fff;
}

.checkout-steps__inner a::before {
  border-color: var(--green);
  background: var(--green);
}

.checkout-steps__inner .is-current {
  color: var(--deep-blue);
}

.checkout-steps__inner .is-current::before {
  border-color: var(--deep-blue);
  box-shadow: 0 0 0 4px rgba(168, 109, 120, 0.14);
}

.checkout-coupon-strip {
  background: #fff;
}

.checkout-coupon-strip__inner {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--deep-blue);
  font-weight: 900;
}

.woocommerce-checkout .shop-main,
.woocommerce-checkout .page-main {
  width: 100%;
  padding: 28px 0 82px;
}

.woocommerce-checkout .content-page {
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout .content-page__header {
  display: none;
}

.woocommerce-checkout .shop-layout,
.woocommerce-checkout .shop-content {
  display: block;
  width: 100%;
  min-width: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: min(1020px, calc(100vw - 32px));
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout h1,
.woocommerce-checkout h1,
.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  display: none;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  width: min(850px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-checkout .wc-block-checkout {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.woocommerce-checkout .wc-block-components-checkout-step,
.woocommerce-checkout .wc-block-checkout__actions {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(216, 200, 184, 0.68);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 16px;
  padding: 22px;
}

.woocommerce-checkout .wc-block-checkout__actions {
  padding: 18px 22px;
}

.woocommerce-checkout .wc-block-components-checkout-step__title {
  font-size: 1.28rem;
}

.woocommerce-checkout .wc-block-components-checkout-step__description {
  color: var(--muted);
  font-size: 0.9rem;
}

.woocommerce-checkout .wc-block-components-checkout-step__content,
.woocommerce-checkout .wc-block-components-address-form,
.woocommerce-checkout .wc-block-components-contact-fields {
  min-width: 0;
}

.woocommerce-checkout .wc-block-components-checkout-step__content {
  display: block;
}

.woocommerce-checkout .wc-block-components-checkout-step__content > * {
  width: 100%;
  max-width: 100%;
}

.woocommerce-checkout .wc-block-components-contact-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.woocommerce-checkout .wc-block-components-address-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.woocommerce-checkout .wc-block-components-address-form__address_1,
.woocommerce-checkout .wc-block-components-address-form__address_2,
.woocommerce-checkout .wc-block-components-address-form__country,
.woocommerce-checkout .wc-block-components-address-form__phone {
  grid-column: 1 / -1;
}

.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-combobox,
.woocommerce-checkout .wc-block-components-select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-select .wc-block-components-select__select {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  border-radius: 6px;
}

.woocommerce-checkout .wc-block-components-radio-control__option {
  border: 1px solid rgba(216, 200, 184, 0.68);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 50px;
  border-radius: 6px;
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  font-size: 1rem;
}

.woocommerce-MyAccount-navigation {
  padding: 16px;
}

.woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation a {
  display: flex;
  padding: 12px 14px;
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: var(--soft-blue);
  color: var(--deep-blue);
}

.woocommerce-MyAccount-content {
  padding: 24px;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}

.shop-sidebar {
  align-self: start;
  position: sticky;
  top: 148px;
  display: grid;
  gap: 14px;
}

.shop-widget,
.content-page,
.shop-filter-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 12px 30px rgba(23, 33, 53, 0.08);
}

.shop-filter-panel {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.shop-filter-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-filter-panel h2,
.shop-filter-panel h3 {
  margin: 0 0 12px;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.shop-filter-panel__head h2 {
  margin: 0;
  font-size: 1.05rem;
}

.filter-clear {
  display: inline-flex;
  margin-top: 12px;
  color: var(--deep-blue);
  font-weight: 800;
  text-decoration: none;
}

.filter-list {
  display: grid;
  gap: 8px;
}

.filter-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.filter-list a:hover,
.filter-chips a:hover {
  background: var(--soft-blue);
  color: var(--deep-blue);
}

.filter-list small {
  color: var(--deep-blue);
  font-weight: 900;
}

.price-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.price-filter label {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.price-filter input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 8px 10px;
}

.price-filter button {
  grid-column: 1 / -1;
  min-height: 42px;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(to bottom, var(--blue), var(--deep-blue));
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chips a {
  display: inline-flex;
  border-radius: 999px;
  background: var(--paper);
  color: var(--muted);
  padding: 7px 10px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.content-page {
  max-width: 860px;
}

.site-footer {
  background: var(--ink);
  color: #fff;
  padding: 46px 0;
}

.site-footer__inner {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr 0.8fr;
  gap: 28px;
}

.site-footer__logo {
  width: 126px;
  background: #fff;
  border-radius: var(--radius);
}

.site-footer h2 {
  margin: 0 0 12px;
  font-size: 0.98rem;
}

.site-footer p,
.site-footer li {
  color: rgba(255, 255, 255, 0.74);
}

.footer-list,
.footer-nav {
  display: grid;
  gap: 8px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.82);
}

.social-links,
.payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links a,
.payment-badges span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header__top .site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }

  .brand img {
    width: 118px;
  }

  .smart-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    width: 100%;
    margin-bottom: 12px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-header__nav {
    position: relative;
  }

  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 8px;
    display: none;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
    box-shadow: var(--shadow);
  }

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

  .main-nav__list {
    display: grid;
    gap: 12px;
  }

  .shipping-note {
    margin-left: auto;
  }

  .hero__inner,
  .campaign-band,
  .split-band,
  .shop-layout,
  .site-footer__inner,
  .woocommerce div.product,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout {
    display: block;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #customer_details {
    grid-column: auto;
  }

  .wc-block-checkout__sidebar,
  .wc-block-cart__sidebar,
  .wc-block-components-sidebar {
    position: static;
  }

  .hero__inner {
    min-height: auto;
    padding-top: 36px;
  }

  .benefit-bar,
  .category-grid,
  .woocommerce ul.products,
  .proof-section,
  .logistics__grid,
  .content-grid,
  .mre-shop-content,
  .mre-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mre-toolbar {
    grid-template-columns: 1fr 1fr;
    top: 132px;
  }

  .mre-product-grid--list .mre-product-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .mre-react-filters {
    position: static;
    grid-column: 1 / -1;
  }

  .testimonial {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header__top .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-actions {
    margin-left: 0;
  }

  .account-link {
    display: none;
  }

  .hero__copy h1 {
    font-size: 3.4rem;
  }

  .hero__media {
    min-height: 300px;
  }

  .benefit-bar,
  .category-grid,
  .woocommerce ul.products,
  .proof-section,
  .logistics__grid,
  .content-grid,
  .mre-toolbar,
  .mre-shop-content,
  .mre-product-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .shop-main,
  .page-main {
    padding: 108px 0 72px;
  }

  .mre-toolbar {
    gap: 8px;
  }

  .wc-block-components-sidebar-layout {
    display: block;
  }

  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
    max-width: 100%;
  }

  .wc-block-components-sidebar {
    position: static;
    margin-top: 16px;
  }

  .wc-block-components-address-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .woocommerce-checkout .wc-block-components-address-form,
  .woocommerce-checkout .wc-block-components-contact-fields {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .wc-block-components-checkout-step {
    padding: 18px;
  }

  .woocommerce-checkout .wc-block-checkout__actions {
    padding: 16px 18px;
  }

  .wc-block-components-checkout-step__content > *,
  .wc-block-components-address-form > *,
  .wc-block-components-contact-fields > *,
  .wc-block-components-text-input,
  .wc-block-components-combobox,
  .wc-block-components-select {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .wc-block-components-text-input input,
  .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
  .wc-block-components-form .wc-block-components-text-input input,
  .wc-block-components-select .wc-block-components-select__select {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
  }

  .mre-product-grid--list .mre-product-card {
    grid-template-columns: 1fr;
  }

  .section__heading--row {
    align-items: start;
    flex-direction: column;
  }

  .campaign-band {
    padding: 24px;
  }
}
