/*
Theme Name: Wolach
Theme URI: https://wolach-dive.com
Description: Smartic Home-27 white storefront for Wolach. Elementor + WooCommerce.
Author: Wolach
Template: hello-elementor
Version: 2.10.79
Text Domain: wolach
*/

:root {
  --wl-bg: #ffffff;
  --wl-bg-2: #f7f7f7;
  --wl-card: #f6f6f6;
  --wl-line: #ececec;
  --wl-text: #111111;
  --wl-muted: #6b7280;
  --wl-accent: #00a0ea;
  --wl-accent-2: #0088c9;
  --wl-max: 1240px;
  --wl-header: 80px;
  --wl-topbar: 36px;
  --wl-mainbar: 100px;
  --wl-bar-h: 64px;
}

html { scroll-behavior: smooth; }

body.wolach-body,
body.theme-wolach,
.wolach-body {
  background: #fff;
  color: #111;
  font-family: "Jost", "Outfit", system-ui, sans-serif;
}

.wolach-body a { color: var(--wl-accent); text-decoration: none; }
.wolach-body a:hover { color: var(--wl-accent-2); }
body.wl-search-open,
body.wl-video-open,
body.wl-cert-open { overflow: hidden; }

.site-header.wolach-header {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 10000;
  background: #fff;
}

body.home .site-header.wolach-header,
body.front-page .site-header.wolach-header {
  position: sticky !important;
}

html body .site-header.wolach-header.is-stuck,
html body.home .site-header.wolach-header.is-stuck,
html body.front-page .site-header.wolach-header.is-stuck {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 10000 !important;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
}

body.admin-bar .site-header.wolach-header,
html.wp-toolbar .site-header.wolach-header,
html body.admin-bar .site-header.wolach-header.is-stuck {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header.wolach-header,
  html.wp-toolbar .site-header.wolach-header,
  html body.admin-bar .site-header.wolach-header.is-stuck {
    top: 46px !important;
  }
}

@media (max-width: 980px) {
  html body .site-header.wolach-header,
  html body.home .site-header.wolach-header,
  html body.front-page .site-header.wolach-header,
  html body .site-header.wolach-header.is-stuck,
  html body.home .site-header.wolach-header.is-stuck,
  html body.front-page .site-header.wolach-header.is-stuck,
  html body.admin-bar .site-header.wolach-header,
  html.wp-toolbar .site-header.wolach-header,
  html body.admin-bar .site-header.wolach-header.is-stuck,
  html body.admin-bar.home .site-header.wolach-header,
  html body.admin-bar.home .site-header.wolach-header.is-stuck {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    transform: none !important;
    padding-top: env(safe-area-inset-top, 0px);
    box-sizing: border-box;
  }
  html body.home .site-main,
  html body.front-page .site-main {
    padding-top: calc(var(--wl-bar-h, 64px) + env(safe-area-inset-top, 0px)) !important;
    margin-top: 0 !important;
  }
  html body:not(.home) .site-main,
  html body:not(.home):not(.front-page) .site-main,
  html body.wolach-body:not(.home) .site-main,
  html body.woocommerce-page:not(.home) .site-main,
  html body.single-product .site-main,
  html body.woocommerce-cart .site-main,
  html body.woocommerce-checkout .site-main,
  html body.woocommerce-order-received .site-main,
  html body.woocommerce-account .site-main {
    padding-top: calc(var(--wl-bar-h, 64px) + 20px) !important;
    margin-top: 0 !important;
  }
  body.single-product .site-main > .woocommerce,
  body.single-product .content-area:not(.site-main) {
    padding-top: 0;
    margin-top: 0;
  }
}

.site-header .elementor,
.wl-el-header {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.wl-el-header .elementor-widget-container {
  margin: 0 !important;
}
.wl-el-header .elementor-icon-list-item {
  margin: 0 !important;
}
.wl-el-header .elementor-heading-title {
  margin: 0;
  line-height: 1;
}
.wl-el-topbar {
  border-bottom: 1px solid #f3f3f3;
}
.wolach-header.is-stuck .wl-el-topbar,
.wolach-header.is-stuck .wl-topbar {
  display: none !important;
}
.wl-el-topbar .elementor-icon-list-items,
.wl-el-topbar .elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 36px !important;
}
.wl-el-topbar .elementor-icon-list-item,
.wl-el-topbar .elementor-inline-item {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-icon-list-icon,
.elementor-icon-list-icon i,
.elementor-icon-list-icon svg,
.wl-el-topbar .elementor-icon-list-icon svg,
.site-header .elementor-icon-list-icon svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex: 0 0 14px !important;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  font-size: 14px !important;
}
.wl-el-footer .elementor-icon-list-icon { display: none; }
.site-footer .wl-nav-wrap,
.wl-el-footer .wl-nav-wrap,
.wl-nav-wrap:has(.wl-nav.is-vertical) {
  height: auto !important;
  min-height: 0 !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.wl-el-footer .wl-nav.is-vertical,
.site-footer .wl-nav.is-vertical {
  align-items: flex-start;
  gap: 8px;
}
.wl-el-footer .wl-nav.is-vertical > li,
.site-footer .wl-nav.is-vertical > li {
  min-height: 0 !important;
  height: auto !important;
  display: block;
}
.wl-el-footer .wl-nav.is-vertical a {
  color: #555 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
}
.wl-el-footer .wl-nav.is-vertical a:hover,
.wl-el-footer .wl-nav.is-vertical .current-menu-item > a {
  color: var(--wl-accent) !important;
}

.wl-topbar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.wl-topbar-inner {
  max-width: 1400px;
  margin: 0 auto;
  min-height: var(--wl-topbar);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.wl-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #555 !important;
  font-size: 13px;
  line-height: 1;
}

.wl-topbar a:hover { color: var(--wl-accent) !important; }

.wolach-header.is-stuck .wl-header-bar,
.wolach-header.is-stuck .wl-el-mainbar {
  background: #fff;
}

.wl-header-bar {
  width: 100%;
  background: #fff;
  min-height: var(--wl-header);
  display: flex;
  align-items: center;
}

body.home .site-main,
body.home.woocommerce-page .site-main {
  padding-top: 0 !important;
}

@media (min-width: 981px) {
  body.wolach-body:not(.home) .site-main,
  body.woocommerce-page:not(.home) .site-main,
  body.wolach-body:not(.home) .wolach-header.is-stuck ~ .site-main,
  body.woocommerce-page:not(.home) .wolach-header.is-stuck ~ .site-main {
    padding-top: 0 !important;
  }
}

.wl-header-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: var(--wl-header);
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.wl-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111 !important;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.02em;
  height: var(--wl-header);
  justify-self: start;
}

.wl-logo img { width: 86px; height: 86px; object-fit: contain; }

.site-header .wl-el-mainbar.e-con,
.site-header .wl-el-mainbar > .e-con-inner {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  align-items: center !important;
}
.site-header .wl-el-logo,
.site-header .wl-el-logo .elementor-widget-image,
.site-header .wl-el-logo .elementor-widget-container,
.site-header .wl-el-logo a {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
}
.site-header .wl-el-logo .elementor-widget-heading {
  display: none !important;
}
.site-header .wl-el-logo img,
.site-header .wl-el-logo .elementor-widget-image img {
  width: auto !important;
  max-width: 140px !important;
  height: 86px !important;
  max-height: 86px !important;
  object-fit: contain !important;
}
.site-header .elementor-widget-image:hover img {
  transform: none !important;
}

.wl-nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--wl-header);
}
.wl-nav,
.wl-nav ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.wl-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  height: auto;
}
@media (min-width: 981px) {
  #wl-nav {
    height: auto !important;
    top: auto !important;
    max-height: none !important;
  }
}

.wl-nav > li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--wl-header);
  list-style: none !important;
}

.wl-nav > li > a {
  color: #222 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.wl-nav a:hover,
.wl-nav > .current-menu-item > a,
.wl-nav > .current-menu-item > a:hover,
.wl-nav > .current-menu-ancestor > a,
.site-header .elementor-nav-menu > .current-menu-item > a,
.site-header .elementor-nav-menu > .current-menu-ancestor > a,
.site-header .elementor-nav-menu > li > a.elementor-item-active {
  color: var(--wl-accent) !important;
}
.site-header .wl-sub .current-menu-item > a,
.site-header .wl-nav .sub-menu .current-menu-item > a,
.site-header .elementor-nav-menu .sub-menu .current-menu-item > a,
.site-header .elementor-nav-menu .sub-menu a.elementor-item-active {
  color: #333 !important;
}

.wl-sub {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  min-width: 340px;
  background: #fff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.12);
  padding: 10px 0;
  z-index: 30;
  list-style: none !important;
}

.wl-sub::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 28px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 6px rgba(17, 17, 17, 0.04);
}

.wl-nav .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  min-width: 340px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.12);
  padding: 10px 0;
  z-index: 30;
  list-style: none !important;
}
.wl-nav .has-sub:hover .wl-sub,
.wl-nav .has-sub:focus-within .wl-sub,
.wl-nav .menu-item-has-children:hover > .sub-menu,
.wl-nav .menu-item-has-children:focus-within > .sub-menu { display: block; }

.wl-nav.is-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.wl-nav.is-vertical > li { min-height: 0; }
.wl-nav.is-vertical .sub-menu {
  position: static;
  display: block;
  box-shadow: none;
  min-width: 0;
  padding: 6px 0 0 12px;
}

.wl-sub li,
.wl-nav .sub-menu li {
  min-height: 0;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.wl-sub li::marker,
.wl-sub li::before {
  content: none !important;
  display: none !important;
}

.wl-sub a,
.wl-nav .sub-menu a {
  display: block;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333 !important;
  line-height: 1.4;
}

.wl-sub a:hover,
.wl-nav .sub-menu a:hover {
  background: #f7f7f7;
  color: var(--wl-accent) !important;
}

.wl-header-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 6px;
  color: #222;
  height: var(--wl-header);
}

.wl-header-meta a { color: #222 !important; }
.wolach-header .wl-icon-btn,
.wolach-header button.wl-icon-btn,
.wolach-header button.wl-search-toggle,
.wolach-header button.wl-search-close {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  cursor: pointer;
  outline: none;
}
.wolach-header .wl-icon-btn:hover,
.wolach-header .wl-icon-btn:focus,
.wolach-header button.wl-search-toggle:hover,
.wolach-header button.wl-search-toggle:focus,
.wolach-header button.wl-search-close:hover,
.wolach-header button.wl-search-close:focus {
  color: #111 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  opacity: 0.55;
}

.wl-search-modal[hidden] { display: none !important; }
.wl-search-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.wl-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.wl-search-dialog {
  position: relative;
  width: min(720px, 100%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  padding: 48px 40px 40px;
}
.wl-search-close {
  position: absolute;
  top: 14px;
  right: 14px;
}
.wl-search-kicker {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9aa0a6;
}
.wl-search-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
  border: 0;
}
.wl-search-form input[type="search"] {
  flex: 1;
  border: 1px solid #ddd;
  outline: none;
  padding: 14px 16px;
  font-size: 16px;
  min-width: 0;
  background: #f7f7f7;
  color: #111;
  border-radius: 4px;
}
.wl-search-form input[type="search"]:focus {
  border-color: #111;
  background: #fff;
}
.wolach-header .wl-search-form button[type="submit"],
.wl-search-form button[type="submit"] {
  background: #111 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 0 22px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none !important;
}
.wl-search-form button[type="submit"]:hover {
  background: #333 !important;
  color: #fff !important;
}
.wl-cart { position: relative; }
.wl-cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--wl-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wl-burger {
  display: none !important;
  background: none !important;
  border: 0 !important;
  color: #111 !important;
  width: 42px;
  height: 42px;
  box-shadow: none !important;
}

.wolach-header > .elementor {
  width: 100%;
}
.wolach-header .elementor-widget-html .elementor-widget-container {
  padding: 0 !important;
}

.site-footer.wolach-footer {
  background: #fff;
  border-top: 1px solid #eee;
  padding: 64px 24px 28px;
  color: #666;
}
.site-footer.wolach-footer .elementor-heading-title {
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 0 16px !important;
}
.site-footer.wolach-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer.wolach-footer a { color: #555; }
.site-footer.wolach-footer a:hover { color: var(--wl-accent); }

.site-footer .wl-el-footer > .e-con-inner,
.site-footer .wl-el-footer {
  max-width: var(--wl-max);
  margin-left: auto;
  margin-right: auto;
}
.site-footer .wl-el-footer .e-con:has(> .e-con + .e-con + .e-con + .e-con),
.site-footer .wl-el-footer .e-con-inner:has(> .e-con + .e-con + .e-con + .e-con) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 36px 32px !important;
  width: 100% !important;
  max-width: none !important;
  align-items: start;
  flex-wrap: nowrap !important;
}
.site-footer .wl-el-footer .e-con:has(> .e-con + .e-con + .e-con + .e-con) > .e-con,
.site-footer .wl-el-footer .e-con-inner:has(> .e-con + .e-con + .e-con + .e-con) > .e-con {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  min-width: 0 !important;
  --width: 100% !important;
}
.site-footer .wl-el-footer .e-con.e-child {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0 !important;
}
.site-footer .wl-el-footer .e-con.e-child .elementor-widget-heading,
.site-footer .wl-el-footer .e-con.e-child .elementor-widget-wolach-menu,
.site-footer .wl-el-footer .e-con.e-child .elementor-widget-text-editor {
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.site-footer .wl-el-footer .e-con.e-child .elementor-widget-wolach-menu,
.site-footer .wl-el-footer .e-con.e-child .elementor-widget-text-editor {
  margin-bottom: 0 !important;
}
.site-footer [data-wl-reveal],
.site-footer .wl-el-footer .e-con.e-child .elementor-heading-title {
  margin: 0 !important;
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111 !important;
  line-height: 1.3 !important;
  opacity: 1 !important;
  transform: none !important;
}
.site-footer .wl-el-footer > .e-con-inner > .elementor-widget-heading {
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.site-footer .wl-el-footer > .e-con-inner > .elementor-widget-heading .elementor-heading-title {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #666 !important;
  text-align: center;
  margin: 0 !important;
}

.wl-footer-grid {
  max-width: var(--wl-max);
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 36px;
}

.wl-footer-grid h4 {
  color: #111;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.wl-footer-grid p, .wl-footer-grid li { font-size: 14px; line-height: 1.8; }
.wl-footer-grid ul { list-style: none; margin: 0; padding: 0; }
.wl-footer-grid a { color: #555; }
.wl-footer-grid a:hover { color: var(--wl-accent); }
.wl-copy {
  max-width: var(--wl-max);
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
  text-align: center;
}

body.wl-products-page .site-main .e-con:has(.elementor-widget-image-box) {
  display: none !important;
}
body.wl-products-page .site-main .e-con.e-parent:first-child .elementor-widget-text-editor,
body.wl-products-page .site-main .e-con.e-parent:first-child .elementor-widget-text-editor p,
body.wl-products-page .site-main .e-con.e-parent:first-child .elementor-widget-text-editor * {
  color: #fff !important;
}
.wl-shop-head {
  background: #f3f6f8;
  margin: 0 -24px 28px;
  padding: 28px 24px 18px;
}
.wl-shop-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 18px;
}
.wl-shop-head h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  color: #111;
  line-height: 1;
}
.wl-shop-crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #9aa0a6;
  font-size: 13px;
}
.wl-shop-crumb a {
  color: #6b7280 !important;
}
.wl-shop-crumb a:hover {
  color: var(--wl-accent) !important;
}
.wl-shop-crumb span:last-child {
  color: #111;
}
.wl-shop-tools {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #fff;
  color: #555;
  font-size: 14px;
  white-space: nowrap;
}
.wl-shop-tools span {
  flex: 0 0 auto;
  white-space: nowrap;
}
.wl-shop-tools select {
  height: 36px;
  padding: 0 28px 0 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 14px;
}
@media (max-width: 767px) {
  .wl-shop-head-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.woocommerce ul.products,
.woocommerce-page ul.products,
.elementor ul.products,
ul.products.columns-4,
ul.products.columns-3,
ul.products.columns-2 {
  display: grid !important;
  gap: 22px !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  width: 100% !important;
}

ul.products,
.woocommerce ul.products,
.elementor ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

ul.products::before,
ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.elementor ul.products::before,
.elementor ul.products::after {
  content: none !important;
  display: none !important;
}

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

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor ul.products li.product,
ul.products li.product {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
  background: #fff;
  border: 1px solid #eee;
  padding: 16px 16px 22px;
  position: relative;
}

ul.products li.product .onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #111 !important;
  color: #fff !important;
  left: auto !important;
  right: 12px !important;
  top: 12px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  white-space: nowrap !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  color: #111 !important;
  font-size: 16px !important;
}

.woocommerce .price,
.woocommerce ul.products li.product .price { color: var(--wl-accent) !important; }

.woocommerce #sidebar,
.woocommerce-page #sidebar,
.widget_layered_nav,
.widget_price_filter,
.woocommerce-widget-layered-nav,
.widget_product_categories { display: none !important; }

.woocommerce-page .content-area,
.single-product .content-area,
body.single-product .site-main > .woocommerce {
  width: 100% !important;
  max-width: var(--wl-max);
  margin: 8px auto 64px;
  padding: 0 24px;
}

body.single-product .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 12px !important;
  padding: 0 !important;
  font-size: 13px;
  color: #9aa0a6;
  line-height: 1.4;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 48px;
  align-items: start;
}
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery {
  display: block !important;
  min-width: 0;
}
.woocommerce-product-gallery__wrapper {
  margin: 0;
  overflow: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
  width: 100%;
  margin: 0;
}
.woocommerce-product-gallery:not(:has(.flex-viewport)):not(.woocommerce-product-gallery--loaded) .woocommerce-product-gallery__image:not(:first-child) {
  display: none !important;
}
.woocommerce-product-gallery:not(:has(.flex-viewport)):not(.woocommerce-product-gallery--loaded) .flex-control-nav,
.woocommerce-product-gallery:not(:has(.flex-viewport)):not(.woocommerce-product-gallery--loaded) .flex-control-thumbs {
  display: none !important;
}
.wl-gallery-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  max-width: 100%;
}
.wl-gallery-arrow {
  appearance: none;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--wl-accent);
  border-radius: 50%;
  background: #fff;
  color: var(--wl-accent);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  box-sizing: border-box;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.wl-gallery-arrow svg {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  flex: none;
}
.wl-gallery-thumbs.is-scrollable .wl-gallery-arrow { display: inline-flex; }
.wl-gallery-arrow:disabled { opacity: 0.28; cursor: default; }
.wl-gallery-arrow:hover:not(:disabled) {
  background: var(--wl-accent);
  border-color: var(--wl-accent);
  color: #fff;
}
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  min-width: 0;
  scrollbar-width: none;
}
.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar { display: none; }
.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 76px;
  width: 76px;
  margin: 0;
  float: none;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.woocommerce div.product:before,
.woocommerce div.product:after { display: none !important; content: none !important; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells,
.woocommerce div.product .woocommerce-product-gallery + .summary + * {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  body.home .e-con:has(.elementor-widget-shortcode),
  body.home .e-con:has(.elementor-widget-shortcode) > .e-con-inner,
  body.single-product .site-main,
  body.single-product .content-area,
  body.single-product .site-main > .woocommerce,
  body.single-product div.product {
    overflow: visible !important;
  }
  body.home .elementor-widget-shortcode,
  body.single-product section.related,
  body.single-product section.upsells,
  .woocommerce div.product .related,
  .woocommerce div.product .upsells {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
  }
  body.home .woocommerce ul.products,
  body.single-product .related ul.products,
  body.single-product .upsells ul.products,
  body.single-product ul.products {
    gap: 8px !important;
    width: 100% !important;
  }
  body.home .woocommerce ul.products li.product,
  body.single-product .related ul.products li.product,
  body.single-product .upsells ul.products li.product,
  body.single-product ul.products li.product {
    padding: 10px 8px 12px !important;
  }
  html body.home .woocommerce ul.products li.product a.button,
  html body.home .woocommerce ul.products li.product .button,
  html body.single-product .woocommerce ul.products li.product a.button,
  html body.single-product .woocommerce ul.products li.product .button,
  html body .woocommerce ul.products li.product a.button,
  html body .woocommerce ul.products li.product button.button,
  html body .woocommerce ul.products li.product .button {
    border-radius: 4px !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 36px;
    padding: 8px 6px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
  }
}

.single-product .product_title,
.woocommerce div.product .product_title {
  color: #111;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 10px;
}
.woocommerce div.product p.price {
  font-size: 22px;
  margin: 0 0 14px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-Tabs-panel,
.woocommerce-product-details__short-description { color: #555; }
.woocommerce-product-details__short-description {
  margin: 0 0 18px;
  line-height: 1.7;
}
.woocommerce div.product .product_meta {
  margin-top: 18px;
  font-size: 13px;
  color: #9aa0a6;
}

.woocommerce div.product form.cart {
  margin-top: 8px;
}
.woocommerce div.product form.cart .variations {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
}
.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
}
.woocommerce div.product form.cart .variations tr + tr {
  margin-top: 18px;
}
.woocommerce div.product form.cart .variations th.label {
  padding: 0 0 10px;
}
.woocommerce div.product form.cart .variations th.label label {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111;
  font-weight: 600;
}
.woocommerce div.product form.cart .variations .value {
  position: relative;
}
.woocommerce div.product form.cart .variations .value.has-swatches > select,
.woocommerce div.product form.cart .variations .value:has(.wl-swatches) > select,
.woocommerce div.product form.cart .variations .reset_variations {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.wl-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.wl-swatches.is-color {
  gap: 18px 20px;
}
.wl-swatch {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 64px;
  padding: 0 18px;
  border: 1px solid var(--wl-accent);
  border-radius: 4px;
  background: #fff;
  color: var(--wl-accent);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.wl-swatch:not(.is-image):hover {
  background: #fff !important;
  border-color: var(--wl-accent) !important;
  color: var(--wl-accent) !important;
}
.wl-swatch.is-on:not(.is-image),
.wl-swatch.is-on:not(.is-image):hover {
  background: var(--wl-accent) !important;
  border-color: var(--wl-accent) !important;
  color: #fff !important;
}
.wl-swatch.is-off {
  opacity: 0.35;
  pointer-events: none;
}
.wl-swatch.is-image {
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 5px;
  border: 0;
  background: transparent !important;
  border-radius: 0;
  color: #666;
}
.wl-swatch.is-image:hover,
.wl-swatch.is-image.is-on,
.wl-swatch.is-image.is-on:hover {
  background: transparent !important;
  color: #111;
}
.wl-swatch-thumb {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f4f4f4 center / cover no-repeat;
  border: 2px solid #ececec;
  box-shadow: none;
  box-sizing: border-box;
}
.wl-swatch.is-image:hover .wl-swatch-thumb {
  border-color: var(--wl-accent);
}
.wl-swatch.is-image.is-on .wl-swatch-thumb,
.wl-swatch.is-image.is-on:hover .wl-swatch-thumb {
  border-color: var(--wl-accent);
  box-shadow: 0 0 0 2px var(--wl-accent);
  background-color: transparent;
}
.wl-swatch-label {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart.variations_form .variations_button,
.woocommerce div.product form.cart:not(.variations_form) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.woocommerce .quantity {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  gap: 8px;
}
.woocommerce div.product .quantity {
  height: 42px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 4px;
  overflow: hidden;
  gap: 0;
  background: #fff;
}
.woocommerce .quantity .qty {
  width: 52px !important;
  height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  background: #fff !important;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  -moz-appearance: textfield;
}
.woocommerce div.product .quantity .qty {
  width: 48px !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wl-qty-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--wl-accent) !important;
  border-radius: 50%;
  background: #fff !important;
  color: var(--wl-accent) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.woocommerce div.product .wl-qty-btn {
  width: 42px;
  height: 42px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: #333 !important;
}
.woocommerce div.product .wl-qty-btn:hover {
  color: var(--wl-accent) !important;
  background: transparent !important;
}
.wl-qty-btn:hover {
  border-color: var(--wl-accent);
  color: #fff;
  background: var(--wl-accent);
}
.woocommerce div.product form.cart .single_add_to_cart_button.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 200px;
  height: 42px;
  padding: 0 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 4px !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button::before {
  content: "";
  width: 18px;
  height: 18px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M6 7h15l-1.4 8.2a2 2 0 0 1-2 1.8H9a2 2 0 0 1-2-1.6L5 4H2'/%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Cpath d='M6 7h15l-1.4 8.2a2 2 0 0 1-2 1.8H9a2 2 0 0 1-2-1.6L5 4H2'/%3E%3Ccircle cx='9' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 900px) {
  .woocommerce div.product { grid-template-columns: 1fr; gap: 20px; }
  .woocommerce div.product form.cart .single_add_to_cart_button.button {
    flex: 1 1 180px;
    min-width: 0;
  }
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.added_to_cart,
.woocommerce button.button.alt,
.woocommerce #place_order {
  background: var(--wl-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
}

.wl-woo-title {
  max-width: var(--wl-max);
  margin: 28px auto 0;
  padding: 0 24px;
}
.wl-woo-title h1 {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin: 0;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  max-width: var(--wl-max);
  margin: 20px auto 80px;
  padding: 0 24px;
  float: none !important;
}

body.woocommerce-account.logged-in .woocommerce {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 24px 32px;
  align-items: start;
}
body.woocommerce-account.logged-in .woocommerce > *:not(.woocommerce-MyAccount-navigation):not(.woocommerce-MyAccount-content) {
  grid-column: 1 / -1;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  grid-column: 1;
  grid-row: 2;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

body.woocommerce-account:not(.logged-in) .woocommerce {
  display: block !important;
  max-width: 1040px;
}

@media (min-width: 901px) {
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
  body.woocommerce-account:not(.logged-in) #customer_login.col2-set {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 32px !important;
    width: 100% !important;
    float: none !important;
    align-items: stretch;
  }
}

body.woocommerce-account:not(.logged-in) #customer_login::before,
body.woocommerce-account:not(.logged-in) #customer_login::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-account:not(.logged-in) #customer_login .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login .u-column2,
body.woocommerce-account:not(.logged-in) #customer_login .col-1,
body.woocommerce-account:not(.logged-in) #customer_login .col-2 {
  display: flex !important;
  flex-direction: column;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 32px !important;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in) #customer_login h2 {
  margin: 0 0 22px;
  font-size: 26px;
  font-weight: 600;
  color: #111;
}

body.woocommerce-account:not(.logged-in) #customer_login form.login,
body.woocommerce-account:not(.logged-in) #customer_login form.register,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 14px;
  background: #f6f6f6;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.woocommerce-MyAccount-navigation li { margin: 0; }
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  color: #111 !important;
  border-radius: 8px;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #111;
  color: #fff !important;
}

.woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 28px;
  color: #555;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 { color: #111; }
.woocommerce-MyAccount-content p { line-height: 1.7; }
.woocommerce-MyAccount-content .woocommerce-Addresses,
.woocommerce-MyAccount-content .u-columns.addresses,
.woocommerce-MyAccount-content .col2-set.addresses {
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
  grid-template-columns: none !important;
}
.woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.woocommerce-MyAccount-content .woocommerce-Addresses .u-column2,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 22px 24px;
  box-sizing: border-box;
}
.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  float: none !important;
  width: 100%;
  margin: 0 0 10px;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin: 0;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0;
  font-style: normal;
  background: none;
  border: 0;
  min-height: 0;
  padding: 0;
}
.woocommerce-EditAccountForm fieldset {
  margin: 28px 0 0;
  padding: 20px 20px 8px;
}
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-EditAccountForm button[type="submit"],
.woocommerce-MyAccount-content p:has(> .woocommerce-Button),
.woocommerce-MyAccount-content p:has(> button[type="submit"]) {
  margin-top: 32px !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table,
.woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table,
.woocommerce-MyAccount-content table.my_account_orders {
  display: table !important;
  width: 100% !important;
  max-width: none !important;
  table-layout: auto;
  overflow: hidden;
}
.woocommerce-MyAccount-content .woocommerce-orders-table th,
.woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 16px 18px !important;
}
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
  text-align: right;
}
.woocommerce-account .entry-title,
.woocommerce-account .page-header { display: none; }

.woocommerce .col2-set,
.u-columns {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100% !important;
  float: none !important;
}
@media (min-width: 901px) {
  .woocommerce .col2-set,
  .u-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce .col-1,
.woocommerce .col-2,
.u-column1,
.u-column2 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 28px;
}

.woocommerce form .form-row {
  padding: 0 0 14px;
  margin: 0;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-selection {
  width: 100%;
  border: 1px solid #e6e6e6 !important;
  background: #f7f7f7 !important;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  color: #111;
  min-height: 46px;
}

.woocommerce table.shop_table {
  border: 1px solid #eee !important;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: #f0f0f0 !important;
  padding: 14px 16px !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top: 0 !important;
  border-radius: 10px !important;
  background: #f6f6f6 !important;
  color: #111 !important;
}

.wl-page-content {
  max-width: 860px;
  margin: 48px auto 80px;
  padding: 0 24px;
}
.wl-page-content > h1,
.wl-page-title,
.wl-about-copy h2 {
  color: #111 !important;
}
.wl-page-content > h1 {
  margin: 0 0 28px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.wl-page-content img {
  max-width: 100%;
  height: auto;
}

.wl-page-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--wl-max);
  margin: 0 auto 36px;
  padding: 22px 0 0;
}
.wl-page-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.wl-crumbs {
  color: #8a8f98;
  font-size: 14px;
}
.wl-crumbs a { color: #111; }
.wl-crumbs span { margin: 0 8px; color: #c5c8ce; }

.wl-page-about {
  max-width: var(--wl-max);
  margin: 8px auto 80px;
  padding: 0 24px;
}
.wl-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 56px;
  align-items: center;
}
.wl-about-media img {
  display: block;
  width: 100%;
  height: auto;
}
.wl-about-copy h2 {
  margin: 0 0 22px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.wl-about-copy p {
  margin: 0 0 16px;
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}
.wl-about-copy p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .wl-page-top { display: block; padding-top: 8px; }
  .wl-page-title { margin-bottom: 8px; font-size: 26px; }
  .wl-about-grid { grid-template-columns: 1fr; gap: 28px; }
}
.wl-prose { max-width: 860px; margin: 0 auto; color: #555; line-height: 1.8; }
.wl-prose h2, .wl-prose h3 { color: #111; margin: 32px 0 12px; }
.wl-prose table { width: 100%; border-collapse: collapse; margin: 18px 0 28px; }
.wl-prose th, .wl-prose td { border-bottom: 1px solid #eee; padding: 10px 8px; text-align: left; font-size: 14px; }
.wl-prose th { color: #111; font-weight: 600; }

.wl-page-wide {
  max-width: var(--wl-max);
  margin: 8px auto 80px;
  padding: 0 24px;
}
.wl-page-lead {
  max-width: 640px;
  margin: 0 auto 36px;
  text-align: center;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.wl-hub {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: none;
  margin: 0;
}
.wl-hub a {
  display: block;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 36px 28px 32px;
  color: #111 !important;
  min-height: 210px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.wl-hub a:hover {
  background: #eef7fc;
  color: var(--wl-accent) !important;
  transform: translateY(-3px);
}
.wl-hub-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fff;
  color: var(--wl-accent);
}
.wl-hub h3 { margin: 0 0 10px; font-size: 22px; color: inherit; }
.wl-hub p { margin: 0; color: #6b7280; font-size: 15px; line-height: 1.6; }

.wl-hub-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin: 8px 0 36px;
}
.wl-hub-pills a {
  color: #6b7280 !important;
  font-size: 15px;
  text-decoration: none;
}
.wl-hub-pills a:hover {
  color: var(--wl-accent) !important;
}
.wl-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.wl-guide-card {
  min-width: 0;
}
.wl-guide-card a {
  display: block;
  color: inherit !important;
  text-decoration: none;
}
.wl-guide-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
}
.wl-guide-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #111;
}
.wl-guide-card p {
  margin: 0 0 14px;
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}
.wl-hub-more {
  color: var(--wl-accent) !important;
  font-size: 14px;
  font-weight: 600;
}
#wl-hubhome,
.e-con.wl-hub-home {
  position: relative;
}
#wl-hubhome > .e-con-inner,
.e-con.wl-hub-home > .e-con-inner {
  position: relative;
}
.e-con.wl-hub-track {
  overflow: hidden !important;
  width: 100%;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 28px !important;
  scroll-behavior: smooth;
}
.e-con.wl-hub-track > .elementor-element {
  flex: 0 0 calc(33.333% - 19px) !important;
  width: calc(33.333% - 19px) !important;
  min-width: calc(33.333% - 19px) !important;
  max-width: calc(33.333% - 19px) !important;
}
.wl-hub-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
.wl-hub-cta {
  text-align: center;
  margin: 48px 0 8px;
}
.wl-hub-cta p {
  margin: 0 0 18px;
  color: #555;
}
.wl-hub-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--wl-accent);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}
.wl-article-hero {
  max-width: 860px;
  margin: 0 auto 28px;
}
.wl-article-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.wl-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 8px 0 48px;
  text-align: center;
}
.wl-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #eef7fc;
  color: var(--wl-accent);
}
.wl-feature h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #111 !important;
}
.wl-feature p {
  margin: 0;
  color: #666;
  line-height: 1.7;
}

.wl-contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 48px;
  padding: 28px 8px;
  margin: 0 0 48px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}
.wl-contact-meta p { margin: 0 0 8px; }
.wl-contact-meta p:last-child { margin-bottom: 0; }
.wl-contact-meta a { color: #111; }

.wl-contact-form-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.wl-contact-kicker {
  margin: 0 0 8px;
  text-align: center;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 600;
  color: var(--wl-accent);
}
.wl-contact-form-wrap h2 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #111 !important;
}
.wl-contact-sub {
  margin: 0 0 28px;
  text-align: center;
  color: #777;
}

.wl-certs {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.wl-cert {
  display: flex;
  flex-direction: column;
  color: #111 !important;
  text-decoration: none !important;
  cursor: zoom-in;
}
.wl-cert-frame {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wl-cert:hover .wl-cert-frame {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(17, 17, 17, 0.1);
}
.wl-cert-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fafafa;
  display: block;
}
.wl-cert-name {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.wl-cert-modal[hidden] { display: none !important; }
.wl-cert-modal {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 56px;
}
.wl-cert-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}
.wl-cert-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wl-cert-dialog img {
  max-width: 100%;
  max-height: calc(100vh - 130px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.wl-cert-caption {
  margin: 14px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.wl-cert-pdf {
  margin-top: 8px;
  color: #fff !important;
  font-size: 13px;
  text-decoration: underline;
}
.wl-cert-close,
.wl-cert-prev,
.wl-cert-next {
  position: absolute;
  border: 0;
  background: var(--wl-accent);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}
.wl-cert-close svg,
.wl-cert-prev svg,
.wl-cert-next svg {
  display: block;
  stroke: currentColor;
}
.wl-cert-close {
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.wl-cert-prev,
.wl-cert-next {
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.wl-cert-prev { left: 16px; }
.wl-cert-next { right: 16px; }
.wl-cert-close:hover,
.wl-cert-prev:hover,
.wl-cert-next:hover {
  background: var(--wl-accent-2);
  color: #fff;
}

@media (max-width: 1100px) {
  .wl-certs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  body.woocommerce-account.logged-in .woocommerce,
  .woocommerce .col2-set,
  .u-columns,
  .wl-hub,
  .wl-features,
  .wl-contact-meta,
  .wl-contact-form { grid-template-columns: 1fr !important; }
  .wl-certs { grid-template-columns: 1fr 1fr !important; }
  .wl-contact-actions { justify-content: stretch; }
  .wl-contact-form button,
  .wl-contact-form button[type="submit"] { width: 100%; }
}

@media (max-width: 900px) {
  html body.woocommerce-account .site-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.woocommerce-account .woocommerce {
    padding: 0 5px 48px !important;
    margin: 8px auto 40px !important;
    max-width: 100% !important;
  }
  body.woocommerce-account .wl-woo-title {
    margin: 0 auto 8px;
    padding: 0 5px;
  }
  body.woocommerce-account .wl-woo-title h1 {
    font-size: 26px;
  }
  body.woocommerce-account.logged-in .woocommerce {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 1 1 calc(50% - 8px);
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-align: center;
    padding: 11px 10px;
    font-size: 13px;
    line-height: 1.2;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 16px 12px 20px;
  }
  body.woocommerce-account .woocommerce-info,
  body.woocommerce-account .woocommerce-message,
  body.woocommerce-account .woocommerce-error {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;
    padding: 14px 12px !important;
  }
  body.woocommerce-account .woocommerce-info .button,
  body.woocommerce-account .woocommerce-message .button {
    position: static !important;
    float: none !important;
    margin: 0 !important;
    white-space: nowrap;
  }
  body.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }
  html body.woocommerce-account:not(.logged-in) #customer_login,
  html body.woocommerce-account:not(.logged-in) #customer_login.u-columns,
  html body.woocommerce-account:not(.logged-in) #customer_login.col2-set,
  html body.woocommerce-account:not(.logged-in) .woocommerce .u-columns,
  html body.woocommerce-account:not(.logged-in) .woocommerce .col2-set {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 16px !important;
    width: 100% !important;
    float: none !important;
  }
  html body.woocommerce-account:not(.logged-in) #customer_login .u-column1,
  html body.woocommerce-account:not(.logged-in) #customer_login .u-column2,
  html body.woocommerce-account:not(.logged-in) #customer_login .col-1,
  html body.woocommerce-account:not(.logged-in) #customer_login .col-2,
  html body.woocommerce-account:not(.logged-in) .woocommerce .col-1,
  html body.woocommerce-account:not(.logged-in) .woocommerce .col-2 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 18px !important;
    box-sizing: border-box !important;
  }
  html body.woocommerce-account:not(.logged-in) #customer_login h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead {
    display: none !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody,
  body.woocommerce-account .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    overflow: visible !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tr {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px;
    padding: 12px 14px;
    border: 1px solid #eee !important;
    border-radius: 10px;
    background: #fff;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100% !important;
    padding: 7px 0 !important;
    border: 0 !important;
    text-align: right !important;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #111;
    text-align: left;
  }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
    text-align: left;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 36px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  padding: 0 0 4px;
  margin: 0 0 22px;
  border: 0 !important;
  background: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 12px 0 !important;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9aa0a6 !important;
  background: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #111 !important;
  box-shadow: inset 0 -2px 0 #111;
}
.woocommerce-Tabs-panel {
  line-height: 1.85;
  word-spacing: normal !important;
  letter-spacing: 0.01em;
  word-break: normal;
  overflow-wrap: anywhere;
}
.woocommerce-Tabs-panel > h2:first-child { display: none; }

@media (max-width: 980px) {
  .woocommerce div.product .quantity {
    width: 132px !important;
    max-width: 132px !important;
    height: 36px !important;
    min-height: 36px !important;
    flex: 0 0 auto !important;
    align-self: flex-start !important;
  }
  .woocommerce div.product .quantity .qty {
    width: 44px !important;
    height: 36px !important;
    font-size: 14px;
  }
  .woocommerce div.product .wl-qty-btn {
    width: 36px !important;
    height: 36px !important;
  }
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
  .woocommerce div.product form.cart.variations_form .variations_button,
  .woocommerce div.product form.cart:not(.variations_form) {
    align-items: flex-start !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none !important;
  }
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel,
  .woocommerce-Tabs-panel,
  #tab-description,
  #tab-additional_information,
  #tab-reviews {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
  }
  .woocommerce-Tabs-panel > h2:first-child,
  #tab-reviews .woocommerce-Reviews-title,
  #reviews .woocommerce-Reviews-title {
    display: block !important;
    margin: 0 0 12px !important;
    padding: 0 0 10px !important;
    border-bottom: 2px solid #111;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #111 !important;
    line-height: 1.3 !important;
  }
  #tab-reviews > h2:first-child + #reviews .woocommerce-Reviews-title {
    display: none !important;
  }
}
.woocommerce-Tabs-panel p,
.woocommerce-Tabs-panel li {
  color: #555;
  margin: 0 0 14px;
}
.woocommerce-Tabs-panel table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}
.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
  border-bottom: 1px solid #eee;
  padding: 10px 8px;
  text-align: left;
}

.woocommerce div.product .social-icons,
.woocommerce div.product .share,
.woocommerce div.product .product-share,
.woocommerce div.product .addthis_inline_share_toolbox {
  display: flex;
  gap: 10px;
  margin: 16px 0 0;
}
.woocommerce div.product .social-icons a,
.woocommerce div.product .share a {
  width: 36px;
  height: 36px;
  border: 1px solid #ececec;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111 !important;
}

.ppc-button-wrapper,
#ppc-button-ppcp-gateway,
.paypal-buttons {
  width: 100% !important;
  max-width: 360px;
  margin-top: 10px;
}

.blockUI.blockOverlay,
.loader::before,
.wc-block-components-spinner {
  display: none !important;
}

.wp-block-woocommerce-empty-cart-block {
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 24px 80px;
  text-align: center;
}
.wc-block-cart__empty-cart__title,
.with-empty-cart-icon {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin: 0 0 12px !important;
}
.with-empty-cart-icon::before {
  display: none !important;
  content: none !important;
}
.wl-empty-cart-actions {
  margin: 8px 0 36px;
}
.wl-empty-cart-actions .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 28px !important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}
.wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  font-size: 22px;
  margin: 12px 0 24px;
  color: #111;
}
.wc-block-grid.has-4-columns .wc-block-grid__products,
.wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 16px 16px 20px;
  text-align: center;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  margin-top: 12px;
  color: #111;
  font-size: 14px;
}
.cart-empty.woocommerce-info {
  background: transparent !important;
  text-align: center;
  box-shadow: none !important;
  padding: 48px 16px 12px !important;
  font-size: 28px;
  font-weight: 600;
}
.cart-empty.woocommerce-info::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before {
  display: none !important;
  content: none !important;
}
.return-to-shop {
  text-align: center;
  margin-bottom: 40px;
}

body.woocommerce-cart .wl-woo-title,
body.woocommerce-checkout .wl-woo-title {
  display: none;
}

.wl-checkout-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 12px 0 36px;
  padding: 0;
  grid-column: 1 / -1;
}
.wl-checkout-steps li {
  display: flex;
  align-items: center;
  margin: 0;
  color: #d0d0d0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.wl-checkout-steps li a,
.wl-checkout-steps li span {
  color: inherit;
  text-decoration: none;
}
.wl-checkout-steps li.is-on,
.wl-checkout-steps li.is-on a {
  color: var(--wl-accent);
}
.wl-checkout-steps li:not(:last-child)::after {
  content: "›";
  margin: 0 16px;
  color: #d8d8d8;
  font-weight: 400;
  font-size: 22px;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  max-width: var(--wl-max);
}
body.woocommerce-cart .woocommerce::before,
body.woocommerce-cart .woocommerce::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 64%;
    margin: 0;
    clear: none;
  }
  body.woocommerce-cart .cart-collaterals {
    float: right;
    width: 30%;
    margin: 0;
    clear: none;
  }
  body.woocommerce-cart .woocommerce {
    display: flow-root;
  }
}

@media (min-width: 768px) {
  body.woocommerce-cart table.shop_table.cart {
    display: table !important;
    width: 100% !important;
    border: 0 !important;
    border-collapse: collapse;
    background: transparent;
    table-layout: auto;
  }
  body.woocommerce-cart table.shop_table.cart thead {
    display: table-header-group !important;
  }
  body.woocommerce-cart table.shop_table.cart tbody,
  body.woocommerce-cart table.shop_table.cart tfoot {
    display: table-row-group !important;
  }
  body.woocommerce-cart table.shop_table.cart tr {
    display: table-row !important;
  }
  body.woocommerce-cart table.shop_table.cart th,
  body.woocommerce-cart table.shop_table.cart td {
    display: table-cell !important;
    float: none !important;
    width: auto !important;
    border: 0 !important;
    border-bottom: 1px solid #eee !important;
    background: transparent !important;
    vertical-align: middle;
    padding: 20px 12px !important;
    color: #222;
    text-align: left !important;
  }
  body.woocommerce-cart table.shop_table.cart thead th {
    padding: 0 12px 14px !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  body.woocommerce-cart table.shop_table.cart th::before,
  body.woocommerce-cart table.shop_table.cart td::before {
    display: none !important;
    content: none !important;
  }
  body.woocommerce-cart table.shop_table.cart td.product-remove {
    width: 28px !important;
    padding-left: 0 !important;
  }
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    width: 84px !important;
  }
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    width: 68px;
    height: 68px;
    object-fit: contain;
  }
  body.woocommerce-cart table.shop_table.cart td.product-name {
    min-width: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
  }
  body.woocommerce-cart table.shop_table.cart td.product-name a {
    color: #222 !important;
  }
  body.woocommerce-cart table.shop_table.cart .variation {
    display: none;
  }
  body.woocommerce-cart table.shop_table.cart .product-remove a {
    color: #bbb !important;
  }
  body.woocommerce-cart table.shop_table.cart .wl-qty-btn {
    width: 22px !important;
    height: 22px !important;
    border: 0 !important;
    background: transparent !important;
    color: #888 !important;
  }
  body.woocommerce-cart table.shop_table.cart .quantity .qty {
    width: 36px !important;
    height: 32px !important;
    border: 0 !important;
    background: transparent !important;
  }
}
body.woocommerce-cart table.shop_table.cart td.actions {
  border-bottom: 0 !important;
  padding: 22px 0 0 !important;
}
body.woocommerce-cart .coupon {
  float: left;
  display: block;
  margin: 0;
}
body.woocommerce-cart .coupon::after {
  content: "";
  display: table;
  clear: both;
}
body.woocommerce-cart .coupon label {
  display: none !important;
}
body.woocommerce-cart .coupon input#coupon_code,
body.woocommerce-cart .coupon input.input-text {
  float: left;
  width: 200px !important;
  height: 46px !important;
  margin: 0 8px 0 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #f5f5f5 !important;
  padding: 0 14px !important;
}
body.woocommerce-cart .coupon .button,
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart button[name="calc_shipping"] {
  float: left;
  display: inline-block !important;
  width: auto !important;
  height: 46px !important;
  padding: 0 18px !important;
  border-radius: 4px !important;
  background: #f3f3f3 !important;
  color: #222 !important;
  border: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: none !important;
}
body.woocommerce-cart button[name="update_cart"] {
  float: right !important;
}
body.woocommerce-cart button[name="update_cart"]:disabled {
  opacity: 1;
}
body.woocommerce-cart .cart-collaterals {
  background: transparent;
}
body.woocommerce-cart .cart_totals {
  width: 100% !important;
  float: none !important;
  padding: 0;
  background: transparent;
}
body.woocommerce-cart .cart_totals h2 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
}
body.woocommerce-cart .cart_totals table.shop_table {
  display: table !important;
  width: 100% !important;
  border: 0 !important;
  background: transparent;
}
body.woocommerce-cart .cart_totals table.shop_table tr {
  display: table-row !important;
}
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  display: table-cell !important;
  border: 0 !important;
  border-bottom: 1px solid #eee !important;
  background: transparent !important;
  padding: 14px 0 !important;
  font-size: 14px;
  color: #222;
  width: auto !important;
  float: none !important;
}
body.woocommerce-cart .cart_totals table.shop_table .order-total th,
body.woocommerce-cart .cart_totals table.shop_table .order-total td {
  border-bottom: 0 !important;
  font-size: 16px;
  font-weight: 700;
}
body.woocommerce-cart .cart_totals tr.shipping th {
  display: none !important;
}
body.woocommerce-cart .cart_totals tr.shipping td {
  display: table-cell !important;
  width: 100% !important;
  border-bottom: 0 !important;
  padding: 8px 0 14px !important;
}
body.woocommerce-cart .woocommerce-shipping-destination {
  color: #777;
  font-size: 13px;
  margin: 0 0 10px;
}
body.woocommerce-cart .shipping-calculator-button {
  display: none !important;
}
body.woocommerce-cart .shipping-calculator-form {
  display: block !important;
  height: auto !important;
}
body.woocommerce-cart .shipping-calculator-form p,
body.woocommerce-cart .shipping-calculator-form .form-row {
  padding: 0 !important;
  margin: 0 0 10px !important;
  width: 100% !important;
  float: none !important;
}
body.woocommerce-cart .shipping-calculator-form select,
body.woocommerce-cart .shipping-calculator-form input.input-text,
body.woocommerce-cart .shipping-calculator-form .select2-selection {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #f5f5f5 !important;
  padding: 0 14px !important;
  color: #777 !important;
}
body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 8px 0 0;
}
body.woocommerce-cart .checkout-button.button,
body.woocommerce-cart a.checkout-button {
  display: block !important;
  text-align: center;
  width: 100%;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 !important;
  border-radius: 4px !important;
  background: var(--wl-accent) !important;
  color: #fff !important;
}

.wp-block-woocommerce-cart,
.wc-block-cart {
  max-width: var(--wl-max);
  margin: 0 auto;
  padding: 8px 24px 80px;
}
.wc-block-cart {
  gap: 40px !important;
}
.wc-block-cart-items,
.wc-block-cart-items__header,
.wc-block-cart-items__row {
  border-color: #f0f0f0 !important;
  box-shadow: none !important;
}
.wc-block-cart-items__header {
  color: #9aa0a6 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wc-block-cart-item__image img {
  border-radius: 12px !important;
  background: #f7f7f7;
}
.wc-block-cart-item__product,
.wc-block-components-product-name {
  color: #111 !important;
  font-weight: 600 !important;
}
.wc-block-components-product-metadata,
.wc-block-components-product-details {
  color: #6b7280 !important;
}
.wc-block-components-quantity-selector {
  border: 1px solid #ececec !important;
  border-radius: 999px !important;
  overflow: hidden;
  background: #fff;
}
.wc-block-components-quantity-selector__button {
  color: var(--wl-accent) !important;
  background: transparent !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  color: #111 !important;
  font-weight: 600;
}
.wc-block-cart__sidebar,
.wc-block-components-sidebar {
  background: #f7f7f7;
  border-radius: 18px;
  padding: 8px 8px 16px;
}
.wc-block-components-totals-wrapper {
  padding: 8px 16px 0 !important;
}
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
  color: #111 !important;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.wc-block-components-panel__button {
  background: transparent !important;
  color: #111 !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 12px 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 14px 0 !important;
  gap: 8px;
}
.wc-block-components-totals-coupon .wc-block-components-panel__button-icon {
  order: 2;
  margin-left: auto;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.wc-block-components-totals-coupon {
  margin: 4px 0 0 !important;
  padding: 0 0 4px !important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.wc-block-components-totals-coupon .wc-block-components-panel__content {
  padding: 0 0 14px !important;
}
.wc-block-components-totals-coupon__form,
.wc-block-components-totals-coupon form.wc-block-components-totals-coupon__form {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  min-height: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.wc-block-components-totals-coupon__form:focus-within {
  border-color: var(--wl-accent);
}
.wc-block-components-totals-coupon__input,
.wc-block-components-totals-coupon .wc-block-components-text-input,
.wc-block-components-totals-coupon .wc-block-components-validated-text-input {
  flex: 1 1 auto !important;
  position: relative !important;
  min-width: 0 !important;
  width: auto !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wc-block-components-totals-coupon__input input,
.wc-block-components-totals-coupon .wc-block-components-text-input input,
.wc-block-components-totals-coupon .wc-block-components-validated-text-input input,
.wc-block-components-totals-coupon input[type="text"] {
  height: 42px !important;
  min-height: 42px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 14px !important;
  line-height: 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #111 !important;
}
.wc-block-components-totals-coupon .wc-block-components-text-input label,
.wc-block-components-totals-coupon .wc-block-components-validated-text-input label,
.wc-block-components-totals-coupon__input label {
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) scale(1) !important;
  transform-origin: left center !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #9aa0a6 !important;
  background: transparent !important;
  pointer-events: none;
}
.wc-block-components-totals-coupon .wc-block-components-text-input.has-value label,
.wc-block-components-totals-coupon .wc-block-components-validated-text-input.has-value label {
  opacity: 0 !important;
  visibility: hidden !important;
}
.wc-block-components-totals-coupon__button[disabled],
.wc-block-components-totals-coupon__button[aria-disabled="true"],
.wc-block-components-totals-coupon button.wc-block-components-button[disabled] {
  opacity: 0.55;
}
.wc-block-cart .wc-block-cart__submit-button,
.wc-block-cart .wc-block-components-checkout-button,
.wc-block-cart a.wc-block-components-button,
.wc-block-cart button.wc-block-components-button.contained {
  background: var(--wl-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  min-height: 42px !important;
}
.wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon button.wc-block-components-button,
.wc-block-components-totals-coupon .wc-block-components-button {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-height: 42px !important;
  min-width: 84px !important;
  padding: 0 16px !important;
  margin: 0 !important;
  background: var(--wl-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  text-transform: none !important;
  line-height: 1 !important;
}
.wc-block-cart .wc-block-components-button.contained:hover,
.wc-block-cart .wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-totals-coupon button.wc-block-components-button:hover {
  background: var(--wl-accent-2) !important;
  color: #fff !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout button.wc-block-components-checkout-place-order-button,
body.woocommerce-checkout .wc-block-components-button.contained,
body.woocommerce-checkout button.wc-block-components-button.contained,
body.woocommerce-checkout .wp-element-button.contained,
body.woocommerce-checkout .wc-block-checkout__actions button {
  background: var(--wl-accent) !important;
  background-color: var(--wl-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout button.wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-button.contained:hover,
body.woocommerce-checkout button.wc-block-components-button.contained:hover,
body.woocommerce-checkout .wp-element-button.contained:hover,
body.woocommerce-checkout .wc-block-checkout__actions button:hover {
  background: var(--wl-accent-2) !important;
  background-color: var(--wl-accent-2) !important;
  color: #fff !important;
}

body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  background: #fff;
  border-radius: 8px;
}
body.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 12px 0 !important;
}
body.woocommerce-checkout .wc-block-components-totals-item {
  padding: 10px 0 !important;
}

body.woocommerce-order-received .woocommerce {
  max-width: 920px;
  margin: 8px auto 80px;
  padding: 0 24px;
}
body.woocommerce-order-received .wl-checkout-steps {
  margin: 8px auto 28px;
}
body.woocommerce-order-received .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 28px;
  padding: 0;
  background: none;
  border: 0;
  color: #111;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
body.woocommerce-order-received .wl-thanks-title {
  display: block;
}
body.woocommerce-order-received .wl-thanks-sub {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  display: none !important;
}
body.woocommerce-order-received ul.woocommerce-order-overview,
body.woocommerce-order-received ul.order_details.woocommerce-order-overview {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 12px;
  list-style: none;
  margin: 0 0 28px !important;
  padding: 0 !important;
  border: 0 !important;
}
body.woocommerce-order-received ul.woocommerce-order-overview li {
  flex: 1 1 0;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 16px 12px !important;
  border: 1px solid #eee !important;
  border-radius: 8px;
  background: #f7f7f7;
  font-size: 12px;
  line-height: 1.4;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  word-break: break-word;
}
body.woocommerce-order-received ul.woocommerce-order-overview li strong {
  display: block;
  margin-top: 6px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .wl-proof {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 24px 26px;
  margin: 0 0 18px;
}
body.woocommerce-order-received .woocommerce-bacs-bank-details h2,
body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received .wl-proof h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
body.woocommerce-order-received .woocommerce-bacs-bank-details h3 {
  margin: 16px 0 8px;
  font-size: 15px;
  color: #111;
}
body.woocommerce-order-received ul.wc-bacs-bank-details,
body.woocommerce-order-received ul.bacs_details {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-order-received ul.wc-bacs-bank-details li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #666;
}
body.woocommerce-order-received ul.wc-bacs-bank-details li strong {
  color: #111;
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce-table.shop_table {
  width: 100%;
  border: 0;
  margin: 0;
}
body.woocommerce-order-received .woocommerce-table.shop_table th,
body.woocommerce-order-received .woocommerce-table.shop_table td {
  border-color: #f0f0f0;
  padding: 12px 0;
}
body.woocommerce-order-received .woocommerce-customer-details address {
  font-style: normal;
  line-height: 1.7;
  color: #555;
}
body.woocommerce-order-received .woocommerce-form-login,
body.woocommerce-order-received form.login {
  max-width: 480px;
  margin: 0 auto 40px;
  padding: 28px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
.wl-proof p {
  margin: 0 0 16px;
  color: #666;
  line-height: 1.6;
}
.wl-proof-note {
  padding: 10px 12px !important;
  border-radius: 4px;
}
.wl-proof-note.is-ok {
  background: #eef9f1;
  color: #166534 !important;
}
.wl-proof-note.is-err {
  background: #fdecec;
  color: #991b1b !important;
}
.wl-proof-files {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.wl-proof-files a {
  color: var(--wl-accent);
  font-weight: 600;
}
.wl-proof-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.wl-proof-pick {
  flex: 1 1 auto;
  min-width: 0;
  cursor: pointer;
}
.wl-proof-pick input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.wl-proof-pick-ui {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px dashed #d4d4d4;
  border-radius: 4px;
  background: #fafafa;
}
.wl-proof-pick-ui strong {
  font-size: 14px;
  color: #111;
}
.wl-proof-pick-ui em {
  font-style: normal;
  font-size: 12px;
  color: #999;
}
.wl-proof-form button {
  flex: 0 0 auto;
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: var(--wl-accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.wl-proof-form button:hover {
  background: var(--wl-accent-2);
}
.wl-bacs-hint {
  margin: 8px 0 0;
  color: #666;
}
@media (max-width: 900px) {
  body.woocommerce-order-received ul.woocommerce-order-overview,
  body.woocommerce-order-received ul.order_details.woocommerce-order-overview {
    flex-wrap: wrap;
  }
  body.woocommerce-order-received ul.woocommerce-order-overview li {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 640px) {
  body.woocommerce-order-received ul.woocommerce-order-overview,
  body.woocommerce-order-received ul.order_details.woocommerce-order-overview {
    flex-wrap: wrap;
  }
  body.woocommerce-order-received ul.woocommerce-order-overview li {
    flex: 1 1 100%;
  }
  .wl-proof-form {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  html body.woocommerce-cart .site-main,
  html body.woocommerce-checkout .site-main,
  html body.woocommerce-order-received .site-main {
    padding-top: calc(var(--wl-bar-h, 64px) + 20px) !important;
  }
  .wl-checkout-steps {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 0 20px;
    padding: 8px 4px 0;
    gap: 0;
  }
  .wl-checkout-steps li {
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .wl-checkout-steps li:not(:last-child)::after {
    margin: 0 6px;
    font-size: 12px;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-order-received .woocommerce {
    padding: 0 12px 48px !important;
    margin: 0 auto 32px !important;
    max-width: 100%;
    overflow: visible;
  }

  body.woocommerce-cart table.shop_table,
  body.woocommerce-cart table.shop_table.cart {
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }
  body.woocommerce-cart table.shop_table.cart thead {
    display: none !important;
  }
  body.woocommerce-cart table.shop_table.cart tbody,
  body.woocommerce-cart table.shop_table.cart tfoot {
    display: block !important;
    width: 100% !important;
  }
  body.woocommerce-cart table.shop_table.cart tr.cart_item,
  body.woocommerce-cart table.shop_table.cart tr.woocommerce-cart-form__cart-item {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) 32px;
    grid-template-areas:
      "thumb name remove"
      "thumb price remove"
      "thumb qty remove";
    column-gap: 12px;
    row-gap: 6px;
    width: 100% !important;
    margin: 0;
    padding: 14px 0 16px;
    border-bottom: 1px solid #eee;
    align-items: start;
  }
  body.woocommerce-cart table.shop_table.cart th,
  body.woocommerce-cart table.shop_table.cart td {
    display: block !important;
    float: none !important;
    width: auto !important;
    max-width: 100%;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
    vertical-align: top;
  }
  body.woocommerce-cart table.shop_table.cart th::before,
  body.woocommerce-cart table.shop_table.cart td::before {
    display: none !important;
    content: none !important;
  }
  body.woocommerce-cart table.shop_table.cart td.product-remove {
    grid-area: remove;
    width: 32px !important;
    padding: 0 !important;
  }
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail {
    grid-area: thumb;
    width: 72px !important;
  }
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail a,
  body.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
    display: block;
    width: 72px !important;
    height: 72px !important;
    object-fit: contain;
    background: #f7f7f7;
    border-radius: 8px;
  }
  body.woocommerce-cart table.shop_table.cart td.product-name {
    grid-area: name;
    min-width: 0 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }
  body.woocommerce-cart table.shop_table.cart td.product-name a {
    color: #222 !important;
    display: block;
  }
  body.woocommerce-cart table.shop_table.cart .variation {
    display: block;
    margin: 4px 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #888;
  }
  body.woocommerce-cart table.shop_table.cart .variation dt,
  body.woocommerce-cart table.shop_table.cart .variation dd {
    display: inline;
    margin: 0;
  }
  body.woocommerce-cart table.shop_table.cart td.product-price {
    grid-area: price;
    font-size: 15px;
    font-weight: 600;
    color: var(--wl-accent);
  }
  body.woocommerce-cart table.shop_table.cart td.product-quantity {
    grid-area: qty;
  }
  body.woocommerce-cart table.shop_table.cart td.product-subtotal {
    display: none !important;
  }
  body.woocommerce-cart table.shop_table.cart .product-remove a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #bbb !important;
    font-size: 20px;
    line-height: 1;
  }
  body.woocommerce-cart table.shop_table.cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }
  body.woocommerce-cart table.shop_table.cart .wl-qty-btn {
    width: 32px !important;
    height: 32px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #555 !important;
  }
  body.woocommerce-cart table.shop_table.cart .quantity .qty {
    width: 36px !important;
    height: 32px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    text-align: center;
  }
  body.woocommerce-cart table.shop_table.cart tr.woocommerce-cart-form__cart-item + tr,
  body.woocommerce-cart table.shop_table.cart tr:has(td.actions) {
    display: block !important;
    width: 100% !important;
    padding: 16px 0 0;
    border: 0;
  }
  body.woocommerce-cart table.shop_table.cart td.actions {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }
  body.woocommerce-cart .coupon,
  body.woocommerce-cart .coupon input#coupon_code,
  body.woocommerce-cart .coupon .button,
  body.woocommerce-cart button[name="update_cart"] {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
  }
  body.woocommerce-cart .cart_totals {
    margin-top: 8px;
  }
  body.woocommerce-cart .cart_totals table.shop_table,
  body.woocommerce-cart .cart_totals table.shop_table tbody,
  body.woocommerce-cart .cart_totals table.shop_table tr {
    display: block !important;
    width: 100% !important;
  }
  body.woocommerce-cart .cart_totals table.shop_table th::before,
  body.woocommerce-cart .cart_totals table.shop_table td::before {
    display: none !important;
    content: none !important;
  }
  body.woocommerce-cart .cart_totals table.shop_table th,
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    width: 100% !important;
    padding: 8px 0 !important;
  }
  body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal,
  body.woocommerce-cart .cart_totals table.shop_table tr.order-total {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
  }
  body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal th,
  body.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td,
  body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
  body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
    width: auto !important;
    padding: 10px 0 !important;
  }
  body.woocommerce-cart .checkout-button.button,
  body.woocommerce-cart a.checkout-button {
    height: auto !important;
    min-height: 48px;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 16px !important;
  }

  body.woocommerce-checkout .wp-block-woocommerce-checkout,
  body.woocommerce-checkout .wc-block-checkout,
  body.woocommerce-checkout .wc-block-checkout-layout {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 20px !important;
    padding: 0 0 56px !important;
    box-sizing: border-box;
  }
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-main {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  body.woocommerce-checkout .wc-block-components-text-input,
  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-block-components-select,
  body.woocommerce-checkout .wc-block-components-combobox,
  body.woocommerce-checkout .wc-block-components-address-form,
  body.woocommerce-checkout .wc-block-components-address-form__address_1,
  body.woocommerce-checkout .wc-block-components-address-form__address_2,
  body.woocommerce-checkout .wc-block-components-address-form__city,
  body.woocommerce-checkout .wc-block-components-address-form__state,
  body.woocommerce-checkout .wc-block-components-address-form__postcode,
  body.woocommerce-checkout .wc-block-components-address-form__country {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  body.woocommerce-checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .wc-block-checkout__form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
  body.woocommerce-checkout button.wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 48px;
    white-space: normal;
  }
}

.wl-cursor { display: none !important; }
body.wl-has-cursor,
body.wl-has-cursor a,
body.wl-has-cursor button,
body.wl-has-cursor .button,
body.wl-has-cursor input,
body.wl-has-cursor textarea,
body.wl-has-cursor select {
  cursor: auto;
}

.wl-contact-form .wl-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.wl-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 24px;
}
.wl-contact-form p { margin: 0; }
.wl-contact-form .is-full { grid-column: 1 / -1; }
.wl-contact-form .wl-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
.wl-contact-form .wl-field > span:first-child {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #222;
}
.wl-contact-form input,
.wl-contact-form input[type="email"],
.wl-contact-form input[type="text"],
.wl-contact-form select,
.wl-contact-form textarea {
  width: 100%;
  height: 52px;
  background: #f4f6f8 !important;
  border: 1px solid #e8eaed !important;
  color: #111 !important;
  padding: 14px 18px !important;
  border-radius: 12px !important;
  font: inherit;
  box-shadow: none !important;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.wl-contact-form textarea {
  height: auto;
  min-height: 160px;
  resize: vertical;
  line-height: 1.6;
}
.wl-contact-form input::placeholder,
.wl-contact-form textarea::placeholder {
  color: #9aa3ad;
}
.wl-contact-form input:focus,
.wl-contact-form input[type="email"]:focus,
.wl-contact-form select:focus,
.wl-contact-form textarea:focus {
  background: #fff !important;
  border-color: var(--wl-accent) !important;
  box-shadow: 0 0 0 4px rgba(0, 160, 234, 0.12) !important;
}
.wl-contact-form input:-webkit-autofill,
.wl-contact-form input:-webkit-autofill:hover,
.wl-contact-form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #111;
  -webkit-box-shadow: 0 0 0 1000px #f4f6f8 inset;
  transition: background-color 9999s ease-out 0s;
}
.wl-contact-form .wl-select {
  position: relative;
  display: block;
}
.wl-contact-form .wl-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #8b949e;
  border-bottom: 2px solid #8b949e;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.wl-contact-form select {
  padding-right: 42px !important;
  cursor: pointer;
  color: #111;
}
.wl-contact-form select:invalid {
  color: #9aa3ad !important;
}
.wl-contact-form select option {
  color: #111;
}
.wl-contact-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
}
.wl-contact-form button,
.wl-contact-form button[type="submit"] {
  min-width: 168px;
  height: 50px;
  background: var(--wl-accent) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 32px !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--wl-accent) 28%, transparent);
  transition: transform 0.15s ease, background 0.15s ease;
}
.wl-contact-form button:hover {
  background: var(--wl-accent-2) !important;
  transform: translateY(-1px);
}
.wl-notice { padding: 14px 18px; border-radius: 12px; margin-bottom: 16px; }
.wl-notice.ok { background: #e8f7ee; color: #146c2e; }
.wl-notice.err { background: #fde8e8; color: #9b1c1c; }

.elementor-image-box-wrapper { text-align: center; }
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor { word-spacing: normal; }

.e-con:has(.wl-hero),
.elementor-widget:has(.wl-hero),
.elementor-widget-container:has(.wl-hero) {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.wl-hero,
.e-con.wl-hero,
#wl-hero.e-con {
  position: relative;
  height: 700px;
  min-height: 700px;
  max-height: 700px;
  overflow: hidden;
  background: #111;
}
.e-con.wl-hero > .e-con-inner,
#wl-hero > .e-con-inner {
  position: relative !important;
  height: 700px;
  min-height: 700px;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  display: block !important;
}
.wl-hero-slide,
.e-con.wl-hero-slide {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 700px;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.8s ease, transform 6.5s ease;
  pointer-events: none;
}
.wl-hero-slide.is-on,
.e-con.wl-hero-slide.is-on {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  pointer-events: auto;
}
.e-con.wl-hero-slide > .e-con-inner {
  height: 700px;
  min-height: 700px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.e-con.wl-hero-slide.wl-hero-left > .e-con-inner {
  align-items: flex-start;
  text-align: left;
}
.e-con.wl-hero-slide.wl-hero-right > .e-con-inner {
  align-items: flex-end;
  text-align: right;
}
.e-con.wl-hero-slide .elementor-heading-title,
.e-con.wl-hero-slide .elementor-widget-text-editor,
.e-con.wl-hero-slide .elementor-widget-text-editor p {
  color: #fff !important;
}
.e-con.wl-hero-slide .elementor-heading-title span,
.e-con.wl-hero-slide .elementor-heading-title font {
  color: #00A0EB !important;
}
.e-con.wl-hero-slide.wl-hero-left .elementor-heading-title,
.e-con.wl-hero-slide.wl-hero-left .elementor-widget-text-editor,
.e-con.wl-hero-slide.wl-hero-left .elementor-widget-text-editor p { text-align: left; }
.e-con.wl-hero-slide.wl-hero-right .elementor-heading-title,
.e-con.wl-hero-slide.wl-hero-right .elementor-widget-text-editor,
.e-con.wl-hero-slide.wl-hero-right .elementor-widget-text-editor p { text-align: right; }
.e-con.wl-hero-slide.wl-hero-center .elementor-heading-title { text-align: center; }
.wl-hero-feats,
.e-con.wl-hero-feats > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 28px 36px;
  margin-top: 18px;
  align-items: flex-start;
}
.e-con.wl-hero-feat {
  width: 132px;
  text-align: center;
}
.e-con.wl-hero-feat img {
  width: 70px !important;
  height: auto !important;
  margin: 0 auto 8px;
}
.e-con.wl-hero-stat > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
}
.e-con.wl-hero-stat img {
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
}
.wl-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
}
.wl-hero-copy {
  position: relative;
  z-index: 2;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 140px 24px 90px;
}
.wl-hero-kicker {
  letter-spacing: 0.28em;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.wl-hero-copy h1 {
  font-size: clamp(36px, 6.2vw, 72px);
  font-weight: 600;
  margin: 0 0 16px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.05;
}
.wl-hero-copy p {
  max-width: 640px;
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
.wl-hero-btn {
  display: inline-block;
  background: var(--wl-accent);
  color: #fff !important;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 600;
}
.wl-hero-btn:hover { color: #fff !important; background: var(--wl-accent-2); }
.wl-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  transform: translateY(-50%);
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--wl-accent) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden;
  box-shadow: none !important;
  appearance: none !important;
  text-indent: 0;
}
.wl-hero-arrow svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 18px;
  stroke: #fff;
  fill: none;
}
.wl-hero-prev svg { transform: translateX(-1px); }
.wl-hero-next svg { transform: translateX(1px); }
.wl-hero-arrow:hover {
  background: var(--wl-accent-2) !important;
  color: transparent !important;
}
.wl-hero-prev { left: 24px; }
.wl-hero-next { right: 24px; }
.wl-hero-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.wl-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}
.wl-hero-dots button.is-on {
  width: 26px;
  background: var(--wl-accent);
}

.wl-video-modal[hidden] { display: none !important; }
.wl-video-modal {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.wl-video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.wl-video-dialog {
  position: relative;
  width: min(960px, 100%);
  aspect-ratio: 16 / 9;
  background: transparent;
}
.wl-video-frame {
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.wl-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.wl-video-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

/* Home-27 blocks */
.wl-eyebrow {
  display: block;
  letter-spacing: 0.22em;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

.wl-meet,
.e-con.wl-meet > .e-con-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 20px 36px;
  align-items: center;
}

.wl-meet-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.wl-meet .spec {
  display: flex;
  align-items: center;
  gap: 32px;
}
.wl-meet-col.is-left .spec { justify-content: flex-end; text-align: right; }
.wl-meet-col.is-right .spec { justify-content: flex-start; text-align: left; }
.wl-meet .spec .txt { min-width: 0; }
.wl-meet .spec strong {
  display: block;
  font-size: 34px;
  font-weight: 600;
  color: #111;
  line-height: 1.1;
}
.wl-meet .spec span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9aa0a6;
}
.wl-meet .spec .ico {
  width: 76px !important;
  height: 76px !important;
  flex: 0 0 76px;
  margin: 0;
  display: block;
  color: var(--wl-accent);
  transition: transform 0.45s ease;
}
.wl-meet .spec:hover .ico { transform: rotate(180deg); }
.wl-meet-product {
  text-align: center;
  perspective: 800px;
}
.wl-meet-product img {
  max-width: 460px;
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.wl-intel,
.e-con.wl-intel > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 560px;
  background: #fff;
}
.wl-intel-visual,
.e-con.wl-intel-visual,
.e-con.wl-intel-visual > .e-con-inner {
  position: relative !important;
  min-height: 520px;
  overflow: hidden;
  pointer-events: none;
}
.wl-intel-visual .elementor-widget-image {
  position: absolute !important;
  inset: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.wl-intel-visual .elementor-widget-image.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.wl-intel-visual img,
.wl-intel-visual a,
.wl-intel-visual .elementor-widget-image a {
  pointer-events: none !important;
}
.wl-intel-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.wl-intel-copy {
  position: relative;
  z-index: 2;
  padding: 40px 72px;
  pointer-events: auto;
}
.wl-dots,
.wl-dots button {
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
  touch-action: manipulation;
}
.wl-intel-text { display: none; }
.wl-intel-text.is-on { display: block; }
.wl-kicker {
  letter-spacing: 0.22em;
  font-size: 12px;
  color: #9aa0a6;
  margin: 0 0 12px;
}
.wl-intel-copy h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 16px;
  color: #111;
}
.wl-intel-copy p { color: #6b7280; line-height: 1.75; }

.e-con.wl-apps > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
.e-con.wl-app-card {
  min-height: 520px;
  background-size: cover !important;
  background-position: center center !important;
}
.e-con.wl-app-card > .e-con-inner {
  min-height: 520px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.e-con.wl-app-card .elementor-heading-title {
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

#wl-vids,
.e-con.wl-vids-wrap {
  position: relative;
}
#wl-vids > .e-con-inner,
.e-con.wl-vids-wrap > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr;
  row-gap: 20px;
  position: relative;
}
#wl-vids > .e-con-inner > .elementor-widget-html:has(.wl-vids-arrow) {
  grid-row: 3;
  grid-column: 1;
  position: relative !important;
  z-index: 4;
  align-self: stretch;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  pointer-events: none;
}
#wl-vids .wl-vids-track,
.e-con.wl-vids-track {
  grid-row: 3;
  grid-column: 1;
}
.e-con.wl-vids-track {
  overflow: hidden !important;
  width: 100%;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  scroll-behavior: smooth;
}
.e-con.wl-vids-track > .elementor-element {
  flex: 0 0 calc(50% - 9px) !important;
  width: calc(50% - 9px) !important;
  min-width: calc(50% - 9px) !important;
  max-width: calc(50% - 9px) !important;
}
#wl-vids .elementor-widget-video .elementor-widget-container,
#wl-vids .elementor-custom-embed,
#wl-vids iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  height: auto !important;
}
.wl-vids-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--wl-accent);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  padding: 0;
}
.wl-vids-prev { left: 0; }
.wl-vids-next { right: 0; }

.wl-dots {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.wl-dots button {
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff !important;
  font-size: 15px;
  font-weight: 600;
  color: #777 !important;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  box-shadow: none;
}
.wl-dots button:hover {
  border-color: var(--wl-accent) !important;
  color: var(--wl-accent) !important;
  background: #fff !important;
}
.wl-dots button.is-on,
.wl-dots button.is-on:hover {
  background: var(--wl-accent) !important;
  border-color: var(--wl-accent) !important;
  color: #fff !important;
}

.wl-feat4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.wl-feat4 article {
  background: #f6f6f6;
  padding: 42px 28px 36px;
  text-align: center;
}
.wl-feat4 .ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  display: block;
  color: #111;
  transition: transform 0.45s ease, color 0.3s ease;
}
.wl-feat4 article {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wl-feat4 article:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
}
.wl-feat4 article:hover .ico {
  color: var(--wl-accent);
  transform: translateY(-4px);
}

[data-wl-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-wl-reveal="left"] { transform: translateX(-48px); }
[data-wl-reveal="right"] { transform: translateX(48px); }
[data-wl-reveal="scale"] { transform: scale(0.86); }
[data-wl-reveal].is-in {
  opacity: 1;
  transform: none;
}

.elementor-widget-image img {
  transition: transform 0.45s ease;
}
.elementor-widget-image:hover img {
  transform: scale(1.04);
}
.wl-intel-visual img,
.wl-intel-visual .elementor-widget-image:hover img,
.wl-intel-visual:hover img.is-on {
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-wl-reveal],
  [data-wl-reveal].is-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.wl-feat4 h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #111;
}
.wl-feat4 p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}

button.wl-play,
.elementor-widget-html .wl-play,
.wl-play {
  width: 86px !important;
  height: 86px !important;
  min-width: 86px !important;
  min-height: 86px !important;
  max-width: 86px !important;
  max-height: 86px !important;
  margin: 28px auto 0;
  border: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.46) !important;
  box-shadow: none !important;
  outline: 0 !important;
  cursor: pointer;
  padding: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden;
  appearance: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
button.wl-play:hover,
.wl-play:hover {
  background: rgba(0, 0, 0, 0.62) !important;
  color: #fff !important;
  transform: translateZ(0);
}
.wl-play svg {
  display: block;
  width: 34px !important;
  height: 34px !important;
  fill: #fff !important;
  color: #fff !important;
  margin-left: 4px;
}
.elementor-custom-embed-play,
.elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  width: 86px !important;
  height: 86px !important;
  background: rgba(0, 0, 0, 0.46) !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  color: #fff !important;
  fill: #fff !important;
}

.wl-spec-table {
  width: 100%;
  border-collapse: collapse;
  color: #555;
}
.wl-spec-table th,
.wl-spec-table td {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  text-align: left;
  font-size: 14px;
}
.wl-spec-table th { color: #111; font-weight: 500; width: 48%; }

.wl-news-block {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}
.wl-news-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9aa0a6;
}
.wl-news-block h2 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 600;
  color: #111;
}
.wl-news-lead {
  margin: 0 0 22px;
  color: #6b7280;
  font-size: 15px;
}
.wl-news {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 560px;
  margin: 0 auto;
  padding: 6px;
  background: #f6f6f6;
  border: 1px solid #ececec;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
}
.wl-news input[type="email"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 14px 20px;
  font-size: 15px;
  color: #111;
  outline: none;
}
.wl-news button {
  background: var(--wl-accent);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0 26px;
  font-weight: 600;
  cursor: pointer;
}
.wl-news button:hover { background: var(--wl-accent-2); }

.elementor-widget-image img {
  height: auto !important;
  max-width: 100%;
}

@media (max-width: 980px) {
  html, body {
    touch-action: pan-x pan-y;
    overflow-x: hidden;
  }
  .wl-el-topbar,
  .wl-topbar { display: none !important; }
  .site-header.wolach-header {
    position: fixed !important;
    top: 0 !important;
  }
  .wl-el-header,
  .wl-el-header > .e-con-inner,
  .wl-el-mainbar,
  .wl-el-mainbar > .e-con-inner {
    min-height: 0 !important;
    padding: 0 !important;
  }
  .wl-el-mainbar,
  .wl-el-mainbar.e-con,
  .wl-el-mainbar > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 64px !important;
    height: 64px !important;
    padding: 0 4px 0 10px !important;
    max-width: none !important;
  }
  .wl-el-mainbar > .e-con,
  .wl-el-mainbar > .e-con-inner > .e-con {
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }
  .wl-el-logo {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    transform: none;
  }
  .site-header .wl-el-logo,
  .site-header .wl-el-logo > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    height: 58px !important;
    overflow: visible !important;
  }
  .site-header .wl-el-logo .elementor-widget-image,
  .site-header .wl-el-logo .elementor-widget-image .elementor-widget-container,
  .site-header .wl-el-logo .elementor-widget-image a {
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 !important;
    width: auto !important;
    height: 58px !important;
    max-width: none !important;
    max-height: 58px !important;
    overflow: visible !important;
    flex: 0 0 auto !important;
  }
  .site-header .wl-el-mainbar.e-con,
  .site-header .wl-el-mainbar > .e-con-inner {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }
  .site-header .wl-el-logo img,
  .site-header .wl-el-logo .elementor-widget-image img {
    width: auto !important;
    height: 58px !important;
    max-width: 96px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    transform: none !important;
  }
  .wl-el-mainbar .e-con:has(.elementor-widget-wolach-menu) {
    width: 0 !important;
    min-width: 0 !important;
    flex: 0 0 0 !important;
    overflow: visible !important;
  }
  .site-header .wl-nav-wrap {
    height: 0 !important;
    min-height: 0 !important;
    width: 0 !important;
    overflow: visible !important;
  }
  .wl-header-inner { grid-template-columns: auto 1fr auto; padding: 0 16px; min-height: 64px; }
  .wl-logo { height: 64px; font-size: 18px; }
  .wl-logo img { width: auto; height: 58px; }
  .wl-header-meta {
    height: 48px;
    gap: 2px;
    margin-left: auto;
    margin-right: 0;
    padding-right: 2px;
  }
  .wolach-header .wl-icon-btn,
  .wolach-header button.wl-icon-btn,
  .wolach-header button.wl-search-toggle {
    width: 44px !important;
    height: 44px !important;
  }
  .wolach-header .wl-icon-btn svg,
  .wolach-header button.wl-search-toggle svg {
    width: 26px !important;
    height: 26px !important;
  }
  .wl-nav-wrap { justify-content: flex-end; }
  .wl-topbar-inner { padding: 0 20px; }
  .wl-burger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 28px !important;
    line-height: 1;
  }
  .wl-nav-backdrop {
    display: none;
    position: fixed;
    top: var(--wl-bar-h, 64px);
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.28);
    z-index: 10002;
  }
  body.wl-nav-open { overflow: hidden; }
  body.wl-nav-open .wl-nav-backdrop { display: block; }
  body.wl-nav-open .site-header.wolach-header {
    box-shadow: none !important;
  }
  #wl-nav {
    display: flex !important;
    position: fixed !important;
    top: var(--wl-bar-h, 64px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: calc(100vh - var(--wl-bar-h, 64px)) !important;
    height: calc(100dvh - var(--wl-bar-h, 64px)) !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 4px 20px 40px !important;
    background: #fff !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    box-shadow: none;
    z-index: 10003;
    transform: translateY(-8px);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
    pointer-events: none;
  }
  #wl-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  #wl-nav > li {
    position: static;
    min-height: 0 !important;
    width: 100%;
    display: block;
  }
  #wl-nav > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    border-bottom: 1px solid #f0f0f0;
  }
  #wl-nav > .menu-item-has-children > a::after,
  #wl-nav > .has-sub > a::after {
    content: "›";
    font-size: 18px;
    font-weight: 400;
    color: #999;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
  #wl-nav > .menu-item-has-children.is-open > a::after,
  #wl-nav > .has-sub.is-open > a::after {
    transform: rotate(-90deg);
  }
  #wl-nav .wl-sub,
  #wl-nav .sub-menu {
    position: static !important;
    display: none !important;
    box-shadow: none !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 4px 0 10px 12px !important;
    border-radius: 0 !important;
  }
  #wl-nav .wl-sub::before,
  #wl-nav .sub-menu::before { display: none; }
  #wl-nav .has-sub:hover .wl-sub,
  #wl-nav .menu-item-has-children:hover > .sub-menu,
  #wl-nav .menu-item-has-children:focus-within > .sub-menu,
  #wl-nav.is-open .menu-item-has-children > .sub-menu {
    display: none !important;
  }
  #wl-nav .menu-item-has-children.is-open > .sub-menu,
  #wl-nav .has-sub.is-open > .wl-sub {
    display: block !important;
  }
  #wl-nav .sub-menu a,
  #wl-nav .wl-sub a {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.45;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }
  html body .e-con.wl-meet,
  html body .e-con.wl-meet > .e-con-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-content: space-between !important;
    align-items: start !important;
    gap: 20px 16px !important;
    padding: 0 8px !important;
    max-width: none !important;
    width: 100% !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
  }
  html body .e-con.wl-meet > .e-con-inner > .e-con.wl-meet-product,
  html body .e-con.wl-meet .wl-meet-product {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) 16px !important;
    text-align: center;
  }
  html body .e-con.wl-meet > .e-con-inner > .elementor-widget-html {
    width: auto !important;
    max-width: none !important;
  }
  html body .e-con.wl-meet .wl-meet-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    width: 100%;
  }
  html body .e-con.wl-meet .wl-meet-col.is-left {
    align-items: flex-start !important;
  }
  html body .e-con.wl-meet .wl-meet-col.is-right {
    align-items: flex-start !important;
  }
  html body .e-con.wl-meet .wl-meet-product img,
  html body .e-con.wl-meet .wl-meet-product .elementor-widget-image img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
  html body .e-con.wl-meet .spec,
  html body .e-con.wl-meet .wl-meet-col.is-left .spec,
  html body .e-con.wl-meet .wl-meet-col.is-right .spec {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    gap: 12px;
    min-height: 64px;
    width: 100%;
  }
  html body .e-con.wl-meet .wl-meet-col.is-left .spec .ico { order: -1; }
  html body .e-con.wl-meet .spec strong {
    font-size: 26px;
    white-space: nowrap;
  }
  html body .e-con.wl-meet .spec span {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  html body .e-con.wl-meet .spec .ico {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px;
  }
  .wl-feat4,
  .wl-footer-grid,
  .wl-intel,
  .e-con.wl-intel > .e-con-inner,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .elementor ul.products,
  ul.products.columns-4,
  ul.products.columns-3,
  .wc-block-grid.has-4-columns .wc-block-grid__products { grid-template-columns: 1fr 1fr !important; }
  .wl-intel-copy { padding: 16px 16px 8px; }
  html body .e-con.wl-intel,
  html body .e-con.wl-intel > .e-con-inner {
    min-height: 0 !important;
  }
  html body .e-con.wl-intel-visual,
  html body .e-con.wl-intel-visual > .e-con-inner {
    min-height: 0 !important;
    height: auto !important;
  }
  html body .e-con.wl-hero,
  html body #wl-hero.e-con,
  html body .e-con.wl-hero > .e-con-inner,
  html body #wl-hero > .e-con-inner {
    position: relative !important;
    height: var(--wl-hero-h, 520px) !important;
    min-height: var(--wl-hero-h, 520px) !important;
    max-height: var(--wl-hero-h, 520px) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw);
  }
  html body .e-con.wl-hero-slide,
  html body .e-con.wl-hero-slide > .e-con-inner {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    padding: 22px 40px 18px !important;
    justify-content: center !important;
    gap: 6px !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  html body .e-con.wl-hero-slide {
    opacity: 0;
    pointer-events: none;
  }
  html body .e-con.wl-hero-slide.is-on {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  html body .e-con.wl-hero.is-measuring,
  html body .e-con.wl-hero.is-measuring > .e-con-inner,
  html body #wl-hero.is-measuring,
  html body #wl-hero.is-measuring > .e-con-inner {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  html body .e-con.wl-hero-slide.is-measure {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 0;
  }
  html body .e-con.wl-hero-slide .elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }
  html body .e-con.wl-hero-slide .elementor-widget-heading h2.elementor-heading-title,
  html body .e-con.wl-hero-slide h2.elementor-heading-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin: 0 0 6px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  }
  html body .e-con.wl-hero-slide .elementor-widget-heading p.elementor-heading-title,
  html body .e-con.wl-hero-slide p.elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
    white-space: normal !important;
    margin: 0 0 8px !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  }
  html body .e-con.wl-hero-feats,
  html body .e-con.wl-hero-feats > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px 8px !important;
    margin-top: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  html body .e-con.wl-hero-feat,
  html body .e-con.wl-hero-feats > .e-con-inner > .e-con.wl-hero-feat {
    flex: 0 0 calc(50% - 4px) !important;
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    min-width: 0 !important;
  }
  html body .e-con.wl-hero-feat > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
  }
  html body .e-con.wl-hero-feat img {
    width: 32px !important;
    height: auto !important;
    margin: 0 auto 4px !important;
  }
  html body .e-con.wl-hero-feat .elementor-heading-title {
    font-size: 11px !important;
    line-height: 1.25 !important;
    text-align: center !important;
  }
  html body .e-con.wl-hero-stat > .e-con-inner {
    justify-content: flex-start !important;
    gap: 10px !important;
  }
  html body .e-con.wl-hero-stat img {
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
  }
  html body .e-con.wl-hero-stat .elementor-heading-title,
  html body .e-con.wl-hero-stat p.elementor-heading-title {
    font-size: 13px !important;
    line-height: 1.3 !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  }
  .wl-hero-copy {
    min-height: 0;
    padding: 28px 44px 24px;
  }
  .wl-hero-copy h1 { font-size: 26px; }
  .wl-hero-copy p { max-width: none; font-size: 13px; }
  .wl-hero-arrow {
    display: inline-flex !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .wl-hero-prev {
    left: 6px !important;
    right: auto !important;
  }
  .wl-hero-next {
    right: 6px !important;
    left: auto !important;
  }
  .wl-news {
    flex-direction: column;
    border-radius: 16px;
  }
  .wl-news button {
    width: 100%;
    padding: 14px 20px;
  }
  .site-footer .wl-el-footer .e-con:has(> .e-con + .e-con + .e-con + .e-con),
  .site-footer .wl-el-footer .e-con-inner:has(> .e-con + .e-con + .e-con + .e-con) {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 767px) {
  .single-product .content-area,
  body.single-product .site-main > .woocommerce {
    margin: 0 auto 40px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }
  .woocommerce-breadcrumb {
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }
  .single-product .product_title,
  .woocommerce div.product .product_title { font-size: 24px; }
  .woocommerce div.product p.price { font-size: 20px; }
  .woocommerce div.product form.cart .woocommerce-variation-add-to-cart,
  .woocommerce div.product form.cart.variations_form .variations_button,
  .woocommerce div.product form.cart:not(.variations_form) {
    flex-direction: column;
    align-items: stretch !important;
  }
  .woocommerce div.product form.cart .single_add_to_cart_button.button {
    width: 100%;
    min-width: 0;
    flex: none;
  }
  .wl-page-wide,
  .wl-page-about,
  .wl-page-content {
    margin: 8px auto 48px;
    padding: 0 16px;
  }
  .wl-page-top { margin-bottom: 20px; padding-top: 8px; }
  .wl-page-title { font-size: 24px; }
  .wl-about-copy h2 { font-size: 22px; }
  .wl-hub a { min-height: 0; padding: 24px 20px; }
  .wl-contact-form-wrap h2 { font-size: 24px; }
  html body .e-con.wl-meet .spec { gap: 12px; }
  html body .e-con.wl-meet .spec strong { font-size: 24px; }
  html body .e-con.wl-meet .spec span { font-size: 12px; letter-spacing: 0.08em; }
  html body .e-con.wl-intel,
  html body .e-con.wl-intel > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    min-height: 0 !important;
  }
  html body .e-con.wl-intel-visual,
  html body .e-con.wl-intel-visual > .e-con-inner {
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
  }
  html body .e-con.wl-intel-visual .elementor-widget-image {
    position: relative !important;
    inset: auto !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  html body .e-con.wl-intel-visual .elementor-widget-image.is-on {
    display: block !important;
  }
  html body .e-con.wl-intel-visual img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  html body .e-con.wl-intel .wl-intel-copy {
    padding: 12px 16px 28px !important;
  }
  html body .e-con.wl-intel .wl-intel-copy h2 {
    font-size: 26px;
  }
  .site-footer.wolach-footer { padding: 36px 16px 20px; }
  body.home .e-con-boxed,
  body.home .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 980px) {
  body.home .elementor-widget-shortcode,
  body.single-product section.related,
  body.single-product section.upsells {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important;
  }
  body.home .woocommerce ul.products,
  body.single-product section.related ul.products,
  body.single-product section.upsells ul.products {
    gap: 8px !important;
  }
  html body.home ul.products li.product a.button,
  html body.home ul.products li.product .button,
  html body.single-product section.related ul.products li.product a.button,
  html body.single-product section.related ul.products li.product .button,
  html body.single-product section.upsells ul.products li.product a.button,
  html body.single-product section.upsells ul.products li.product .button,
  html body.single-product ul.products li.product a.button,
  html body.single-product ul.products li.product .button {
    border-radius: 4px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 36px;
    padding: 8px 6px !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
  }
}

@media (max-width: 900px) {
  html body.woocommerce-account:not(.logged-in) #customer_login,
  html body.woocommerce-account:not(.logged-in) .u-columns,
  html body.woocommerce-account:not(.logged-in) .col2-set {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
  }
  html body.woocommerce-account:not(.logged-in) .u-column1,
  html body.woocommerce-account:not(.logged-in) .u-column2,
  html body.woocommerce-account:not(.logged-in) .col-1,
  html body.woocommerce-account:not(.logged-in) .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  .e-con.wl-apps > .e-con-inner { grid-template-columns: 1fr !important; }
  .e-con.wl-app-card,
  .e-con.wl-app-card > .e-con-inner { min-height: 380px; }
  .e-con.wl-vids-track > .elementor-element {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .wl-guide-grid { grid-template-columns: 1fr !important; }
  .e-con.wl-hub-track > .elementor-element {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .wl-feat4,
  .wl-footer-grid,
  .wl-intel,
  .e-con.wl-intel > .e-con-inner { grid-template-columns: 1fr !important; min-height: 0 !important; }
  .site-footer .wl-el-footer .e-con:has(> .e-con + .e-con + .e-con + .e-con),
  .site-footer .wl-el-footer .e-con-inner:has(> .e-con + .e-con + .e-con + .e-con) {
    grid-template-columns: 1fr 1fr !important;
  }
  .wl-certs { grid-template-columns: 1fr 1fr !important; }
  .wl-cert-modal { padding: 56px 16px 20px; }
  .wl-cert-prev { left: 8px; }
  .wl-cert-next { right: 8px; }
}
