.dogpack-display-xl-medium {
  color: var(--Gray-800, #1d2939);

  font-family: "Be Vietnam Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
}

.dogpack-display-xl-regular {
  color: var(--Gray-800, #1d2939);

  /* Display xl/Regular */
  font-family: "Be Vietnam Pro";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
}

.dogpack-display-lg-medium {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
}

.dogpack-display-md-medium {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}

.dogpack-display-sm-medium {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 126.667% */
}

.dogpack-display-xs-semibold {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

.dogpack-display-xs-medium {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}

.dogpack-display-xs-regular {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}

.dogpack-text-xl-semibold {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

.dogpack-text-xl-medium {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}

.dogpack-text-xl-regular {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.dogpack-text-lg-semibold {
  color: var(--Gray-800, #1d2939);
  /* Text lg/Semibold */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.dogpack-text-lg-regular {
  color: var(--Gray-800, #1d2939);
  /* Text lg/Regular */
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.dogpack-text-lg-medium {
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.dogpack-text-md-medium {
  color: var(--Gray-800, #1d2939);

  /* Text md/Medium */
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.dogpack-text-md-regular {
  color: var(--Gray-800, #1d2939);

  /* Text md/Regular */
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.dogpack-text-sm-semibold {
  color: var(--Gray-800, #1d2939);

  /* Text sm/Semibold */
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.dogpack-text-sm-medium {
  color: var(--Gray-800, #1d2939);

  /* Text sm/Medium */
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.dogpack-text-sm-regular {
  color: var(--Gray-800, #1d2939);

  /* Text sm/Regular */
  font-family: "Be Vietnam Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.dogpack-text-xs-semibold {
  color: var(--Gray-800, #1d2939);

  /* Text xs/Semibold */
  font-family: "Be Vietnam Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 150% */
}

.dogpack-btn-primary:hover {
  background: var(--Primary-500, #108482);
  color: var(--White, #fff);
}
.dogpack-btn-primary {
  display: flex;
  width: auto;
  height: auto;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 32px;
  background: var(--Primary-500, #108482);
  outline: none;
  border: none;
  color: var(--White, #fff);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}

.dogpack-btn-primary:hover {
  background: var(--Primary-700, #0d6a68);
}

.dogpack-btn-primary:active {
  background: var(--Primary-600, #0e7775);
  box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
}

.dogpack-btn-primary:disabled {
  background: var(--Gray-300, #d0d5dd);
}

.dogpack-btn-secondary {
  display: flex;
  width: auto;
  height: auto;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 32px;
  border: 1px solid var(--Primary-500, #108482);
  background: #ffffff;
  color: var(--Primary-500, #108482);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}

.dogpack-btn-secondary:hover {
  background: var(--Primary-25, #e7f3f3);
}

.dogpack-btn-secondary:active {
  background: var(--Primary-25, #e7f3f3);
  box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
}

.dogpack-btn-tertiary {
  display: flex;
  width: 160px;
  height: 52px;
  padding: 10px 12px;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: none;
  background: #fff;
  color: var(--Primary-500, #108482);
  font-family: "Be Vietnam Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

.dogpack-btn-tertiary:hover {
  background: var(--Gray-50, #f9fafb);
}

.dogpack-btn-tertiary:active {
  background: var(--Gray-50, #f9fafb);
  box-shadow: 2px 2px 2.3px 0px rgba(152, 162, 179, 0.5);
}

.dogpack-search-bar {
  width: auto;
  height: 52px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-top: 0;
  border-radius: 24px;
  border: 1px solid var(--Gray-50, #f9fafb);
  background: var(--Grays-White, #fff);
  box-shadow: 1px 1px 6px 1px rgba(16, 24, 40, 0.05);
  display: flex;
}

.dogpack-search-bar .input-icon {
  width: auto;
}

.dogpack-search-bar-input {
  width: 100%;
  border: none;
  color: var(--Gray-500, #667085);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
}

.dogpack-input-field {
  display: flex;
  height: 52px;
  padding: 10px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: var(--Gray-500, #667085);
  outline: none;
  color: var(--Gray-800, #1d2939);
  font-family: "Be Vietnam Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}