.lozma-product-shipping {
  display: grid;
  gap: 14px;
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid #d9e1ea;
  border-radius: 16px;
  background: #f8fafc;
  color: #344054;
}

.lozma-product-shipping__summary strong,
.lozma-shipping-calculator label {
  display: block;
  color: #071a33;
  font-weight: 800;
}

.lozma-product-shipping__summary p,
.lozma-product-shipping__meta,
.lozma-shipping-result p {
  margin: 6px 0 0;
  color: #475467;
  line-height: 1.6;
}

.lozma-shipping-calculator__row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.lozma-shipping-calculator input {
  min-width: 0;
  flex: 1 1 auto;
  min-height: 44px;
  border: 1px solid #d9e1ea;
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  color: #101828;
}

.lozma-shipping-calculator button {
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  background: #2f63d8;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.lozma-shipping-calculator button:hover {
  background: #204aa8;
  color: #fff;
}

.lozma-shipping-result ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.lozma-shipping-result li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid #e6ebf1;
  border-radius: 12px;
  background: #fff;
}

.lozma-shipping-result__note {
  font-size: .92rem;
}

.lozma-account-lede,
.lozma-login-register-link {
  color: #475467;
}

.lozma-account-lede {
  max-width: 1160px;
  margin: 0 auto 24px;
  line-height: 1.65;
}

.lozma-register-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lozma-track-order-page,
.woocommerce form.track_order {
  max-width: 760px;
}

.woocommerce form.track_order {
  padding: 24px;
  border: 1px solid #d9e1ea;
  border-radius: 16px;
  background: #fff;
}

.single-product-page .product-title {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

@media (max-width: 700px) {
  .lozma-shipping-calculator__row {
    display: grid;
  }

  .lozma-shipping-calculator button {
    width: 100%;
  }

  .lozma-shipping-result li {
    display: grid;
  }
}

.lozma-form-helper {
  margin: 0 0 14px;
  color: #475467;
  font-size: .95rem;
}

.lozma-register-hp input {
  pointer-events: none;
}
