:root {
  --eic-ink: #111318;
  --eic-muted: #667085;
  --eic-line: #e4e7ec;
  --eic-soft: #f7f8fa;
  --eic-accent: #ff5a1f;
}

.eic-online-store {
  width: min(1240px, calc(100% - 40px));
  margin: 72px auto;
}
.eic-online-store,
.eic-online-store * { box-sizing: border-box; }

.eic-store-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.eic-store-heading > span {
  color: var(--eic-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.eic-store-heading h2 {
  margin: 8px 0 14px;
  color: var(--eic-ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.eic-store-heading p,
.eic-empty-store p {
  color: var(--eic-muted);
  font-size: 17px;
  line-height: 1.7;
}

.eic-online-store ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.eic-online-store ul.products::before,
.eic-online-store ul.products::after { display: none !important; }

.eic-online-store ul.products li.product {
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px 18px 22px !important;
  border: 1px solid var(--eic-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  list-style: none !important;
}

.eic-online-store ul.products li.product::marker,
.eic-online-store ul.products li.product::before {
  content: none !important;
  display: none !important;
}

.eic-online-store ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: #d0d5dd;
  box-shadow: 0 18px 45px rgba(16, 24, 40, .10);
}

.eic-online-store ul.products li.product img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  background: var(--eic-soft);
}

.eic-online-store .woocommerce-loop-product__title {
  color: var(--eic-ink);
  font-size: 20px !important;
  line-height: 1.25;
}

.eic-online-store ul.products li.product .price {
  display: none !important;
}

.eic-listed-price {
  color: var(--eic-ink);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.eic-listed-price--store {
  margin: 8px 0 2px;
  font-size: 22px;
  line-height: 1.2;
}
.eic-listed-price--product {
  margin: 8px 0 18px;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.2;
}

.eic-online-store .button,
.eic-quote-panel .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 18px !important;
  padding: 12px 18px !important;
  border-radius: 8px !important;
  background: var(--eic-ink) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .eic-loop-product-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  background: #111318 !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-align: center;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  flex: 1 1 auto;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 60px;
}
.woocommerce ul.products li.product .eic-loop-product-button {
  align-self: flex-start;
  margin-top: auto !important;
}
.woocommerce ul.products li.product > .add_to_quote,
.woocommerce ul.products li.product .add_to_quote,
.woocommerce ul.products li.product .btn-close { display: none !important; }

@media (min-width: 1025px) {
  .ekit-template-content-header .elementor-element-401754b5 > .elementor-container {
    width: min(100%, 1680px) !important;
    max-width: 1680px !important;
  }
  .ekit-template-content-header .elementor-element-c642b17 {
    width: 21% !important;
  }
  .ekit-template-content-header .elementor-element-1c0b158 {
    width: 58% !important;
  }
  .ekit-template-content-header .elementor-element-13536d0 {
    width: 21% !important;
  }
  .elementskit-navbar-nav {
    flex-wrap: nowrap !important;
    justify-content: center;
  }
  .elementskit-navbar-nav > li { flex: 0 0 auto !important; }
  .elementskit-navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 16px !important;
    white-space: nowrap !important;
  }
}

.eic-empty-store {
  padding: 42px;
  border: 1px dashed #cfd4dc;
  border-radius: 16px;
  background: var(--eic-soft);
}

.eic-product-actions table.variations,
.eic-product-actions table.variations tbody {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
}
.eic-product-actions table.variations tbody {
  display: grid;
  gap: 14px;
}
.eic-product-actions table.variations tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}
.eic-product-actions table.variations th.label,
.eic-product-actions table.variations td.value {
  display: block;
  width: 100%;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left;
}
.eic-product-actions table.variations th.label label {
  color: var(--eic-ink);
  font-weight: 700;
}
.eic-product-actions table.variations select {
  width: 100% !important;
  min-height: 60px;
  padding: 0 16px;
  border: 1px solid #d7dce3 !important;
  border-radius: 10px;
  background: #f8f9fb;
  color: var(--eic-ink);
}

.eic-cart-menu > a {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.eic-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--eic-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.eic-quote-panel {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--eic-line);
  border-radius: 12px;
  background: var(--eic-soft);
}

.eic-quote-panel p { margin: 0 0 14px; color: var(--eic-muted); }

body.woocommerce-checkout #payment {
  background: var(--eic-soft);
  border: 1px solid var(--eic-line);
  border-radius: 12px;
}

body.woocommerce-checkout #payment ul.payment_methods { padding: 22px; }
body.woocommerce-checkout #payment .payment_method_eic_inquiry > label { font-weight: 800; }
body.woocommerce-checkout #place_order { background: var(--eic-accent); color: #fff; border-radius: 8px; }

@media (max-width: 900px) {
  .eic-online-store ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .eic-online-store { width: min(100% - 28px, 1240px); margin: 48px auto; }
  .eic-online-store ul.products { grid-template-columns: 1fr; }
  .eic-store-heading p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .eic-online-store ul.products li.product { transition: none; }
}

.eic-store-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 68px;
  padding: clamp(42px, 6vw, 86px);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #111318 0%, #20232a 72%, #352019 100%);
  overflow: hidden;
  position: relative;
}

.eic-store-hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -110px;
  top: -150px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(255,255,255,.025), 0 0 0 104px rgba(255,255,255,.018);
  pointer-events: none;
}

.eic-store-heading { margin: 0; position: relative; z-index: 1; }
.eic-store-heading h1 {
  max-width: 720px;
  margin: 12px 0 20px;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
  color: #fff !important;
  overflow-wrap: anywhere;
}
.eic-store-heading h1 em { color: var(--eic-accent) !important; font-style: normal; }
.eic-store-heading h1,
.eic-store-heading h1 em,
.eic-store-heading p { white-space: normal !important; }
.eic-store-heading p { max-width: 680px; margin: 0 0 28px; color: #cbd0d8; }
.eic-hero-cart {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 8px;
  color: #111318 !important;
  background: #fff;
  font-weight: 800;
}

.eic-store-process { display: grid; gap: 1px; border: 1px solid rgba(255,255,255,.13); position: relative; z-index: 1; }
.eic-store-process > div { display: grid; grid-template-columns: 42px 1fr; padding: 20px; background: rgba(255,255,255,.055); }
.eic-store-process b { color: var(--eic-accent); font-size: 12px; }
.eic-store-process strong { color: #fff; font-size: 16px; }
.eic-store-process strong { padding-left: 8px; }
.eic-store-process span { grid-column: 2; margin-top: 5px; color: #aeb5c0; font-size: 13px; }
.eic-product-section-heading { display: flex; justify-content: space-between; gap: 36px; align-items: end; margin: 0 0 28px; }
.eic-product-section-heading span { color: var(--eic-accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.eic-product-section-heading h2 { margin: 7px 0 0; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; }
.eic-product-section-heading p { max-width: 430px; margin: 0; color: var(--eic-muted); }

.eic-header-actions { display: flex !important; align-items: center; gap: 14px; }
.eic-header-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  flex: 0 0 30px;
  color: #111318 !important;
  line-height: 1;
  z-index: 2;
}
.eic-header-cart-button svg { width: 21px; height: 21px; pointer-events: none; }
.eic-header-actions > a.elementor-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  font-size: 21px !important;
}
.eic-header-actions > a.elementor-icon svg {
  width: 21px !important;
  height: 21px !important;
}
.eic-header-cart-button .eic-cart-count {
  position: absolute;
  top: -5px;
  right: -7px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 10px;
  pointer-events: none;
}
.eic-header-cart-fallback { position: fixed; right: 22px; top: 92px; z-index: 9999; padding: 12px 16px; border-radius: 999px; background: #fff; box-shadow: 0 8px 28px rgba(16,24,40,.16); }
.elementor-location-header .elementor-widget-shortcode:has(.eic-header-cart-button) { width: auto; align-self: center; margin-left: 8px; }

.eic-product-actions {
  width: min(100%, 680px);
  margin-top: 26px;
  padding: 24px;
  border: 1px solid var(--eic-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16,24,40,.06);
}
.eic-product-actions-intro { display: grid; gap: 6px; margin-bottom: 20px; }
.eic-product-actions-intro span { color: var(--eic-accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.eic-product-actions-intro strong { color: var(--eic-ink); font-size: 18px; line-height: 1.35; }
.eic-product-actions-intro small { color: var(--eic-muted); font-size: 13px; }
.eic-product-actions table.variations { width: 100%; margin: 0 0 18px; }
.eic-product-actions table.variations label { color: var(--eic-ink); font-weight: 800; }
.eic-product-actions table.variations select {
  width: 100% !important;
  min-height: 60px;
  padding: 0 16px;
  border: 1px solid #d7dce3 !important;
  border-radius: 10px;
  background: #f8f9fb;
  color: var(--eic-ink);
}
.eic-product-actions .quantity .qty {
  width: 96px;
  min-height: 48px;
  padding: 0 10px;
  border: 1px solid #cfd4dc;
  border-radius: 8px;
  text-align: center;
}
.eic-product-actions .single_add_to_cart_button,
.eic-product-actions .eic-submit-now { min-height: 48px; padding: 0 20px !important; border-radius: 8px !important; font-weight: 800 !important; }
.eic-product-actions .single_add_to_cart_button { background: #111318 !important; color: #fff !important; }
.eic-product-actions .eic-submit-now { margin: 0 !important; background: var(--eic-accent) !important; color: #fff !important; }
.eic-product-actions .woocommerce-variation-add-to-cart,
.eic-product-actions form.cart:not(.variations_form) {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.eic-product-actions .quantity { margin: 0 !important; }
.eic-product-actions .reset_variations { display: inline-block; margin-top: 8px; color: var(--eic-muted); font-size: 12px; }

.eic-whatsapp-help {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 22px 24px;
  border: 2px solid #e1e3e6;
  border-radius: 24px;
  background: #fff;
  color: var(--eic-ink) !important;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .07);
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.eic-whatsapp-help:hover {
  transform: translateY(-2px);
  border-color: #cfd4dc;
  box-shadow: 0 16px 36px rgba(16, 24, 40, .11);
}
.eic-whatsapp-help__icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #20d366;
  color: #fff;
}
.eic-whatsapp-help__icon svg { width: 48px; height: 48px; }
.eic-whatsapp-help__copy { display: grid; gap: 4px; min-width: 0; }
.eic-whatsapp-help__copy strong { font-size: clamp(20px, 2vw, 30px); line-height: 1.15; }
.eic-whatsapp-help__copy small { color: #74767b; font-size: clamp(15px, 1.35vw, 21px); line-height: 1.35; }
.eic-whatsapp-help__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 14px;
  background: #151515;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

body.single-product .elementor-element-d747b38 > .elementor-widget-wrap.elementor-element-populated {
  background: transparent !important;
}
body.single-product .elementor-widget-woocommerce-product-images,
body.single-product .elementor-widget-woocommerce-product-images > .elementor-widget-container,
body.single-product .woocommerce-product-gallery {
  background: transparent !important;
}

body.woocommerce-cart .coupon,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout form.checkout_coupon { display: none !important; }

body.eic-age-locked { overflow: hidden !important; }
.eic-age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: 32px;
  background: #fff;
  opacity: 1;
  transition: opacity .2s ease;
}
.eic-age-gate.is-leaving { opacity: 0; pointer-events: none; }
.eic-age-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(760px, 100%);
  text-align: center;
}
.eic-age-logo {
  display: block;
  width: min(260px, 62vw);
  height: auto;
  max-height: 110px;
  margin: 0 0 46px;
  object-fit: contain;
}
.eic-age-card h2 {
  margin: 0 0 46px;
  color: #050505;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  font-weight: 800;
}
.eic-age-card > p:not(.eic-age-error) {
  margin: 0 0 54px;
  color: #050505;
  font-size: clamp(23px, 2.7vw, 36px);
  line-height: 1.3;
  font-weight: 700;
}
.eic-age-actions {
  display: grid;
  width: min(400px, 100%);
  gap: 24px;
}
.eic-age-actions button {
  min-height: 80px;
  padding: 16px 24px !important;
  border: 2px solid #050505 !important;
  border-radius: 12px !important;
  font-family: inherit !important;
  font-size: clamp(23px, 2.3vw, 32px) !important;
  line-height: 1.1 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.eic-age-actions button:hover { transform: translateY(-2px); }
.eic-age-actions .eic-age-confirm,
.eic-age-actions .eic-age-confirm:hover,
.eic-age-actions .eic-age-confirm:focus { background: #050505 !important; color: #fff !important; }
.eic-age-actions .eic-age-deny,
.eic-age-actions .eic-age-deny:hover,
.eic-age-actions .eic-age-deny:focus { background: #fff !important; color: #050505 !important; }
.eic-age-error {
  display: none;
  margin: 24px 0 0 !important;
  color: #d92d20 !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}
.eic-age-error.is-visible { display: block; }

body.woocommerce-cart .elementor-widget-shortcode,
body.woocommerce-checkout .elementor-widget-shortcode { width: 100%; }
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce { width: min(1180px, calc(100% - 40px)); margin: 64px auto 88px; }
.eic-cart-intro, .eic-checkout-intro { max-width: 760px; margin: 0 0 38px; }
.eic-cart-intro > span, .eic-checkout-intro > span { color: var(--eic-accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.eic-cart-intro h1, .eic-checkout-intro h1 { margin: 8px 0 12px; color: var(--eic-ink); font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.eic-cart-intro p, .eic-checkout-intro p { color: var(--eic-muted); font-size: 17px; line-height: 1.65; }
body.woocommerce-cart .shop_table,
body.woocommerce-checkout .shop_table { border: 1px solid var(--eic-line) !important; border-radius: 12px !important; overflow: hidden; }
body.woocommerce-cart .wc-proceed-to-checkout a { background: var(--eic-accent) !important; color: #fff !important; border-radius: 8px; }
body.woocommerce-cart th.product-price,
body.woocommerce-cart td.product-price,
body.woocommerce-cart .cart_totals tr.cart-subtotal,
body.woocommerce-cart .cart_totals tr.order-total,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total {
  display: none !important;
}
body.woocommerce-cart th.product-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total {
  font-size: 0 !important;
  line-height: 0 !important;
}
body.woocommerce-cart th.product-subtotal::after,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total::after {
  content: "Quotation status";
  display: block;
  font-size: 14px;
  line-height: 1.25;
  white-space: normal;
}
body.woocommerce-cart td.product-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total {
  color: var(--eic-muted);
  font-weight: 700;
  white-space: nowrap;
}
body.woocommerce-order-received .woocommerce-table--order-details th.product-total,
body.woocommerce-order-received .woocommerce-table--order-details td.product-total,
body.woocommerce-order-received .woocommerce-table--order-details tfoot,
body.woocommerce-view-order .woocommerce-table--order-details th.product-total,
body.woocommerce-view-order .woocommerce-table--order-details td.product-total,
body.woocommerce-view-order .woocommerce-table--order-details tfoot,
body.woocommerce-account .woocommerce-orders-table__header-order-total,
body.woocommerce-account .woocommerce-orders-table__cell-order-total {
  display: none !important;
}
body.woocommerce-cart tr.eic-total-quantity,
body.woocommerce-checkout tr.eic-total-quantity { display: table-row !important; }
tr.eic-total-quantity th,
tr.eic-total-quantity td { padding: 14px 16px !important; }
tr.eic-total-quantity td { text-align: right; font-size: 18px; }

@media (max-width: 900px) {
  .eic-store-hero { grid-template-columns: 1fr; gap: 38px; }
  .eic-store-process { grid-template-columns: repeat(3, 1fr); }
  .eic-store-process > div { display: block; }
  .eic-store-process span { display: block; margin-top: 7px; }
  .eic-product-section-heading { align-items: start; flex-direction: column; }
  .eic-cart-label { display: none; }
}

@media (max-width: 600px) {
  body:has(.eic-online-store),
  body.woocommerce-cart,
  body.woocommerce-checkout { overflow-x: hidden; }
  .eic-online-store { width: calc(100% - 24px); max-width: 100%; margin: 36px auto 56px; }
  .eic-online-store ul.products { width: 100%; max-width: 100%; margin-inline: auto !important; padding: 0 !important; gap: 20px; }
  .eic-online-store ul.products li.product { width: 100% !important; margin-inline: auto !important; padding: 14px 14px 18px !important; }
  .eic-online-store .woocommerce-loop-product__title { font-size: 18px !important; overflow-wrap: anywhere; }
  .eic-online-store .eic-loop-product-button { align-self: flex-start; }
  .eic-store-hero { padding: 34px 24px; border-radius: 16px; }
  .eic-store-heading h1 { max-width: 100%; font-size: 36px; line-height: 1.04; }
  .eic-store-heading h1 em { display: block; max-width: 100%; overflow-wrap: anywhere; }
  .eic-store-heading p { font-size: 15px; line-height: 1.6; }
  .elementor-location-header .elementor-widget-search,
  .elementor-location-header .elementor-widget-ekit-search,
  .elementor-location-header .ekit-header-search { display: none !important; }
  .eic-store-process { grid-template-columns: 1fr; }
  .eic-product-actions { padding: 18px; }
  .eic-product-actions .single_add_to_cart_button,
  .eic-product-actions .eic-submit-now { width: 100%; margin: 8px 0 0 !important; }
  .eic-whatsapp-help {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
  }
  .eic-whatsapp-help__icon { width: 58px; height: 58px; }
  .eic-whatsapp-help__icon svg { width: 36px; height: 36px; }
  .eic-whatsapp-help__copy strong { font-size: 18px; }
  .eic-whatsapp-help__copy small { font-size: 14px; }
  .eic-whatsapp-help__button { grid-column: 1 / -1; min-height: 52px; width: 100%; }
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce { width: min(100% - 28px, 1180px); margin-top: 40px; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-name,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-name { width: 72%; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total,
  body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total { width: 28%; padding-left: 12px !important; padding-right: 12px !important; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table th.product-total::after { content: "Status"; line-height: 1.25; }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total { white-space: normal; font-size: 14px; line-height: 1.35; }
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last { float: none !important; width: 100% !important; }
  .eic-age-gate { padding: 24px 20px; }
  .eic-age-logo { width: min(210px, 60vw); margin-bottom: 36px; }
  .eic-age-card h2 { margin-bottom: 30px; font-size: 42px; }
  .eic-age-card > p:not(.eic-age-error) { margin-bottom: 38px; font-size: 22px; }
  .eic-age-actions { width: min(340px, 100%); gap: 16px; }
  .eic-age-actions button { min-height: 64px; font-size: 22px !important; }
}

/* Editable WhatsApp customer-service widget. */
.eic-live-chat { position: fixed !important; inset: auto 32px 38px auto !important; z-index: 2147482000 !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; font-family: inherit; }
.eic-live-chat .eic-live-chat__launcher {
  position: relative !important;
  display: flex !important;
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  border: 3px solid #fff !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background: #25d366 !important;
  color: #fff !important;
  line-height: 1 !important;
  box-shadow: 0 12px 32px rgba(18, 140, 74, .32), 0 4px 12px rgba(18, 24, 40, .2) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  transform: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.eic-live-chat .eic-live-chat__launcher::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(37, 211, 102, .16);
  animation: eic-chat-pulse 2.4s ease-out infinite;
}
.eic-live-chat .eic-live-chat__launcher:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 40px rgba(18, 140, 74, .38), 0 6px 16px rgba(18, 24, 40, .22) !important; }
.eic-live-chat .eic-live-chat__launcher svg { display: block !important; width: 38px !important; height: 38px !important; margin: 0 !important; flex: 0 0 38px !important; color: #fff !important; fill: currentColor !important; }
@keyframes eic-chat-pulse {
  0%, 45% { opacity: .8; transform: scale(.92); }
  75%, 100% { opacity: 0; transform: scale(1.22); }
}
.eic-live-chat__panel { position: absolute; right: 0; bottom: 76px; display: flex; width: min(380px, calc(100vw - 32px)); height: 500px; max-height: min(66vh, 500px); flex-direction: column; overflow: hidden; border: 1px solid #e4e7ec; border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(18, 24, 40, .24); opacity: 0; visibility: hidden; transform: translateY(12px) scale(.98); transform-origin: bottom right; transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.eic-live-chat.is-open .eic-live-chat__panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.eic-live-chat.is-open .eic-live-chat__launcher { opacity: 0; pointer-events: none; transform: scale(.8); }
.eic-live-chat__header { display: flex; min-height: 88px; padding: 16px 18px; align-items: center; gap: 12px; border-bottom: 1px solid #e4e7ec; background: #fff; }
.eic-live-chat__avatar { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 50%; background: #eafbf1; color: #25d366; }
.eic-live-chat__avatar svg { width: 30px; height: 30px; }
.eic-live-chat__identity { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.eic-live-chat__identity strong { overflow: hidden; color: #101828; font-size: 17px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.eic-live-chat__identity small { margin-top: 3px; color: #667085; font-size: 12px; }
.eic-live-chat .eic-live-chat__close {
  display: flex !important;
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 0 4px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #f2f4f7 !important;
  color: #344054 !important;
  font-size: 27px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  transition: background-color .18s ease, transform .18s ease;
}
.eic-live-chat .eic-live-chat__close:hover { background: #e4e7ec !important; color: #101828 !important; transform: scale(1.04); }
.eic-live-chat__body { flex: 1; padding: 28px 20px; overflow-y: auto; background: linear-gradient(145deg, #f7f8fa, #fff); }
.eic-live-chat__bubble { max-width: 88%; padding: 15px 17px; border-radius: 7px 18px 18px 18px; background: #fff; color: #1d2939; font-size: 16px; line-height: 1.5; box-shadow: 0 5px 18px rgba(18, 24, 40, .08); }
.eic-live-chat__form { display: grid; grid-template-columns: minmax(0, 1fr) 50px; gap: 10px; padding: 14px 16px; align-items: center; border-top: 1px solid #e4e7ec; background: #fff; }
.eic-live-chat__input { width: 100%; min-width: 0; height: 48px; padding: 0 17px !important; border: 1px solid #d0d5dd !important; border-radius: 999px !important; background: #f8fafc !important; color: #101828 !important; font-size: 15px !important; box-shadow: none !important; }
.eic-live-chat__input:focus { border-color: #25d366 !important; outline: 0; }
.eic-live-chat .eic-live-chat__send {
  display: flex !important;
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  line-height: 1 !important;
  box-shadow: 0 6px 16px rgba(37, 211, 102, .25) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.eic-live-chat .eic-live-chat__send:hover { background: #1fbd5a !important; color: #fff !important; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(37, 211, 102, .32) !important; }
.eic-live-chat .eic-live-chat__send svg { display: block !important; width: 25px !important; height: 25px !important; margin: 0 !important; flex: 0 0 25px !important; color: #fff !important; fill: currentColor !important; }
@media (min-width: 901px) {
  .eic-live-chat.eic-live-chat--desktop-ready .eic-live-chat__panel { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
  .eic-live-chat.eic-live-chat--desktop-ready .eic-live-chat__launcher { opacity: 0; pointer-events: none; }
}
@media (max-width: 600px) {
  .eic-live-chat { inset: auto max(18px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) auto !important; }
  .eic-live-chat .eic-live-chat__launcher {
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    border-width: 3px !important;
  }
  .eic-live-chat .eic-live-chat__launcher svg { width: 34px !important; height: 34px !important; flex-basis: 34px !important; }
  .eic-live-chat__panel { position: fixed; right: 12px; bottom: 82px; width: calc(100vw - 24px); height: min(520px, calc(100dvh - 118px)); max-height: none; border-radius: 18px; }
  .eic-live-chat__header { min-height: 78px; padding: 13px 15px; }
  .eic-live-chat__body { padding: 22px 16px; }
}
