:root {
  --eco-primary: #13795b;
  --eco-primary-2: #19a979;
  --eco-ink: #172033;
  --eco-muted: #667085;
  --eco-line: rgba(23, 32, 51, 0.09);
  --eco-radius: 24px;
  --eco-shadow: 0 24px 70px rgba(23, 32, 51, 0.12);
  --eco-font-primary: 'Mulish', Arial, sans-serif;
  --eco-design-width: 1536px;
  --eco-page-gutter: 24px;
  --eco-topbar-height: 54.8px;
  --eco-header-rail-width: 1536px;
}

/* Global content width — expand Blocksy's container to 1536px site-wide.
   Sets Blocksy's container variables and a direct max-width fallback so it
   applies regardless of the Blocksy version. .ct-container-fluid (full-bleed
   sections like header/footer) is intentionally left untouched. */
:root {
  --container-max-width: 1536px;
  --theme-normal-container-max-width: 1536px;
}
.ct-container {
  max-width: 1536px;
}

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

/* Let Blocksy's Typography (Base font) control the body font. We only ensure
   form controls inherit it, since browsers reset their font by default. */
button,
input,
select,
textarea {
  font-family: inherit;
}

body {
  background: linear-gradient(180deg, #fbfdf9 0%, #fff 48%, #f8faf8 100%);
}

body.page-template-page-eco-preview #header,
body.page-template-page-eco-preview .ct-drawer-canvas {
  display: none !important;
}

body.page-template-page-eco-preview #main,
body.page-template-page-eco-preview #primary,
body.page-template-page-eco-preview .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.eco-hide-header-topbar .eco-reference-header .eco-topbar {
  display: none !important;
}

.eco-container,
.eco-shell {
  width: min(var(--eco-design-width), calc(100% - (var(--eco-page-gutter) * 2)));
  margin-inline: auto;
}

.eco-reference-header {
  width: 100%;
  margin: 0 0 28px;
  background: #fff;
  border-bottom: 1px solid #eceef2;
}

.eco-topbar {
  height: var(--eco-topbar-height);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #eceee1;
  color: #05070a;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.eco-topbar__inner {
  position: relative;
  height: 100%;
  display: block;
}

.eco-topbar__inner p {
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.eco-topbar__inner p:first-child {
  left: 0;
}

.eco-topbar__inner p:last-child {
  left: 50%;
  transform: translate(-50%, -50%);
}

.eco-topbar a {
  color: #05070a;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eco-main-header {
  height: 64px;
  display: flex;
  align-items: center;
  background: #fff;
}

.eco-main-header__inner {
  position: relative;
  width: min(var(--eco-header-rail-width), calc(100% - (var(--eco-page-gutter) * 2)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 40px minmax(150px, 180px) 1fr auto;
  align-items: center;
  gap: clamp(18px, 1.55vw, 28px);
}

.eco-header-icon,
.eco-header-actions a,
.eco-header-search button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.eco-menu-toggle {
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.5px;
  padding: 0;
  border-radius: 8px;
  justify-self: start;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.eco-menu-toggle span {
  width: 18px;
  height: 2px;
  display: block;
  background: currentColor;
  border-radius: 999px;
}

.eco-menu-toggle:hover,
.eco-menu-toggle:focus-visible {
  background: #f3f5f7;
  color: #05070a;
}

.eco-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: 124px;
  min-width: 124px;
  height: 34px;
  color: #0b1017;
  text-decoration: none;
}

.eco-logo img {
  display: block;
  width: 124px;
  height: auto;
  max-height: 30px;
  object-fit: contain;
}

.eco-header-search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-self: center;
  width: min(620px, 40.36vw);
  height: 34px;
  display: flex;
  align-items: center;
  border: 1px solid #dfe4ea;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.02);
}

.eco-header-search input[type='search'] {
  flex: 1;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 14px;
  color: #111827;
  font-size: 12px;
}

.eco-header-search input::placeholder {
  color: #7a8491;
}

.eco-header-search button {
  width: 38px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  padding: 0;
}

.eco-header-search svg,
.eco-header-actions svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.3vw, 20px);
}

.eco-header-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #111827;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.eco-cart-action svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.75;
}

.eco-header-actions a:hover {
  background: #f4f6f8;
  transform: translateY(-1px);
}

.eco-cart-count {
  position: absolute;
  top: 2px;
  right: 1px;
  box-sizing: border-box;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, #0f766e);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 6px 12px rgba(15, 118, 110, 0.28);
}

.eco-sidecart {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 9992;
  width: 360px;
  max-width: 92vw;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111827;
  box-shadow: -18px 0 42px rgba(15, 23, 42, 0.2);
  transform: translateX(104%);
  transition: transform 0.24s ease;
  overflow: hidden;
}

body.eco-sidecart-open,
body.eco-drawer-open {
  overflow: hidden;
}

body.eco-sidecart-open .eco-sidecart {
  transform: translateX(0);
}

.eco-sidecart.is-updating {
  pointer-events: none;
}

.eco-sidecart.is-updating::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.58);
  z-index: 4;
}

.eco-sidecart__head {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #eef1f4;
}

.eco-sidecart__head h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.eco-sidecart-close {
  appearance: none;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.eco-sidecart-close:hover {
  background: #f4f6f8;
}

.eco-sidecart-shipping {
  padding: 10px 16px 12px;
  border-bottom: 1px solid #eef1f4;
  font-size: 11px;
  font-weight: 700;
  color: #667085;
}

.eco-sidecart-shipping i {
  height: 7px;
  display: block;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef5ef;
}

.eco-sidecart-shipping b {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #20b56b, #0f8b5f);
}

.eco-sidecart__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 16px;
}

.eco-sidecart-empty {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #667085;
  text-align: center;
}

.eco-sidecart-empty svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: #d1d7df;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-sidecart-empty p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.eco-sidecart-start,
.eco-sidecart-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  background: #218b36;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.eco-sidecart-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 28px;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eef1f4;
}

.eco-sidecart-item__image {
  width: 72px;
  height: 72px;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f7f9;
}

.eco-sidecart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-sidecart-item__content {
  min-width: 0;
}

.eco-sidecart-item__title {
  display: block;
  color: #111827;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 900;
  text-decoration: none;
}

.eco-sidecart-item__meta {
  margin-top: 6px;
  color: #13795b;
  font-size: 12px;
  font-weight: 900;
}

.eco-sidecart-qty {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
}

.eco-sidecart-qty button,
.eco-sidecart-remove {
  appearance: none;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.eco-sidecart-qty button {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
}

.eco-sidecart-qty button:hover,
.eco-sidecart-remove:hover {
  background: #f4f6f8;
}

.eco-sidecart-qty span {
  min-width: 18px;
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.eco-sidecart-remove {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #98a2b3;
  font-size: 18px;
  line-height: 1;
}

.eco-sidecart__footer {
  padding: 14px 16px 16px;
  border-top: 1px solid #eef1f4;
  background: #fff;
}

.eco-sidecart-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
}

.eco-sidecart-footer__save {
  margin-top: -4px;
  color: #13795b;
  font-size: 13px;
}

.eco-sidecart-footer__save strong {
  color: #13795b;
}

.eco-sidecart-checkout,
.eco-sidecart-view {
  width: 100%;
}

.eco-sidecart-view {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 8px;
  color: #13795b;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.eco-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.52);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.eco-drawer-overlay:not([hidden]) {
  opacity: 1;
}

.eco-menu-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 9991;
  width: 292px;
  max-width: 88vw;
  height: 100dvh;
  background: #fff;
  color: #0b1017;
  box-shadow: 16px 0 38px rgba(15, 23, 42, 0.16);
  transform: translateX(-104%);
  transition: transform 0.24s ease;
  overflow: hidden;
}

body.eco-drawer-open {
  overflow: hidden;
}

body.eco-drawer-open .eco-menu-drawer {
  transform: translateX(0);
}

.eco-drawer-panel {
  display: none;
  height: 100%;
  background: #fff;
}

.eco-drawer-panel.is-active {
  display: flex;
  flex-direction: column;
}

.eco-drawer-head {
  min-height: 52px;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  border-bottom: 1px solid #e7e9ee;
  padding: 0 8px;
}

.eco-drawer-head h2 {
  grid-column: 1 / 3;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.eco-drawer-back + h2 {
  grid-column: 2;
}

.eco-drawer-close,
.eco-drawer-back {
  appearance: none;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #0b1017;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.eco-drawer-close {
  grid-column: 3;
  justify-self: end;
}

.eco-drawer-close:hover,
.eco-drawer-back:hover,
.eco-drawer-row:hover {
  background: #f7f8fa;
}

.eco-drawer-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px 0 18px;
  scrollbar-width: thin;
}

.eco-drawer-title,
.eco-drawer-section h3,
.eco-support-box h3 {
  margin: 0;
  padding: 0 14px 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.eco-drawer-nav,
.eco-drawer-section {
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e9ee;
}

.eco-drawer-row,
.eco-drawer-section a,
.eco-support-box > a:not(.eco-support-card) {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.eco-drawer-row span {
  color: #667085;
  font-size: 18px;
  line-height: 1;
}

.eco-drawer-link {
  color: #111827;
  text-decoration: none;
}

.eco-drawer-section {
  padding-top: 18px;
}

.eco-support-box {
  padding: 14px;
  background: #eefbfb;
  border-bottom: 1px solid #dbeeee;
}

.eco-support-box h3 {
  padding-inline: 0;
  color: #163d36;
}

.eco-support-card {
  min-height: 52px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  text-decoration: none;
}

.eco-support-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #edf7ef;
  color: #10b981;
}

.eco-support-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-support-icon--chat {
  background: #ecfdf5;
  color: #16a34a;
}

.eco-support-icon--mail {
  background: #fff7ed;
  color: #f97316;
}

.eco-support-icon--phone {
  background: #fdf2f8;
  color: #ec4899;
}

.eco-support-content {
  min-width: 0;
}

.eco-support-card strong,
.eco-support-card em {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
  font-style: normal;
  white-space: nowrap;
}

.eco-support-card strong {
  font-size: 13px;
  font-weight: 900;
}

.eco-support-card em {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
}

.eco-support-card b {
  color: #98a2b3;
  font-size: 18px;
  font-weight: 500;
  justify-self: end;
}

.eco-drawer-inspiration a {
  justify-content: flex-start;
}

.eco-drawer-inspiration a span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  border-radius: 7px;
  background: #fef3c7;
  color: #f59e0b;
}

.eco-drawer-inspiration a:nth-of-type(2) span {
  background: #e0f2fe;
  color: #0284c7;
}

.eco-drawer-inspiration svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.eco-support-box > a:not(.eco-support-card) {
  min-height: 28px;
  padding: 0;
  color: #008579;
  font-size: 12px;
  font-weight: 700;
}

.eco-drawer-social {
  display: flex;
  gap: 8px;
  padding: 18px 14px 8px;
}

.eco-drawer-social a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.eco-drawer-social svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.eco-social--facebook {
  background: #1877f2;
}

.eco-social--x,
.eco-social--tiktok {
  background: #050505;
}

.eco-social--instagram {
  background: radial-gradient(circle at 30% 110%, #feda75 0 22%, #fa7e1e 34%, #d62976 56%, #962fbf 78%, #4f5bd5 100%);
}

.eco-social--pinterest {
  background: #e60023;
}

.eco-social--youtube {
  background: #ff0033;
}

.eco-hero-preview {
  position: relative;
  overflow: hidden;
  margin: 28px auto;
  padding: clamp(34px, 3.65vw, 56px);
  border-radius: 34px;
  background: radial-gradient(circle at 18% 20%, rgba(25, 169, 121, 0.28), transparent 28%),
    radial-gradient(circle at 82% 8%, rgba(245, 198, 92, 0.26), transparent 24%),
    linear-gradient(135deg, #10251f, #244f3f 56%, #eef6e8);
  box-shadow: var(--eco-shadow);
}

.eco-hero-preview::after {
  content: '';
  position: absolute;
  inset: auto -8% -45% 48%;
  height: 360px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(12px);
  transform: rotate(-8deg);
}

.eco-hero-preview > * {
  position: relative;
  z-index: 1;
}

.eco-hero-preview .eco-kicker {
  margin: 0 0 12px;
  color: #98f2ce;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
}

.eco-hero-preview h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.eco-hero-preview p {
  max-width: 620px;
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.18vw, 18px);
}

.eco-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eco-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--eco-primary-2), var(--eco-primary));
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(19, 121, 91, 0.26);
}

.eco-button.secondary {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.eco-section-title {
  margin: 46px 0 18px;
}

.eco-section-title span {
  color: var(--eco-primary);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 900;
}

.eco-section-title h2 {
  margin: 8px 0 0;
  color: var(--eco-ink);
  font-size: clamp(28px, 4vw, 46px);
  letter-spacing: -0.04em;
}

.eco-promo-bar {
  display: flex;
  justify-content: center;
  padding: 10px 16px;
  background: linear-gradient(90deg, #10251f, #1c6d54, #10251f);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.eco-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eco-trust-badges span {
  border: 1px solid var(--eco-line);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--eco-ink);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.eco-address-hint {
  padding: 12px 14px;
  border-radius: 14px;
  background: #effaf4;
  color: #13795b;
  font-weight: 800;
}

@media (max-width: 1199px) {
  :root {
    --eco-page-gutter: 16px;
  }

  .eco-main-header__inner {
    grid-template-columns: 28px minmax(118px, 148px) minmax(260px, 1fr) auto;
  }
}

@media (max-width: 900px) {
  :root {
    --eco-page-gutter: 14px;
  }

  .eco-topbar {
    height: 42px;
    font-size: 12px;
    line-height: 1.25;
  }

  .eco-topbar__inner {
    display: block;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }

  .eco-topbar__inner p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 340px;
    margin: 0 auto;
    padding: 0 8px;
    white-space: normal;
    transform: translateY(145%);
    opacity: 0;
    animation: ecoTopbarSlide 6s ease-in-out infinite;
  }

  .eco-topbar__inner p:first-child {
    display: block;
    animation-delay: 0s;
  }

  .eco-topbar__inner p:last-child {
    left: 0;
    transform: translateY(145%);
    animation-delay: 3s;
  }

  .eco-main-header {
    height: auto;
    padding-top: 10px;
  }

  .eco-main-header__inner {
    width: min(var(--eco-design-width), calc(100% - (var(--eco-page-gutter) * 2)));
    grid-template-columns: 36px 1fr auto;
    gap: 14px;
  }

  .eco-logo {
    width: 112px;
    min-width: 112px;
    height: 32px;
  }

  .eco-logo img {
    width: 112px;
    max-height: 28px;
  }

  .eco-header-search {
    position: static;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin-bottom: 10px;
  }

  .eco-header-actions {
    gap: 14px;
  }
}

@media (max-width: 760px) {
  .eco-hero-preview {
    border-radius: 26px;
  }

  .eco-actions {
    display: grid;
  }

  .eco-button {
    width: 100%;
  }
}

@media (max-width: 479px) {
  :root {
    --eco-page-gutter: 12px;
  }

  .eco-topbar__inner p {
    max-width: 300px;
  }

  .eco-hero-preview h1 {
    font-size: clamp(34px, 10vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eco-topbar__inner p {
    animation: none;
  }

  @media (max-width: 900px) {
    .eco-topbar__inner p:first-child {
      opacity: 1;
      transform: translateY(-50%);
    }

    .eco-topbar__inner p:last-child {
      display: none;
    }
  }
}

@keyframes ecoTopbarSlide {
  0%,
  12% {
    transform: translateY(145%);
    opacity: 0;
  }

  18%,
  45% {
    transform: translateY(-50%);
    opacity: 1;
  }

  52%,
  100% {
    transform: translateY(-145%);
    opacity: 0;
  }
}

/* Eco Core sidemenu final frontend overrides.
   The theme drawer styles load after the block/plugin stylesheet on the frontend,
   so these rules keep the real storefront aligned with the editor preview. */
body .eco-menu-drawer{width:min(384px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;background:#fff!important;box-shadow:22px 0 70px rgba(0,0,0,.18)!important;color:#111!important;font-family:inherit!important}body .eco-drawer-overlay{background:rgba(0,0,0,.58)!important;backdrop-filter:none!important}body .eco-menu-drawer .eco-drawer-head{height:35px!important;min-height:35px!important;display:flex!important;grid-template-columns:none!important;align-items:center!important;justify-content:space-between!important;padding:0 16px 0 18px!important;border-bottom:1px solid #dedede!important;background:#fff!important}body .eco-menu-drawer .eco-drawer-head h2{grid-column:auto!important;margin:0!important;padding:0!important;font-size:var(--eco-sidemenu-heading-font-size,12px)!important;font-weight:var(--eco-sidemenu-heading-font-weight,600)!important;line-height:1!important;color:var(--eco-sidemenu-heading-color,#111)!important}body .eco-menu-drawer .eco-drawer-close,body .eco-menu-drawer .eco-drawer-back{grid-column:auto!important;justify-self:auto!important;width:22px!important;height:22px!important;border:0!important;background:transparent!important;border-radius:0!important;font-size:16px!important;font-weight:300!important;color:#111!important;display:grid!important;place-items:center!important;padding:0!important}body .eco-menu-drawer .eco-drawer-close:hover,body .eco-menu-drawer .eco-drawer-back:hover,body .eco-menu-drawer .eco-drawer-row:hover{background:transparent!important}body .eco-menu-drawer .eco-drawer-body{padding:16px 16px 14px 18px!important;overflow-y:auto!important;scrollbar-width:auto!important;scrollbar-color:#8a8a8a transparent!important}body .eco-menu-drawer .eco-drawer-title,body .eco-menu-drawer .eco-drawer-section h3,body .eco-menu-drawer .eco-drawer-social-wrap h3,body .eco-menu-drawer .eco-support-box h3{margin:0!important;padding:0!important;letter-spacing:0!important;text-transform:none!important;color:var(--eco-sidemenu-heading-color,#111)!important}body .eco-menu-drawer .eco-shop-menu-title{margin:0 0 8px!important;font-size:var(--eco-sidemenu-heading-font-size,12px)!important;font-weight:var(--eco-sidemenu-heading-font-weight,600)!important;line-height:1.2!important}body .eco-menu-drawer .eco-shop-menu{display:grid!important;gap:0!important;margin:0 0 14px!important;padding:0!important;border:0!important}body .eco-menu-drawer .eco-shop-menu__row,body .eco-menu-drawer .eco-drawer-row{width:100%!important;min-height:32px!important;border:0!important;border-radius:0!important;background:#fff!important;padding:0!important;color:var(--eco-sidemenu-shop-text-color,#1d2938)!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;font-family:inherit!important;font-size:var(--eco-sidemenu-shop-font-size,11px)!important;font-weight:var(--eco-sidemenu-shop-font-weight,400)!important;line-height:1.25!important;box-shadow:none!important;text-align:left!important}body .eco-menu-drawer .eco-shop-menu__row span:first-child{color:inherit!important;font-size:inherit!important;line-height:inherit!important}body .eco-menu-drawer .eco-shop-menu__chevron{font-size:calc(var(--eco-sidemenu-support-icon-size,26px) / 2)!important;line-height:1!important;font-weight:300!important;color:#a7b0b8!important;margin-left:12px!important}body .eco-menu-drawer .eco-drawer-section{display:grid!important;gap:0!important;margin:0!important;padding:13px 0!important;border-top:1px solid #e5e5e5!important;border-bottom:0!important}body .eco-menu-drawer .eco-drawer-section h3,body .eco-menu-drawer .eco-drawer-social-wrap h3{margin:0 0 9px!important;font-size:var(--eco-sidemenu-heading-font-size,12px)!important;font-weight:var(--eco-sidemenu-heading-font-weight,600)!important;line-height:1.2!important}body .eco-menu-drawer .eco-drawer-section a{min-height:30px!important;border:0!important;background:transparent!important;border-radius:0!important;padding:0!important;color:var(--eco-sidemenu-section-text-color,#1d2938)!important;text-decoration:none!important;display:flex!important;align-items:center!important;font-size:var(--eco-sidemenu-section-font-size,11px)!important;font-weight:400!important;line-height:1.25!important}body .eco-menu-drawer .eco-support-box{display:grid!important;gap:7px!important;margin:0 -16px 0 -18px!important;padding:14px 18px 14px!important;background:#eefafa!important;border:0!important}body .eco-menu-drawer .eco-support-box h3{margin:0 0 2px!important;display:flex!important;align-items:center!important;gap:8px!important;font-size:var(--eco-sidemenu-heading-font-size,12px)!important;font-weight:var(--eco-sidemenu-heading-font-weight,600)!important;line-height:1.2!important}body .eco-menu-drawer .eco-support-heading-icon{width:15px!important;height:15px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;background:#e1f6e5!important;color:#159447!important;font-size:9px!important}body .eco-menu-drawer .eco-support-card{min-height:54px!important;border:0!important;border-radius:6px!important;background:#fff!important;padding:7px 11px!important;display:flex!important;grid-template-columns:none!important;align-items:center!important;gap:10px!important;margin:0!important;color:var(--eco-sidemenu-support-text-color,#111)!important;text-decoration:none!important;box-shadow:none!important}body .eco-menu-drawer .eco-support-icon{width:var(--eco-sidemenu-support-icon-size,26px)!important;height:var(--eco-sidemenu-support-icon-size,26px)!important;border-radius:6px!important;display:grid!important;place-items:center!important;background:#e8faee!important;color:#18a64a!important;font-size:12px!important;flex:0 0 auto!important}body .eco-menu-drawer .eco-support-icon--mail{background:#fff1e7!important;color:#f97316!important}body .eco-menu-drawer .eco-support-icon--phone{background:#f5e8ff!important;color:#9b5de5!important}body .eco-menu-drawer .eco-support-content{display:grid!important;gap:2px!important;min-width:0!important;flex:1!important}body .eco-menu-drawer .eco-support-content strong{font-size:11px!important;font-weight:600!important;line-height:1.15!important;color:var(--eco-sidemenu-support-text-color,#111)!important}body .eco-menu-drawer .eco-support-content em{font-style:normal!important;font-size:var(--eco-sidemenu-support-muted-font-size,9px)!important;font-weight:400!important;line-height:1.15!important;color:var(--eco-sidemenu-support-muted-color,#4b6158)!important}body .eco-menu-drawer .eco-support-chevron{font-size:13px!important;color:#9aa5ad!important;line-height:1!important}body .eco-menu-drawer .eco-support-links{display:grid!important;gap:8px!important;margin-top:6px!important}body .eco-menu-drawer .eco-support-links a{position:relative!important;min-height:auto!important;padding:0 0 0 9px!important;border:0!important;background:transparent!important;color:var(--eco-sidemenu-support-links-color,#008575)!important;text-decoration:none!important;font-size:var(--eco-sidemenu-support-links-font-size,10px)!important;font-weight:var(--eco-sidemenu-support-links-font-weight,400)!important;line-height:1.2!important}body .eco-menu-drawer .eco-support-links a:before{content:'•';position:absolute;left:0;top:0;color:var(--eco-sidemenu-support-links-color,#008575)}body .eco-menu-drawer .eco-drawer-section--company{padding-top:20px!important}body .eco-menu-drawer .eco-drawer-section--company a{color:var(--eco-sidemenu-company-links-color,#1d2938)!important;font-size:var(--eco-sidemenu-company-links-font-size,11px)!important;font-weight:var(--eco-sidemenu-company-links-font-weight,400)!important}body .eco-menu-drawer .eco-drawer-social-wrap{padding:13px 0 0!important;border-top:1px solid #e5e5e5!important}body .eco-menu-drawer .eco-drawer-social{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:0!important}body .eco-menu-drawer .eco-social{width:var(--eco-sidemenu-social-icon-size,28px)!important;height:var(--eco-sidemenu-social-icon-size,28px)!important;border-radius:999px!important;display:grid!important;place-items:center!important;color:#fff!important;text-decoration:none!important;font-size:0!important}body .eco-menu-drawer .eco-social svg{width:calc(var(--eco-sidemenu-social-icon-size,28px) / 2)!important;height:calc(var(--eco-sidemenu-social-icon-size,28px) / 2)!important;stroke-width:0!important;fill:currentColor!important}
body .eco-menu-drawer .eco-support-heading-icon svg{width:10px!important;height:10px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}body .eco-menu-drawer .eco-support-heading-icon{color:var(--eco-sidemenu-support-icon-color,#159447)!important;font-size:0!important}body .eco-menu-drawer .eco-support-icon{color:var(--eco-sidemenu-support-icon-color,#18a64a)!important;font-size:0!important}body .eco-menu-drawer .eco-support-icon svg{width:calc(var(--eco-sidemenu-support-icon-size,26px) * .62)!important;height:calc(var(--eco-sidemenu-support-icon-size,26px) * .62)!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}body .eco-menu-drawer .eco-support-icon--mail,body .eco-menu-drawer .eco-support-icon--phone{color:var(--eco-sidemenu-support-icon-color,#18a64a)!important}body .eco-menu-drawer .eco-support-content strong{font-size:var(--eco-sidemenu-support-name-font-size,11px)!important;color:var(--eco-sidemenu-support-name-color,var(--eco-sidemenu-support-text-color,#111))!important}body .eco-menu-drawer .eco-support-content em{font-size:var(--eco-sidemenu-support-sub-font-size,var(--eco-sidemenu-support-muted-font-size,9px))!important;color:var(--eco-sidemenu-support-sub-color,var(--eco-sidemenu-support-muted-color,#4b6158))!important}
